gitlab-org--gitlab-foss/spec/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
..
features Only check abilities on rendered GraphQL nodes 2019-04-18 16:17:29 +02:00
mutations Add mutation toggling WIP state of merge requests 2018-07-25 18:37:12 +02:00
resolvers Merge branch 'graphql-tree' into 'master' 2019-05-22 15:06:03 +00:00
types Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00
gitlab_schema_spec.rb Enables GraphQL batch requests 2019-05-28 10:22:02 +02:00