Skip to content

Commit d688f5c

Browse files
committed
Update query URL and authorization header in querying-the-graph.mdx
1 parent ab8e626 commit d688f5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/pages/en/querying/querying-the-graph.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ authorization: Bearer ${api_key}
2525
```
2626
Replace ${api_key} with your actual API key.
2727

28-
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).
29-
30-
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).
28+
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).
3129

3230
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 commit comments

Comments
 (0)