Skip to content
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

Add union/interface resolution #82

Closed
timsuchanek opened this issue Apr 9, 2018 · 1 comment
Closed

Add union/interface resolution #82

timsuchanek opened this issue Apr 9, 2018 · 1 comment

Comments

@timsuchanek
Copy link
Contributor

To support unions and interfaces, resolution logic is needed to resolve the correct types depending on the node / fragment. For now, we have this logic in the graphql-binding-github which was the first binding that needed this. https://github.com/graphql-binding/graphql-binding-github/blob/master/src/index.ts#L25 We should move this logic to graphql-binding and rethink if it's applied at the right abstraction level.

@timsuchanek
Copy link
Contributor Author

Implemented in latest beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant