INPUT_OBJECT
The input object that defines the fields for the mergeTickets mutation.
input MergeTicketsMutationInput {# The ticket IDs to merge into the parent ticket.merged_ticket_ids: [Int64Bit!]!}