In this example, we will query for the seeding of a phase group (a pool) in the Rivals of Aether Singles event at Genesis 5. We'll include the name, and the seed id, of each entrant.
Example
- Request
- Response
query PoolSeeds($phaseGroupId: ID!, $page: Int!, $perPage: Int!) {phaseGroup(id: $phaseGroupId) {idseeds(query: {page: $pageperPage: $perPage}){pageInfo {total}nodes {entrant {idname}}}}},{"phaseGroupId": 398727,"page": 1,"perPage": 5}