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: infinite recursion in inputObject #252

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

Doan-Trang
Copy link
Contributor

The processedType Map is not updated when there is a cycle in the type definitions and causes an infinite recursion. Updating the processedType Map before the cycle should solve the issue.

Co-authored-by: Jonathan Kohlhas JonathanKohlhas@users.noreply.github.com

Co-authored-by: Jonathan Kohlhas <JonathanKohlhas@users.noreply.github.com>
@Yamashou Yamashou merged commit 3927b80 into Yamashou:master Dec 16, 2024
1 check passed
@Yamashou
Copy link
Owner

@Doan-Trang Thanks!

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