rsnext/examples/with-typescript-graphql/.graphql-let.yml
U-ya 75be56fed7
[with-typescript-graphql] fixes breaking changes in graphql-let v0.18.0 (#32681)
* Migrate graphql-let v0.18.0 according to the documentation

* lint-fix

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-02-06 11:20:55 -06:00

6 lines
130 B
YAML

schema: '**/*.graphqls'
documents: '**/*.graphql'
plugins:
- typescript-operations
- typescript-react-apollo
cacheDir: .cache