INPUT_OBJECT

UpdateScheduledReportInput

Description

Input for updating a scheduled report.

link GraphQL Schema definition

  • input UpdateScheduledReportInput {
  • # ID of the scheduled report to edit.
  • id: Int!
  • # New configuration to update scheduled report to.
  • config: ScheduledReportCreate!
  • }

link Require by