Fork me on GitHub
#untangled
<
2016-08-13
>
kenbier22:08:58

i am trying to setup a callback in my post-mutation for a third part lib. This lib (airbrake) watches for errors and runs some callbacks. I’d like to add the support viewer mutation as one of those callbacks. Unfortunately it seems the reconciler is not included in the env passed to the post-mutation.

kenbier22:08:30

Was this intentional?

kenbier22:08:03

ah, i see i have access to the reconciler in the started-callback. i think that should be sufficient.