graphene-django-extras
graphene-django-extras copied to clipboard
DjangoListObjectType BigInt Error
When using DjangoListObjectField as DjangoListObjectType, the following error occurs if there is a BigInt field. "Int cannot represent non 32-bit signed integer value" Is there any way to use BigInt fields in DjangoListObjectType?