Skip to main content

PhoneInput

Represents information about a phone number.

input PhoneInput {
value: String!
country: String!
isDefault: Boolean
}

Fields

PhoneInput.value ● String! non-null scalar

A single phone number. Example: 55555555

PhoneInput.country ● String! non-null scalar

Country. Example: US

PhoneInput.isDefault ● Boolean scalar

Define whether this number is the default. This is handy when a contact has multiple numbers. Example: true

Member Of

CompanyPhoneInput input ● CompanyPhonesInput input ● ContactPhoneInput input ● ContactPhonesInput input ● PersonPhoneInput input ● PersonPhonesInput input ● UpdateUserPhonesInput input ● UserPhoneInput input