Content Delivery API
Query batching
June 12th, 2018
We just enabled query batching support to our GraphQL Content Delivery API.
This means you can combine multiple GraphQL operations into a single HTTP request, reducing HTTP overheads. If you use Apollo Client, you can enable batch queries with the apollo-link-batch-http
package: