very easy to lookup customized accounts.
This commit is contained in:
@@ -404,7 +404,11 @@
|
||||
:resolve :get-user}
|
||||
:vendor_by_id {:type :vendor
|
||||
:args {:id {:type :id}}
|
||||
:resolve :vendor-by-id}}
|
||||
:resolve :vendor-by-id}
|
||||
:account_for_vendor {:type :account
|
||||
:args {:client_id {:type :id}
|
||||
:vendor_id {:type :id}}
|
||||
:resolve :account-for-vendor}}
|
||||
|
||||
:input-objects
|
||||
{
|
||||
@@ -789,6 +793,7 @@
|
||||
:get-yodlee-merchants ym/get-yodlee-merchants
|
||||
:get-intuit-bank-accounts gq-intuit-bank-accounts/get-intuit-bank-accounts
|
||||
:vendor-by-id gq-vendors/get-by-id
|
||||
:account-for-vendor gq-accounts/default-for-vendor
|
||||
:get-user get-user
|
||||
:mutation/delete-transaction-rule gq-transaction-rules/delete-transaction-rule
|
||||
:mutation/edit-user gq-users/edit-user
|
||||
|
||||
Reference in New Issue
Block a user