IO-979 Delete parts orders.

This commit is contained in:
Patrick Fic
2021-05-03 12:30:23 -07:00
parent fed9d6c1b2
commit e285cfa2b0
7 changed files with 82 additions and 7 deletions

View File

@@ -10,6 +10,14 @@ export const INSERT_NEW_PARTS_ORDERS = gql`
}
`;
export const DELETE_PARTS_ORDER = gql`
mutation DELETE_PARTS_ORDER($partsOrderId: uuid!) {
delete_parts_orders_by_pk(id: $partsOrderId) {
id
}
}
`;
export const MUTATION_UPDATE_BO_ETA = gql`
mutation MUTATION_UPDATE_BO_ETA(
$partsLineId: uuid!