blockFieldSuggestions
| Package name | Weekly Downloads | Version | License | Updated | 
|---|---|---|---|---|
| @escape.tech/graphql-armor-block-field-suggestions(opens in a new tab) | Jun 27th, 2023 | 
@escape.tech/graphql-armor-block-field-suggestions
This plugin will disable the suggestions in a GraphQL query.
GraphQL suggestions are messages (Did you mean ...) that help you adjusting your query.
This can lead to a Schema leak even if the introspection is disabled.
Installation
This plugin is bundled within GraphQL Armor, so you don't need to install it separately.
However, for a standalone usage, you can install it with:
# npm
npm install @escape.tech/graphql-armor-block-field-suggestions
 
# yarn
yarn add @escape.tech/graphql-armor-block-field-suggestionsDocumentation
https://escape.tech/graphql-armor/docs/plugins/block-field-suggestions (opens in a new tab)