Skip to content

Commit 1dc53fd

Browse files
Updates (#931)
* Updates * Fix
1 parent 75e1429 commit 1dc53fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Once you are ready, you can deploy your Subgraph to Subgraph Studio.
8989

9090
> Deploying a Subgraph with the CLI pushes it to the Studio, where you can test it and update the metadata. This action won't publish your Subgraph to the decentralized network.
9191
92+
> **Note**: Each account is limited to 3 deployed (unpublished) Subgraphs. If you reach this limit, you must archive or publish existing Subgraphs before deploying new ones.
93+
9294
Use the following CLI command to deploy your Subgraph:
9395

9496
```bash
@@ -104,6 +106,8 @@ After running this command, the CLI will ask for a version label.
104106

105107
After deploying, you can test your Subgraph (either in Subgraph Studio or in your own app, with the deployment query URL), deploy another version, update the metadata, and publish to [Graph Explorer](https://thegraph.com/explorer) when you are ready.
106108

109+
> **Note**: The development query URL is limited to 3,000 queries per day.
110+
107111
Use Subgraph Studio to check the logs on the dashboard and look for any errors with your Subgraph.
108112

109113
## Publish Your Subgraph

0 commit comments

Comments
 (0)