OBJECT
PreferenceUpdatePayload
Return type for updatePreference mutation.
link GraphQL Schema definition
- type PreferenceUpdatePayload {
- # The updated preference object.
- : Preference
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }