Added close date to searching of Job.

This commit is contained in:
Patrick Fic
2020-11-06 11:29:54 -08:00
parent 6347908654
commit 6d9be1810d

View File

@@ -60,6 +60,7 @@ export const SEARCH_JOBS_PAGINATED = gql`
ins_co_nm
clm_no
updated_at
close_date
}
search_jobs_aggregate(
args: { enddate: $endDate, search: $search, startdate: $startDate }