diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-05-30 08:50:55 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-05-30 08:50:55 +0000 |
commit | 0e2336442636cdb7f5082b652ff5332d78855e9a (patch) | |
tree | 49abd3b4c433052f7a371fbba942d03b157c459a /package.json | |
parent | 9b3672ec3bc3a47863db5b4a53e73e9afa81e473 (diff) | |
parent | bcf01adaa089f258a7660eff740c9bf2eddfadc8 (diff) | |
download | gitlab-ce-0e2336442636cdb7f5082b652ff5332d78855e9a.tar.gz |
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.json | 2 |
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", |