Untitled

 avatar
unknown
graphqlschema
5 months ago
406 B
2
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