Is there a way to call a resolver from inside anot...
# orm-help
a
Is there a way to call a resolver from inside another resolver? Or, would it be best to use context to store the results of
resolver 2
so they can later be used by
resolver 1
n
if resolver A returns a type that contains a field that is resolved by resolver B, resolver B is automatically called