@wilkerlucio I did a mutation that can handle "any" keys in it's params.
(pc/defmutation my-custom-mutation [_ params]
{::pc/sym 'app/my-custom-mutation}
(custom-stuff prams))
This it a bad practice//officially supported??nothing wrong with that, pathom considerer maps open as default
currently ::pc/params
is purely for documentation sake (users can read from code, also shows up in index explorer)
in the future I wanna use params to auto-complete mutation options in the query editor
but regarding about pathom runtime, they don't affect anything
Pathom 3 Doc Update: New section on Resolver Parameters - https://pathom3.wsscode.com/docs/resolvers/#parameters