GraphQL OBJECT

UpdateContactPayload

Payload for contact information update.

link Definition

  • type UpdateContactPayload {
  • # The updated contact.
  • updatedContact: Contact
  • }

link Required by