Releases: eddeee888/graphql-code-generator-plugins
Releases · eddeee888/graphql-code-generator-plugins
@eddeee888/[email protected]
@eddeee888/[email protected]
Patch Changes
- 7f281c9: Fix scalarOverrides not giving full control to users
@eddeee888/[email protected]
Patch Changes
- de78270: Ensure __isTypeOf is in the picked properties so users can choose this way to handle abstract type should they choose
@eddeee888/[email protected]
Patch Changes
- 9088222: Fix interface mappers not being detected automatically
@eddeee888/[email protected]
Patch Changes
- 906d454: Bump @graphql-codegen/typescript-resolvers to v4.2.1
- bb9b5fe: Use @graphql-tools/merge to merge typeDefs
- Updated dependencies [906d454]
- @eddeee888/[email protected]
@eddeee888/[email protected]
Patch Changes
- 906d454: Bump @graphql-codegen/typescript-resolvers to v4.2.1
@eddeee888/[email protected]
Minor Changes
- 8ec553b: Handle enum resolverGeneration, autowireup and mapper. Enable enum resolvers generation by default.
- 8ec553b: Use reported generated type names from @graphql-codegen/typescript-resolvers meta to support all naming convention
- 8ec553b: Add
fixObjectTypeResolvers.enum = smart
option to ensure all allowedValues are generated - 8ec553b: Fully support namingConvention for resolvers map
- Use schema-ast plugin to generate a merged schema. This is a useful artifact if user needs an easy way to share the schema with another codebase or use it with libraries that support parsing only one schema file.
@eddeee888/[email protected]
Patch Changes
- b734d8b: Revert VariableStatement assumption that can cause runtime errors