feat(backend-gitlab): initial GraphQL support (#6059)

This commit is contained in:
Erez Rokah
2021-12-28 12:39:23 +01:00
committed by GitHub
parent a83dba7acd
commit 1523a4140a
7 changed files with 274 additions and 7 deletions

View File

@ -20,6 +20,10 @@
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward --extensions \".js,.jsx,.ts,.tsx\""
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-context": "^1.0.18",
"apollo-link-http": "^1.5.15",
"js-base64": "^3.0.0",
"semaphore": "^1.1.0"
},