victorvoid/dinoql
A customizable GraphQL style query language for interacting with JavaScript objects. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2700
- days_rel: n/a
- days_push: 1328
- n_releases_24m: 0
Adoption not part of the score
1042 stars · 21 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dinoql is a JavaScript library that lets you query plain JavaScript objects using GraphQL-style syntax, with safe access, aliases, variables, and built-in resolvers. It parses queries at build time and supports custom resolvers and caching.
Use cases
- query javascript objects with graphql syntax
- safely traverse nested objects without runtime errors
- filter and transform arrays of objects declaratively
- rename keys in query results with aliases
- share query logic with fragments and variables
When to choose
- you want GraphQL-like ergonomics for local in-memory data
- you need safe deep access to possibly missing object keys
- you want declarative filtering, ordering, and reshaping of JS objects
When to avoid
- you need an actual GraphQL server or API layer
- you query very large datasets where performance is critical
- you need a library with active maintenance and a clear license
Facets
library · maturity maintenance
parser serialization developer-tools developer-tools web-development frontend cross-platform graphql-syntax object-traversal query-language data-transformation resolvers nodejs javascript
2 sources
- readme: https://github.com/victorvoid/dinoql · fetched 2026-08-28 · 171d9ebd7903
- registry_npm: https://registry.npmjs.org/dinoql · fetched 2026-08-29 · cc81df14f0eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| victorvoid/dinoql | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="victorvoid/dinoql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem