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

OverlappingFieldsCanBeMerged throws an error when querying same field w/ and w/o attributes for different union types #1500

Open
Orrison opened this issue Dec 22, 2023 · 1 comment

Comments

@Orrison
Copy link

Orrison commented Dec 22, 2023

This is a well-known/discussed issue within the GraphQL community and much discussed here: graphql/graphql-js#53

If querying the same field for different union types has the same name but different Type definitions, this should be possible without an alias. But it seems we are currently restricting that within the graphql-php implementation.

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

No branches or pull requests

2 participants