gitlab-org--gitlab-foss/changelogs/unreleased/bvl-graphql-multiplex.yml
Phil Hughes 11f85ae8c3 Enables GraphQL batch requests
Enabling GraphQL batch requests allows for multiple queries
to be sent in 1 request reducing the amount of requests
we send to the server.

Responses come come back in the same order as the queries were
provided.
2019-05-28 10:22:02 +02:00

5 lines
86 B
YAML

---
title: Support multiplex GraphQL queries
merge_request: 28273
author:
type: added