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

Missing support for types implementing multiple interfaces #83

Closed
ErikWittern opened this issue Jul 12, 2019 · 1 comment
Closed

Missing support for types implementing multiple interfaces #83

ErikWittern opened this issue Jul 12, 2019 · 1 comment

Comments

@ErikWittern
Copy link
Contributor

GraphQL types may implement multiple interfaces, which are denoted with an ampersand (e.g., type A implements B & C). Currently, libgraphqlparser does not support this ability and fails with an exception of the type:

Parser failed with error: <line.column>: unrecognized character &
@ErikWittern
Copy link
Contributor Author

Just saw that this issue is already captured in #70.

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