awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 रिपॉजिटरी

Awesome GitHub RepositoriesGraphQL Testing

Specialized support for GraphQL queries and schemas.

Explore 16 awesome GitHub repositories matching testing & quality assurance · GraphQL Testing. Refine with filters or upvote what's useful.

Awesome GraphQL Testing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • hoppscotch/hoppscotchhoppscotch का अवतार

    hoppscotch/hoppscotch

    79,618GitHub पर देखें↗

    Hoppscotch is an open-source API development ecosystem designed for building, testing, and debugging REST, GraphQL, and real-time APIs. It provides a unified platform that functions across web browsers, desktop applications, and command-line interfaces, allowing developers to manage the entire API lifecycle from a single environment. The platform distinguishes itself through a highly interactive, command-driven interface that utilizes a global spotlight palette and keyboard shortcuts to streamline complex workflows. It supports advanced request manipulation and validation by executing JavaScr

    Offers specialized support for constructing and validating GraphQL queries and schemas within a unified development interface.

    TypeScriptapiapi-clientapi-rest
    GitHub पर देखें↗79,618
  • chentsulin/awesome-graphqlchentsulin का अवतार

    chentsulin/awesome-graphql

    14,975GitHub पर देखें↗

    Awesome GraphQL is a curated directory and resource collection for the GraphQL ecosystem. It serves as a central index for developers to discover libraries, tools, and specifications required for building, testing, and managing data layer implementations across various programming languages. The repository provides access to a comprehensive range of utilities that support the entire GraphQL lifecycle. This includes resources for server-side API development, client-side integration, and schema management. It also highlights tools for security enforcement, such as rate limiting and input valida

    Includes diagnostic utilities for validating GraphQL schemas and testing query performance.

    awesomeawesome-listgraphql
    GitHub पर देखें↗14,975
  • apollographql/apollo-serverapollographql का अवतार

    apollographql/apollo-server

    13,943GitHub पर देखें↗

    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
  • graphcool/graphql-playgroundgraphcool का अवतार

    graphcool/graphql-playground

    8,844GitHub पर देखें↗

    GraphQL Playground is a web-based integrated development environment and API client for GraphQL. It functions as a request client, schema browser, and subscription tester, allowing users to execute queries and mutations while validating data responses. The project distinguishes itself through a dedicated subscription tester that maintains persistent connections for monitoring real-time data streams. It also includes the ability to share specific request states and headers via serialized URL snapshots for collaborative debugging. The environment covers schema exploration through interactive d

    Includes a dedicated subscription tester to monitor and validate real-time GraphQL data updates.

    TypeScript
    GitHub पर देखें↗8,844
  • requestly/requestlyrequestly का अवतार

    requestly/requestly

    6,341GitHub पर देखें↗

    Provides specialized support for validating GraphQL queries, mutations, and subscriptions against schemas.

    TypeScriptapiapi-clientapi-mock
    GitHub पर देखें↗6,341
  • graphql/express-graphqlgraphql का अवतार

    graphql/express-graphql

    6,270GitHub पर देखें↗

    express-graphql एक GraphQL API सर्वर इम्प्लीमेंटेशन और HTTP मिडलवेयर है जो GraphQL स्कीमा को HTTP सर्वर से जोड़ता है। यह विभिन्न कंटेंट प्रकारों से क्वेरी और वेरिएबल्स निकालने के लिए एक रिक्वेस्ट पार्सर और रिज़ॉल्वर फंक्शन में HTTP रिक्वेस्ट डेटा और सेशन स्टेट को इंजेक्ट करने के लिए एक कॉन्टेक्स्ट प्रोवाइडर प्रदान करता है। इस लाइब्रेरी में एक ब्राउज़र-आधारित इंटरैक्टिव IDE शामिल है जो क्वेरी का परीक्षण करने और रिस्पॉन्स का निरीक्षण करने के लिए HTML इंटरफ़ेस प्रदान करने हेतु GET रिक्वेस्ट का पता लगाता है। यह एक कस्टम एक्जीक्यूशन पाइपलाइन का भी समर्थन करता है, जिससे डिफ़ॉल्ट पार्सिंग, वैलिडेशन, एक्जीक्यूशन और एरर फॉर्मेटिंग फंक्शन को ओवरराइड किया जा सकता है। यह प्रोजेक्ट मिडलवेयर और रिक्वेस्ट पैरामीटर पार्सिंग के माध्यम से API इंटीग्रेशन को कवर करता है, साथ ही AST-आधारित क्वेरी वैलिडेशन और स्कीमा-आधारित एक्जीक्यूशन के लिए आर्किटेक्चर भी प्रदान करता है। यह रिस्पॉन्स मेटाडेटा एक्सटेंशन और विशिष्ट फील्ड्स या ऑपरेशंस को प्रतिबंधित करने के लिए वैलिडेशन नियमों को लागू करने के तंत्र भी प्रदान करता है।

    Provides an interactive interface for running queries and inspecting responses during development.

    TypeScriptexpress-graphqlexpress-middlewaregraphql
    GitHub पर देखें↗6,270
  • mockk/mockkmockk का अवतार

    mockk/mockk

    5,747GitHub पर देखें↗

    MockK is a Kotlin test double framework that creates mocks, spies, and relaxed mocks for unit testing, with support for final classes, static methods, and coroutines. It functions as a bytecode instrumentation library that modifies compiled class files at load time to intercept constructors, final methods, and static functions without source changes, and also provides dedicated libraries for constructor mocking and coroutine mocking. The framework is designed specifically for Kotlin, handling Kotlin-specific constructs like extension functions, singletons, and suspend functions. MockK disting

    Reads or modifies the backing field of a property during stubbing or verification.

    Kotlinargument-matcherschain-callshacktoberfest
    GitHub पर देखें↗5,747
  • chillicream/hotchocolateChilliCream का अवतार

    ChilliCream/hotchocolate

    5,713GitHub पर देखें↗

    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,712GitHub पर देखें↗

    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
  • day8/re-frameday8 का अवतार

    day8/re-frame

    5,532GitHub पर देखें↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Verifies data transformation logic by passing mock state values into subscription handlers.

    Clojureclojurescriptre-framereact
    GitHub पर देखें↗5,532
  • altair-graphql/altairaltair-graphql का अवतार

    altair-graphql/altair

    5,412GitHub पर देखें↗

    Altair is a graphical GraphQL API client, integrated development environment, and schema explorer. It functions as a debugging tool and collaboration platform for executing queries, mutations, and subscriptions against GraphQL servers. The project distinguishes itself by offering cloud-synced workspaces for organizing and sharing query collections among teams. It provides a flexible extensibility framework that allows the installation and execution of third-party plugins within isolated sandboxes. The platform covers a broad range of capabilities, including AI-assisted query writing, visual

    Provides a graphical environment for writing and executing GraphQL queries and mutations to verify server behavior.

    TypeScript
    GitHub पर देखें↗5,412
  • graphql-python/graphene-djangographql-python का अवतार

    graphql-python/graphene-django

    4,390GitHub पर देखें↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Verifies response data and error states by executing queries against the API using a specialized test client.

    Python
    GitHub पर देखें↗4,390
  • parse-community/parse-dashboardparse-community का अवतार

    parse-community/parse-dashboard

    3,809GitHub पर देखें↗

    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
  • jmcdo29/testing-nestjsjmcdo29 का अवतार

    jmcdo29/testing-nestjs

    3,019GitHub पर देखें↗

    This project is a NestJS testing boilerplate and reference implementation. It provides a structured monorepo workspace designed to demonstrate various architectural and testing patterns for NestJS applications. The project features a dockerized test environment and an integration testing framework. It includes a dedicated GraphQL API test suite to validate graph-based endpoints and schemas for queries and mutations. The suite covers a layered testing hierarchy consisting of unit, integration, and end-to-end tests. These capabilities extend across the application and data layers, including da

    Includes a specialized test suite for validating GraphQL queries, mutations, and schemas.

    TypeScriptcqrsexamplesgraphql
    GitHub पर देखें↗3,019
  • hayes/pothoshayes का अवतार

    hayes/pothos

    2,576GitHub पर देखें↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    Provides capabilities to replace specific field resolvers with predefined data for component testing without a live backend.

    TypeScriptgraphqltypescript
    GitHub पर देखें↗2,576
  • spring-projects/spring-graphqlspring-projects का अवतार

    spring-projects/spring-graphql

    1,591GitHub पर देखें↗

    Spring GraphQL is a Java framework designed for building GraphQL services by mapping schema definitions directly to backend controller logic. It provides a reactive execution engine that processes queries and subscriptions asynchronously, supporting multiple network transports to facilitate communication between clients and data sources. The framework distinguishes itself through annotation-driven request routing, which decouples schema definitions from business logic to reduce implementation boilerplate. It includes native support for federated service composition, allowing developers to agg

    Includes specialized testing utilities for verifying GraphQL operations and data integrity in isolated environments.

    Javagraphqlspring-graphql
    GitHub पर देखें↗1,591
  1. Home
  2. Testing & Quality Assurance
  3. API and Network Testing
  4. API Testing
  5. GraphQL Testing

सब-टैग एक्सप्लोर करें

  • Field Mocking1 सब-टैगUtilities for replacing specific GraphQL field resolvers with static or predefined data. **Distinct from GraphQL Testing:** Distinct from GraphQL Testing: focuses specifically on substituting individual field resolvers rather than general query or schema testing.
  • Interactive ExplorersWeb-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
  • Subscription Testing Tools1 सब-टैगUtilities for validating real-time data streams and server-sent events in GraphQL. **Distinct from GraphQL Testing:** Distinct from GraphQL Testing: focuses specifically on the persistent connection and streaming nature of subscriptions.