我正在使用石墨烯-django。
我正在尝试从models.BigInteger()字段中检索数据,但是当我在 graphiQL 中进行查询时出现错误
{
"errors": [
{
"message": "Int cannot represent non 32-bit signed integer value: 2554208328"
}
],
"data": {
"match": null
}
}
Run Code Online (Sandbox Code Playgroud)
有谁知道我如何强迫石墨烯给我数据?