-
Notifications
You must be signed in to change notification settings - Fork 420
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
When installing @nestjs/apollo
npm warn deprecated @apollo/[email protected]: The use of GraphQL Playground in Apollo Server was supported in previous versions, but this is no longer the case as of December 31, 2022. This package exists for v4 migration purposes only. We do not intend to resolve security issues or other bugs with this package if they arise, so please migrate away from this to [Apollo Server's default Explorer](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages) as soon as possible.
Minimum reproduction code
https://github.com/nestjs/graphql/blob/master/packages/apollo/package.json
Steps to reproduce
npm i @nestjs/apollo --save
Expected behavior
There shouldn't be a warning for a deprecated archive dated from 31 December 2022.
I know this is reported in the dependency dashboard (#1725) but shouldn't there be an alternative by now ?
Package version
12.2.0
Graphql version
graphql:
apollo-server-express:
apollo-server-fastify:
NestJS version
10.3.10
Node.js version
22.3.0
In which operating systems have you tested?
- macOS
- Windows
- Linux
Other
No response