← All releases
Feature

Zero-Config Scanning

Point Dino at any GraphQL API and get a full quality scan — no tenant files, no setup rituals.

Dino HQ

TL;DR — Dino now runs meaningful scans with just an endpoint. We added a three-tier introspection fallback, auto-generated operations from live schema, and a calmer CLI output path so you can pipe reports like any other tool.

Highlights

  • Resilient introspection — Full query, then shallow, then minimal — so CDNs and depth limits stop blocking you cold.
  • Ad-hoc operations — No -operations.json on disk? Dino builds registry and mappings from introspection so new APIs work on day one.
  • Clean pipes — Telemetry and secondary logs go to stderr; your JSON report stays the only thing on stdout.

Try it

npm install -g @dino-hq/cli
dino scan --endpoint https://your-api.com/graphql