Skip to content

Commit dd19b64

Browse files
committed
edits
1 parent f6ac9a3 commit dd19b64

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

website/pages/en/querying/querying-from-an-application.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,16 @@ Learn how to query The Graph from your application.
66

77
## Getting GraphQL Endpoint
88

9-
Once a subgraph is deployed to [Subgraph Studio](https://thegraph.com/studio/) or [Graph Explorer](https://thegraph.com/explorer), you will be given the endpoint for your GraphQL API.
9+
Once a subgraph is deployed to [Subgraph Studio](https://thegraph.com/studio/) or [Graph Explorer](https://thegraph.com/explorer), you will be given the endpoint for your GraphQL API that should look something like this:
1010

1111
### Subgraph Studio
1212

13-
Your GraphQL API in Studio should look something like this:
14-
1513
```
1614
https://api.studio.thegraph.com/query/<ID>/<SUBGRAPH_NAME>/<VERSION>
1715
```
1816

19-
> Note: Remember that Subgraph Studio is a testing playground for subgraphs.
20-
2117
### Graph Explorer
2218

23-
Your GraphQL API in Explorer should look something like this:
24-
2519
```
2620
https://gateway.thegraph.com/api/<API_KEY>/subgraphs/id/<SUBGRAPH_ID>
2721
```

0 commit comments

Comments
 (0)