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.
- TicketLinkableEntityType! :
- # The entity ID to unlink.
- Int64Bit! :
- }