Can I bind resolver to interface type, so it became default resolver for Interface inheritors? #725
Unanswered
Sergei-Rudenkov
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you passing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have schema:
I would like to define resolver to all Objects that use this interface:
How ever this resolver doesn't bind to Objects that implements
MyInterface
. Is support of this functionality planned in Ariadne?Beta Was this translation helpful? Give feedback.
All reactions