Event Attendance
July 29th, 2026
  • eventId (ID, required) — New argument. Scopes the ticket lookup to a specific engagement event. The id argument is now matched against 
    EventApplication records that belong to the given engagement_event_id.

mutation { attendedEventApplication(id: "123", eventId: "456") {} }

Crafted by