facets
QueryReturns a list of collections.
#
Arguments
- String
after Returns the elements in the list that come after the specified cursor.
- FacetAssociation
association The association used by this operation.
Possible enum valuesPRODUCTApplies the facet to products.
PRODUCT_VARIANTApplies the facet to individual product variants.
- String
before Returns the elements in the list that come before the specified cursor.
- Int
first Returns the first n elements from the list.
- Int
last Returns the last n elements from the list.
#
Payload
- [FacetEdge!]
edges A list of edges.
- [Facet!]
nodes A flattened list of the nodes
- PageInfo!
pageInfo Information to aid in pagination.
- Int!
totalCount Identifies the total count of items in the connection.