removing cruft.

This commit is contained in:
Bryce Covert
2019-04-12 18:09:11 -07:00
parent 0be29d74ac
commit a2cd6d0759
4 changed files with 6 additions and 25 deletions

View File

@@ -27,8 +27,8 @@
[:id :total :outstanding-balance :invoice-number :date :status :original-id
[:payments [:amount [:payment [:check-number :memo [:bank_account [:id :name :number :bank-name :bank-code :code]]]]]]
[:vendor [:name :id [:primary_contact [:name]] [:address [:street1 :city :state :zip]]]]
[:expense_accounts [:amount :id :expense_account_id :location
[:expense_account [:id :name [:parent [:id :name]]]]]]
[:expense_accounts [:amount :id :location
[:account [:id :numeric-code :name]]]]
[:client [:name :id :code :locations]]]]]
invoices (graphql/query identity (venia/graphql-query {:venia/queries (->graphql query)}))]