awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesComposable Selection Sets

Define and compose GraphQL selection sets at runtime that can be shared across multiple requests.

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

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

Awesome Composable Selection Sets GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prisma-labs/graphql-requestAvatar de prisma-labs

    prisma-labs/graphql-request

    6,113Ver en GitHub↗

    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 runtime selection set composition for sharing fragments across multiple GraphQL requests.

    TypeScript
    Ver en GitHub↗6,113
  1. Home
  2. Web Development
  3. GraphQL Selection Set Validations
  4. Composable Selection Sets