Merged in feature/IO-2564-Row-Expander-Links (pull request #1533)

IO-2564 Row Expander Links

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-07-23 03:36:53 +00:00
committed by Dave Richer
5 changed files with 33 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ export const QUERY_ALL_BILLS_PAGINATED = gql`
}
`;
export const QUERY_BILLS_BY_JOBID = gql`
export const QUERY_PARTS_BILLS_BY_JOBID = gql`
query QUERY_PARTS_BILLS_BY_JOBID($jobid: uuid!) {
parts_orders(where: { jobid: { _eq: $jobid } }, order_by: { order_date: desc }) {
id