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