INPUT_OBJECT

WeeklySnapshotScheduleInput

Description

Weekly snapshot schedule.

link GraphQL Schema definition

  • input WeeklySnapshotScheduleInput {
  • # Basic weekly snapshot schedule.
  • basicSchedule: BasicSnapshotScheduleInput
  • # Day of the week.
  • dayOfWeek: DayOfWeek
  • # List of days of the week on which we want snapshots to be taken for the weekly
  • # frequency.
  • daysOfWeek: [WeeklyDaySpecInput!]
  • }