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