Fork me on GitHub
#pathom
<
2022-05-25
>
Matt Secoske13:05:51

I’m not seeing a way to get a request context in a pathom3 mutation… am I missing something?

nivekuil13:05:02

the env? it's an optional arg now

Matt Secoske18:05:49

Gotcha, thanks!

wilkerlucio18:05:21

just to be clear, the macro pco/defmutation makes it optional, when using pco/mutation for example you need to use 2 args always (same as pco/resolver vs pco/defresolver)