SlateUpdatesInput
No description
input SlateUpdatesInput {
  addedBlocks: [BlockInput!]
  removedBlocks: [String!]
  rootBlock: String
  updatedBlocks: [UpdateBlockInput!]
}
No description
input SlateUpdatesInput {
  addedBlocks: [BlockInput!]
  removedBlocks: [String!]
  rootBlock: String
  updatedBlocks: [UpdateBlockInput!]
}
addedBlocks ([BlockInput!])removedBlocks ([String!])rootBlock (String)updatedBlocks ([UpdateBlockInput!])