Skip to main content

Mutation: update

reportWizard {
schedule {
update(
reportWizardScheduleNid: ReportWizardScheduleNid!
emailTemplateNid: EmailTemplateNid
emails: [ApiEmailScalar!]
dateFilters: ReportWizardDateFiltersInputType
frequencyType: Frequency
frequencyDailyTime: [Time!]
frequencyDayOfWeek: [DayOfWeek!]
frequencyDayOfMonth: [Int]
dontSendEmptyReports: Boolean!
frequencyMonthDay: [MonthDay!]
attachPdf: Boolean
attachCsv: Boolean
attachExcel: Boolean
): ReportWizardSchedule!
}
}

Arguments

update.reportWizardScheduleNid ● ReportWizardScheduleNid! non-null scalar

update.emailTemplateNid ● EmailTemplateNid scalar

update.emails ● [ApiEmailScalar!] list scalar

update.dateFilters ● ReportWizardDateFiltersInputType input

update.frequencyType ● Frequency enum

update.frequencyDailyTime ● [Time!] list scalar

update.frequencyDayOfWeek ● [DayOfWeek!] list enum

update.frequencyDayOfMonth ● [Int] list scalar

update.dontSendEmptyReports ● Boolean! non-null scalar

update.frequencyMonthDay ● [MonthDay!] list scalar

update.attachPdf ● Boolean scalar

update.attachCsv ● Boolean scalar

update.attachExcel ● Boolean scalar

Type

ReportWizardSchedule object

Represents single report wizard schedule.