INPUT_OBJECT
The contact to be restored.
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!}