ah no worries, sad that no one is using it! seems to be a great iteration on previous attempts, which are in line with where things in the UI space are going. At work, we have an open source 'apollo like' clone in clojurescript that allows us to co-locate graphql queries with our reagent components (over re-frame). Def missing a defcomponent
type macro to tidy up the co-location of queries->components
Oh, please write more about this clone!
that's the library, it's 'framework' agnostic out of the box, we have our own 'bridge' to re-frame that we might open source, but it's easy to write yourself. we use it extensively in our app
Have you got the gql working?