In this example, we will query for the standings of a league.
Example
- Request
- Response
query LeagueStandings {league(slug: "tekken-world-tour-2019") {idnamestandings (query: {page: 1,perPage: 10}) {pageInfo {totalPagestotal}nodes {idplacemententrant {idname}}}}}