v0PluginsBlock Field Suggestions
⚠️
This is the documentation for the old GraphQL Mesh version v0. We recommend upgrading to the latest GraphQL Mesh version v1.

Migrate to GraphQL Mesh v1

Block Field Suggestions

If you disabled schema introspection, you should also disable field suggestions as these allow reverse-engineering a GraphQL schema.

Getting Started

Install the plugin

npm i @escape.tech/graphql-armor-block-field-suggestions

Then configure it in your .meshrc.yml file.

plugins:
  - blockFieldSuggestions: {}