-
## WS-2023-0313 - Medium Severity Vulnerability
Vulnerable Library - apollo-server-core-2.22.2.tgz
Core engine for Apollo GraphQL server
Library home page: https://registry.npmjs.org/apollo-server-c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I've searched for it and this issue has been historically closed here: https://github.c…
-
## WS-2023-0313 - Medium Severity Vulnerability
Vulnerable Library - apollo-server-core-2.25.2.tgz
Core engine for Apollo GraphQL server
Library home page: https://registry.npmjs.org/apollo-server-c…
-
## WS-2021-0418 - Medium Severity Vulnerability
Vulnerable Library - apollo-server-core-2.16.1.tgz
Core engine for Apollo GraphQL server
Library home page: https://registry.npmjs.org/apollo-server-c…
-
I had issues running master with a project that was built with the latest npm released version (`v0.3.4-beta.1`).
After a couple of tests I've decided to downgrade the `apollo-server-express` from 2.…
-
### Bug description
So currently I am using Nexus + Pal + Prisma + MySQL (MARIADB). I noticed some performance issues. I inserted 9561 entries in the user table and enabled the Prisma logs
`log: […
-
I use fastify rather than express, and would like to avoid pulling all of express into my production dependencies. (Express itself has 31 direct dependencies, too.) Making it a peer dependency would a…
-
Hey @benawad, since this code uses the old `graphqlExpress` which is not available in v2 of `apollo-server-express` and since most of the people would be now using the v2, the code needs to be updated…
-
I'm trying to add apollo-server-express to my Meteor application. I am following the documentation: https://www.apollographql.com/docs/react/recipes/meteor#Server using `meteor add apollo`
```
S…
-
I spent several hours finding the best way to implement `graphql-query-complexity` with Apollo server v3 (server and serverless)
and I just wanted to post the answer in case anyone else needs it.
…