Skip to content

@0no-co/graphqlsp@1.17.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 06:12
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
f7e7a67

Patch Changes

  • Update dependencies. The bundled graphql-language-service has been updated to 5.5, which adds label, detail, type, documentation, and deprecation metadata to GraphQL completion entries, and the bundled lru-cache has 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)