INPUT_OBJECT
SharePointListRestoreConfig
Description
Represents the sharepoint list contents to be restored.
link GraphQL Schema definition
- input SharePointListRestoreConfig {
- # List of list items to restore.
- SharePointListItem!]! : [
- # List of list folders to restore.
- FolderInfo!]! : [
- # Path within destination list to restore to.
- String! :
- # Destination list name.
- String :
- # Destination site ID.
- UUID :
- }