Skip to content

Updating from "Intro" to "How-to" #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 12, 2025
Merged

Updating from "Intro" to "How-to" #956

merged 3 commits into from
Jun 12, 2025

Conversation

idalithb
Copy link
Contributor

  • Turning this into a how-to-guide
  • Might revisit to add more at a later time

@idalithb idalithb requested a review from a team as a code owner May 17, 2025 00:24
Comment on lines 18 to 22
Click the “Query” tab to explore the deployed GraphQL API for each Subgraph.

### Step 2: Retrieve the Query URL

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like there's a bit of repetition between lines 18 and 22. I realize there is both a "Query" tab (which is the default selected tab when navigating to a Subgraph's details page, so there's really no need to click on it) and a "Query" button, but the latter only scrolls down to the "Query quick start" section of the "Query" tab, where the Query URL (among other things like Base URL and Subgraph ID) can be found and copied.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@idalithb – This doesn't seem to be addressed?

Copy link
Contributor Author

@idalithb idalithb Jun 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benface It was supposed to be. Sorry, addressing now.

---

To start querying right away, visit [The Graph Explorer](https://thegraph.com/explorer).
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
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.

@idalithb idalithb merged commit 130c551 into main Jun 12, 2025
4 checks passed
@idalithb idalithb deleted the how-to-query branch June 12, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants