Query:
{
productVariants(first: 10, query: "collection:**415789351150**") {
edges {
node {
id
}
}
}
}
Response:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: bef2baa7-2d79-4c5e-9928-9807148b9e28 (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "bef2baa7-2d79-4c5e-9928-9807148b9e28"
}
}
]
}
If I try to get a collection, I get a response:
{
"data": {
"collection": {
"title": "Milvertons Facebook Shop",
"id": "gid://shopify/Collection/415789351150"
}
},
"extensions": {
"cost": {
"requestedQueryCost": 1,
"actualQueryCost": 1,
"throttleStatus": {
"maximumAvailable": 1000.0,
"currentlyAvailable": 999,
"restoreRate": 50.0
}
}
}
}
If I change the collection “415789351150” for the “query” param to another, then there is no error