OBJECT
ReportSchedule
link GraphQL Schema definition
- type ReportSchedule implements 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.
- : DateTime
- # 0 - 1439
- : Int
- # 1 = Monday, 7 = Sunday
- : [Int!]
- # 1 - 31
- : [Int!]
- }