Breaking Changes as a part of BOD-63 on invoice enter. WIP for all invoices screen editing + lookup.

This commit is contained in:
Patrick Fic
2020-05-04 18:07:56 -07:00
parent b7d438a0f0
commit 9d694e6403
12 changed files with 542 additions and 289 deletions

View File

@@ -36,7 +36,7 @@ export const UPDATE_VENDOR = gql`
export const QUERY_ALL_VENDORS = gql`
query QUERY_ALL_VENDORS {
vendors {
vendors(order_by: { name: asc }) {
name
id
street1