We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GQL API may be incorrectly escaping JSON in schema.content field
schema.content
select sum(case when event_name = 'TokensMinted' then amount else amount end) from 'kamu/net.rocketpool.reth.mint-burn'
Expected ',' or '}' after property value in JSON at position 132
The schema.content field looks insufficiently escaped and thus breaking JSON parsing in the UI
Query executes successfully
latest master
No response
The text was updated successfully, but these errors were encountered:
Causes kamu-data/kamu-web-ui#375
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
GQL API may be incorrectly escaping JSON in
schema.content
fieldSteps To Reproduce
Current Behavior
The
schema.content
field looks insufficiently escaped and thus breaking JSON parsing in the UIExpected Behavior
Query executes successfully
kamu system info
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: