INPUT_OBJECT

ContactInfo

Description

The contact to be restored.

link GraphQL Schema definition

  • input ContactInfo {
  • # ID of the contact to be restored.
  • contactId: String!
  • # ID of the snapshot from which to restore.
  • snapshotId: UUID!
  • # Number of the snapshot from which to restore.
  • snapshotNum: Int!
  • }