BlockEditorContentInput Input
Description
Input type for block editor content structure.
Declaration
input BlockEditorContentInput {
rows: [BlockEditorContentRowInput!]!
}
Fields
| Name | Type | Description |
|---|---|---|
rows | [BlockEditorContentRowInput!]! | Rows of content to include. |