updateContact
This mutation updates the details of a contact.
updateContact(
id: ID!
contactData: UpdateContactDataInput!
): ContactResponsePayload
Arguments
updateContact.id ● ID! non-null scalar
updateContact.contactData ● UpdateContactDataInput! non-null input
Type
ContactResponsePayload object
A contact in the application or the error related to the operation on the contact.