switched to graphql to create a payment.

This commit is contained in:
Bryce Covert
2018-05-14 09:30:01 -07:00
parent fd2164e8ba
commit bbd9f00f30
5 changed files with 85 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
:from :invoices-checks))
(defn query [q]
(map data->fields (u/query q)))
(u/query q))
(defn get-all []
(query base-query))