Untitled

Anonymous
graphqlschema
01/24/2025 10:07 AM
544 B
11
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