ContactPhonesInput
Provides the capabilities for dealing with the contact's phone numbers.
input ContactPhonesInput {
id: ID!
phones: [PhoneInput!]
}
Fields
ContactPhonesInput.id
● ID!
non-null scalar
The contact's unique identifier.
ContactPhonesInput.phones
● [PhoneInput!]
list input
The contact's phone numbers.
Member Of
updateContactPhones
mutation