INPUT_OBJECT

LinkEntityToTicketMutationInput

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

link GraphQL Schema definition

  • input LinkEntityToTicketMutationInput {
  • # The entity type to link.
  • linked_entityable_type: TicketLinkableEntityType!
  • # The entity ID to link.
  • linked_entityable_id: Int64Bit!
  • }

link Require by