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
bb88a280 05da5894

+1
+1
README.md
··· 84 84 "schema": "./schema.graphql", 85 85 "disableTypegen": true, 86 86 "templateIsCallExpression": true, 87 + "shouldCheckForColocatedFragments": true, 87 88 "trackFieldUsage": true, 88 89 "template": "graphql" 89 90 }