can anyone recommend a clojure library for building a graphql endpoint that adheres to the relay specs?
There is this https://github.com/ivarref/clj-paginate for the conn spec
That said, it’s not a hard spec to implement and the algorithms are well written in it
excellent. thank you