-
- Downloads
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.
Showing
- app/controllers/graphql_controller.rb 39 additions, 7 deletionsapp/controllers/graphql_controller.rb
- app/graphql/gitlab_schema.rb 13 additions, 2 deletionsapp/graphql/gitlab_schema.rb
- changelogs/unreleased/bvl-graphql-multiplex.yml 5 additions, 0 deletionschangelogs/unreleased/bvl-graphql-multiplex.yml
- doc/api/graphql/index.md 8 additions, 0 deletionsdoc/api/graphql/index.md
- spec/graphql/gitlab_schema_spec.rb 2 additions, 2 deletionsspec/graphql/gitlab_schema_spec.rb
- spec/requests/api/graphql/gitlab_schema_spec.rb 63 additions, 22 deletionsspec/requests/api/graphql/gitlab_schema_spec.rb
- spec/requests/api/graphql/multiplexed_queries_spec.rb 39 additions, 0 deletionsspec/requests/api/graphql/multiplexed_queries_spec.rb
- spec/support/helpers/graphql_helpers.rb 12 additions, 1 deletionspec/support/helpers/graphql_helpers.rb
Please register or sign in to comment