INPUT_OBJECT

UpdatePhoneNumberTypeMutationInput

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

link GraphQL Schema definition

  • input UpdatePhoneNumberTypeMutationInput {
  • # 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