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.
- Int :
- # Setting this value to `true` will set
- # `days_closed_before_inbound_email_creates_new_ticket` to null.
- Boolean :
- }