Skip to content

chore(@nestjs/apollo): support apollo v5 #3669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gmenih
Copy link

@gmenih gmenih commented Jul 28, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

@apollo/server@v5 is now supported, along with as express@v5

Does this PR introduce a breaking change?

  • Yes
  • No

An additional dependency is introduced - @as-integrations/express5; not an API breaking change, but projects using this package will have to install the new dependency. I'm happy to update the docs if this gets approved.

Other information

Technically both express@v4 and express@v5 are supported by @apollo/server@v5, but they require separate dependencies - either @as-integrations/express4 or @as-integrations/express5.

Considering that @nestjs/platform-express is on v5, I used v5 here as well.

@gmenih gmenih mentioned this pull request Jul 28, 2025
1 task
@gmenih
Copy link
Author

gmenih commented Aug 1, 2025

@kamilmysliwiec is there anything I can do to help move this forward? I'd love to start using this in our project 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant