Files
landscape-template/codegen.yml

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