Skip to content

Commit

Permalink
wrong word?
Browse files Browse the repository at this point in the history
  • Loading branch information
cloojure authored Oct 25, 2018
1 parent 53a278c commit 83d557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You could imagine leveraging Datomic Pull from d2q, using d2q's _early results s
encoding library.
* Batching and asynchronous resolution exist but are somewhat of an afterthought in Pathom's API; d2q promotes batching and asynchronous resolvers
as the fundamental building blocks, which makes the API more regular in my opinion.
* Pathom provides mutations for writing; d2q only cares about writing.
* Pathom provides mutations for writing; d2q only cares about reading.
* Pathom implements resolvers as 'deductive rules' for enriching a 'context' represented as a map. This makes Pathom more opinionated,
and its algorithm less intuitive, than I want d2q to be; in d2q, entities can be represented by anything, and resolvers receive entities
in a constant form.
Expand Down

0 comments on commit 83d557f

Please sign in to comment.