Skip to content

0.2.0

Compare
Choose a tag to compare
@JoviDeCroock JoviDeCroock released this 16 Apr 12:01
· 259 commits to main since this release
96e5917

Minor Changes

  • Add ability to specify a URL for your schema, GraphQLSP will then fetch the introspection from the specified URL
    Submitted by @JoviDeCroock (See #26)
  • Display some documentation alongside fields and fragments, for fields it will show the documentation or the type and for fragmentSpreads the typeCondition will be displayed
    Submitted by @JoviDeCroock (See #31)

Patch Changes

  • Check the dirty state of the file an additional time to prevent writing to the file when the user types directly after saving
    Submitted by @JoviDeCroock (See #27)
  • Enforce the correct type on FragmentSpread suggestions
    Submitted by @JoviDeCroock (See #32)