updateContactPhoneNumber
This mutation updates a contact's phone number.
updateContactPhoneNumber(
contactId: ID!
phoneId: ID!
phoneData: UpdateContactPhoneData
): ContactResponsePayload
Arguments
updateContactPhoneNumber.contactId ● ID! non-null scalar
updateContactPhoneNumber.phoneId ● ID! non-null scalar
updateContactPhoneNumber.phoneData ● UpdateContactPhoneData input
Type
ContactResponsePayload object
A contact in the application or the error related to the operation on the contact.