cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.69k stars 3.16k forks source link

Replace deprecated `express-graphql` #30127

Open MikeMcC399 opened 2 weeks ago

MikeMcC399 commented 2 weeks ago

What would you like?

Replace the deprecated npm module express-graphql with the recommended replacement module graphql-http.

Why is this needed?

express-graphql is deprecated and the repo was archived on Mar 20, 2023, so it is effectively now unsupported.

Other

Item Value
Deprecated npm module express-graphql
npm registry message This package is no longer maintained. We recommend using graphql-http instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql.
Other message https://graphql.org/blog/2022-11-07-graphql-http/
GitHub repo https://github.com/graphql/express-graphql
Repo status Archived on Mar 20, 2023
Replacement npm module https://www.npmjs.com/package/graphql-http
Replacement repo https://github.com/graphql/graphql-http
Replacement documentation https://github.com/graphql/graphql-http/blob/main/README.md
Prerequisites

Where used:

Directory Version
packages/graphql "express-graphql": "^0.12.0"
JeffWeiner09 commented 2 weeks ago

What would you like?

Replace the deprecated npm module express-graphql with the recommended replacement module graphql-http.

Why is this needed?

express-graphql is deprecated and the repo was archived on Mar 20, 2023, so it is effectively now unsupported.

Other

Item Value Deprecated npm module express-graphql npm registry message This package is no longer maintained. We recommend using graphql-http instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql. Other message https://graphql.org/blog/2022-11-07-graphql-http/ GitHub repo https://github.com/graphql/express-graphql Repo status Archived on Mar 20, 2023 Replacement npm module https://www.npmjs.com/package/graphql-http Replacement repo https://github.com/graphql/graphql-http Replacement documentation https://github.com/graphql/graphql-http/blob/main/README.md Prerequisites Where used:

Directory Version packages/graphql "express-graphql": "^0.12.0"