This is a feature that allows you to prevent returning field suggestions and leaking your
schema to unauthorized actors. In production, this can lead to leaking schema information even if
the introspection is disabled.
Basic Configuration
Hive Gateway ships with the basic “block field suggestion” security feature. You can enable it by
setting the blockFieldSuggestions option to true.
The built-in configuration options are limited and should be enough for most use-cases. However, if
you need more control, you can configure more by installing the
GraphQL Armor Block Field Suggestions plugin.