Skip to content

Instantly share code, notes, and snippets.

@serifcolakel
Created February 21, 2022 19:51
Show Gist options
  • Save serifcolakel/cef7faef3017f6411899923b9b159e41 to your computer and use it in GitHub Desktop.
Save serifcolakel/cef7faef3017f6411899923b9b159e41 to your computer and use it in GitHub Desktop.
{
collectionByHandle(handle: "frontpage") {
id
title
products(first: 25) {
edges {
node {
id
title
handle
images(first: 5) {
edges {
node {
altText
originalSrc
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment