INPUT_OBJECT

EventInfo

Description

Represents the Calendar event to be restored.

link GraphQL Schema definition

  • input EventInfo {
  • # ID of the event to be restored.
  • eventId: String!
  • # ID of the snapshot from which to restore.
  • snapshotId: UUID!
  • }