INPUT_OBJECT

UpdateCustomReportInput

Description

Input for updating a custom report.

link GraphQL Schema definition

  • input UpdateCustomReportInput {
  • # ID of the custom report to update.
  • id: Int!
  • # New configuration to update custom report to.
  • config: CustomReportCreate!
  • }

link Require by