INPUT_OBJECT

CalendarInfo

Description

Represents the Calendar to be restored.

link GraphQL Schema definition

  • input CalendarInfo {
  • # ID of the calendar to be restored.
  • calendarId: String!
  • # ID of the snapshot from which to restore.
  • snapshotId: UUID!
  • }