working with graphql what do you use to create the queries in clojurescript?
maybe this could help https://github.com/gersak/rogue/blob/master/src/rogue/graphql.cljc it is ~400 lines for generating GraphQL and supports variable->type mapping
last time I just wrote them manually into strings and some helper utilities to handle parameters / response. It's just simple code if the use is more or less REST-like
that goes in the right direction or basically is what i was looking for. Do you know if that also works with squint?
I don't know, sorry