Untitled
unknown
graphqlschema
9 months ago
406 B
3
Indexable
{
collection(id: "gid://shopify/Collection/35075588159") {
products(first: 20) {
edges {
node {
id
title
handle
description
images(first: 1) {
edges {
node {
src
}
}
}
}
cursor
}
pageInfo {
hasNextPage
}
}
}
}
Editor is loading...
Leave a Comment