Scalar » Int

The `Int` scalar type represents non-fractional signed whole numeric values. It is NOT compliant with the GraphQl spec, it can represent values between `-(2^53 - 1)` and `2^53 - 1` as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_754). It is kept here for backwards compatibility, prefer using the SpecCompliantInt.