INPUT_OBJECT

CreateBundleScheduleDefinition

link GraphQL Schema definition

1input CreateBundleScheduleDefinition {
3
2recurringStartTime: DateTime
5
4recurringEndTime: DateTime
7
6repeatDaysTimeInMinutes: Int
9
8repeatDaysOfWeek: [Int]
11
10repeatDaysOfMonth: [Int]
13
12repeatMinutes: Int
14}

link Required by