Accounts don't need to be loaded
This commit is contained in:
@@ -102,6 +102,11 @@
|
||||
{:fields {:name {:type 'String}
|
||||
:id {:type :id}}}
|
||||
|
||||
:account_search_result
|
||||
{:fields {:name {:type 'String}
|
||||
:id {:type :id}
|
||||
:location {:type 'String}}}
|
||||
|
||||
:yodlee_provider_account
|
||||
{:fields {:id {:type 'Int}
|
||||
:client {:type :client}
|
||||
@@ -360,6 +365,10 @@
|
||||
:search_vendor {:type '(list :search_result)
|
||||
:args {:query {:type 'String}}
|
||||
:resolve :search-vendor}
|
||||
:search_account {:type '(list :account_search_result)
|
||||
:args {:query {:type 'String}
|
||||
:client_id {:type :id}}
|
||||
:resolve :search-account}
|
||||
|
||||
|
||||
|
||||
@@ -816,7 +825,8 @@
|
||||
:mutation/merge-vendors gq-vendors/merge-vendors
|
||||
:mutation/request-import gq-requests/request-import
|
||||
:get-vendor gq-vendors/get-graphql
|
||||
:search-vendor gq-vendors/search})
|
||||
:search-vendor gq-vendors/search
|
||||
:search-account gq-accounts/search})
|
||||
gq-checks/attach
|
||||
gq-ledger/attach
|
||||
gq-reports/attach
|
||||
|
||||
Reference in New Issue
Block a user