INPUT_OBJECT
Input for deleting a scheduled report.
input DeleteScheduledReportInput {# ID of the report schedule to be deleted.id: Int!# ID of the scheduled report to be deleted.reportId: Int}