awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesClient Query Execution

Client-side logic for executing and managing the results of GraphQL queries.

Distinct from GraphQL Integrations: Focuses on the client-side execution of queries rather than the server-side integration or generation of APIs.

Explore 5 awesome GitHub repositories matching data & databases · Client Query Execution. Refine with filters or upvote what's useful.

Awesome Client Query Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aws-amplify/amplify-jsAvatar de aws-amplify

    aws-amplify/amplify-js

    9,568Ver en GitHub↗

    This project is a JavaScript library and SDK used to integrate web and mobile applications with cloud services. It serves as a bridge to backend providers for user authentication, binary object storage, and real-time data synchronization. The library provides a unified interface for managing cloud identity and access, executing queries and mutations against GraphQL endpoints, and consuming REST APIs with secure request signing. It also includes tools for accessing machine learning services for natural language processing and computer vision. Broad capability areas include offline-first data

    Implements a client-side interface for executing precise GraphQL queries to retrieve data for application views.

    TypeScript
    Ver en GitHub↗9,568
  • formidablelabs/urqlAvatar de FormidableLabs

    FormidableLabs/urql

    8,956Ver en GitHub↗

    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

    Handles the execution of GraphQL queries and mutations from the client to a remote server.

    TypeScript
    Ver en GitHub↗8,956
  • howtographql/howtographqlAvatar de howtographql

    howtographql/howtographql

    8,708Ver en GitHub↗

    This project is a comprehensive educational resource and fullstack tutorial for GraphQL development. It provides instructional content and guides focused on designing schemas, implementing servers, and managing the end-to-end workflow of building production-ready applications. The material covers the conceptual differences between graph-based data structures and traditional API architectures. It includes a dedicated security course and guides for client integration, teaching users how to fetch data, manage application state, and apply protection measures to secure API endpoints. The scope of

    Teaches users how to execute specific data queries and manage results on the client.

    TypeScriptapollographqlgraphqlprisma
    Ver en GitHub↗8,708
  • vendurehq/vendureAvatar de vendurehq

    vendurehq/vendure

    7,924Ver en GitHub↗

    Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o

    Executes GraphQL queries and mutations while automatically managing authentication and channel tokens.

    TypeScriptecommerceecommerce-apiecommerce-framework
    Ver en GitHub↗7,924
  • apollographql/react-apolloAvatar de apollographql

    apollographql/react-apollo

    6,799Ver en GitHub↗

    React Apollo is a React-specific GraphQL data fetching library that binds Apollo Client to components through declarative hooks for queries, mutations, and subscriptions. It provides a declarative approach to GraphQL query execution where components declare their data requirements and automatically receive loading, error, and data states without managing request lifecycle code. The library distinguishes itself through a normalized cache layer that deduplicates entities and serves repeated requests without network calls, combined with incremental result streaming via the @defer directive for

    Provides a declarative hook-based API for executing GraphQL queries and managing their lifecycle.

    JavaScriptapollographqlreact
    Ver en GitHub↗6,799
  1. Home
  2. Data & Databases
  3. GraphQL Integrations
  4. Client Query Execution