-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcodegen.yml
More file actions
36 lines (34 loc) · 1.07 KB
/
codegen.yml
File metadata and controls
36 lines (34 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
generates:
src/generated-graphql/index.tsx:
schema: "https://blue-api.morpho.org/graphql"
documents: "src/app/statev3/morpho/**/*.graphql"
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: false
withHOC: false
withComponent: false
src/generated-graphql/subgraph-index.tsx:
schema: "https://subgraph.satsuma-prod.com/64a0e71a7397/fuul-team--611570/base/api"
documents: "src/app/statev3/fuul/**/*.graphql"
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: false
withHOC: false
withComponent: false
src/generated-graphql/leverage-token-index.tsx:
schema: "https://api.studio.thegraph.com/query/113147/seamless-leverage-tokens-base/version/latest"
documents: "src/app/data/leverage-tokens/**/*.graphql"
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: false
withHOC: false
withComponent: false