Fork me on GitHub
#re-frame
<
2017-07-02
>
akiroz09:07:52

@souenzzo You'd probably want to define re-frame fx'es to perform graphql queries

souenzzo17:07:26

I think I misunderstood how graphql works Reformulating: there is some way to "subscribe" a resoruce, and when it get updated on db, all connected clients get updates too? For exemple, on frontend, I subscribe :app/users, that returns a list of users with :user/name and :user/address. When someone update one :user/addresson server, everyone that was viewing :app/users get notificaded and updated