📄️ GraphQL API Overview
Hgraph provides GraphQL API endpoints for accessing our Hedera mirror node and various subscription plans for production access (including free access for experimenting). If you're new to GraphQL, the official documentation is a good starting point.
📄️ GraphQL FAQ
How does the API format data in comparison to the mirror node REST api?
📄️ Common Queries
Create new GraphQL queries and troubleshoot problems with our new expert AI assistant. Get instant answers to 90% of your questions. Learn more and start a conversation.
📄️ Subscriptions
The Hgraph SDK includes built-in GraphQL subscription management capabilities, simplifying the process of handling and interacting with subscriptions. This feature encapsulates all active subscriptions and their lifecycle control within the Client. WebSockets are utilized by the GraphQL API to enable subscriptions.