2.1.0
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
query {
product(id: "8S-DEMO-Polohemd-1") {
customSets(first: 5) {
edges {
node {
id
title
description
images {
edges {
node {
url
}
}
}
products {
id
similarProducts(first: 2) {
edges {
node {
id
}
}
}
}
}
}
}
}
}