diff --git a/packages/hoppscotch-backend/package.json b/packages/hoppscotch-backend/package.json index 08a9aa4dc..6e3a31005 100644 --- a/packages/hoppscotch-backend/package.json +++ b/packages/hoppscotch-backend/package.json @@ -28,7 +28,10 @@ "@nestjs/platform-express": "^9.2.1", "@prisma/client": "^4.7.1", "apollo-server-express": "^3.11.1", + "apollo-server-plugin-base": "^3.7.1", + "fp-ts": "^2.13.1", "graphql": "^15.5.0", + "graphql-query-complexity": "^0.12.0", "graphql-redis-subscriptions": "^2.5.0", "graphql-subscriptions": "^2.0.0", "ioredis": "^5.2.4",