INPUT_OBJECT

SharePointListItemSnapshot

Description

Represents the SharePoint list item snapshot to be restored.

link GraphQL Schema definition

  • input SharePointListItemSnapshot {
  • # Id to snapshot to restore.
  • snapshotId: UUID!
  • # Number of snapshot to restore.
  • snapshotNum: Int!
  • }