mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-29 03:54:30 +01:00
17 lines
383 B
YAML
17 lines
383 B
YAML
overwrite: true
|
|
schema: "http://localhost:8888/dev/graphql"
|
|
documents: "./src/**/*.{ts,graphql}"
|
|
generates:
|
|
src/graphql/index.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|
|
config:
|
|
withHooks: true
|
|
avoidOptionals:
|
|
field: true
|
|
inputValue: false
|
|
object: true
|
|
defaultValue: true
|