SCALAR

PositiveInteger

The PositiveInt scalar type represents non-fractional signed whole numeric values. Int can represent values between 1 and 2^53 - 1 since it is represented in JSON as double-precision floating point numbers specified by IEEE 754.

link GraphQL Schema definition

  • scalar PositiveInteger