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