INPUT_OBJECT

CalendarGroupInfo

Description

Represents the Calendar group to be restored.

link GraphQL Schema definition

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