diff --git a/website/pages/en/querying/querying-the-graph.mdx b/website/pages/en/querying/querying-the-graph.mdx index a573683573c5..1255e0e88a51 100644 --- a/website/pages/en/querying/querying-the-graph.mdx +++ b/website/pages/en/querying/querying-the-graph.mdx @@ -2,7 +2,7 @@ title: Querying The Graph --- -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. +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. > 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) @@ -10,7 +10,9 @@ When a subgraph is published to The Graph Network, you can visit its subgraph de 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. -![Query Subgraph Pane](/img/query-subgraph-pane.png) +![Query Subgraph Button](/img/query-button-screenshot.png) + +![Query Subgraph URL](/img/query-url-screenshot.png) Learn more about querying from an application [here](/querying/querying-from-an-application). diff --git a/website/public/img/query-button-screenshot.png b/website/public/img/query-button-screenshot.png new file mode 100644 index 000000000000..1ec1af35ca1d Binary files /dev/null and b/website/public/img/query-button-screenshot.png differ diff --git a/website/public/img/query-url-screenshot.png b/website/public/img/query-url-screenshot.png new file mode 100644 index 000000000000..e9db2112b69c Binary files /dev/null and b/website/public/img/query-url-screenshot.png differ