소스 검색

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",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.