IO-1497 Ability to delete parts orders.

This commit is contained in:
Patrick Fic
2021-11-09 16:31:57 -08:00
parent 6afcf82cc4
commit 4e3c659b6d
6 changed files with 29 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { gql } from "@apollo/client";
export const QUERY_EMPLOYEES = gql`
query QUERY_EMPLOYEES {
employees {
employees(order_by: { employee_number: asc }) {
last_name
id
first_name