-
-
Notifications
You must be signed in to change notification settings - Fork 950
fix(laravel) graphQl Relationship loading #6792
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
Conversation
|
@soyuka Drafting this for now since there probably is some cleanup to do. Also not sure yet if this is the way this should be implemented (see my comments in api-platform/api-platform#2795). |
|
Thanks so much for this, I should've pointed you to |
2cd2323 to
be467c9
Compare
|
@soyuka I think it is fine now. PR is done, switched to dependency injection and made a funtion for duplicated code Should be ready to merge now! Edit: And no worries about the |
0bf48af to
2a12e7b
Compare
fix loading relationships by only loading those related to the model Closes: api-platform#6791 Signed-off-by: Tobias Oitzinger <[email protected]>
2a12e7b to
9304b68
Compare
|
Thanks for the fix! |
This is still work in progress and needs feedback