INPUT_OBJECT
UpdateScheduledReportInput
Description
Input for updating a scheduled report.
link GraphQL Schema definition
- input UpdateScheduledReportInput {
- # ID of the scheduled report to edit.
- Int! :
- # New configuration to update scheduled report to.
- ScheduledReportCreate! :
- }