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 README.md

authored by

Jovi De Croock and committed by
GitHub
fc1462f3 bb88a280

+1
+1
packages/graphqlsp/README.md
··· 76 76 "schema": "./schema.graphql", 77 77 "disableTypegen": true, 78 78 "templateIsCallExpression": true, 79 + "shouldCheckForColocatedFragments": true, 79 80 "trackFieldUsage": true, 80 81 "template": "graphql" 81 82 }