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