INTERFACE
interface ScheduleInterface {# Date and time the schedule runs once. Set for a one-time schedule; left empty # for recurring schedules that use the time-of-day and day fields instead.date: DateTime # 0 - 1439timeOfDay: Int # 1 = Monday, 7 = SundaydayOfWeek: [Int!] # 1 - 31dayOfMonth: [Int!] }