Fork me on GitHub
#graphql
<
2022-10-06
>
shawn06:10:49

hello. I was wondering if it's possible to work with relay as a graphql client with clojurescript.

👀 1
bhurlow20:10:52

could have changed, but I thought relay did static analysis on the js code itself to extract and combine query fragments. If that's true, it likely couldn't work with a different lang without adaption

shawn03:10:18

yes. that is my understanding of it as well, with the compiler. I was wondering if that is what the babel-plugin-relay was for and if somehow shadow-cljs can be configured to use this babel plugin.