INPUT_OBJECT

ContactsRestoreConfig

Description

The contacts to be restored.

link GraphQL Schema definition

  • input ContactsRestoreConfig {
  • # Contact(s) to restore in this job.
  • contactsToRestore: [ContactInfo!]!
  • # Contact folder(s) to restore in this job.
  • contactFoldersToRestore: [ContactFolderInfo!]!
  • }