Updating to include extra fields.
This commit is contained in:
@@ -161,6 +161,7 @@
|
||||
|
||||
:invoice
|
||||
{:fields {:id {:type :id}
|
||||
:original_id {:type 'Int}
|
||||
:total {:type 'String}
|
||||
:outstanding_balance {:type 'String}
|
||||
:invoice_number {:type 'String}
|
||||
@@ -424,7 +425,7 @@
|
||||
(map
|
||||
->graphql
|
||||
(d-checks/get-graphql (assoc (<-graphql args)
|
||||
:limit Integer/MAX_VALUE))))
|
||||
:count Integer/MAX_VALUE))))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user