Hi Why is the following query using generalLedgerPeriodBalance resulting in a timeout? { useCompany(no: 3757847)
{generalLedgerPeriodBalance (first: 10)
{ items { accountNo, year, period, obDomestic, cbDomestic } } } }
{
"errors": [
{
"message": "Error trying to resolve field 'items'.",
"locations": [
{
"line": 5,
"column": 7
}
],
"path": [
"useCompany",
"generalLedgerPeriodBalance",
"items"
],
"extensions": {
"code": "TIMEOUT",
"codes": [
"TIMEOUT"
]
}
}
],
"data": {
"useCompany": {
"generalLedgerPeriodBalance": {
"items": null
}
}
},
"extensions": {
"vbnxt-trace-id": "0000000000000000679f71caa1b339f2"
}
}
{
"errors": [
{
"message": "Error trying to resolve field 'items'.",
"locations": [
{
"line": 5,
"column": 7
}
],
"path": [
"useCompany",
"generalLedgerPeriodBalance",
"items"
],
"extensions": {
"code": "TIMEOUT",
"codes": [
"TIMEOUT"
]
}
}
],
"data": {
"useCompany": {
"generalLedgerPeriodBalance": {
"items": null
}
}
},
"extensions": {
"vbnxt-trace-id": "0000000000000000679f71caa1b339f2"
}
}
... View more