diff options
author | Phil Hughes <me@iamphill.com> | 2019-05-28 14:41:57 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-05-29 10:31:16 +0100 |
commit | 301a7d32b40128d388aa42b487de367c1cdbc1cd (patch) | |
tree | e5bdafc36c7a6a0204272d05615d04a9f31ae3b7 /package.json | |
parent | 4a9387242dbbfee9e9ddc7b46eb69ad6a2f4ba2c (diff) | |
download | gitlab-ce-301a7d32b40128d388aa42b487de367c1cdbc1cd.tar.gz |
Enable GraphQL batch requests
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 a4ec2dce0df..f2f784ef4d7 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,8 @@ "@gitlab/ui": "^3.10.0", "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", |