Fork me on GitHub
#pathom
<
2020-04-14
>
eoliphant17:04:28

one thing to consider is that EQL/Pathom, GraphQL, Falcor etc are ways to get to more expressive apis, than what strict “REST” allows. So you might be able to do something where you’re using some sort of determinstic mapping from HTTP/JSON to Pathom. Somethnig like POST /mutation/ns.createSometing , POST /query etc

👍 4