2021-04-24 14:47:22 +08:00
|
|
|
overwrite: true
|
2021-10-31 15:08:34 +08:00
|
|
|
schema: "http://api.blog.localhost:7070/graphql"
|
2021-04-24 14:47:22 +08:00
|
|
|
# documents: "src/**/*.graphql"
|
|
|
|
generates:
|
|
|
|
src/generated/graphql.tsx:
|
|
|
|
plugins:
|
|
|
|
- "typescript"
|
|
|
|
- "typescript-operations"
|
|
|
|
- "typescript-react-apollo"
|
2021-07-17 17:31:44 +08:00
|
|
|
src/generated/graphql.schema.json:
|
2021-04-24 14:47:22 +08:00
|
|
|
plugins:
|
|
|
|
- "introspection"
|