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

Add max int to exports #2524

Closed
LeoVS09 opened this issue Apr 27, 2020 · 0 comments · Fixed by #3355
Closed

Add max int to exports #2524

LeoVS09 opened this issue Apr 27, 2020 · 0 comments · Fixed by #3355

Comments

@LeoVS09
Copy link

LeoVS09 commented Apr 27, 2020

Feature request

GraphQL has a limit to use 32-bit max and min Integer, but js, not built-in 32-bit max Integer.
I prefer not to set constants in the project, if they already defined.

const MAX_INT = 2147483647;
const MIN_INT = -2147483648;

Please, add exports to contents

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 a pull request may close this issue.

1 participant