Waiting for engine...
Skip to main content

ScheduleInput

A Schedule input type.

input ScheduleInput {
minutes: String
hours: String
daysOfWeek: String
daysOfMonth: String
months: String
years: String
}

Fields

ScheduleInput.minutes ● String scalar miscellaneous

0 is the first minute of the hour — for example, 1:00 A.M. 59 is the last minute of the hour — for example, 1:59 A.M.

ScheduleInput.hours ● String scalar miscellaneous

Uses a 24-hour clock. 0 is midnight and 12 is noon.

ScheduleInput.daysOfWeek ● String scalar miscellaneous

1 is Sunday and 7 is Saturday.

ScheduleInput.daysOfMonth ● String scalar miscellaneous

1 is the first day of the month and 31 is the last day of the month.

ScheduleInput.months ● String scalar miscellaneous

1 is January and 12 is December. In most cases this is set to an asterisk [*].

ScheduleInput.years ● String scalar miscellaneous

The standard year format. In most cases this is set to an asterisk [*].

Member Of

RetryInput input

On this Page