INPUT_OBJECT

SharePointListRestoreConfig

Description

Represents the sharepoint list contents to be restored.

link GraphQL Schema definition

  • input SharePointListRestoreConfig {
  • # List of list items to restore.
  • itemsToRestore: [SharePointListItem!]!
  • # List of list folders to restore.
  • foldersToRestore: [FolderInfo!]!
  • # Path within destination list to restore to.
  • restoreFolderPath: String!
  • # Destination list name.
  • listName: String
  • # Destination site ID.
  • parentSiteUuid: UUID
  • }