OBJECT
ContactUpdatePayload
Return type for updateContact mutation.
link GraphQL Schema definition
- type ContactUpdatePayload {
- # The updated contact object.
- : Contact
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }