Query the GraphQL API (work in progress)
For a general overview of GraphQL, please refer to the GraphQL documentation (opens in a new tab).
Pagination
- The server by default returns the first 100 rows.
- You can fetch at most 1000 rows in a single query.
- You can skip at most 5000 rows in a single query.