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

Configure Feed

Select the types of activity you want to include in your feed.

update description

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