How do you make use of custom input validation?
I have an input validation middleware, to parse my input based on some values in ctx.
However, how can I pass the value of this input down?
rawInput
and input
are not available in the mutation method.
0 Replies