Skip to content

Releases: eddeee888/graphql-code-generator-plugins

@eddeee888/[email protected]

30 Oct 12:27
4bf8ddf
Compare
Choose a tag to compare

Minor Changes

  • 9b45bf3: Use @graphql-codegen/typescript-resolvers meta to handle federation__resolveType
  • 9b45bf3: Do not add files on filesystem that have not been touched by codemod

Patch Changes

  • 9b45bf3: Do not report namingConvention usage as it is fully supported

@eddeee888/[email protected]

07 Aug 11:13
029d791
Compare
Choose a tag to compare

Patch Changes

  • 7f281c9: Fix scalarOverrides not giving full control to users

@eddeee888/[email protected]

01 Aug 05:37
ba0d7de
Compare
Choose a tag to compare

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]

06 Jul 09:21
741c9e1
Compare
Choose a tag to compare

Patch Changes

  • 9088222: Fix interface mappers not being detected automatically

@eddeee888/[email protected]

02 Jul 10:31
385a6b8
Compare
Choose a tag to compare

Patch Changes

@eddeee888/[email protected]

02 Jul 10:31
385a6b8
Compare
Choose a tag to compare

Patch Changes

  • 906d454: Bump @graphql-codegen/typescript-resolvers to v4.2.1

@eddeee888/[email protected]

30 Jun 12:10
613e5d6
Compare
Choose a tag to compare

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]

12 Jun 12:55
d682d2e
Compare
Choose a tag to compare

Patch Changes

  • b734d8b: Revert VariableStatement assumption that can cause runtime errors

@eddeee888/[email protected]

11 Jun 10:43
22a4725
Compare
Choose a tag to compare

Patch Changes

  • 386bb30: Fix issue where variable statements without type node does not get type node added
  • 6715a49: Prefer detected scalar file on filesystem over scalar modules when wiring up resolvers map
  • 86babc6: Fix issue where GraphQLScalarType is imported all the time, regardless of whether it's used

@eddeee888/[email protected]

29 May 14:31
7367d8d
Compare
Choose a tag to compare

Patch Changes

  • 538eb24: Fix issue where whitelisted/blacklisted module can incorrectly detect extended resolvers to wire up to resolvers.generated.ts
  • 263604f: Fix externalResolvers config not working for enums