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

Overhaul how the JSON scalar works #201

Merged
merged 3 commits into from
Feb 17, 2023
Merged

Overhaul how the JSON scalar works #201

merged 3 commits into from
Feb 17, 2023

Conversation

benjie
Copy link
Member

@benjie benjie commented Feb 17, 2023

It used to assume that the JSON was already stringified, now it parses/serializes as a regular user would expect, so you can return an object step from a JSON field and it will be correctly encoded (rather than throw an error).

Fixes #199

@benjie benjie merged commit e654171 into planning Feb 17, 2023
@benjie benjie deleted the json branch February 17, 2023 14:57
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.

JSON handling is wrong for Grafast
1 participant