INPUT_OBJECT

UpdateReportScheduleInput

link GraphQL Schema definition

  • input UpdateReportScheduleInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the owning user.
  • ownerId: ID
  • # Id of the scheduled report.
  • reportId: ID
  • # Schedule configuration: cadence, timezone, recipients, email body and report
  • # attachment options. Stored as a JSON document.
  • settings: ReportScheduleSchemaJSONString
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Files attached to scheduled emails sent for this report.
  • documents: [CreateCloudObjectRelationNoBackrefInput!]
  • }

link Require by