Open kimsuel opened 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?
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?