You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
leebenson__reactql/codegen.yml

12 lines
275 B

overwrite: true
schema: "schema/schema.graphql"
documents: "src/**/*.graphql"
generates:
src/graphql/index.tsx:
plugins:
- typescript
- typescript-operations
- typescript-react-apollo
src/graphql/fragments.tsx:
plugins:
- fragment-matcher