graphene
graphene copied to clipboard
BigInt type is not exposed on the root level
There is the BigInt type https://github.com/graphql-python/graphene/blob/72c2fd5ec38af595519b2ab334696397760d2d81/graphene/types/scalars.py#L85
but it's not exposed here https://github.com/graphql-python/graphene/blob/72c2fd5ec38af595519b2ab334696397760d2d81/graphene/init.py#L11
Valid point!