File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/overview/tooling-and-explorers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ explore apps and protectedData—all in one powerful dashboard.
5555
5656</CardGrid >
5757
58- <div class =" bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb -6 " >
58+ <div class =" bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 my -6 " >
5959 <h4 class =" !mt-0 !mb-2 " >🏗️ Understanding iExec Architecture</h4 >
6060 <p class =" !mb-2 " ><strong >Deals</strong > are the fundamental orchestration unit - each deal coordinates a set of different stakeholders that share resources and execution parameters to execute a confidential computation task.</p >
6161 <p class =" !mb-0 " >Each <strong >Deal</strong > brings together:</p >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ explore the available data and construct complex queries.
104104<ImageViewer
105105 image-url-dark="/assets/tooling-&-explorers/the-graph/graphql-explorer.png"
106106 image-alt="GraphQL Explorer Interface"
107- link-url="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4 "
107+ link-url="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u?view=Query&chain=arbitrum-one "
108108/>
109109
110110### How to Use the GraphQL Explorer
@@ -121,7 +121,7 @@ explore the available data and construct complex queries.
121121
122122Here are some example queries you can try in the GraphQL explorer:
123123
124- #### Query Apps on Arbitrum
124+ #### Query iApps
125125
126126``` graphql
127127query {
@@ -137,7 +137,7 @@ query {
137137}
138138```
139139
140- #### Query Protected Data on Bellecour
140+ #### Query Protected Data
141141
142142``` graphql
143143query {
You can’t perform that action at this time.
0 commit comments