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.map-select-entry is when pathom merges each attribute at the entity
for all around, you can use https://pathom3.wsscode.com/docs/plugins#pcrwrap-root-run-graph or https://pathom3.wsscode.com/docs/plugins#peqlwrap-process-ast
https://pathom3.wsscode.com/docs/plugins#pcrwrap-run-graph is per entity
Thanks!