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
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apollographql/apollo-serverAvatar von apollographql

    apollographql/apollo-server

    13,943Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,943
  • chillicream/hotchocolateAvatar von ChilliCream

    ChilliCream/hotchocolate

    5,713Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗5,713
  • chillicream/graphql-platformAvatar von ChilliCream

    ChilliCream/graphql-platform

    5,712Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,712
  • parse-community/parse-dashboardAvatar von parse-community

    parse-community/parse-dashboard

    3,809Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,809
  1. Home
  2. Testing & Quality Assurance
  3. API and Network Testing
  4. API Testing
  5. GraphQL Testing
  6. Interactive Explorers