Shopify GraphQL API / Collection
A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
Implements
Fields
description
                (
                           Int: Int
                )
                : 
                String!
            
descriptionHtml : HTML!
handle : String!
id : ID!
image : Image
metafield
                (
                           String: String!
                           String: String!
                )
                : 
                Metafield
            
metafields
                (
                           String: String
                           Int: Int
                           String: String
                           Int: Int
                           String: String
                           Boolean: Boolean
                )
                : 
                MetafieldConnection!
            
onlineStoreUrl : URL
products
                (
                           Int: Int
                           String: String
                           Int: Int
                           String: String
                           Boolean: Boolean
                           ProductCollectionSortKeys: ProductCollectionSortKeys
                           ProductFilter: [ProductFilter!]
                )
                : 
                ProductConnection!
            
seo : SEO!
title : String!
updatedAt : DateTime!