Resolve issue where unable to scroll further after updating record RPS-65.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user