awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • apollographql/apollo-serverAvatar de apollographql

    apollographql/apollo-server

    13,943Voir sur 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
    Voir sur GitHub↗13,943
  • chillicream/hotchocolateAvatar de ChilliCream

    ChilliCream/hotchocolate

    5,713Voir sur 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#
    Voir sur GitHub↗5,713
  • chillicream/graphql-platformAvatar de ChilliCream

    ChilliCream/graphql-platform

    5,712Voir sur 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
    Voir sur GitHub↗5,712
  • parse-community/parse-dashboardAvatar de parse-community

    parse-community/parse-dashboard

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