query: { checkReportReadiness: [{ reportType: Variable<"ReportType!", "reportType">; }, { missingFields: { key: boolean; label: boolean; reason: boolean; source: boolean; }; ready: boolean; reportType: boolean; }]; } = ... Type declaration
checkReportReadiness: [{
reportType: Variable<"ReportType!", "reportType">;
}, {
missingFields: {
key: boolean;
label: boolean;
reason: boolean;
source: boolean;
};
ready: boolean;
reportType: boolean;
}]