AddContactPhoneData
Used to add a telephone number to a contact.
input AddContactPhoneData {
phoneNumber: String!
phoneType: PhoneType!
}
Fields
AddContactPhoneData.phoneNumber ● String! non-null scalar
AddContactPhoneData.phoneType ● PhoneType! non-null enum
Member Of
addContactPhoneNumber mutation