Join Slack
Powered by
Is there a way to call a resolver from inside anot...
# orm-help
a
aroman
08/28/2018, 12:20 PM
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
nilan
08/29/2018, 8:18 AM
if resolver A returns a type that contains a field that is resolved by resolver B, resolver B is automatically called
4
Views
Open in Slack
Previous
Next