From 2bca9111122f11f42ca5a06a39f114d1cc0b253b Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Fri, 10 Jan 2025 15:48:42 -0800 Subject: [PATCH 01/17] adding structure --- .../en/subgraphs/querying/introduction.mdx | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/website/pages/en/subgraphs/querying/introduction.mdx b/website/pages/en/subgraphs/querying/introduction.mdx index e19e027659ca..187b9fc5c997 100644 --- a/website/pages/en/subgraphs/querying/introduction.mdx +++ b/website/pages/en/subgraphs/querying/introduction.mdx @@ -2,20 +2,30 @@ 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 "query" tab to explore the deployed GraphQL API for the subgraph, issuing queries and viewing the schema. +To start querying right away, visit [The Graph Explorer](https://thegraph.com/explorer). -> Please see the [Query API](/subgraphs/querying/graphql-api/) for a complete reference on how to query the subgraph's entities. You can learn about GraphQL querying best practices [here](/subgraphs/querying/best-practices/) +## Overview -> Note: If you encounter 405 errors with a GET request to the Graph Explorer URL, please switch to a POST request instead. +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 each subgraph. + +## Specifics -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. +Each subgraph published to The Graph Network has a unique query URL in [Graph Explorer](https://thegraph.com/explorer) to make direct queries. You can find it by navigating to the subgraph details page and clicking on the "Query" button in the top right corner. ![Query Subgraph Button](/img/query-button-screenshot.png) ![Query Subgraph URL](/img/query-url-screenshot.png) -Learn more about querying from an application [here](/subgraphs/querying/from-an-application/). +You will notice that this query URL must use a unique API key. You can create and manage your API keys in [Subgraph Studio](https://thegraph.com/studio), under the "API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio/). + +- Subgraph Studio users start on a Free Plan, which allows them to make 100,000 queries per month. Additional queries are available on the Growth Plan, which offers usage based pricing for additional queries, payable by credit card, or GRT on Arbitrum. You can learn more about billing [here](/subgraphs/billing/). + +> Please see the [Query API](/subgraphs/querying/graphql-api/) for a complete reference on how to query the subgraph's entities. + +> Note: If you encounter 405 errors with a GET request to the Graph Explorer URL, please switch to a POST request instead. -As you can notice, this query URL must use a unique API key. You can create and manage your API keys in [Subgraph Studio](https://thegraph.com/studio), in the "API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio/). +### Additional Resources -Subgraph Studio users start on a Free Plan, which allows them to make 100,000 queries per month. Additional queries are available on the Growth Plan, which offers usage based pricing for additional queries, payable by credit card, or GRT on Arbitrum. You can learn more about billing [here](/subgraphs/billing/). +- Use [GraphQL querying best practices](/subgraphs/querying/best-practices/). +- To query from an application, click [here](/subgraphs/querying/from-an-application/). +- View [querying examples](https://github.com/graphprotocol/query-examples/tree/main). From bca3ab95e5b96ff325f2c708e8e0b9d8db52a7ff Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Fri, 10 Jan 2025 16:55:49 -0800 Subject: [PATCH 02/17] Graph Explorer-Reorg --- website/pages/en/subgraphs/explorer.mdx | 56 +++++++++++++++++-------- 1 file changed, 38 insertions(+), 18 deletions(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 433821560d85..53d90d61e54b 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -2,19 +2,19 @@ title: Graph Explorer --- -Learn about The Graph Explorer and access the world of subgraphs and network data. +Unlock the world of subgraphs and network data with [Graph Explorer](https://thegraph.com/explorer). -Graph Explorer consists of multiple parts where you can interact with other subgraph developers, dapp developers, Curators, Indexers, and Delegators. +## Overview -## Video Guide +Graph Explorer consists of multiple parts where you can interact with [subgraphs](https://thegraph.com/explorer?chain=arbitrum-one), [delegate](https://thegraph.com/explorer/delegate?chain=arbitrum-one), engage [participants](https://thegraph.com/explorer/participants?chain=arbitrum-one), view [network information](https://thegraph.com/explorer/network?chain=arbitrum-one), and access your user profile. -For a general overview of Graph Explorer, check out the video below: +## Inside Explorer - +The following is a breakdown of all the key features of [Graph Explorer](https://thegraph.com/explorer). For additional support, you can watch the [Graph Explorer video guide](/subgraphs/explorer/#video-guide). -## Subgraphs +### Subgraphs Tab -After you just finish deploying and publishing your subgraph in Subgraph Studio, click on the "subgraphs tab” at the top of the navigation bar to access the following: +After deploying and publishing your subgraph in Subgraph Studio, click the "[subgraphs](https://thegraph.com/explorer?chain=arbitrum-one)" tab at the top of the navigation bar in [Graph Explorer](https://thegraph.com/explorer) to access the following: - Your own finished subgraphs - Subgraphs published by others @@ -26,7 +26,8 @@ When you click into a subgraph, you will be able to do the following: - Test queries in the playground and be able to leverage network details to make informed decisions. - Signal GRT on your own subgraph or the subgraphs of others to make indexers aware of its importance and quality. -- This is critical because signaling on a subgraph incentivizes it to be indexed, meaning it’ll eventually surface on the network to serve queries. + + - This is critical because signaling on a subgraph incentivizes it to be indexed, meaning it’ll eventually surface on the network to serve queries. ![Explorer Image 2](/img/Subgraph-Details.png) @@ -43,11 +44,22 @@ On each subgraph’s dedicated page, you can do the following: ![Explorer Image 3](/img/Explorer-Signal-Unsignal.png) -## Participants +### Delegate Tab + +Under the [delegate tab](https://thegraph.com/explorer/delegate?chain=arbitrum-one), you can find information about delegating, acquiring GRT, and choosing an Indexer. + +On this page, you can see the following: + +- Top Indexers by most query fees +- Indexers with the highest estimated APR + +Additionally, you can calculate your ROI and search for top Indexers by name, address, or subgraph. + +### Participants Tab This section provides a bird' s-eye view of all "participants," which includes everyone participating in the network, such as Indexers, Delegators, and Curators. -### 1. Indexers +#### 1. Indexers ![Explorer Image 4](/img/Indexer-Pane.png) @@ -76,7 +88,7 @@ To learn more about how to become an Indexer, you can take a look at the [offici ![Indexing details pane](/img/Indexing-Details-Pane.png) -### 2. Curators +#### 2. Curators Curators analyze subgraphs to identify which subgraphs are of the highest quality. Once a Curator has found a potentially high-quality subgraph, they can curate it by signaling on its bonding curve. In doing so, Curators let Indexers know which subgraphs are high quality and should be indexed. @@ -94,20 +106,20 @@ In the The Curator table listed below you can see: If you want to learn more about the Curator role, you can do so by visiting [official documentation.](/resources/roles/curating/) or [The Graph Academy](https://thegraph.academy/curators/). -### 3. Delegators +#### 3. Delegators Delegators play a key role in maintaining the security and decentralization of The Graph Network. They participate in the network by delegating (i.e., “staking”) GRT tokens to one or multiple indexers. - Without Delegators, Indexers are less likely to earn significant rewards and fees. Therefore, Indexers attract Delegators by offering them a portion of their indexing rewards and query fees. - Delegators select Indexers based on a number of different variables, such as past performance, indexing reward rates, and query fee cuts. -- Reputation within the community can also play a factor in the selection process. It’s recommended to connect with the selected Indexers via [The Graph’s Discord](https://discord.gg/graphprotocol) or [The Graph Forum](https://forum.thegraph.com/)! +- Reputation within the community can also play a factor in the selection process. It's recommended to connect with the selected Indexers via [The Graph's Discord](https://discord.gg/graphprotocol) or [The Graph Forum](https://forum.thegraph.com/). ![Explorer Image 7](/img/Delegation-Overview.png) In the Delegators table you can see the active Delegators in the community and important metrics: - The number of Indexers a Delegator is delegating towards -- A Delegator’s original delegation +- A Delegator's original delegation - The rewards they have accumulated but have not withdrawn from the protocol - The realized rewards they withdrew from the protocol - Total amount of GRT they have currently in the protocol @@ -115,11 +127,11 @@ In the Delegators table you can see the active Delegators in the community and i If you want to learn more about how to become a Delegator, check out the [official documentation](/resources/roles/delegating/) or [The Graph Academy](https://docs.thegraph.academy/official-docs/delegator/choosing-indexers). -## Network +### Network Tab In this section, you can see global KPIs and view the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time. -### Overview +#### Overview The overview section has both all the current network metrics and some cumulative metrics over time: @@ -137,7 +149,7 @@ A few key details to note: ![Explorer Image 8](/img/Network-Stats.png) -### Epochs +#### Epochs In the Epochs section, you can analyze on a per-epoch basis, metrics such as: @@ -222,7 +234,7 @@ Within this tab, you’ll find an overview of: ![Explorer Image 14](/img/Curation-Stats.png) -## Your Profile Settings +### Your Profile Settings Within your user profile, you’ll be able to manage your personal profile details (like setting up an ENS name). If you’re an Indexer, you have even more access to settings at your fingertips. In your user profile, you’ll be able to set up your delegation parameters and operators. @@ -234,3 +246,11 @@ Within your user profile, you’ll be able to manage your personal profile detai As your official portal into the world of decentralized data, Graph Explorer allows you to take a variety of actions, no matter your role in the network. You can get to your profile settings by opening the dropdown menu next to your address, then clicking on the Settings button.
![Wallet details](/img/Wallet-Details.png)
+ +## Additional Resources + +### Video Guide + +For a general overview of Graph Explorer, check out the video below: + + From 0e426f529de6e33a38a7a97e9c5c9284e8133155 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:44:27 -0800 Subject: [PATCH 03/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 53d90d61e54b..d6d11818a83d 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -10,7 +10,7 @@ Graph Explorer consists of multiple parts where you can interact with [subgraphs ## Inside Explorer -The following is a breakdown of all the key features of [Graph Explorer](https://thegraph.com/explorer). For additional support, you can watch the [Graph Explorer video guide](/subgraphs/explorer/#video-guide). +The following is a breakdown of all the key features of Graph Explorer. For additional support, you can watch the [Graph Explorer video guide](/subgraphs/explorer/#video-guide). ### Subgraphs Tab From dcb4f37190940c5ec8a37b6af9f3a5a19bd6b937 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:44:39 -0800 Subject: [PATCH 04/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index d6d11818a83d..7cf3d4114d3d 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -14,7 +14,7 @@ The following is a breakdown of all the key features of Graph Explorer. For addi ### Subgraphs Tab -After deploying and publishing your subgraph in Subgraph Studio, click the "[subgraphs](https://thegraph.com/explorer?chain=arbitrum-one)" tab at the top of the navigation bar in [Graph Explorer](https://thegraph.com/explorer) to access the following: +After deploying and publishing your subgraph in Subgraph Studio, go to [Graph Explorer](https://thegraph.com/explorer) and click on the "[Subgraphs](https://thegraph.com/explorer?chain=arbitrum-one)" link in the navigation bar to access the following: - Your own finished subgraphs - Subgraphs published by others From 1dc53ea3ce80f2e68e5d5483791aba68ef05dfd0 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:47:35 -0800 Subject: [PATCH 05/17] Update website/pages/en/subgraphs/querying/introduction.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/querying/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/querying/introduction.mdx b/website/pages/en/subgraphs/querying/introduction.mdx index 187b9fc5c997..820f1ebd7777 100644 --- a/website/pages/en/subgraphs/querying/introduction.mdx +++ b/website/pages/en/subgraphs/querying/introduction.mdx @@ -6,7 +6,7 @@ To start querying right away, visit [The Graph Explorer](https://thegraph.com/ex ## Overview -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 each subgraph. +When a subgraph is published to The Graph Network, you can visit its subgraph details page on Graph Explorer and use the "query" tab to explore the deployed GraphQL API for each subgraph. ## Specifics From 1a05512723266944900b1cb5d3c17c3a3cef0402 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:47:51 -0800 Subject: [PATCH 06/17] Update website/pages/en/subgraphs/querying/introduction.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/querying/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/querying/introduction.mdx b/website/pages/en/subgraphs/querying/introduction.mdx index 820f1ebd7777..3ecabc70a609 100644 --- a/website/pages/en/subgraphs/querying/introduction.mdx +++ b/website/pages/en/subgraphs/querying/introduction.mdx @@ -10,7 +10,7 @@ When a subgraph is published to The Graph Network, you can visit its subgraph de ## Specifics -Each subgraph published to The Graph Network has a unique query URL in [Graph Explorer](https://thegraph.com/explorer) to make direct queries. You can find it by navigating to the subgraph details page and clicking on the "Query" button in the top right corner. +Each subgraph published to The Graph Network has a unique query URL in Graph Explorer to make direct queries. You can find it by navigating to the subgraph details page and clicking on the "Query" button in the top right corner. ![Query Subgraph Button](/img/query-button-screenshot.png) From d0e903b7a55a0d8727273934d2cdd02ebbe00357 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:59:25 -0800 Subject: [PATCH 07/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 7cf3d4114d3d..2dfe27fd5fe5 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -44,7 +44,7 @@ On each subgraph’s dedicated page, you can do the following: ![Explorer Image 3](/img/Explorer-Signal-Unsignal.png) -### Delegate Tab +### Delegate Page Under the [delegate tab](https://thegraph.com/explorer/delegate?chain=arbitrum-one), you can find information about delegating, acquiring GRT, and choosing an Indexer. From 8eb7aaa1164865b0b475aa59897fce8f25ef5385 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:59:33 -0800 Subject: [PATCH 08/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 2dfe27fd5fe5..543ef2391a92 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -46,7 +46,7 @@ On each subgraph’s dedicated page, you can do the following: ### Delegate Page -Under the [delegate tab](https://thegraph.com/explorer/delegate?chain=arbitrum-one), you can find information about delegating, acquiring GRT, and choosing an Indexer. +On the [Delegate page](https://thegraph.com/explorer/delegate?chain=arbitrum-one), you can find information about delegating, acquiring GRT, and choosing an Indexer. On this page, you can see the following: From a6dfcfd106b86a12ce79c313f5de429ef89389af Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:59:40 -0800 Subject: [PATCH 09/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 543ef2391a92..3ad428e07e8e 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -55,7 +55,7 @@ On this page, you can see the following: Additionally, you can calculate your ROI and search for top Indexers by name, address, or subgraph. -### Participants Tab +### Participants Page This section provides a bird' s-eye view of all "participants," which includes everyone participating in the network, such as Indexers, Delegators, and Curators. From 5d8b4a820fe9f466a4f58da4b2a3541c7275809d Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:59:50 -0800 Subject: [PATCH 10/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 3ad428e07e8e..550914c03e96 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -57,7 +57,7 @@ Additionally, you can calculate your ROI and search for top Indexers by name, ad ### Participants Page -This section provides a bird' s-eye view of all "participants," which includes everyone participating in the network, such as Indexers, Delegators, and Curators. +This page provides a bird's-eye view of all "participants," which includes everyone participating in the network, such as Indexers, Delegators, and Curators. #### 1. Indexers From d7e73569d141044a8705fefd63a32fbf9c0351a5 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:01:14 -0800 Subject: [PATCH 11/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 550914c03e96..6b2dd61a63f9 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -129,7 +129,7 @@ If you want to learn more about how to become a Delegator, check out the [offici ### Network Tab -In this section, you can see global KPIs and view the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time. +On this page, you can see global KPIs and view the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time. #### Overview From 81d7ef584d05661c687c4c43ec33a517e4cafc6f Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:01:21 -0800 Subject: [PATCH 12/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 6b2dd61a63f9..07456215c5d8 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -127,7 +127,7 @@ In the Delegators table you can see the active Delegators in the community and i If you want to learn more about how to become a Delegator, check out the [official documentation](/resources/roles/delegating/) or [The Graph Academy](https://docs.thegraph.academy/official-docs/delegator/choosing-indexers). -### Network Tab +### Network Page On this page, you can see global KPIs and view the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time. From 5db5b64cd46790beda62efc8f8d78e30905056db Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:22:46 -0800 Subject: [PATCH 13/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 07456215c5d8..da1d87574e87 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -12,7 +12,7 @@ Graph Explorer consists of multiple parts where you can interact with [subgraphs The following is a breakdown of all the key features of Graph Explorer. For additional support, you can watch the [Graph Explorer video guide](/subgraphs/explorer/#video-guide). -### Subgraphs Tab +### Subgraphs Page After deploying and publishing your subgraph in Subgraph Studio, go to [Graph Explorer](https://thegraph.com/explorer) and click on the "[Subgraphs](https://thegraph.com/explorer?chain=arbitrum-one)" link in the navigation bar to access the following: From ec3c5c3e32c5fe00986f354805a9b99718efd281 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:22:56 -0800 Subject: [PATCH 14/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index da1d87574e87..777c6de7710a 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -50,7 +50,7 @@ On the [Delegate page](https://thegraph.com/explorer/delegate?chain=arbitrum-one On this page, you can see the following: -- Top Indexers by most query fees +- Indexers who collected the most query fees - Indexers with the highest estimated APR Additionally, you can calculate your ROI and search for top Indexers by name, address, or subgraph. From 6c70d5839b88e897426faf2502622e315169930c Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:23:07 -0800 Subject: [PATCH 15/17] Update website/pages/en/subgraphs/explorer.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/explorer.mdx b/website/pages/en/subgraphs/explorer.mdx index 777c6de7710a..94bf8f0c481d 100644 --- a/website/pages/en/subgraphs/explorer.mdx +++ b/website/pages/en/subgraphs/explorer.mdx @@ -129,7 +129,7 @@ If you want to learn more about how to become a Delegator, check out the [offici ### Network Page -On this page, you can see global KPIs and view the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time. +On this page, you can see global KPIs and have the ability to switch to a per-epoch basis and analyze network metrics in more detail. These details will give you a sense of how the network is performing over time. #### Overview From d0e4373224933935a392209985862ab1e8430867 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:23:16 -0800 Subject: [PATCH 16/17] Update website/pages/en/subgraphs/querying/introduction.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/querying/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/querying/introduction.mdx b/website/pages/en/subgraphs/querying/introduction.mdx index 3ecabc70a609..07f92e0134f2 100644 --- a/website/pages/en/subgraphs/querying/introduction.mdx +++ b/website/pages/en/subgraphs/querying/introduction.mdx @@ -6,7 +6,7 @@ To start querying right away, visit [The Graph Explorer](https://thegraph.com/ex ## Overview -When a subgraph is published to The Graph Network, you can visit its subgraph details page on Graph Explorer and use the "query" tab to explore the deployed GraphQL API for each subgraph. +When a subgraph is published to The Graph Network, you can visit its subgraph details page on Graph Explorer and use the "Query" tab to explore the deployed GraphQL API for each subgraph. ## Specifics From 03eeb7373b95054552d35d549f6e23a2249d4826 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:23:22 -0800 Subject: [PATCH 17/17] Update website/pages/en/subgraphs/querying/introduction.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benoît Rouleau --- website/pages/en/subgraphs/querying/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/subgraphs/querying/introduction.mdx b/website/pages/en/subgraphs/querying/introduction.mdx index 07f92e0134f2..6c19558ce118 100644 --- a/website/pages/en/subgraphs/querying/introduction.mdx +++ b/website/pages/en/subgraphs/querying/introduction.mdx @@ -18,7 +18,7 @@ Each subgraph published to The Graph Network has a unique query URL in Graph Exp You will notice that this query URL must use a unique API key. You can create and manage your API keys in [Subgraph Studio](https://thegraph.com/studio), under the "API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio/). -- Subgraph Studio users start on a Free Plan, which allows them to make 100,000 queries per month. Additional queries are available on the Growth Plan, which offers usage based pricing for additional queries, payable by credit card, or GRT on Arbitrum. You can learn more about billing [here](/subgraphs/billing/). +Subgraph Studio users start on a Free Plan, which allows them to make 100,000 queries per month. Additional queries are available on the Growth Plan, which offers usage based pricing for additional queries, payable by credit card, or GRT on Arbitrum. You can learn more about billing [here](/subgraphs/billing/). > Please see the [Query API](/subgraphs/querying/graphql-api/) for a complete reference on how to query the subgraph's entities.