Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-30 11:50:55 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-05-30 11:50:55 +0300
commit0e2336442636cdb7f5082b652ff5332d78855e9a (patch)
tree49abd3b4c433052f7a371fbba942d03b157c459a /package.json
parent9b3672ec3bc3a47863db5b4a53e73e9afa81e473 (diff)
parentbcf01adaa089f258a7660eff740c9bf2eddfadc8 (diff)
Merge branch 'graphql-batch-requests-ee' into 'master'
Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7c992f61c00..2b45f25e9c3 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,8 @@
"@gitlab/ui": "^3.10.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
+ "apollo-link": "^1.2.11",
+ "apollo-link-batch-http": "^1.2.11",
"apollo-upload-client": "^10.0.0",
"at.js": "^1.5.4",
"autosize": "^4.0.0",