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 all supported networks
The OpenReader GraphQL server works with any squid that stores data in PostgreSQL, regardless of the network it indexes. 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