view
Last updated
Was this helpful?
Was this helpful?
query {
product(id: "8S-DEMO-Polohemd-1") {
similarProducts(first: 8) {
edges {
node {
id
}
}
}
}
}{
"data": {
"product": {
"similarProducts": {
"edges": [
...
]
}
}
}
}
{
...,
"view": {
"type": "similarProducts",
"similarProducts": {
"id": "8S-DEMO-Polohemd-1",
}
},
...
}query {
product(id: "8S-DEMO-Polohemd-1") {
matchingProductClusters(first: 5) {
edges {
node {
products(first: 3) {
edges {
node {
id
}
}
}
}
}
}
}
}
{
"data": {
"product": {
"matchingProductClusters": {
"edges": [
{
"node": {
"products": {
"edges": [
...
]
}
}
},
{
"node": {
"products": {
"edges": [
...
]
}
}
},
{
"node": {
"products": {
"edges": [
...
]
}
}
},
{
"node": {
"products": {
"edges": [
...
]
}
}
},
{
"node": {
"products": {
"edges": [
...
]
}
}
}
]
}
}
}
}{
...,
"view": {
"type": "matchingProductClusters",
"matchingProductClusters": {
"id": "8S-DEMO-Polohemd-1",
}
},
...
}{
"data": {
"product": {
"customSets": {
"edges": [
{
"node": {
"id": "e3bcaf66-5037-4d7b-be4a-8c571a6fb299",
"title": "8SELECT Fashion for everyday",
"description": "This is a demo set. It is here to preview the 8.SET Custom widget.",
"images": {
"edges": [
...
]
},
"products": [
...
]
}
}
]
}
}
}
}{
"data": {
"customSet": {
"id": "e3bcaf66-5037-4d7b-be4a-8c571a6fb299",
"title": "8SELECT Fashion for everyday",
"description": "This is a demo set. It is here to preview the 8.SET Custom widget.",
"images": {
"edges": [
...
]
},
"products": [
...
]
}
}
}{
...,
"view": {
"type": "customSet",
"customSet": {
"id": "e3bcaf66-5037-4d7b-be4a-8c571a6fb299",
}
},
...
}