INPUT_OBJECT

CreatePhoneNumberTypeMutationInput

The input object that defines the fields for the createPhoneNumberType mutation.

link GraphQL Schema definition

  • input CreatePhoneNumberTypeMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not phone numbers of this type are capable of sending and receiving
  • # SMS messages.
  • sms_capable: Boolean!
  • }

link Require by