Skip to content

Releases: Mateodiaz401/graphql-safe-depth

v1.0.0 — Stable Release

15 Jan 17:52

Choose a tag to compare

🎉 First stable release of graphql-safe-depth

Highlights

  • Predictable execution-based GraphQL depth limiting
  • Safe introspection handling
  • Fragment-friendly validation
  • Zero runtime dependencies
  • Fully tested and production-ready

Install

npm i graphql-safe-depth

Usage

createDepthLimitRule({ maxDepth: 3 });