2023-02-28 07:43:27 +00:00
|
|
|
overwrite: true
|
2023-03-13 13:22:50 +00:00
|
|
|
schema: "../../gql-gen/*.gql"
|
2023-02-28 07:43:27 +00:00
|
|
|
generates:
|
|
|
|
|
src/helpers/backend/graphql.ts:
|
|
|
|
|
documents: 'src/**/*.graphql'
|
|
|
|
|
plugins:
|
|
|
|
|
- 'typescript'
|
|
|
|
|
- 'typescript-operations'
|
|
|
|
|
- 'typed-document-node'
|
|
|
|
|
- 'urql-introspection'
|
|
|
|
|
src/helpers/backend/graphql.schema.json:
|
|
|
|
|
plugins:
|
|
|
|
|
- 'introspection'
|