-
-
Notifications
You must be signed in to change notification settings - Fork 465
Eager load multiple nested relations using @with #2525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
In this exactly old version type Bar {
city: City @method(name: "handleCity") @with(relation: "city.state")
} |
|
By the way , I have tested this PR and works fine, solve the problem. If you need some help to merge it let me know. |
The changes I made fix eager loading of multiple |
…iple-nested-relations # Conflicts: # src/Tracing/FederatedTracing/Proto/ContextualizedStats.php # src/Tracing/FederatedTracing/Proto/FieldStat.php # src/Tracing/FederatedTracing/Proto/InputFieldStats.php # src/Tracing/FederatedTracing/Proto/LimitsStats.php # src/Tracing/FederatedTracing/Proto/QueryLatencyStats.php # src/Tracing/FederatedTracing/Proto/Trace.php # src/Tracing/FederatedTracing/Proto/Trace/Limits.php # src/Tracing/FederatedTracing/Proto/Trace/QueryPlanNode/FetchNode.php # tests/Integration/Schema/Directives/WithDirectiveTest.php
Resolves #1132, probably also #1873
Changes
Breaking changes