Skip to content

Commit

Permalink
Update query URL and authorization header in querying-the-graph.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjerryokolo committed Jun 17, 2024
1 parent ab8e626 commit d688f5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/pages/en/querying/querying-the-graph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ authorization: Bearer ${api_key}
```
Replace ${api_key} with your actual API key.

You can create and manage your API keys in the [Subgraph Studio](https://thegraph.com/studio) in the "API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio).

As you can notice, this query URL must use a unique API key. You can create and manage your API keys in [Subgraph Studio](https://thegraph.com/studio), in the "API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio).
You can create and manage your API keys in [Subgraph Studio](https://thegraph.com/studio), in the "API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio).

Subgraph Studio users start on a Free Plan, which allows them to make 100,000 queries per month. Additional queries are available on the Growth Plan, which offers usage based pricing for additional queries, payable by credit card, or GRT on Arbitrum. You can learn more about billing [here](/billing).

0 comments on commit d688f5c

Please sign in to comment.