feat: remove needTotal and total fields from query conditions (#94)

This commit is contained in:
Fine0830
2022-05-19 19:29:02 +08:00
committed by GitHub
parent b953904c71
commit b544decbbb
7 changed files with 20 additions and 18 deletions

View File

@@ -45,6 +45,5 @@ export const Alarm = {
endTime
}
}
total
}`,
};

View File

@@ -35,6 +35,5 @@ export const FetchEvents = {
startTime
endTime
}
total
}`,
};

View File

@@ -30,7 +30,6 @@ export const QueryBrowserErrorLogs = {
stack
grade
}
total
}`,
};