Eventjet GraphQL API documentation

Query

Object

Fields

FieldDescriptionType
cartGet a cart by its ID (`Cart.id`).Cart
checkEmailChecks if the given email address is likely to have a typo and resolves to suggestions for the correct emailCheckEmailResult
checkinTargetsLists all check-in targets of the source identified by the given scan code.[ CheckinTarget! ]!
checkinTargetSourceResolves the check-in source a scan code identifies, together with its check-in targets.CheckinTargetSource!
checkTicketPasswordChecks whether a ticket password exists for an event.CheckTicketPasswordResult
companyGet an organizer's account by its ID (`Company.id`).Company
discountGet a single discount by its ID (`Discount.id`).Discount
discountGroupGet a discount group by its ID (`DiscountGroup.id`).DiscountGroup
eventGet an event by its ID (`Event.id`).Event
eventCategoriesResolves the top-level categories that events can be assigned to.[ EventCategory! ]!
eventsLists events hosted by the organizers the authenticated account is connected to.EventConnection!
federatedEventsLists events that their organizers have published to at least one external platform.EventConnection!
formGet a form by its ID (`Form.id`).Form
meGet the currently authenticated user.User
orderStatusReads the current status of an order placed with `Mutation.placeOrder`.OrderStatus
paymentLinkGet a payment link by its code (`PaymentLink.code`).PaymentLink
posPaymentStatusForSaleReads the current state of the POS payment attached to a sale.PosPaymentStatusForSalePayload
predefinedFormElementsLists the predefined form elements that can be added to a form.[ FormElement! ]!
reportReturns a `Report` for a given report type or a previously obtained `Report.id`.Report
reportViewsReturns all report views available to the current user, including system defaults and user-saved views.[ ReportView ]
seatmapGet a seatmap by its ID (`Seatmap.id`).Seatmap
seatmapSchemeGet a seatmap scheme by its ID (`SeatmapScheme.id`).SeatmapScheme
shopGet a shop by its slug.Shop
shopsResolves shops that currently list at least one event.[ Shop ]
ticketGet a single ticket by its scan code (`Ticket.scanCode`).Ticket
ticketsLists the tickets of all events hosted by the companies you belong to.TicketConnection!