graphql

steveb8n 2021-03-15T23:40:13.013500Z

Q: I am looking to implement a client side GQL API. this rules out Lacinia unfortunately. Looking for suggestions/ideas…

steveb8n 2021-03-15T23:41:10.013600Z

I can use interop and https://github.com/graphql/graphql-js but that rules out JVM SSR which would reduce some complexity for me

steveb8n 2021-03-15T23:41:28.013900Z

ideally I’d find a .cljc answer for this

steveb8n 2021-03-15T23:42:56.014100Z

also considering https://github.com/wilkerlucio/pathom but it doesn’t support graphql resolvers. @wilkerlucio any chance you plan to add this?