@tomasw Any update on this? I’m still seeing an error when running a shipment query, and it’s been two weeks.
I tried both with a fragmented query, and the single query. Both returned error code 22.
Fragment Query Response
{
"errors": [
{
"message": "Unexpected Error",
"operation": "shipments",
"field": "data",
"request_id": "5f170aa30ecb0ed0fae45a72",
"code": 22
}
],
"data": {
"shipments": {
"request_id": "5f170aa30ecb0ed0fae45a72",
"complexity": 41,
"data": null
}
}
}
Single Query Response
{
"errors": [
{
"message": "Unexpected Error",
"operation": "shipments",
"field": "data",
"request_id": "5f170bd72647607fe291f2f1",
"code": 22
}
],
"data": {
"shipments": {
"request_id": "5f170bd72647607fe291f2f1",
"complexity": 41,
"data": null
}
}
}