threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
637 stars 29 forks source link

GraphQL API #86

Open quoll opened 4 years ago

quoll commented 4 years ago

GraphQL is more suited to a hierarchy than a heterogeneous graph. However, there is some utility here, and an expectation of its availability.

The appropriate library to implement this API is Lacinia. Check out what would be needed and how we can go about it.