fuel-indexer icon indicating copy to clipboard operation
fuel-indexer copied to clipboard

Add support for `u128` and other large integer types in `fuel-indexer-graphql`

Open deekerno opened this issue 1 year ago • 0 comments

async-graphql-parser allows for the use of u64, but we allow for the use of u128 in our data models. As such, we'll need to add support for parsing arguments and returning values of type u128. This should be possible through the use of custom scalars.

deekerno avatar May 04 '23 14:05 deekerno