awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesGraphQL API Clients

Libraries for executing structured GraphQL queries and mutations against a remote API.

Distinct from Unified GraphQL Querying: Existing candidates are for blockchain-specific querying or visual query builders; this is a general-purpose SDK client for GraphQL execution.

Explore 6 awesome GitHub repositories matching development tools & productivity · GraphQL API Clients. Refine with filters or upvote what's useful.

Awesome GraphQL API Clients GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • octokit/octokit.jsالصورة الرمزية لـ octokit

    octokit/octokit.js

    7,795عرض على GitHub↗

    Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for executing typed queries and mutations, managing authenticated REST requests, and handling signed webhooks across Node.js, Deno, and browser environments. The library features a plugin-based request pipeline and an adapter-based HTTP client, allowing the interception of requests and responses across different runtimes. It employs strategy-based authentication to separate credential management from request logic, supporting static tokens, OAuth flows, and GitHub App installatio

    Provides a unified interface for executing GraphQL queries and mutations with integrated variable management.

    TypeScriptgithubhacktoberfestjavascript
    عرض على GitHub↗7,795
  • prisma-labs/graphql-requestالصورة الرمزية لـ prisma-labs

    prisma-labs/graphql-request

    6,113عرض على 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 a lightweight, type-safe GraphQL client for making API calls from JavaScript applications.

    TypeScript
    عرض على GitHub↗6,113
  • chillicream/hotchocolateالصورة الرمزية لـ ChilliCream

    ChilliCream/hotchocolate

    5,713عرض على GitHub↗

    HotChocolate is a GraphQL server implementation for .NET that handles queries, mutations, and subscriptions over HTTP. It provides code-first schema generation directly from C# classes and attributes, keeping the schema and business logic in sync without manual type definitions. The project also includes a GraphQL gateway that composes multiple GraphQL and REST endpoints into a single unified schema, along with a GraphQL IDE for exploring, testing, and debugging GraphQL APIs interactively. The project distinguishes itself through its comprehensive tooling ecosystem, which includes a GraphQL c

    Registers and documents client applications consuming GraphQL APIs for schema change impact analysis.

    C#
    عرض على GitHub↗5,713
  • chillicream/graphql-platformالصورة الرمزية لـ ChilliCream

    ChilliCream/graphql-platform

    5,712عرض على GitHub↗

    GraphQL Platform is a comprehensive GraphQL ecosystem for .NET that provides a spec-compliant server framework for building APIs and gateways, along with a typed C# client for consuming GraphQL services. At its core, it translates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches, enabling developers to define their API structure directly from their existing .NET code. The platform distinguishes itself through several integrated capabilities that address common GraphQL production concerns. It includes a DataLoader batching and caching engine that gr

    Generates a typed C# .NET client from GraphQL queries to remove manual state management for local and remote data.

    C#asp-netasp-net-corec-sharp
    عرض على GitHub↗5,712
  • actions/github-scriptالصورة الرمزية لـ actions

    actions/github-script

    4,975عرض على GitHub↗

    github-script is a GitHub Actions JavaScript runner that executes asynchronous scripts to interact with the GitHub API. It serves as a JavaScript workflow scripting runtime and API client, providing a pre-configured authenticated client for automating tasks within GitHub Actions pipelines. The project enables the implementation of custom workflow logic that exceeds standard YAML syntax, including the ability to perform REST API calls and execute GraphQL queries for complex data extraction. It supports the management of multiple authenticated clients to facilitate cross-organization repository

    Executes custom GraphQL queries against the GitHub API to retrieve complex or nested data structures.

    TypeScript
    عرض على GitHub↗4,975
  • nodeshift/nodejs-reference-architectureالصورة الرمزية لـ nodeshift

    nodeshift/nodejs-reference-architecture

    1,747عرض على GitHub↗

    This project provides a comprehensive architectural framework and set of standardized patterns for building, securing, and scaling production-ready Node.js applications. It serves as a foundational guide for establishing consistent development workflows, operational observability, and reliable service integration across distributed software systems. The framework distinguishes itself by emphasizing a schema-first approach to API development, ensuring that interface definitions drive the creation of server stubs, client libraries, and type definitions. It promotes a cloud-native posture by int

    Includes client-side libraries for managing GraphQL caching, offline access, and query execution.

    JavaScript
    عرض على GitHub↗1,747
  1. Home
  2. Development Tools & Productivity
  3. GraphQL API Clients

استكشف الوسوم الفرعية

  • C# GraphQL Client GeneratorsTools that generate typed C# .NET clients from GraphQL queries for type-safe API consumption. **Distinct from GraphQL API Clients:** Distinct from GraphQL API Clients: focuses on generating client code from queries, not just executing queries against an API.