@0no-co/graphqlsp@1.17.4
·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Update dependencies. The bundled
graphql-language-servicehas been updated to 5.5, which addslabel,detail,type,documentation, and deprecation metadata to GraphQL completion entries, and the bundledlru-cachehas been updated to v11, which requires Node.js 20 or higher
Submitted by @JoviDeCroock (See #417) - Validate
graphql()documents with statically resolvable template interpolation and warn when interpolation cannot be resolved statically
Submitted by @JoviDeCroock (See #424)