Would there be a way to add to the Locations Query in DS to tell us what’s in the Location?
Example :
Blockquote
query {
location(id: "QMXXXXXXX) {
request_id
complexity
data {
legacy_id
name
warehouse_products {
edges{
node{
sku
quantity
name
}
}
}
}
}
}