- Easily view existing subgraphs in the Chainstack console, filtering by protocol and checking status and details like owner and region.
- Monitor deployment status (sync in progress, up-to-date, or failed) and progress in real time using logs for error, warning, and debug filters.
- Delete any subgraph directly from its details page to clean up your workspace.
Subgraphs require a paid plan with the pay-as-you-go setting enabled.
View your subgraph
In Subgraphs, you can view a list of all existing subgraphs and can filter the view using the Protocol drop-down list. Click on a subgraph to open the subgraph details. The subgraph details include such information as the Owner, Creation date, Region, and Protocol. You can view the Metrics to check the number of requests made in the subgraph, view the subgraph Deployment command, and the Subgraph Query URLs.Monitor your subgraph status
The status of a subgraph is displayed in the Status column of the Subgraphs list. The status will be one of the following:- Not deployed — this status is displayed when you create a subgraph in the console but not yet deployed a subgraph.
- Deployed. Sync in progress — the subgraph is in the process of being deployed and is syncing data.
- Up-to-date — the subgraph has been successfully deployed.
- Failed — the subgraph deployment was unsuccessful.