Skip to main content

Int

The Int scalar type represents non-fractional signed whole numeric values. It can represent values between -(2^31) and (2^31 - 1), inclusive. This type is suitable for most counting or indexing needs within the API.

scalar Int

Range: -2,147,483,648 to 2,147,483,647.

Examples: 42, 17, 0.

We use cookies to ensure that we give you the best experience on our website. By using the website, you agree to the use of cookies.