Objects
ShopifyCollection
Represents collection from the Shopify stores. It includes details such as the collection’s title, description and products in the collection.
Fields
id
ID!
requiredA unique Shopify Product ID, usually an integer.
title
String!
requiredThe title of the product.
description
String!
requiredThe description of the product scraped and extracted from the HTML of the product page.
productsConnection( before: ID after: ID first: Int last: Int )
: ShopifyProductsConnection
A connection to fetch product data. It accepts the arguments before, after, first, and last for pagination purposes and returns a ShopifyProductsConnection
object.
Was this page helpful?