INPUT_OBJECT

UpdateTicketingSettingsMutationInput

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

link GraphQL Schema definition

  • input UpdateTicketingSettingsMutationInput {
  • # The number of days a ticket needs to be closed before new inbound emails will
  • # create a new ticket rather than re-open the existing one.
  • days_closed_before_inbound_email_creates_new_ticket: Int
  • # Setting this value to `true` will set
  • # `days_closed_before_inbound_email_creates_new_ticket` to null.
  • unset_days_closed_before_inbound_email_creates_new_ticket: Boolean
  • }

link Require by