Skip to content

Commit 25eb3d4

Browse files
authored
adding error message info (#702)
* adding error message info * Update website/pages/en/querying/querying-the-graph.mdx
1 parent 5c79f7d commit 25eb3d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ When a subgraph is published to The Graph Network, you can visit its subgraph de
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
9+
> Note: If you encounter 405 errors with a GET request to the Graph Explorer URL, please switch to a POST request instead.
10+
911
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.
1012

1113
![Query Subgraph Pane](/img/query-subgraph-pane.png)

0 commit comments

Comments
 (0)