When I try to execute a product query I have this problem: "message": "'product.template' object has no attribute 'free_qty'", v.14 `` query { product (id: 37) { name, availableThreshold, isInStock, qty } } ``
When I try to execute a product query I have this problem:
"message": "'product.template' object has no attribute 'free_qty'",
v.14
query { product (id: 37) { name, availableThreshold, isInStock, qty } }