query: {
    validateReportEdits: [{
        editsJson: Variable<"String!", "editsJson">;
        reportType: Variable<"ReportType!", "reportType">;
    }, {
        message: boolean;
        path: boolean;
    }];
} = ...

Type declaration

  • validateReportEdits: [{
        editsJson: Variable<"String!", "editsJson">;
        reportType: Variable<"ReportType!", "reportType">;
    }, {
        message: boolean;
        path: boolean;
    }]