Added base logic for seeing jobs to supplement. Supplement import not yet working.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user