SlateUpdatesInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| addedBlocks - [BlockInput!] | |
| removedBlocks - [String!] | |
| rootBlock - String | |
| updatedBlocks - [UpdateBlockInput!] |
input SlateUpdatesInput {
addedBlocks: [BlockInput!]
removedBlocks: [String!]
rootBlock: String
updatedBlocks: [UpdateBlockInput!]
}