|
overwrite: true
|
|
schema: "../../graphql/schema/**/*.graphql"
|
|
documents: "../../graphql/documents/**/*.graphql"
|
|
generates:
|
|
src/core/generated-graphql.tsx:
|
|
plugins:
|
|
- time
|
|
- typescript
|
|
- typescript-operations
|
|
- typescript-react-apollo
|
|
config:
|
|
withRefetchFn: true
|