浏览代码

chore: Downgrade back to Apollo Server v4

The NestJS integration with v5 still has issues due
to the use of the deprecated playground

https://github.com/nestjs/graphql/pull/3669#issuecomment-3360861537
Michael Bromley 3 月之前
父节点
当前提交
f84eead6c4
共有 2 个文件被更改,包括 476 次插入258 次删除
  1. 475 257
      package-lock.json
  2. 1 1
      packages/harden-plugin/package.json

文件差异内容过多而无法显示
+ 475 - 257
package-lock.json


+ 1 - 1
packages/harden-plugin/package.json

@@ -25,7 +25,7 @@
         "graphql-query-complexity": "^0.12.0"
     },
     "peerDependencies": {
-      "@apollo/server": "^5.0.0"
+      "@apollo/server": "^4.12.2"
     },
     "devDependencies": {
         "@vendure/common": "3.4.3",

部分文件因为文件数量过多而无法显示