3 रिपॉजिटरी
Utilities for validating real-time data streams and server-sent events in GraphQL.
Distinct from GraphQL Testing: Distinct from GraphQL Testing: focuses specifically on the persistent connection and streaming nature of subscriptions.
Explore 3 awesome GitHub repositories matching testing & quality assurance · Subscription Testing Tools. Refine with filters or upvote what's useful.
GraphQL Playground is a web-based integrated development environment and API client for GraphQL. It functions as a request client, schema browser, and subscription tester, allowing users to execute queries and mutations while validating data responses. The project distinguishes itself through a dedicated subscription tester that maintains persistent connections for monitoring real-time data streams. It also includes the ability to share specific request states and headers via serialized URL snapshots for collaborative debugging. The environment covers schema exploration through interactive d
Includes a dedicated subscription tester to monitor and validate real-time GraphQL data updates.
Validates real-time GraphQL subscription streams and server-sent events during development.
re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur
Verifies data transformation logic by passing mock state values into subscription handlers.