GetEventRoundRequest
Input type for getting an event round. The pagination field is used to paginate the leaderboard.
input GetEventRoundRequest {
round: EventRoundRequest!
pagination: Pagination
}
Fields
GetEventRoundRequest.round ● EventRoundRequest! non-null input event
GetEventRoundRequest.pagination ● Pagination input common
Member Of
GetEventRound query