Limit the depth allowed in a GraphQL query.
npm install @escape.tech/graphql-armor-max-depthLimit the depth of a GraphQL document.
It is used to prevent too large queries that could lead to overfetching or DOS attack.
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:
``bashnpm
npm install @escape.tech/graphql-armor-max-depth