Is there a way to enforce a limit on batch requests in Apollo Server?
Summary The problem revolves around enforcing a limit on batch requests in Apollo Server, which by default has batch requests disabled. To tackle this, we need to understand how Apollo Server handles batch requests and where we can intervene to set a limit. Root Cause The root cause of the issue is that Apollo Server … Read more