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

Discriminator added to all Queries when Polymorphism is not enabled #3053

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

evanchooly
Copy link
Member

This PR tries to ensmarten the inclusion of discriminator values to only the bare essentials to avoid unncessary indexing requirements.

fixes #2833

@evanchooly
Copy link
Member Author

@danielmerchant @dfjones if you want to look over this diff and let me know what you think, that'd be great. @dfjones I know you've moved onward and upward so feel free to disregard this PR if you'd like. Just thought I'd mention just in case it's still stuck in your head the way my brain refuses to let go. :)

@evanchooly evanchooly added this to the 2.4.14 milestone May 25, 2024
Copy link

@danielmerchant danielmerchant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left two nitpicky comments, other than that, changes look good. I'm also wondering if there's any documentation that should be updated to reflect this change in behavior, beyond the next release notes.

remove a println
@evanchooly evanchooly merged commit bf0a36c into 2.4.x Jun 12, 2024
25 checks passed
@evanchooly evanchooly deleted the queryDiscriminators branch June 12, 2024 00:21
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.

None yet

2 participants