Q: I am looking to implement a client side GQL API. this rules out Lacinia unfortunately. Looking for suggestions/ideas…
I can use interop and https://github.com/graphql/graphql-js but that rules out JVM SSR which would reduce some complexity for me
ideally I’d find a .cljc answer for this
also considering https://github.com/wilkerlucio/pathom but it doesn’t support graphql resolvers. @wilkerlucio any chance you plan to add this?