eventDetails

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
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?