Skip to content

Commit

Permalink
feat: add apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
kpostekk committed Jun 6, 2023
1 parent 742b2a8 commit d7c8a1f
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 365 deletions.
13 changes: 6 additions & 7 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"codegen": "graphql-codegen --config codegen.json"
},
"dependencies": {
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.3.0",
"@apollo/server": "^4.7.2",
"@as-integrations/fastify": "^2.0.0",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.1.7",
"@nestjs/graphql": "^11.0.6",
"@nestjs/jwt": "^9.0.0",
"@nestjs/mercurius": "^10.1.7",
"@nestjs/platform-fastify": "^9.0.0",
"@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.0",
Expand All @@ -35,17 +35,16 @@
"google-auth-library": "^8.7.0",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"graphql-subscriptions": "^2.0.0",
"ics": "^2.41.0",
"joi": "^17.7.0",
"luxon": "^3.1.1",
"mercurius": "^11.5.0",
"mqemitter": "^5.0.0",
"node-html-parser": "^6.1.4",
"prisma": "^4.15.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"sofa-api": "^0.16.3"
"rxjs": "^7.2.0"
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.3",
Expand Down
Loading

0 comments on commit d7c8a1f

Please sign in to comment.