INPUT_OBJECT
SharePointFullRestoreConfig
Description
Represents the objects or items to be restored from a site collection. Either the SharePoint object or SharePoint items should be populated, but not both.
link GraphQL Schema definition
- input SharePointFullRestoreConfig {
- # The name for the new object.
- : String
- # Type of object to create under the target.
- : SnappableType
- # Create a new object under the target if true.
- : Boolean!
- # The items to restore, if browsing within a document library, list, or web part.
- : SharePointItems
- # The object (list, document library, web part, or site) to restore.
- : SharePointObject
- # Type of the target.
- : SnappableType
- # The Polaris ID of the target when restoring to a new location.
- : UUID
- }