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

support extending interfaces #137

Closed
mattkrick opened this issue Mar 17, 2018 · 1 comment
Closed

support extending interfaces #137

mattkrick opened this issue Mar 17, 2018 · 1 comment
Labels

Comments

@mattkrick
Copy link

Graphql can extend interfaces as well as types, eg extend interface Person. This was added just a short while ago: graphql/graphql-js#1222

i think all that's needed is to move the case up here, but I could be wrong: https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/accd108621006da46a0d1bea72b8efde3b1beda3/src/main/com/intellij/lang/jsgraphql/parser/JSGraphQLParser.java#L364

Thank you for the plugin! It's constantly saving me from myself.

@jimkyndemeyer
Copy link
Collaborator

jimkyndemeyer commented Jun 19, 2018

The 2.0 alpha follows the latest GraphQL language draft spec as of June 2018.

See 2.0.0-alpha-2 if you'd like to try it and help test it.

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

No branches or pull requests

2 participants