12 lines
261 B
YAML
12 lines
261 B
YAML
|
schema: http://127.0.0.1:3001/
|
||
|
documents: './src/lib/**/*.graphql'
|
||
|
generates:
|
||
|
./src/lib/graphql/generated.ts:
|
||
|
plugins:
|
||
|
- typescript
|
||
|
- typescript-operations
|
||
|
- typescript-react-apollo
|
||
|
config:
|
||
|
withHooks: true
|
||
|
fetcher: fetch
|