I'm trying to set up graphql client with re-graph
https://github.com/oliyh/re-graph on cljsrn. It works perfectly on web project. But, it seems not working on cljsrn. I've tested the re-frame works in my app. But nothing happen when I dispatch query event to my api. Is there any additional deps to make it work?
@woonki.moon You should check to see what re-graph uses for making HTTP requests. What’s available on RN is different from what’s available in browsers.
@joshmiller Definitely, you're right. I'm gonna digging in what the re-graph uses to make a http request in it's source.