OBJECT

PreferenceUpdatePayload

Return type for updatePreference mutation.

link GraphQL Schema definition

  • type PreferenceUpdatePayload {
  • # The updated preference object.
  • preferences: Preference
  • # List of errors that occurred executing the mutation.
  • preferencesUserErrors: [DisplayableError!]!
  • }