Skip to content

v1.2.0 - Add support for contextual queries

Compare
Choose a tag to compare
@jimkyndemeyer jimkyndemeyer released this 14 Mar 19:14
· 1093 commits to master since this release

Closes #6:

Execute specific parts of a .graphql query buffer:

  • Selection
  • Named operation including any used fragments

This allows for experimentation since multiple queries can be present in the editor, and the "Unused fragment" server validation error can be avoided.