dgs-examples-java icon indicating copy to clipboard operation
dgs-examples-java copied to clipboard

dataloader not work

Open wuhuarouworld opened this issue 1 year ago • 0 comments

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.

wuhuarouworld avatar Jul 24 '24 03:07 wuhuarouworld