Docs
Plugins
Block Field Suggestions

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 first;

Terminal
yarn add @escape.tech/graphql-armor-block-field-suggestions

Then configure it in your .meshrc.yml file.

plugins:
  - blockFieldSuggestions: {}