Skip to main content
Notifies when a ticket is created. If locationId is provided, the subscription fires only when tickets are created in that specific location. If locationId is omitted, it fires for all locations the user has access to. Note: Device principals (iPad/TV) must always provide a locationId.
createdTickets(
  locationId: ID
): Ticket!

Arguments

createdTickets.locationId ● ID nullable scalar

If provided, restricts the subscription to tickets created in the specified location. If omitted, the subscription fires for all locations the user has access to.

Type

Ticket object