INPUT_OBJECT
SharePointListItem
Description
Represents the SharePoint list item to be restored.
link GraphQL Schema definition
- input SharePointListItem {
- # ID of the item to restore.
- : String!
- # Name of the item to restore.
- : String!
- # List of snapshots of this item to restore.
- : [SharePointListItemSnapshot!]!
- }