Files
landscape-template/codegen.yml
2022-11-13 18:12:33 +01:00

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