INPUT_OBJECT
UpdateTicketCategoryFamilyMutationInput
The input object that defines the fields for the updateTicketCategoryFamily mutation.
link GraphQL Schema definition
- input UpdateTicketCategoryFamilyMutationInput {
- # A descriptive name.
- : String
- # Whether or not this is enabled.
- : Boolean
- # A human readable description.
- : String
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `description` to null.
- : Boolean
- }