Skip to main content

collections

List of the shop's collections.

collections(
filter: CollectionFilterInput
sortBy: CollectionSortingInput
before: String
after: String
first: Int
last: Int
): CollectionCountableConnection

Arguments

collections.filter ● CollectionFilterInput input

Filtering options for collections.

collections.sortBy ● CollectionSortingInput input

Sort collections.

collections.before ● String scalar

Return the elements in the list that come before the specified cursor.

collections.after ● String scalar

Return the elements in the list that come after the specified cursor.

collections.first ● Int scalar

Return the first n elements from the list.

collections.last ● Int scalar

Return the last n elements from the list.

Type

CollectionCountableConnection object

Was this page helpful?