INPUT_OBJECT
CreateContactPhoneNumberMutationInput
The input object that defines the fields for the mutation.
link GraphQL Schema definition
- input CreateContactPhoneNumberMutationInput {
- # The ID of the contact that owns this.
- Int64Bit! :
- # 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 :
- }