> For the complete documentation index, see [llms.txt](https://docs.cartesi.io/llms.txt)

---
id: big-int
title: BigInt
hide_table_of_contents: false
---


The `BigInt` scalar type represents arbitrarily large signed integer values. It can handle numbers beyond the range of a 32-bit integer, making it suitable for representing large numerical values.



```graphql
scalar BigInt
```


Example: `1234567890123456789012345678901234567890`.
