Hacker News new | ask | show | jobs
by akmiller 3162 days ago
This is why Om Next (in cljs) with datomic backend is so powerful!
1 comments

I was curious if anyone was going to mention this. We had been looking at GraphQL for our latest project, but realized datomic + pull patterns + re-frame was a more integrated fit.

I hate jacking threads pointing out X instead of Y, but in this case it feels warranted.

That's exactly right. GraphQL is a contract between backend and frontend. I tend to think of the GraphQL schema as documentation that is always up to date.
It is, but if you are going that route and have not chosen a client side framework then Om Next is a better fit on the client for this type of setup.