to get a personalized navigation.
to get a personalized navigation.
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
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
Copyright © 2022 Visma.com. All rights reserved.