open-codetree / codegen.yml
matt HOFFNER
init
3c3f089
raw
history blame contribute delete
279 Bytes
overwrite: true
schema: "http://localhost:4000/graphql"
documents: null
generates:
graphql/generated/graphql.d.ts:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
./graphql.schema.json:
plugins:
- "introspection"