···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Forward all arguments from the `getQuickInfoAtPosition` proxy to the underlying TypeScript language service, so that the `verbosityLevel` argument (added in TypeScript 5.9 for expandable hovers) is no longer stripped when GraphQLSP delegates back to TypeScript.
+7
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.15.4
44+55+### Patch Changes
66+77+- Forward all arguments from the `getQuickInfoAtPosition` proxy to the underlying TypeScript language service, so that the `verbosityLevel` argument (added in TypeScript 5.9 for expandable hovers) is no longer stripped when GraphQLSP delegates back to TypeScript
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#384](https://github.com/0no-co/GraphQLSP/pull/384))
99+310## 1.15.3
411512### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.15.3",
33+ "version": "1.15.4",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp",
66 "module": "./dist/graphqlsp.mjs",