ContactPhoneInput
Provides the capabilities for dealing with the contact's phone numbers.
input ContactPhoneInput {
id: ID!
phone: PhoneInput!
}
Fields
ContactPhoneInput.id
● ID!
non-null scalar
The contact's unique identifier.
ContactPhoneInput.phone
● PhoneInput!
non-null input
The contact's phone number.
Member Of
addContactPhone
mutation