@with
directive fails to eager-load multiple nested relations on the same parent relation
#2222
Labels
bug
An error within Lighthouse
I've come across what i think is a bug involving the use of multiple @with directives
Here is an example schema:
In the given example, after loading a user with viewerSummary, actors are eager-loaded but producers are not.
Expected behavior/Solution
I would expect both relationships (producers & actors) to be eager loaded
Lighthouse Version
v5.63
The text was updated successfully, but these errors were encountered: