Skip to content

Commit 814fba4

Browse files
authored
Updating images (#813)
updating images
1 parent 627e08a commit 814fba4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
title: Querying The Graph
33
---
44

5-
When a subgraph is published to The Graph Network, you can visit its subgraph details page on [Graph Explorer](https://thegraph.com/explorer) and use the "Playground" tab to explore the deployed GraphQL API for the subgraph, issuing queries and viewing the schema.
5+
When a subgraph is published to The Graph Network, you can visit its subgraph details page on [Graph Explorer](https://thegraph.com/explorer) and use the "query" tab to explore the deployed GraphQL API for the subgraph, issuing queries and viewing the schema.
66

77
> Please see the [Query API](/querying/graphql-api) for a complete reference on how to query the subgraph's entities. You can learn about GraphQL querying best practices [here](/querying/querying-best-practices)
88
99
> Note: If you encounter 405 errors with a GET request to the Graph Explorer URL, please switch to a POST request instead.
1010
1111
Each subgraph published to The Graph Network has a unique query URL in Graph Explorer for making direct queries that you can find by navigating to the subgraph details page and clicking on the "Query" button on the top right corner.
1212

13-
![Query Subgraph Pane](/img/query-subgraph-pane.png)
13+
![Query Subgraph Button](/img/query-button-screenshot.png)
14+
15+
![Query Subgraph URL](/img/query-url-screenshot.png)
1416

1517
Learn more about querying from an application [here](/querying/querying-from-an-application).
1618

290 KB
Loading
120 KB
Loading

0 commit comments

Comments
 (0)