PhoneNumberInput
No description
input PhoneNumberInput {
phoneCountryCode: String
phoneNumber: String!
}
Fields
PhoneNumberInput.phoneCountryCode
● String
scalar
Optional phone country code. If not specified defaults to +1 for US.
PhoneNumberInput.phoneNumber
● String!
non-null scalar
The phone number to save.
Member of
OrganizationProfileInput
input ● PrimaryContactProfileInput
input