Forum Discussion
cblown
2 months agoBoss
I get the same result running this in the Query Editor. But I don't think there are any products in the test system.. are you able to return product data from a known id?
query MyQuery {
product(id: "id:2") {
description
}
}
{
"data": {
"product": null
}
}