INPUT_OBJECT
ContactsRestoreConfig
Description
The contacts to be restored.
link GraphQL Schema definition
- input ContactsRestoreConfig {
- # Contact folder(s) to restore in this job.
- : [ContactFolderInfo!]!
- # Contact(s) to restore in this job.
- : [ContactInfo!]!
- # Specifies whether to skip items in the Recoverable Items folder.
- : Boolean
- }