Solving N+1 Problem

August 19, 2018 ยท View on GitHub

As explained in GraphQL-PHP documentation, solving N+1 Problem can be a requirement to make your application production ready. For that reason, we also provide a bundle overblog/dataloader-bundle based on facebook dataloader answering easily to this need.