INPUT_OBJECT
UpdateCustomReportInput
Description
Input for updating a custom report.
link GraphQL Schema definition
- input UpdateCustomReportInput {
- # New configuration to update custom report to.
- : CustomReportCreate!
- # ID of the custom report to update.
- : Int!
- }