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(schema): Remove undefined $select when using resolveResult hook #3354

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

marshallswain
Copy link
Member

Without this code, an extra $select: undefined is added to queries. This little update fixes that issue.

Without this code, an extra `$select: undefined` is added to queries.  This little update fixes that issue.
@marshallswain marshallswain requested a review from daffl November 27, 2023 22:39
@daffl daffl changed the title fix undefined $select when using resolveResult hook fix(schema): Remove undefined $select when using resolveResult hook Nov 27, 2023
@daffl daffl merged commit c43e009 into dove Nov 27, 2023
4 checks passed
@daffl daffl deleted the fix-undefined-select branch November 27, 2023 23:04
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.

2 participants