Skip to main content

BlockEditorContentRowColumnBlockInput Input

Description

Input type for a block within a column.

Declaration

input BlockEditorContentRowColumnBlockInput {
_id: ID!
type: BlockEditorBlockTypes!
data: JSON!
}

Fields

NameTypeDescription
_idID!Internal database identifier.
typeBlockEditorBlockTypes!Type of block.
dataJSON!Block-specific data in JSON format.