At the moment, Squid SDK GraphQL server can only be used with squids that use PostgreSQL as their target database.
- Core API is defined by the schema file.
- Extensions added via custom resolvers.
Available for both EVM and Substrate
The OpenReader GraphQL server works with any squid that stores data in PostgreSQL, regardless of whether you’re indexing EVM or Substrate chains. The schema file defines your data model, and OpenReader automatically generates the GraphQL API based on that schema.Next steps
Queries
Learn how to query your data
Filters
Filter results with AND/OR conditions
Sorting
Sort query results
Pagination
Paginate large result sets

