BlockCollectionData Object
Description
Data configuration for a collection block.
Declaration
type BlockCollectionData {
collectionRef: ID
entriesPerRow: Int!
limit: Int!
sortBy: String!
sortOrder: Int!
informationLevel: Int!
aspectRatio: String
}
Fields
| Name | Type | Description |
|---|---|---|
collectionRef | ID | Reference to the collection to display. |
entriesPerRow | Int! | Number of entries to display per row. |
limit | Int! | Maximum number of items to display. |
sortBy | String! | Field to sort by (e.g., "listings.available", "listings.prices.beforeTaxes"). |
sortOrder | Int! | Sort order (1 for ascending, -1 for descending). |
informationLevel | Int! | Information detail level (1, 2, or 3). |
aspectRatio | String | Aspect ratio for item images (e.g., "1/1", "auto"). |