Skip to main content

SlateUpdatesInput (Input)

Description

No description



Fields

NameDescription
addedBlocks - [BlockInput!]
removedBlocks - [String!]
rootBlock - String
updatedBlocks - [UpdateBlockInput!]

input SlateUpdatesInput {
addedBlocks: [BlockInput!]
removedBlocks: [String!]
rootBlock: String
updatedBlocks: [UpdateBlockInput!]
}