INPUT_OBJECT

UnlinkEntityFromTicketMutationInput

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

link GraphQL Schema definition

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

link Require by