Skip to content

@0no-co/graphqlsp@0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 13:27
· 261 commits to main since this release
92fda23

Minor Changes

  • Add a message diagnostic when we see an import from a file that has fragment exports we'll warn you when they are not imported, this because of the assumption that to use this file one would have to adhere to the data requirements of said file.
    You can choose to disable this setting by setting shouldCheckForColocatedFragments to false
    Submitted by @JoviDeCroock (See #42)