-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Sample 31: GraphQL Federation code-first does not work #11942
Comments
@Tony133 I believe you recently created a PR to fix this example 🤔 (?). Perhaps dependabot/renovate did automatically upgrade dependencies again |
Yes, I had done this PR: #11880, from what I noticed, dependabot/renovate did automatically upgrade dependencies again. (see screenshot) |
This and the PR of renovate that re-updated the dependencies: #11811 |
Would you like to create a PR for this again? @Tony133 I'll see if we can block renovate & dependabot for this sample 😞 |
Yes, in the afternoon I will prepare the PR 🚀 |
PR done! link: #11950 🔥 🚀 |
Is there an existing issue for this?
Current behavior
The users application throws a
GraphQLError: The schema is not a valid GraphQL schema
error when starting.The posts application throws a
The "@apollo/subgraph" package is missing.
error when starting.Minimum reproduction code
N/A
Steps to reproduce
npm install
in all three projects (users, posts, gateway)Expected behavior
The projects start correctly.
Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
No response
NestJS version
10.0.3
Packages versions
Users
Posts
Gateway
Node.js version
20.2.0 (latest version i could install with nvm.
@types/node
package is specified as v20.3.2)In which operating systems have you tested?
Other
I did not change anything in the repository. Its just a clone of what is on github.
The text was updated successfully, but these errors were encountered: