planetarium / mimir

A backend service that provides 9c-related utility APIs.
https://nine-chronicles.dev/
GNU Affero General Public License v3.0
1 stars 4 forks source link

Handle `System.Numerics.BigInteger` type as GraphQL type #344

Open boscohyun opened 6 days ago

boscohyun commented 6 days ago

Overview

There is no GraphQL type for System.Numerics.BigInteger in Lib9c.GraphQL project. We need to implement Lib9c.GraphQL.Types.BigIntegerType that inherit ScalarType<BigInteger, StringValueNode> like Lib9c.GraphQL.Types.AddressType

References

Below items will be helpful when you work on this issue

Arindam2002 commented 4 days ago

Hi, I'd like to help with this issue. Could I be assigned to it?

moreal commented 4 days ago

@Arindam2002 Of course! I assigned you on this issue 🙏🏻 💪🏻

Arindam2002 commented 3 days ago

Hey! I created the PR for this. A small request though, if the PR is all good, will it be possible to merge it from 1s October for it to be considered as a Hacktoberfest contribution as well? Thanks!

moreal commented 3 days ago

A small request though, if the PR is all good, will it be possible to merge it from 1s October for it to be considered as a Hacktoberfest contribution as well?

Of course!