OBJECT

ContactUpdatePayload

Return type for updateContact mutation.

link GraphQL Schema definition

  • type ContactUpdatePayload {
  • # The updated contact object.
  • contact: Contact
  • # List of errors that occurred executing the mutation.
  • contactUserErrors: [DisplayableError!]!
  • }