Added base logic for seeing jobs to supplement. Supplement import not yet working.

This commit is contained in:
Patrick Fic
2020-02-12 14:48:03 -08:00
parent 63f8267ded
commit e417b1c9c0
13 changed files with 473 additions and 73 deletions

View File

@@ -75,6 +75,7 @@ export const QUERY_AVAILABLE_NEW_JOBS_EST_DATA_BY_PK = gql`
query QUERY_AVAILABLE_NEW_JOBS_EST_DATA_BY_PK($id: uuid!) {
available_jobs_by_pk(id: $id) {
id
issupplement
est_data
}
}