GetEventRoundResponse
Response type for getting an event round.
type GetEventRoundResponse {
success: Boolean!
round: EventRound
results: [EventRoundUser]!
error: GetEventRoundError!
}
Fields
GetEventRoundResponse.success ● Boolean! non-null scalar
GetEventRoundResponse.round ● EventRound object event
GetEventRoundResponse.results ● [EventRoundUser]! non-null object event
GetEventRoundResponse.error ● GetEventRoundError! non-null enum event
Returned By
GetEventRound query