Skip to content

Commit

Permalink
Merge pull request #1 from cloojure/patch-1
Browse files Browse the repository at this point in the history
wrong word?
  • Loading branch information
vvvvalvalval authored Oct 25, 2018
2 parents 53a278c + 83d557f commit d173959
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 d173959

Please sign in to comment.