Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BigIntegerType to GraphQL Types #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Arindam2002
Copy link

Summary

This PR adds a new GraphQL scalar type, BigIntegerType, to support System.Numerics.BigInteger in the Lib9c.GraphQL project.

Changes Made

  • Created BigIntegerType class inheriting from ScalarType<BigInteger, StringValueNode>.
  • Registered the BigIntegerType in the Program.cs file.
  • Added parsing and serialization methods for BigInteger.

Related Issues

@CLAassistant
Copy link

CLAassistant commented Sep 28, 2024

CLA assistant check
All committers have signed the CLA.

@moreal
Copy link
Contributor

moreal commented Sep 29, 2024

@Arindam2002 Thanks for first contribution! 🙏🏻 This pull request will be reviewed by @boscohyun.
And could you sign our CLA? We need CLA agreement to accept your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle System.Numerics.BigInteger type as GraphQL type
3 participants