Fork me on GitHub
#rum
<
2017-02-13
>
dialelo08:02:34

@r0man i have done it recently, instead of using GraphQL directly represented the queries with CLJ data structures

dialelo08:02:19

similarly to om.next, queries can be parameterized by the arguments of the component

dialelo08:02:50

and components will update whenever their queries change, query results are cached and so on

r0man21:02:07

@dialelo Interesting, do you have anything I could look at somwhere? Are you happy with your approach?