hasura / ndc-spec

NDC Specification and Reference Implementation
http://hasura.github.io/ndc-spec
20 stars 5 forks source link

Added a biginteger type representation #136

Closed daniel-chambers closed 7 months ago

daniel-chambers commented 7 months ago

Adds a biginteger type representation, which is like bigdecimal but only contains integers. This is useful to represent JavaScript's BigInt type.

daniel-chambers commented 7 months ago

Ah bugger, I should have checked that. Thanks for updating the tests @paf31. Looks like you need to re-approve.