tendant / graphql-clj

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

Generic data-loader #37

Open tendant opened 8 years ago

tendant commented 8 years ago

Generic data-loader can be used anywhere to provide caching and solution for n+1 problem.

For example: https://github.com/facebook/dataloader. It could be a independent library.