You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid the N+1 problem, I defined a DataLoader, for example ReviewsDataLoader. After I do a mutation, I call the query method again. The "load" method in the ReviewsDataLoader is called multiple times. ReviewsDataLoader not work. I don't know how to solve this problem.
The text was updated successfully, but these errors were encountered:
To avoid the N+1 problem, I defined a DataLoader, for example ReviewsDataLoader. After I do a mutation, I call the query method again. The "load" method in the ReviewsDataLoader is called multiple times. ReviewsDataLoader not work. I don't know how to solve this problem.
The text was updated successfully, but these errors were encountered: