Resolve issue where unable to scroll further after updating record RPS-65.

This commit is contained in:
Patrick Fic
2020-11-27 15:20:12 -08:00
parent 9d2a8284f7
commit f240dc6ccb
5 changed files with 55 additions and 74 deletions

View File

@@ -66,6 +66,7 @@ export const SEARCH_JOBS_PAGINATED = gql`
}
search_jobs_aggregate(
args: { enddate: $endDate, search: $search, startdate: $startDate }
where: { close_date: { _is_null: $closeDateIsNull } }
) {
aggregate {
count(distinct: true)