BigInt
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.
scalar BigInt
Example: 1234567890123456789012345678901234567890
.