@atmina/local-typescript-operations
v0.9.0
Published
GraphQL Codegen plugin allowing use of a custom @export directive and other improvements over the typescript-operations plugin
Downloads
1,103
Readme
@atmina/local-typescript-operations
Compatibility table for the @graphql-codegen/visitor-plugin-common
library:
| @graphql-codegen/visitor-plugin-common
| @atmina/local-typescript-operations
|
|------------------------------------------|---------------------------------------|
| < 2.8.0 | <= 0.5.0 |
| >= 2.8.0 < 4.1.0 | >= 0.6.0 |
| >= 4.1.0 | >= 0.9.0 |
@graphql-codegen/[email protected]
introduced a breaking change to the public API of one of the classes
used in this plugin. Please ensure you are using the matching version following the table above. More information can be
found in this issue.
This package contains a GraphQL Code Generator plugin allowing use of a
custom @export
directive and other improvements like local generation of input types.
More information on the usage can be found in the repository.