JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

Update to Federation 2 #632

Closed smyrick closed 1 year ago

smyrick commented 1 year ago

Resolves https://github.com/JetBrains/js-graphql-intellij-plugin/issues/627

Federation 2 is backward compatible with the directives of Federation 1. Directives either were added to new locations or marked as repeatable. Looking at this file it looks like it would be breaking to go from _FieldSet to FieldSet but this should be purely internal change

vepanimas commented 1 year ago

LGTM, thank you!

smyrick commented 1 year ago

@vepanimas Thank you for merging! Is there any further action from me needed to release this to the JetBrains marketplace?

samjcombs commented 1 year ago

This functionality would be great to have, any eta when it will be available in production publicly?

smyrick commented 1 year ago

Version 3.4.0 now ships with this feature!

https://github.com/JetBrains/js-graphql-intellij-plugin/releases/tag/3.4.0