PhoneNumberInput
No description
input PhoneNumberInput {
countryCode: Int!
number: String!
type: PhoneNumberInputType!
}
Fields
PhoneNumberInput.countryCode
● Int!
non-null scalar
PhoneNumberInput.number
● String!
non-null scalar
PhoneNumberInput.type
● PhoneNumberInputType!
non-null enum
Member Of
ExhibitorInput
input