My Products
Help
Florian Haase
PARTNER

Timeout FreeInformation

by Florian Haase

Hi,

 

following query worked before:

 

query {
useCompany(no: 4462678) {
freeInformation1
{
items {

freeGroup12
accountType
freeInformationCategory
text1
}
}
}
}

 

but now we get:

 

{
"errors": [
{
"message": "Error trying to resolve field 'items'.",
"locations": [
{
"line": 5,
"column": 5
}
],
"path": [
"useCompany",
"freeInformation1",
"items"
],
"extensions": {
"code": "TIMEOUT",
"codes": [
"TIMEOUT"
]
}
}
],
"data": {
"useCompany": {
"freeInformation1": {
"items": null
}
}
},
"extensions": {
"vbnxt-trace-id": "00000000000000004423698f966c6351"
}
}

 

Any ideas?

 

Florian

1 REPLY 1

by Øyvind Årseth

Hi @Florian Haase 
Unfortunately, we had an issue that caused timeout to all queries. Everything should be back to normal again, please try again, and let us know if something's still wrong. 

Øyvind