MonthlyPattern
Monthly schedule pattern
type MonthlyPattern {
recurrenceType: SchedulerPatternRecurrenceType!
daysOfMonth: [DayOfMonth!]!
recurrenceTime: DateTime!
}
Fields
MonthlyPattern.recurrenceType ● SchedulerPatternRecurrenceType! non-null enum
Type of recurrence pattern - will be DAY_OF_MONTH
MonthlyPattern.daysOfMonth ● [DayOfMonth!]! non-null enum
Days of month when service should run
MonthlyPattern.recurrenceTime ● DateTime! non-null scalar
Time of day when service should run (HH:mm:ss)
Implemented By
SchedulerPattern union