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 RepositoriesRuntime Selection Set Composition

Builds and merges GraphQL selection sets dynamically at runtime, allowing reusable fragments across queries.

Distinct from GraphQL Selection Set Validations: Distinct from GraphQL Selection Set Validations: focuses on dynamic composition and reuse of selection sets, not validation of field name collisions.

Explore 1 awesome GitHub repository matching web development · Runtime Selection Set Composition. Refine with filters or upvote what's useful.

Awesome Runtime Selection Set Composition GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • prisma-labs/graphql-requestAvatar von prisma-labs

    prisma-labs/graphql-request

    6,113Auf GitHub ansehen↗

    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

    Builds and merges GraphQL selection sets dynamically at runtime for reusable fragments across queries.

    TypeScript
    Auf GitHub ansehen↗6,113
  1. Home
  2. Web Development
  3. GraphQL Selection Set Validations
  4. Runtime Selection Set Composition