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