Skip to main content

BlockItemsData Object

Description

Data configuration for an items block.

Declaration

type BlockItemsData {
entries: [BlockItemsEntry!]!
entriesPerRow: Int!
informationLevel: Int!
aspectRatio: String
}

Fields

NameTypeDescription
entries[BlockItemsEntry!]!List of specific items to display.
entriesPerRowInt!Number of entries to display per row.
informationLevelInt!Information detail level (1, 2, or 3).
aspectRatioStringAspect ratio for item images (e.g., "1/1", "auto").