mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-17 06:14:27 +01:00
17 lines
389 B
YAML
17 lines
389 B
YAML
overwrite: true
|
|
schema: "https://lightning-landscape.stellate.sh"
|
|
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
|