OBJECT

ReportWizardScheduleFrequency

Represents single report wizard schedule frequency.

link GraphQL Schema definition

  • type ReportWizardScheduleFrequency {
  • dailyTimes: [Time!]!
  • daysOfWeek: [DayOfWeek!]!
  • daysOfMonth: [Int!]!
  • monthDay: [MonthDay!]!
  • }