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