GetEventResponse
Response type for getting an event.
type GetEventResponse {
success: Boolean!
event: Event
leaderboard: [EventUser]!
error: GetEventError!
}
Fields
GetEventResponse.success ● Boolean! non-null scalar
GetEventResponse.event ● Event object event
GetEventResponse.leaderboard ● [EventUser]! non-null object event
GetEventResponse.error ● GetEventError! non-null enum event
Returned By
GetEvent query