BOD-67 Implemented baseline job supplementing

This commit is contained in:
Patrick Fic
2020-04-24 08:34:54 -07:00
parent faa93a5e21
commit 7fffa57bdc
20 changed files with 1099 additions and 54 deletions

View File

@@ -2,8 +2,9 @@ import { gql } from "apollo-boost";
export const GET_JOB_LINES_BY_PK = gql`
query GET_JOB_LINES_BY_PK($id: uuid!) {
joblines(where: { jobid: { _eq: $id } }, order_by: { unq_seq: asc }) {
joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) {
id
line_no
unq_seq
line_ind
line_desc