INPUT_OBJECT

UpdateTicketCategoryFamilyMutationInput

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

link GraphQL Schema definition

  • input UpdateTicketCategoryFamilyMutationInput {
  • # A descriptive name.
  • name: String
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # A human readable description.
  • description: String
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `description` to null.
  • unset_description: Boolean
  • }

link Require by