Update javascript/ql/lib/change-notes/2025-03-20-apollo-server.md

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Napalys Klicius
2025-03-21 09:11:25 +01:00
committed by GitHub
parent 7d40e449db
commit 57f6225140

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Added support for the `ApolloServer` from `@apollo/server` and similar packages.
* Added support for the `ApolloServer` class from `@apollo/server` and similar packages. In particular, the incoming data in a GraphQL resolver is now seen as a source of untrusted user input.