INPUT_OBJECT

UpdateTicketGroupMutationInput

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

link GraphQL Schema definition

  • input UpdateTicketGroupMutationInput {
  • # A descriptive name.
  • name: String
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # Whether or not the group is private.
  • private: Boolean
  • # The IDs of `Users` in this `TicketGroup`.
  • user_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by