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: pass default vals to ResolverContext #1527

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

ssddOnTop
Copy link
Contributor

@ssddOnTop ssddOnTop commented May 25, 2024

Issue Reference
fixes: #1526

Performace issue
This will reduce performance because of merging maps and clones. Additionally, it is a hot code so I don't know if this solution is good enough.

@ssddOnTop
Copy link
Contributor Author

Also, I am not sure where to add tests.. so please guide me a little

@ssddOnTop
Copy link
Contributor Author

@sunli829 can I get a review pls

@sunli829 sunli829 merged commit 61da35d into async-graphql:master Jun 8, 2024
7 checks passed
@sunli829
Copy link
Collaborator

sunli829 commented Jun 8, 2024

thanks

@ssddOnTop ssddOnTop deleted the chore/fix-def-as-args branch June 8, 2024 04:44
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.

Default Argument Values Not Applied When Arguments Are Omitted
2 participants