tn-gqlcodegen-evict-plugin
v1.3.0
Published
Downloads
1
Readme
plugins:
- tn-gqlcodegen-evict-plugin:
apolloCacheImport: ../path/apolloCache.ts
apolloCacheDeclaration: apolloCache
overwrite: true
schema: https://localhost:3000/graphql/
documents: graphql/**/*.gql
generates:
graphql/graphql.tsx:
plugins:
- typescript
- typescript-operations
- typescript-react-apollo
- tn-gqlcodegen-evict-plugin:
apolloCacheImport: ../path/apolloCache.ts
apolloCacheDeclaration: apolloCache
hooks:
afterAllFileWrite:
- prettier --write