INPUT_OBJECT
UpdatePhoneNumberMutationInput
The input object that defines the fields for the updatePhoneNumber mutation.
link GraphQL Schema definition
- input UpdatePhoneNumberMutationInput {
- # The number.
- Numeric :
- # The extension.
- Numeric :
- # A two character country code for this phone number.
- Country :
- # The ID of the PhoneNumberType associated with this phone number.
- Int64Bit :
- # Whether or not SMS messages accepted.
- Boolean :
- # Setting this value to `true` will set `extension` to null.
- Boolean :
- }