mutation: {
    generateReportFromEdits: [{
        editsJson: Variable<"String!", "editsJson">;
        period: Variable<"Int", "period">;
        reportType: Variable<"ReportType!", "reportType">;
        year: Variable<"Int!", "year">;
    }, {
        createdAt: boolean;
        errors: boolean;
        fileName: boolean;
        id: boolean;
        isValid: boolean;
        period: boolean;
        reportType: boolean;
        xml: boolean;
        year: boolean;
    }];
} = ...

Type declaration

  • generateReportFromEdits: [{
        editsJson: Variable<"String!", "editsJson">;
        period: Variable<"Int", "period">;
        reportType: Variable<"ReportType!", "reportType">;
        year: Variable<"Int!", "year">;
    }, {
        createdAt: boolean;
        errors: boolean;
        fileName: boolean;
        id: boolean;
        isValid: boolean;
        period: boolean;
        reportType: boolean;
        xml: boolean;
        year: boolean;
    }]