beyondcode/laravel-query-detector

In Batch request it is not work properly.

sp1009 opened this issue · 0 comments

Hii there,

I have created a simple get all details API as a State model. It looks fine in individual API but when I call the same request in batch request it's given me N+1 warning errors:

Individual API Route:

image

Batch Request API Route:

image

Thanks in advance!