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 lsp serivce

+6 -6
+1 -1
packages/graphqlsp/package.json
··· 47 47 "@graphql-codegen/typescript-operations": "^4.0.1", 48 48 "@graphql-typed-document-node/core": "^3.2.0", 49 49 "@sindresorhus/fnv1a": "^2.0.0", 50 - "graphql-language-service": "^5.1.7", 50 + "graphql-language-service": "^5.2.0", 51 51 "lru-cache": "^10.0.1", 52 52 "node-fetch": "^2.0.0" 53 53 },
+5 -5
pnpm-lock.yaml
··· 88 88 specifier: ^2.0.0 89 89 version: 2.0.0 90 90 graphql-language-service: 91 - specifier: ^5.1.7 92 - version: 5.1.7(graphql@16.8.1) 91 + specifier: ^5.2.0 92 + version: 5.2.0(graphql@16.8.1) 93 93 lru-cache: 94 94 specifier: ^10.0.1 95 95 version: 10.0.1 ··· 2415 2415 resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} 2416 2416 dev: true 2417 2417 2418 - /graphql-language-service@5.1.7(graphql@16.8.1): 2419 - resolution: {integrity: sha512-xkawYMJeoNYGhT+SpSH3c2qf6HpGHQ/duDmrseVHBpVCrXAiGnliXGSCC4jyMGgZQ05GytsZ12p0nUo7s6lSSw==} 2418 + /graphql-language-service@5.2.0(graphql@16.8.1): 2419 + resolution: {integrity: sha512-o/ZgTS0pBxWm3hSF4+6GwiV1//DxzoLWEbS38+jqpzzy1d/QXBidwQuVYTOksclbtOJZ3KR/tZ8fi/tI6VpVMg==} 2420 2420 hasBin: true 2421 2421 peerDependencies: 2422 2422 graphql: ^15.5.0 || ^16.0.0 ··· 4259 4259 '@graphql-codegen/typescript-operations': 4.0.1(graphql@16.8.1) 4260 4260 '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) 4261 4261 '@sindresorhus/fnv1a': 2.0.1 4262 - graphql-language-service: 5.1.7(graphql@16.8.1) 4262 + graphql-language-service: 5.2.0(graphql@16.8.1) 4263 4263 lru-cache: 10.0.1 4264 4264 node-fetch: 2.6.7 4265 4265 transitivePeerDependencies: