tn-gqlcodegen-qm-plugin
v1.3.0
Published
Downloads
2
Readme
plugins:
- tn-gqlcodegen-qm-plugin:
apolloClientImport: ../path/apolloClient.ts
apolloClientDeclaration: apolloClient
overwrite: true
schema: https://localhost:3000/graphql/
documents: graphql/**/*.gql
generates:
graphql/graphql.tsx:
plugins:
- typescript
- typescript-operations
- typescript-react-apollo
- tn-gqlcodegen-qm-plugin:
apolloClientImport: ../path/apolloClient.ts
apolloClientDeclaration: apolloClient
hooks:
afterAllFileWrite:
- prettier --write