@0no-co/graphqlsp
Advanced tools
Comparing version 1.0.7 to 1.1.0
# @0no-co/graphqlsp | ||
## 1.1.0 | ||
### Minor Changes | ||
- Add way to provide additional reserved keys for field-usage tracking by means of the `reservedKeys` config property which accepts an array of strings | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#195](https://github.com/0no-co/GraphQLSP/pull/195)) | ||
## 1.0.7 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/graphqlsp.js", |
@@ -72,3 +72,5 @@ # GraphQLSP | ||
an `introspection.ts` file for you, just give it the directory to output to and you're done | ||
- `reservedKeys` this setting will affect `trackFieldUsage`, you can enter keys here that will be ignored | ||
from usage tracking, so when they are unused in the component but used in i.e. the normalised cache you | ||
won't get annoying warnings. (default `id`, `_id` and `__typename`, example: ['slug']) | ||
@@ -75,0 +77,0 @@ ## Tracking unused fields |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3019237
123