github-actions
released this
03 Aug 09:10
·
2110 commits
to master
since this release
Major Changes
-
b0cb13d: Update to latest
graphql-tools
andgraphql-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. ThisinlineFragmentTypes
is set toinline
by default (Previous behaviour iscombine
).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 [d80efde]
-
Updated dependencies [d80efde]
-
Updated dependencies [b0cb13d]
- @graphql-codegen/[email protected]
- @graphql-codegen/[email protected]
- @graphql-codegen/[email protected]