rsnext/examples/with-typescript-graphql/.graphql-let.yml
2020-08-29 22:15:50 -04:00

8 lines
195 B
YAML

schema: '**/*.graphqls'
schemaEntrypoint: 'lib/type-defs.graphqls'
documents: '**/*.graphql'
plugins:
- typescript
- typescript-operations
- typescript-react-apollo
cacheDir: __generated__