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 Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
mutations Add field mergeRequests for project in GraphQL 2019-02-14 15:52:17 +08:00
resolvers Merge branch 'graphql-tree' into 'master' 2019-05-22 15:06:03 +00:00
types Merge branch 'graphql-tree' into 'master' 2019-05-22 15:06:03 +00:00
gitlab_schema.rb Enables GraphQL batch requests 2019-05-28 10:22:02 +02:00