Skip to content

Commit e6bc25b

Browse files
committed
fix
1 parent c7729f8 commit e6bc25b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/src/pages/en/subgraphs/querying/introduction.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to Query a Subgraph Using The Graph
33
sidebarTitle: How to Query
44
---
55

6-
To start querying right away, visit [The Graph Explorer](https://thegraph.com/explorer). This guide shows you how to find a [Subgraph](/subgraphs/developing/subgraphs/), generate a unique URL, and run queries.
6+
To start querying right away, visit [Graph Explorer](https://thegraph.com/explorer). This guide shows you how to find a [Subgraph](/subgraphs/developing/subgraphs/), generate a unique URL, and run queries.
77

88
## Overview
99

@@ -15,11 +15,9 @@ Querying a Subgraph with The Graph lets you access onchain data in a fast, relia
1515

1616
After a Subgraph is published to The Graph Network, you can visit its Subgraph details page on Graph Explorer.
1717

18-
Click the “Query” tab to explore the deployed GraphQL API for each Subgraph.
19-
2018
### Step 2: Retrieve the Query URL
2119

22-
On the Subgraph details page, select **Query** in the top right corner. Each Subgraph published to The Graph Network has a unique query URL in Graph Explorer to make direct queries.
20+
On the Subgraph details page, click Query (top right) or scroll down. Each Subgraph published to The Graph Network has a unique query URL in Graph Explorer to make direct queries.
2321

2422
![Query Subgraph Button](/img/query-button-screenshot.png)
2523

0 commit comments

Comments
 (0)