Adds capability back for all accounts export

This commit is contained in:
Bryce Covert
2022-06-30 15:35:38 -07:00
parent da5ba9a99e
commit 0bdd5f1e0a
3 changed files with 13 additions and 2 deletions

View File

@@ -372,6 +372,10 @@
:sort {:type '(list :sort_item)}}
:resolve :get-accounts}
:all_accounts {:type '(list :account)
:args {}
:resolve :get-all-accounts}
:search_vendor {:type '(list :search_result)
:args {:query {:type 'String}}
:resolve :search-vendor}
@@ -810,6 +814,7 @@
:get-yodlee-provider-account-page gq-yodlee2/get-yodlee-provider-account-page
:get-all-sales-orders get-all-sales-orders
:get-accounts gq-accounts/get-graphql
:get-all-accounts gq-accounts/get-all-graphql
:get-sales-order-page gq-sales-orders/get-sales-orders-page
:get-transaction-rule-page gq-transaction-rules/get-transaction-rule-page
:get-transaction-rule-matches gq-transaction-rules/get-transaction-rule-matches