BlockCollection Object
Description
Block for displaying a collection of items.
Declaration
type BlockCollection implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockCollectionData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Collection" for this type). |
data | BlockCollectionData! | Collection block configuration data. |