INPUT_OBJECT
WeeklySnapshotScheduleInput
Description
Weekly snapshot schedule.
link GraphQL Schema definition
- input WeeklySnapshotScheduleInput {
- # Basic weekly snapshot schedule.
- : BasicSnapshotScheduleInput
- # Day of the week.
- : DayOfWeek
- # List of days of the week on which we want snapshots to be taken for the weekly
- # frequency.
- : [WeeklyDaySpecInput!]
- }