We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1588f68 commit cf13ad1Copy full SHA for cf13ad1
codegen.yml
@@ -1,5 +1,5 @@
1
overwrite: true
2
-schema: "https://subgraph.satsuma-prod.com/e5007231a1eb/noteam--129139/dappnode-explorer/version/v0.1.2/api"
+schema: "https://api.studio.thegraph.com/query/90626/dapp-explorer/version/latest"
3
documents: "src/**/*.ts"
4
generates:
5
src/generated/graphql.tsx:
src/index.tsx
@@ -11,7 +11,7 @@ import * as serviceWorker from "./serviceWorker";
11
12
const client = new ApolloClient({
13
uri:
14
- "https://subgraph.satsuma-prod.com/e5007231a1eb/noteam--129139/dappnode-explorer/version/v0.1.2/api",
+ "https://api.studio.thegraph.com/query/90626/dapp-explorer/version/latest",
15
});
16
17
ReactDOM.render(
0 commit comments