You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: