4 Repos
Specialized data aggregators that combine multiple GraphQL query fragments into a single network request.
Distinct from Data Aggregators: Focuses on GraphQL-specific request bundling for UI components rather than general disparate web source aggregation.
Explore 4 awesome GitHub repositories matching web development · GraphQL Request Aggregators. Refine with filters or upvote what's useful.
Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface
Combines multiple data requests into a single network call to reduce round trips and fetch only required fields.
Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif
Modifies headers, body, or query of GraphQL requests or responses through a scripting tool.
Provides real-time interception and modification of GraphQL request bodies and headers for debugging.
Reqable is a cross-platform network debugging tool that functions as an HTTP/HTTPS debugging proxy, a REST API client, and a traffic replay tool. It captures, inspects, and modifies live traffic using a local MITM proxy engine, supports VPN tunnel capture for mobile devices, and provides a Python scripting sandbox for custom traffic processing. The application is available on Windows, macOS, Linux, iOS, and Android. The tool distinguishes itself by combining traffic interception with breakpoint-based request modification, allowing users to pause live HTTP traffic for manual inspection and alt
Provides breakpoint-based interception that pauses live HTTP traffic for manual inspection and modification before forwarding.