1 Repo
Mechanisms for selecting different GraphQL schemas at runtime based on request properties.
Distinct from Path-Based Schema Resolution: None of the candidates cover the runtime selection of GraphQL schemas based on HTTP request context; they focus on internal AST paths or AI tool extensions.
Explore 1 awesome GitHub repository matching web development · Dynamic Schema Resolution. Refine with filters or upvote what's useful.
Yoga is a GraphQL server framework and runtime-agnostic HTTP handler used to build and deploy GraphQL APIs. It functions as a toolkit for managing schemas and resolvers, providing a spec-compliant environment for hosting APIs across diverse JavaScript runtimes, including Node.js, Deno, Bun, and serverless cloud environments. The project distinguishes itself through its ability to act as an Apollo Federation gateway, composing multiple subgraphs into a single unified supergraph. It also serves as a dedicated subscription server, delivering real-time data streaming via both WebSockets and Serve
Provides the ability to return different schemas for a single endpoint based on the incoming request properties.