WIP CA_BC_ETFTable decoder
This commit is contained in:
@@ -1524,3 +1524,16 @@ export const QUERY_JOB_CHECKLISTS = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const FIND_JOBS_BY_CLAIM = gql`
|
||||
query FIND_JOBS_BY_CLAIM($claimNumbers: [String!]!) {
|
||||
jobs(where: { clm_no: { _in: $claimNumbers } }) {
|
||||
id
|
||||
ro_number
|
||||
actual_completion
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user