Hacker News new | ask | show | jobs
by erichmond 3159 days ago
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.

2 comments

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.