forked from DistributedCollective/Sovryn-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodegen.yml
34 lines (34 loc) · 874 Bytes
/
codegen.yml
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
generates:
./src/utils/graphql/rsk/generated.tsx:
schema:
- './src/utils/graphql/rsk/schema.graphql'
documents:
- './src/utils/graphql/rsk/operations/*.graphql'
plugins:
- typescript
- typescript-operations
- typescript-react-apollo
config:
withHooks: true
scalars:
Bytes: string
BigInt: string
BigDecimal: string
./src/utils/graphql/babelfish/generated.tsx:
schema:
- './src/utils/graphql/babelfish/schema.graphql'
documents:
- './src/utils/graphql/babelfish/operations/*.graphql'
plugins:
- typescript
- typescript-operations
- typescript-react-apollo
config:
withHooks: true
scalars:
Bytes: string
BigInt: string
BigDecimal: string
hooks:
afterAllFileWrite:
- prettier ./src/utils/graphql --write