2021-04-18 11:18:29 +08:00
|
|
|
overwrite: true
|
2021-05-04 21:47:54 +08:00
|
|
|
schema: "http://api.fennec.localhost/graphql"
|
2021-04-18 11:18:29 +08:00
|
|
|
# documents: "src/**/*.graphql"
|
|
|
|
generates:
|
|
|
|
src/generated/graphql.tsx:
|
|
|
|
plugins:
|
|
|
|
- "typescript"
|
|
|
|
- "typescript-operations"
|
|
|
|
- "typescript-react-apollo"
|
2021-05-09 15:29:11 +08:00
|
|
|
src/generated/graphql.schema.json:
|
2021-04-18 11:18:29 +08:00
|
|
|
plugins:
|
|
|
|
- "introspection"
|