We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
graphene.Int
1 parent a4681ce commit 96d497cCopy full SHA for 96d497c
docs/types/scalars.rst
@@ -39,9 +39,8 @@ Graphene defines the following base Scalar Types:
39
``graphene.Int``
40
41
Represents non-fractional signed whole numeric
42
- values. Int can represent values between `-(2^53 - 1)` and `2^53 - 1` since
43
- represented in JSON as double-precision floating point numbers specified
44
- by `IEEE 754 <http://en.wikipedia.org/wiki/IEEE_floating_point>`_.
+ values. Int is a signed 32‐bit integer per the
+ `GraphQL spec <https://facebook.github.io/graphql/June2018/#sec-Int>`_
45
46
``graphene.Float``
47
0 commit comments