-
Notifications
You must be signed in to change notification settings - Fork 2.8k
server: use a new version of graphql-parser-hs to avoid loss of precision #4741
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
Conversation
|
Review app for commit 5aba3d7 deployed to Heroku: https://hge-ci-pull-4741.herokuapp.com |
|
Deploy preview for hasura-docs ready! Built with commit 9c77b2d |
|
Review app for commit 7a4d69f deployed to Heroku: https://hge-ci-pull-4741.herokuapp.com |
7a4d69f to
4d5966c
Compare
|
Review app for commit 4d5966c deployed to Heroku: https://hge-ci-pull-4741.herokuapp.com |
tirumaraiselvan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changelog approved
|
Review app for commit 85e58f4 deployed to Heroku: https://hge-ci-pull-4741.herokuapp.com |
|
Review app https://hge-ci-pull-4741.herokuapp.com is deleted |
…sion (#4741) Fixes #4733. See also hasura/graphql-parser-hs#29.
Description
Fixes #4733. See also hasura/graphql-parser-hs#29.
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Solution and Design
The new version of graphql-parser-hs converts a
Scientificparsed by Aeson to anIntegeronly when it contains neither a period.nor scientific notationeorE.Steps to test and verify
A regression test has been added.
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
GraphQL
Breaking changes