eamigo86 / graphene-django-extras

Extras functionalities for Graphene-Django
MIT License
417 stars 107 forks source link

DjangoListObjectType BigInt Error #203

Open kimsuel opened 11 months ago

kimsuel commented 11 months ago

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?