Rahul Arvikar

Results 5 comments of Rahul Arvikar

There was some demand in the past to add support for BigDecimal scalar types like uint256. We currently only support `int64` for decimal scalar types and `uint64` for the UID...

Hi @kuberxy, It seems we've exhausted the maximum allowed value for the `uint64` type in Go, which is decimal `18,446,744,073,709,551,615` or hex `0xFFFFFFFFFFFFFFFF` which is a very large value and...

Hi @kuberxy, I'm closing this issue since this seems to be a config problem and not a bug. Feel free to re-open whenever you get a chance to review the...