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 string escaping problem #942

Merged
merged 1 commit into from
Jun 30, 2021
Merged

Conversation

mingyuchi
Copy link
Contributor

since there are quite a bit of works needed to escape string arguments so that it can be used in graphql queries + mutations, I made it to use circe's json string encoders and added tests for that.
It's only done for the client side only for now since there are no circe dependency in the server side. In the future, we can probably make our own escapers

@ghostdogpr
Copy link
Owner

Great, thanks!

@ghostdogpr ghostdogpr merged commit a8bbdb6 into ghostdogpr:master Jun 30, 2021
@mingyuchi mingyuchi deleted the escape-strings branch June 30, 2021 07:46
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