graphene icon indicating copy to clipboard operation
graphene copied to clipboard

BigInt type is not exposed on the root level

Open MilovanovM opened this issue 3 years ago • 1 comments

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

MilovanovM avatar Jul 08 '22 17:07 MilovanovM

Valid point!

erikwrede avatar Jul 11 '22 13:07 erikwrede