This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
fix(deps): update dependency @graphql-tools/utils to v7.10.0 #118
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.3
->7.10.0
Release Notes
ardatan/graphql-tools
v7.10.0
Compare Source
Minor Changes
e632c5d
: Make executors not generic over context typesPatch Changes
99f092f
: fix(getResolversFromSchema) Fix resolvers for type names starting with a single underscore.v7.9.1
Compare Source
Patch Changes
be23817
: enhance(utils): do not extract default resolversv7.9.0
Compare Source
Minor Changes
20d2c7b
: feat(utils): add withCancelv7.8.1
Compare Source
Patch Changes
dbdb78e
: fix(visitResult): don't throw on encountering __typename in request (#2860)v7.8.0
Compare Source
Minor Changes
03c579b
: enhance(utils): astFromDirective doesn't need schema anymorev7.7.3
Compare Source
Patch Changes
d2a17c7
: enhance(printSchemaWithDirectives): show directives before other definitions #2752v7.7.2
Compare Source
Patch Changes
a4f1ee5
: __ is reserved for introspectionv7.7.1
Compare Source
Patch Changes
194ac37
: fix(utils): add createSchemaDefinition again to fix breaking changev7.7.0
Compare Source
Minor Changes
58fd4b2
: feat(types): add TContext to stitchSchemas and executorPatch Changes
43da6b5
: enhance(merge): reduce number of iterationsv7.6.0
Compare Source
Minor Changes
5b637e2
: Add generic pruning filter optionv7.5.2
Compare Source
Patch Changes
de16fff
: Fix pruneSchema with unimplemented interfacesv7.5.1
Compare Source
Patch Changes
33d1b9e
: Fix pruneSchema with unused interfacesv7.5.0
Minor Changes
219ed39
: enhance(utils): Extract getDocumentNodeFromSchema from printSchemaWithDirectivesPatch Changes
219ed39
: fix(utils): fix missing default value of input object type field219ed39
: fix(utils): print specifiedBy directive definitions correctlyv7.4.0
Minor Changes
8f331aa
: enhance(utils): Extract getDocumentNodeFromSchema from printSchemaWithDirectivesPatch Changes
8f331aa
: fix(utils): fix missing default value of input object type fieldv7.3.0
Compare Source
Minor Changes
6387572
: feat(utils): export astFrom* helper functionsv7.2.6
Compare Source
Patch Changes
e53f97b
: fix(utils): provide { done: true } from iterator when complete is called on observer in observableToAsyncIterablev7.2.5
Compare Source
Patch Changes
4fc05eb
: Fixes the handling of repeatable directives in thegetDirectives
method. Previously repeatable directives were nested and duplicated. They will now return as a flat array map:@​mydir(arg: "first") @​mydir(arg: "second")
translates into:
v7.2.4
Compare Source
Patch Changes
6e50d9f
: enhance(stitching-directives): use keyFieldWhen using simple keys, i.e. when using the keyField argument to
@merge
, the keyField can be added implicitly to the types's key. In most cases, therefore,@key
should not be required at all.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.