-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface support #6
Comments
We're coming against a use case where we need interfaces as well, any thoughts on how to support this? |
I have some ideas, but it's not straight forward. Could unions be used to solve the use case? I think they will be easier to implement. |
From the spec and https://medium.com/the-graphqlhub/graphql-tour-interfaces-and-unions-7dd5be35de0d, it looks like it. I gave a bit of an example in #33 (comment), where we might have a number of
Looks like the |
See:
The text was updated successfully, but these errors were encountered: