Update graphql 2.5.9 → 2.5.11 (patch) #462
Closed
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ graphql (2.5.9 → 2.5.11) · Repo · Changelog
Release Notes
2.5.11 (from changelog)
2.5.10 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
2.5.11
Merge pull request #5400 from rmosolgo/dataloader-batch-integration
Support dataloader calls after batched lazy resolve
2.5.10
Merge pull request #5398 from rmosolgo/association-load-fix
Fix association loads with different scopes on the same object
Merge pull request #5396 from rmosolgo/filter-types-for-required-validator
Update assertion
RequiredValidator: remove non-visible definitions from the error message
Merge pull request #5395 from rmosolgo/possible-types-without-interfaces
Don't output abstract types in possible_types(t); remove duplicate object types from possible_types list
Add a failing test for transitive interfaces and .possible_types
Merge pull request #5393 from rmosolgo/faster-from-definition-field-call
Merge pull request #5392 from rmosolgo/execution-clean-ups
Remove useless job counting
Use a cached lookup for field resolution from SDL
Merge pull request #5370 from rmosolgo/basic-ractor-support
Fix test
Test errors, enum values, direct get_type and get_field calls
Merge branch 'master' into basic-ractor-support
js-1.14.8
Merge pull request #5387 from rmosolgo/js-deps-update
Update some JS dependencies
Merge pull request #5386 from rmosolgo/fix-preload-inheritance
Fix inheriting visibility with preload: true
Merge pull request #5382 from gmac/gmac/inherit_validation_allowances
inherit validation allowances.
Remove unused vis code, don't freeze types
Try dynamic visibility ...
Support validation in non-main ractors
Remove need for warm-up query
Merge pull request #5372 from rmosolgo/better-interface-error
Skip Ractor tests when using C parser
Use ractor-to-ractor communication to support 3.5+
Fix execution test, add parsing test
Skip tests that won't work
Move test, skip when no Ractor
Fix freeze compatibility
Get a minimum query running
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands