tendant / graphql-clj

A Clojure library that provides GraphQL implementation.
Eclipse Public License 1.0
285 stars 22 forks source link

Simplified Executor #36

Open tendant opened 7 years ago

tendant commented 7 years ago

Current implementation of executor is hard-coded logic as Clojure function to call up resolver function.

Ideally, an Executor can walk through "Transformed Map" and realize the result map.

Related project: https://github.com/xsc/claro and https://github.com/kachayev/muse