Skip to content

v1.0.0 — Stable Release

Latest

Choose a tag to compare

@Mateodiaz401 Mateodiaz401 released this 15 Jan 17:52

🎉 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 });