# @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: ```bash # npm npm install @escape.tech/graphql-armor-block-field-suggestions # yarn yarn add @escape.tech/graphql-armor-block-field-suggestions ``` ## Documentation [https://escape.tech/graphql-armor/docs/plugins/block-field-suggestions](https://escape.tech/graphql-armor/docs/plugins/block-field-suggestions)