Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

update description

Changed files
+1 -1
+1 -1
package.json
···
{
"name": "@0no-co/graphqlsp",
"version": "0.1.0",
-
"description": "https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin",
+
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
"scripts": {