Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ Once you are ready, you can deploy your Subgraph to Subgraph Studio.

> 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.

> **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.


Use the following CLI command to deploy your Subgraph:

```bash
Expand All @@ -104,6 +107,8 @@ After running this command, the CLI will ask for a version label.

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.

> **Note**: The development query URL is limited to 3,000 queries per day.

Use Subgraph Studio to check the logs on the dashboard and look for any errors with your Subgraph.

## Publish Your Subgraph
Expand Down
Loading