collection
Get a collection by its slug.
Requires the publiccollection/read scope.
collection(
slug: String!
): PublicCollection
Arguments
collection.slug
● String!
non-null scalar
Type
PublicCollection
object
A Collection is a group of products, what may often be referred to as a "Category Page" of some variety. In reality, a collection is far more flexible and can be used to represent any product grouping, and the collectionType can help differentiate between them.