pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
markaddleman 2021-06-10T15:11:21.072200Z

Hi @wilkerlucio - I have a plugin that I want to run at the very end of processing, just before results are returned to the client. In particular, I want the results to be sorted for the UI. I thinik the closest fit to needs is

:com.wsscode.pathom3.format.eql/wrap-map-select-entry
but I'm not sure how the plugin should detect that processing is at the end.

wilkerlucio 2021-06-10T15:56:17.072300Z

map-select-entry is when pathom merges each attribute at the entity

wilkerlucio 2021-06-10T15:57:08.072800Z

https://pathom3.wsscode.com/docs/plugins#pcrwrap-run-graph is per entity

markaddleman 2021-06-10T17:56:03.073100Z

Thanks!