forked from ourzora/nft-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodegen.json
24 lines (24 loc) · 904 Bytes
/
codegen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"generates": {
"./src/graph-queries/zora-graph-types.ts": {
"schema": "./graph-schemas/zora-graph.graphql",
"documents": "./src/graph-queries/zora-graph.ts",
"plugins": ["typescript", "typescript-operations"]
},
"./src/graph-queries/zora-indexer-types.ts": {
"schema": "./graph-schemas/zora-indexer.graphql",
"documents": "./src/graph-queries/zora-indexer.ts",
"plugins": ["typescript", "typescript-operations"]
},
"./src/graph-queries/uniswap-types.ts": {
"schema": "./graph-schemas/uniswap.graphql",
"documents": "./src/graph-queries/uniswap.ts",
"plugins": ["typescript", "typescript-operations"]
},
"./src/graph-queries/ens-graph-types.ts": {
"schema": "./graph-schemas/ens.graphql",
"documents": "./src/graph-queries/ens-graph.ts",
"plugins": ["typescript", "typescript-operations"]
}
}
}