awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesGraphQL Request Aggregators

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.

Awesome GraphQL Request Aggregators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/relayAvatar von facebook

    facebook/relay

    18,940Auf GitHub ansehen↗

    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.

    Rust
    Auf GitHub ansehen↗18,940
  • proxymanapp/proxymanAvatar von ProxymanApp

    ProxymanApp/Proxyman

    6,858Auf GitHub ansehen↗

    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.

    debugging-tooliosmacos
    Auf GitHub ansehen↗6,858
  • requestly/requestlyAvatar von requestly

    requestly/requestly

    6,341Auf GitHub ansehen↗

    Provides real-time interception and modification of GraphQL request bodies and headers for debugging.

    TypeScriptapiapi-clientapi-mock
    Auf GitHub ansehen↗6,341
  • reqable/reqable-appAvatar von reqable

    reqable/reqable-app

    5,947Auf GitHub ansehen↗

    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.

    android-appcapturedebugging-tool
    Auf GitHub ansehen↗5,947
  1. Home
  2. Web Development
  3. Data Aggregators
  4. GraphQL Request Aggregators

Unter-Tags erkunden

  • Request Modifiers2 Sub-TagsTools that intercept and alter GraphQL request payloads, headers, or responses before they reach the server. **Distinct from GraphQL Request Aggregators:** Distinct from GraphQL Request Aggregators: focuses on modifying individual requests rather than combining multiple fragments.