chore(deps): update module github.com/99designs/gqlgen to v0.17.22 #52
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:
v0.17.21
->v0.17.22
Release Notes
99designs/gqlgen
v0.17.22
Compare Source
d657946
release v0.17.229a29229
graphql.Error is not deprecated anymore (#2455)a44685b2 Ability to return multiple errors from resolvers raise than add it to stack. (#2454)
Sometimes vscode warn about this while editing resolvers code.
Finally the resolver's code is editable and generated at the same time.
Ability to return multiple errors from resolver.
Multiple errors return example
Fix missing import
reformat
gofmt
go generate ./...
go generate ./...
Regenerate
remove trailing period
db1e3b81 Implicit external check (#2449)
Prevent entity resolver generation for stub types.
In Federation 2 key fields are implicitly external
Add more comments to "isResolvable"
Check that no resolvers are set for stub "Hello"
Run generate with go 1.16
Simplify implicit external check
Add stricter federation version check.
Update comment on expected behavior of the resolvable argument.
Add comment to documentation about external directive.
Preallocate keyFields slice
Add non stub type to federation v2 test
Do not append to preallocated slice
Add test coverage for multiple fields in key
Fix typo in comment
5065163
Re-generate and update release checklist to regenerate for new version5cfc22d
Add v0.17.21 Release notes5d39046
v0.17.21 postrelease bumpConfiguration
📅 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.