Query
Object
Fields
| Field | Description | Type |
|---|---|---|
cart | Get a cart by its ID (`Cart.id`). | Cart |
checkEmail | Checks if the given email address is likely to have a typo and resolves to suggestions for the correct email | CheckEmailResult |
checkinTargets | Lists all check-in targets of the source identified by the given scan code. | [ CheckinTarget! ]! |
checkinTargetSource | Resolves the check-in source a scan code identifies, together with its check-in targets. | CheckinTargetSource! |
checkTicketPassword | Checks whether a ticket password exists for an event. | CheckTicketPasswordResult |
company | Get an organizer's account by its ID (`Company.id`). | Company |
discount | Get a single discount by its ID (`Discount.id`). | Discount |
discountGroup | Get a discount group by its ID (`DiscountGroup.id`). | DiscountGroup |
event | Get an event by its ID (`Event.id`). | Event |
eventCategories | Resolves the top-level categories that events can be assigned to. | [ EventCategory! ]! |
events | Lists events hosted by the organizers the authenticated account is connected to. | EventConnection! |
federatedEvents | Lists events that their organizers have published to at least one external platform. | EventConnection! |
form | Get a form by its ID (`Form.id`). | Form |
me | Get the currently authenticated user. | User |
orderStatus | Reads the current status of an order placed with `Mutation.placeOrder`. | OrderStatus |
paymentLink | Get a payment link by its code (`PaymentLink.code`). | PaymentLink |
posPaymentStatusForSale | Reads the current state of the POS payment attached to a sale. | PosPaymentStatusForSalePayload |
predefinedFormElements | Lists the predefined form elements that can be added to a form. | [ FormElement! ]! |
report | Returns a `Report` for a given report type or a previously obtained `Report.id`. | Report |
reportViews | Returns all report views available to the current user, including system defaults and user-saved views. | [ ReportView ] |
seatmap | Get a seatmap by its ID (`Seatmap.id`). | Seatmap |
seatmapScheme | Get a seatmap scheme by its ID (`SeatmapScheme.id`). | SeatmapScheme |
shop | Get a shop by its slug. | Shop |
shops | Resolves shops that currently list at least one event. | [ Shop ] |
ticket | Get a single ticket by its scan code (`Ticket.scanCode`). | Ticket |
tickets | Lists the tickets of all events hosted by the companies you belong to. | TicketConnection! |