INPUT_OBJECT

UpdateTicketResolutionReasonMutationInput

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

link GraphQL Schema definition

  • input UpdateTicketResolutionReasonMutationInput {
  • # A descriptive name.
  • name: String
  • # A code.
  • code: String
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # Ticket resolution reason scope.
  • is_global: Boolean!
  • # IDs of `TicketCategory`s.
  • ticket_category_ids: [Int64Bit]
  • # IDs of ticket category families.
  • ticket_category_family_ids: [Int64Bit]
  • # Setting this value to `true` will set `code` to null.
  • unset_code: Boolean
  • }

link Require by