Added prepper assignment to job. BOD-214
This commit is contained in:
@@ -85,6 +85,11 @@ export const QUERY_JOBS_IN_PRODUCTION = gql`
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
employee_prep_rel{
|
||||
id
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -126,6 +131,11 @@ export const SUBSCRIPTION_JOBS_IN_PRODUCTION = gql`
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
employee_prep_rel {
|
||||
id
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -234,6 +244,11 @@ export const GET_JOB_BY_PK = gql`
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
employee_prep_rel {
|
||||
id
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
csr
|
||||
loss_desc
|
||||
kmin
|
||||
@@ -529,6 +544,7 @@ export const QUERY_TECH_JOB_DETAILS = gql`
|
||||
date_estimated
|
||||
employee_body
|
||||
employee_refinish
|
||||
employee_prep
|
||||
joblines {
|
||||
id
|
||||
unq_seq
|
||||
@@ -894,6 +910,7 @@ export const QUERY_ALL_JOB_FIELDS = gql`
|
||||
}
|
||||
employee_body
|
||||
employee_refinish
|
||||
employee_prep
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user