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.

fix test

+1 -1
+1 -1
test/e2e/fragments.test.ts
··· 117 117 expect(res?.body.diagnostics).toEqual([ 118 118 { 119 119 category: 'message', 120 - code: 51001, 120 + code: 52003, 121 121 end: { 122 122 line: 2, 123 123 offset: 31,