Int
scalarThe Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
This is a scalar type. Scalar types represent primitive values like strings, numbers, and booleans.
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
This is a scalar type. Scalar types represent primitive values like strings, numbers, and booleans.