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
·

1 Repo

Awesome GitHub RepositoriesDynamic Schema Resolution

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.

Awesome Dynamic Schema Resolution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • graphql-hive/graphql-yogaAvatar von graphql-hive

    graphql-hive/graphql-yoga

    8,523Auf GitHub ansehen↗

    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.

    TypeScriptbundenofetch
    Auf GitHub ansehen↗8,523
  1. Home
  2. Web Development
  3. Dynamic Schema Resolution