Ponder
GitHubGitHub (opens in a new tab) (opens in a new tab)
  • Introduction
  • Getting started
    • Create a new project
    • Migrate a Graph Protocol subgraph
  • Guides
    • Design your schema
    • Create & update entities
    • Query the GraphQL API
    • Deploy to production
  • API reference
    • Create Ponder
    • Event handlers
    • ponder.config.ts
    • schema.graphql
  • FAQ
    • Ponder vs The Graph
    • How does Ponder store data?
  • Advanced
    • Custom log filters
    • Proxy contracts
  • Introduction
  • Getting started
    • Create a new project
    • Migrate a Graph Protocol subgraph
  • Guides
    • Design your schema
    • Create & update entities
    • Query the GraphQL API
    • Deploy to production
  • API reference
    • Create Ponder
    • Event handlers
    • ponder.config.ts
    • schema.graphql
  • FAQ
    • Ponder vs The Graph
    • How does Ponder store data?
  • Advanced
    • Custom log filters
    • Proxy contracts

On This Page

  • Pagination
Edit this page on GitHub →
Guides
Query the GraphQL API

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.
Create & update entitiesDeploy to production