You can now kind of choose a yodlee merchant
This commit is contained in:
7
src/clj/auto_ap/graphql/yodlee_merchants.clj
Normal file
7
src/clj/auto_ap/graphql/yodlee_merchants.clj
Normal file
@@ -0,0 +1,7 @@
|
||||
(ns auto-ap.graphql.yodlee-merchants
|
||||
(:require [auto-ap.graphql.utils :refer [->graphql <-graphql]]
|
||||
[auto-ap.datomic.yodlee-merchants :as d-yodlee-merchants]))
|
||||
|
||||
(defn get-yodlee-merchants [context args value]
|
||||
(->graphql (d-yodlee-merchants/get-merchants (<-graphql args))))
|
||||
|
||||
Reference in New Issue
Block a user