removeContactPhoneNumber
This mutation removes a phone number from a contact.
removeContactPhoneNumber(
contactId: ID!
phoneId: ID!
): ContactResponsePayload
Arguments
removeContactPhoneNumber.contactId ● ID! non-null scalar
removeContactPhoneNumber.phoneId ● ID! non-null scalar
Type
ContactResponsePayload object
A contact in the application or the error related to the operation on the contact.