ScheduleSeriesSpanCreateArgs
No description
input ScheduleSeriesSpanCreateArgs {
scheduleSeriesId: ID!
startDate: String!
endDate: String!
allowableDays: [AllowableDay!]
dayCalculationMethod: DayCalculationMethod
scheduledStartTimes: [String!]!
repeatPeriod: ScheduleSeriesRepeatPeriod!
occurrence: Int!
}
Fields
ScheduleSeriesSpanCreateArgs.scheduleSeriesId ● ID! non-null scalar common
ScheduleSeriesSpanCreateArgs.startDate ● String! non-null scalar common
ScheduleSeriesSpanCreateArgs.endDate ● String! non-null scalar common
ScheduleSeriesSpanCreateArgs.allowableDays ● [AllowableDay!] list enum common
If the repeatPeriod is not daily or weekly then the days of the week on which the occurrences can be scheduled
ScheduleSeriesSpanCreateArgs.dayCalculationMethod ● DayCalculationMethod enum common
If the repeatPeriod is not daily or weekly then how to calculate the day of the week on which the occurrence is scheduled. nextAllowable, previousAllowable, nearest
ScheduleSeriesSpanCreateArgs.scheduledStartTimes ● [String!]! non-null scalar common
The time at which the task shall be scheduled from
ScheduleSeriesSpanCreateArgs.repeatPeriod ● ScheduleSeriesRepeatPeriod! non-null enum common
The period over which the schedule repeats.
ScheduleSeriesSpanCreateArgs.occurrence ● Int! non-null scalar common
How often the schedule repeats.
Member Of
scheduleSeriesSpanCreate mutation