OBJECT
ReportWizardScheduleMutation
link GraphQL Schema definition
- type ReportWizardScheduleMutation {
- # Arguments
- # reportWizardNid: [Not documented]
- # emailTemplateNid: [Not documented]
- # emails: [Not documented]
- # frequencyType: [Not documented]
- # frequencyDailyTime: [Not documented]
- # frequencyDayOfWeek: [Not documented]
- # frequencyDayOfMonth: [Not documented]
- # dateFilters: [Not documented]
- # dontSendEmptyReports: [Not documented]
- # frequencyMonthDay: [Not documented]
- # attachPdf: [Not documented]
- # attachCsv: [Not documented]
- # attachExcel: [Not documented]
- (
- : ReportWizardNid!,
- : EmailTemplateNid!,
- : [ApiEmailScalar!]!,
- : Frequency!,
- : [Time!]!,
- : [DayOfWeek!],
- : [Int!],
- : ReportWizardDateFiltersInputType!,
- : Boolean!,
- : [MonthDay!],
- : Boolean!,
- : Boolean!,
- : Boolean!
- ): ReportWizardSchedule!
- # Arguments
- # reportWizardScheduleNid: [Not documented]
- # emailTemplateNid: [Not documented]
- # emails: [Not documented]
- # dateFilters: [Not documented]
- # frequencyType: [Not documented]
- # frequencyDailyTime: [Not documented]
- # frequencyDayOfWeek: [Not documented]
- # frequencyDayOfMonth: [Not documented]
- # dontSendEmptyReports: [Not documented]
- # frequencyMonthDay: [Not documented]
- # attachPdf: [Not documented]
- # attachCsv: [Not documented]
- # attachExcel: [Not documented]
- (
- : ReportWizardScheduleNid!,
- : EmailTemplateNid,
- : [ApiEmailScalar!],
- : ReportWizardDateFiltersInputType,
- : Frequency,
- : [Time!],
- : [DayOfWeek!],
- : [Int],
- : Boolean!,
- : [MonthDay!],
- : Boolean,
- : Boolean,
- : Boolean
- ): ReportWizardSchedule!
- # Arguments
- # reportWizardScheduleNid: [Not documented]
- (: ReportWizardScheduleNid!): Boolean
- }