INPUT_OBJECT

ContactFolderInfo

Description

The contact folder to be restored.

link GraphQL Schema definition

  • input ContactFolderInfo {
  • # ID of the contact folder to be restored.
  • contactFolderId: String!
  • # ID of the snapshot from which to restore.
  • snapshotId: UUID!
  • # Num of the snapshot from which to restore.
  • snapshotNum: Int!
  • }