chore: created pubsub module and added relevant dependencies for it

This commit is contained in:
Balu Babu
2022-12-07 20:28:46 +05:30
parent cd3178224a
commit d7afd31572
2 changed files with 104 additions and 122 deletions

View File

@@ -28,6 +28,9 @@
"@nestjs/platform-express": "^9.2.1",
"apollo-server-express": "^3.11.1",
"graphql": "^15.5.0",
"graphql-redis-subscriptions": "^2.5.0",
"graphql-subscriptions": "^2.0.0",
"ioredis": "^5.2.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.6.0"