We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got 2 microservices using federation and they both share a common git submodule of .graphql files.
.graphql
The thing is: queries are not resolving due to them being duplicated in both subgraphs.
Mutations are solving fine, even though they're duplicated as well...
I'm using NestJS on top of Apollo Federation.
https://stackoverflow.com/questions/72320648/apollo-gateway-duplicate-identical-types-across-subgraphs-returns-null-result
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
I've got 2 microservices using federation and they both share a common git submodule of
.graphql
files.The thing is: queries are not resolving due to them being duplicated in both subgraphs.
Mutations are solving fine, even though they're duplicated as well...
I'm using NestJS on top of Apollo Federation.
Link to Reproduction
https://stackoverflow.com/questions/72320648/apollo-gateway-duplicate-identical-types-across-subgraphs-returns-null-result
Reproduction Steps
No response
The text was updated successfully, but these errors were encountered: