Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

v0.3.0

Choose a tag to compare

@leebyron leebyron released this 08 Mar 22:39
· 424 commits to master since this release

New:

  • Variable editor mode along with hinter (typeahead) and linter (#12). Features enabled:
    • Better syntax highlighting, showing variables and input object fields colored the same as the query editor.
    • Improved syntax error reporting.
    • When a schema and query both exist, variable linting and hinting are enabled:
      • Typeahead variable names as top-level object keys.
      • Typeahead enum values & booleans.
      • Typeahead input object fields.
      • Warn for typo'd variables.
      • Warn for missing required input object fields.
      • Warn for incorrect values for a typed variable.