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

feat: graphql int64 support #176

Merged
merged 3 commits into from
Feb 9, 2022
Merged

feat: graphql int64 support #176

merged 3 commits into from
Feb 9, 2022

Conversation

mkazlauskas
Copy link
Member

@mkazlauskas mkazlauskas commented Feb 7, 2022

Context

Large integer numbers are supported by dgraph as Int64 scalar type. Parsing large integer from JSON request body will lose precision as it can be larger than Number.MAX_SAFE_INTEGER.

Proposed Solution

Important Changes Introduced

Add a script for developers to patch jest-worker until this issue is resolved

@mkazlauskas mkazlauskas requested a review from rhyslbw February 7, 2022 13:28
@mkazlauskas mkazlauskas force-pushed the feat/graphql-int64-support branch from b5de5d8 to de488b1 Compare February 9, 2022 14:04
@mkazlauskas mkazlauskas marked this pull request as ready for review February 9, 2022 14:04
Copy link
Member

@rhyslbw rhyslbw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @mkazlauskas

@rhyslbw rhyslbw merged commit cc15f0c into master Feb 9, 2022
@rhyslbw rhyslbw deleted the feat/graphql-int64-support branch February 9, 2022 14:17
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