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