3 repository-uri
Customizable middleware for intercepting and modifying the request-response cycle specifically on the GraphQL client side.
Distinct from GraphQL Integration Middleware: Distinct from GraphQL Integration Middleware, which focuses on server-side framework bridging; this is for client-side behavior modification.
Explore 3 awesome GitHub repositories matching web development · GraphQL Client Middleware. Refine with filters or upvote what's useful.
urql is a GraphQL client library designed for fetching and managing data from a GraphQL API. It provides a system for handling GraphQL data fetching, state management, and integration with React components. The library is distinguished by a middleware pipeline architecture that allows the request-response flow to be modified through swappable exchanges. This enables the customization of the data layer, including the addition of custom business logic, request deduplication, and specialized fetching behaviors. The project covers a broad range of capabilities, including normalized caching to en
Provides a middleware-based architecture for customizing the GraphQL client request-response pipeline.
urql is a GraphQL client and data management tool used to execute GraphQL operations and synchronize data from remote servers within a software application. It functions as a mechanism for fetching, caching, and managing GraphQL data to maintain state across application views. The project features a pluggable middleware architecture and a normalized GraphQL cache. This allows for the insertion of custom logic into the request and response lifecycle to modify client behavior and the organization of responses by unique identifiers to ensure data consistency. The client provides capabilities fo
Offers a system for inserting custom logic into the GraphQL request and response lifecycle to modify client behavior.
graphql-request is a lightweight, type-safe GraphQL client library for JavaScript that runs across browsers, Node.js, and other JavaScript environments. It provides a minimal HTTP client for sending queries and mutations, with a promise-based execution model that uses the native fetch API for cross-runtime compatibility without additional dependencies. The client supports reusable selection set composition at runtime, allowing fragments to be shared across multiple requests to reduce duplication. It includes a plugin-based extension system for adding custom middleware, tracing, or file upload
Provides a modular plugin architecture for adding custom middleware, tracing, and file upload support.