DEV Community

Cover image for DumbQL 1.0.5 — Better GraphQL Developer Experience
Programmed Sevenfold
Programmed Sevenfold

Posted on

DumbQL 1.0.5 — Better GraphQL Developer Experience

Today I’m releasing DumbQL 1.0.5.

This version introduces several features focused on developer experience rather than simply adding APIs.

What’s new

🚀 Schema Streaming

Instead of waiting for a complete introspection response, schemas can now be streamed progressively.

👀 Live Schema Watch

Monitor schema changes through WebSockets with automatic reconnection.

🟣 Runtime Null Detection

Unexpected GraphQL nulls are highlighted immediately through a development overlay.

⚡ Zero-cost Typed Queries

Queries generated through codegen no longer require runtime parse(), keeping production builds lightweight.

🧩 Relay-style Fragment Masking

Improved fragment isolation and safer component composition.

🅰️ createVal()

A monadic abstraction over Angular Signals supporting:

  • match()
  • tap()
  • nullify()
  • orElse()

Breaking Change

@dumbql/cache is now a peer dependency.

Finally, all 20 packages have been released together as 1.0.5.

Repository:
https://github.com/DumbGQL/dumbql

Docs: https://dumbql.rdpctd.dev

Top comments (0)