Vue composables for @dumbql/client — useQuery, useMutation, useSubscription
Mock GraphQL backend for unit testing DumbQL queries and mutations.
GraphQL subscriptions over WebSocket (graphql-transport-ws) — framework-agnostic core + Angular service
Server-Side Rendering helpers for DumbQL. Transfers GraphQL cache from server to browser using Angular's TransferState .
React bindings for @dumbql/client — hooks for query, mutate, and subscriptions
Automatic Persisted Queries (APQ) for DumbQL — reduces bandwidth by sending query hashes instead of full query strings.
Stateful offset‑based and cursor‑based pagination helpers with merge functions.
Pre-built middleware functions for DumbQL — auth refresh, retry, focus refetch, offline queue
Type‑safe GraphQL fragment definitions, composition, and data access.
GraphQL multipart file upload support ( graphql-multipart-request-spec ).
Typed error classes for dumbql — graphql, network, cache, validation errors with error handler
Node.js CLI tool to download a GraphQL schema via introspection and save it as JSON + SDL.
Unified development server for DumbQL — mock GraphQL backend + frontend proxy, no CORS hassle
Debugging and inspection utilities for DumbQL — operation recording, field tree parsing, timing charts, and entity normalization.
Angular GraphQL core — GraphqlService, middleware pipeline, gql tag, pipes, standalone helpers, reactive variables
CLI code generation for DumbQL — generates TypeScript types from your GraphQL schema and typed gql exports from .graphql files.
Framework-agnostic GraphQL client — fetch-based core for React, Vue, or any JS app
Normalized in-memory entity cache for GraphQL — __typename:id keying, GC, persistence, optimistic updates