Skip to content

@graphql-codegen/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 09:10
· 2110 commits to master since this release
d4e0cf0

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]