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 InputValue.ObjectValue#toString #2173

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Fix InputValue.ObjectValue#toString #2173

merged 1 commit into from
Mar 25, 2024

Conversation

ghostdogpr
Copy link
Owner

Closes #2172

@ghostdogpr ghostdogpr self-assigned this Mar 25, 2024
@ghostdogpr ghostdogpr merged commit 746ea45 into series/2.x Mar 25, 2024
10 checks passed
@ghostdogpr ghostdogpr deleted the fix-tostring branch March 25, 2024 00:29
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.

print(caliban.InputValue.ObjectValue(Map("name" ->caliban.Value.StringValue("string") )).toString)
2 participants