github dotansimha/graphql-code-generator @graphql-codegen/visitor-plugin-common@2.0.0

latest releases: release-1722174286560, @graphql-codegen/client-preset@4.3.3, release-1719908762705...
3 years ago

Major Changes

  • d80efde: Change preResolveTypes default to be true for more readable types

  • b0cb13d: Update to latest graphql-tools and graphql-config version.

    ‼️ ‼️ ‼️ Please note ‼️ ‼️ ‼️:

    This is a breaking change since Node 10 is no longer supported in graphql-tools, and also no longer supported for Codegen packages.

Patch Changes

  • d80efde: Add option inlineFragmentTypes for deep inlining fragment types within operation types. This inlineFragmentTypes is set to inline by default (Previous behaviour is combine).

    This behavior is the better default for users that only use Fragments for building operations and then want to have access to all the data via the operation type (instead of accessing slices of the data via fragments).

  • Updated dependencies [b0cb13d]

    • @graphql-codegen/plugin-helpers@2.0.0

Don't miss a new graphql-code-generator release

NewReleases is sending notifications on new releases.