gitlab-org--gitlab-foss/app/graphql
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
..
functions
mutations
resolvers
types
gitlab_schema.rb Enables GraphQL batch requests 2019-05-28 10:22:02 +02:00