Skip to content

Releases: JetBrains/js-graphql-intellij-plugin

v1.1.1

03 Feb 18:34
Compare
Choose a tag to compare
  • Closes #4 Completion after ... fragment spread operator.
  • Language Service 1.1.1 based on graphql 0.4.16 and codemirror-graphql 0.2.2

v1.1.0 - Implement support for GraphQL Schema Language

31 Jan 16:10
Compare
Choose a tag to compare

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

13 Dec 15:53
Compare
Choose a tag to compare

Initial release added to the JetBrains plugin repository.