awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesInteractive Explorers

Web-based tools for manually executing queries and inspecting GraphQL schemas during development.

Distinct from GraphQL Testing: Focuses on the interactive UI for exploration and testing rather than automated test suites

Explore 4 awesome GitHub repositories matching testing & quality assurance · Interactive Explorers. Refine with filters or upvote what's useful.

Awesome Interactive Explorers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apollographql/apollo-serverapollographql 的头像

    apollographql/apollo-server

    13,943在 GitHub 上查看↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    Provides a built-in interactive API sandbox for testing operations and validating schemas directly at the server endpoint.

    TypeScript
    在 GitHub 上查看↗13,943
  • chillicream/hotchocolateChilliCream 的头像

    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

    Ships an interactive IDE for exploring, testing, and debugging GraphQL APIs with syntax highlighting.

    C#
    在 GitHub 上查看↗5,713
  • chillicream/graphql-platformChilliCream 的头像

    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

    Embeds a Monaco-based GraphQL IDE directly into the server middleware for in-browser API exploration and testing.

    C#asp-netasp-net-corec-sharp
    在 GitHub 上查看↗5,712
  • parse-community/parse-dashboardparse-community 的头像

    parse-community/parse-dashboard

    3,809在 GitHub 上查看↗

    Parse Dashboard is a web-based administrative interface designed for managing applications powered by the Parse Server framework. It functions as a centralized console that enables developers and administrators to oversee backend configurations, user accounts, and operational settings through a graphical environment. The dashboard provides a comprehensive suite of tools for database administration, allowing users to browse, filter, and modify relational data records directly. It includes integrated capabilities for data visualization, enabling the generation of charts and graphs to track tren

    Provides an interactive environment for testing and refining GraphQL queries and schemas before application integration.

    JavaScriptdashboardgraphqlhacktoberfest
    在 GitHub 上查看↗3,809
  1. Home
  2. Testing & Quality Assurance
  3. API and Network Testing
  4. API Testing
  5. GraphQL Testing
  6. Interactive Explorers