Askan Simon

Results 2 comments of Askan Simon

I think I have solved this problem using paginator with, distinct = false and and wrap-queries = true `$pagination = $paginator->paginate($query, $page, 50, ['distinct' => false, 'wrap-queries' => true]);` But...

Hi, thanks for reply. Currently we have a system with ~4-5 API calls each request. UserManagementSystem - getStatus Catalog - getProduct PriceTool - getPrice ... And when LexikJWT will need...