Skip to content
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

Fix building additional abstract type edges #2259

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

pcmanus
Copy link
Contributor

@pcmanus pcmanus commented Nov 18, 2022

As we build the query graph, some edges are added between abstract types to avoid type explosion when we can. Unfortunately, in some cases, adding those edge was incorrect and we need to type-explode due to some specific different between subgraphs on the definition of the types involved. This fixes this issue.

Fixes #361

As we build the query graph, some edges are added between abstract types
to avoid type explosion when we can. Unfortunately, in some cases,
adding those edge was incorrect and we need to type-explode due to
some specific different between subgraphs on the definition of the
types involved. This fixes this issue.

Fixes apollographql#361
@netlify
Copy link

netlify bot commented Nov 18, 2022

👷 Deploy request for apollo-federation-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 0fd6f7f

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@pcmanus
Copy link
Contributor Author

pcmanus commented Nov 18, 2022

This is the modified version of #2194 that I mentioned in my comment, but creating a separate PR as I can't easily push there.

@pcmanus pcmanus merged commit b54ccc1 into apollographql:main Nov 18, 2022
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.

Union with types from different service implementing value type interface
1 participant