INPUT_OBJECT

SharePointListItem

Description

Represents the SharePoint list item to be restored.

link GraphQL Schema definition

  • input SharePointListItem {
  • # ID of the item to restore.
  • itemId: String!
  • # Name of the item to restore.
  • itemName: String!
  • # List of snapshots of this item to restore.
  • itemSnapshotsToRestore: [SharePointListItemSnapshot!]!
  • }