Specify graphql interface
Is there a way to specify that the generated graphql object type for a resource implements a graphql interface?
5 Replies
No, but we could add it, or you could define the type yourself.
Ah got it. Unfortunately for my use case it would defeat the purpose if I had to manually define the type
Yeah I feel that
It would probably be quite easy to add
Assuming you're defining the interface yourself
Yep I can see that, I can make a PR if you'd like
That would be wonderful 🔥🔥