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(typeEvaluator): only add non-null TypeNodes to the coalesced union #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sgulseth
Copy link
Member

We didn't check if the type was actual null, we only filtered out nulls from unions. This works in most cases since you usually ask for a field that can be null. However if you ask for a field that will always be null(if a field doesn't exist) we would also add null.

@sgulseth sgulseth requested a review from a team May 28, 2024 19:01
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