Querying basics
Most list queries in the External API are exposed as Relay-style connections with cursor-based pagination, projection, filtering, and sorting. Once you understand the shape on one query, the others all follow the same pattern.
Organization
organization returns your board's own record. There's no argument — the organization ID comes from your JWT.
Members
members returns the people on your board — both ClaimedMember and UnclaimedMember, exposed via the Member interface. See the Members concept for the underlying data model.
Events
events returns events your board hosts. Use it to list active events, drill into a single event's dates and tickets, or find drafts you haven't published yet.
Ticket holders
ticketHolders returns the buyers (one row per platform user) who have purchased at least one ticket for a given event. Each holder carries their tickets and the buy orders that produced them — so this is the entry point for "who's coming?", "what did they pay?", and "what state is each order in?".