graphql

shawn 2022-11-19T07:10:10.004319Z

can anyone recommend a clojure library for building a graphql endpoint that adheres to the relay specs?

2022-11-20T11:52:23.445799Z

There is this https://github.com/ivarref/clj-paginate for the conn spec

2022-11-20T11:53:11.052089Z

That said, it’s not a hard spec to implement and the algorithms are well written in it

shawn 2022-11-21T00:46:04.918229Z

excellent. thank you