Revert "Trying one fix"

This reverts commit 5e260f2f9d.
This commit is contained in:
2022-12-10 13:49:01 -08:00
parent 5e260f2f9d
commit 2d3b796793
6 changed files with 110 additions and 60 deletions

View File

@@ -754,10 +754,7 @@
:resolve :mutation/delete-external-ledger}})
(def input-objects
{:numeric_code_range
{:fields {:from {:type 'Int}
:to {:type 'Int}}}
:ledger_filters
{:ledger_filters
{:fields {:client_id {:type :id}
:vendor_id {:type :id}
:account_id {:type :id}
@@ -766,7 +763,8 @@
:bank_account_id {:type :id}
:date_range {:type :date_range}
:location {:type 'String}
:numeric_code {:type '(list :numeric_code_range)}
:from_numeric_code {:type 'Int}
:to_numeric_code {:type 'Int}
:start {:type 'Int}
:per_page {:type 'Int}
:only_external {:type 'Boolean}