Releases: JetBrains/js-graphql-intellij-plugin
Releases · JetBrains/js-graphql-intellij-plugin
v1.1.1
v1.1.0 - Implement support for GraphQL Schema Language
Adds support for the GraphQL Schema Language described at http://graphql.org/docs/typesystem/
- Introduces
.graphqls
schema file type and parser definition - Syntax highlighting, e.g. for schema keywords such as
type
,implements
etc. - "Find usages" and "Go to Declaration" for types and fields
- Structure view
v1.0.0
Initial release added to the JetBrains plugin repository.