@0no-co/graphqlsp@0.4.0
·
261 commits
to main
since this release
Minor Changes
- Add a
messagediagnostic when we see an import from a file that hasfragmentexports 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 settingshouldCheckForColocatedFragmentstofalse
Submitted by @JoviDeCroock (See #42)