Sui GraphQL RPC
This section explains some of the common concepts when working with GraphQL, such as altering behavior using HTTP headers, re-using query snippets with variables and fragments, consuming paginated queries, and understanding and working within the limits enforced by the service.
For more details on GraphQL fundamentals, see the introductory documentation from GraphQL and GitHub.
Related links
- Sui GraphQL Reference: Auto-generated reference for the Sui GraphQL API.
- Migrating to GraphQL: Migrate from JSON-RPC API to GraphQL.
- Querying Sui GraphQL: Get started making queries of Sui GraphQL.