-
Is there a way to have the From poking around I see that the order looks something like
I'd love to be able to have a way to inject something that runs between The reason being, is that I want to be able to capture the The reason that I'm trying to accomplish this, is that my API has a fairly standardized response pattern, and I also have some specialized ways to build up the mutation options. Since I do have an abstraction already in place to create the mutation options, I could just place the handler within the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually, taking a deeper look through the emitted events, it does look like there is a
This should be what I need |
Beta Was this translation helpful? Give feedback.
Actually, taking a deeper look through the emitted events, it does look like there is a
pending
event that is fired. Once before, and once after themutation.onMutate
method is called.This should be what I need