Graphql fields and variables for the eventDetails query
Scope required: standard:read
For a complete list of possible response fields see the EventDetail type.
query eventDetails ($id: ID) { eventDetails (id: $id) { id } }
id
ID
EventDetail
Last updated 2 years ago
Was this helpful?