How to correctly use interfaces #713
Unanswered
freddiemixell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been looking over a bunch of example repos that have implemented GraphQL api's using Ariadne and one thing that I can't figure out is the usage of interfaces. This is one of the repo's I've been looking at for reference while I build.
I have 2 questions:
This above example doesn't map to an object in the model so how would I create a resolver for it?
Beta Was this translation helpful? Give feedback.
All reactions