awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesGraphQL Query Builders

Visual interfaces for constructing GraphQL queries and mutations without manual syntax entry.

Distinguishing note: Provides visual schema-based query construction.

Explore 7 awesome GitHub repositories matching web development · GraphQL Query Builders. Refine with filters or upvote what's useful.

Awesome GraphQL Query Builders GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • usebruno/brunoAvatar de usebruno

    usebruno/bruno

    44,931Ver en GitHub↗

    Bruno is a local-first API client designed for building, testing, and managing network requests across a wide range of protocols. By storing all collections and configurations as plain-text files directly on the local filesystem, it enables native version control and offline access, ensuring that project data remains under user control without requiring cloud synchronization. The platform distinguishes itself through a declarative approach to API management, utilizing a domain-specific language to define request parameters and metadata. This architecture supports a robust testing environment

    Provides a visual interface to build GraphQL queries and mutations.

    JavaScriptapi-clientapi-testingautomation
    Ver en GitHub↗44,931
  • dbgate/dbgateAvatar de dbgate

    dbgate/dbgate

    6,769Ver en GitHub↗

    DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc

    Provides the ability to execute queries and perform schema introspection on GraphQL data sources.

    Sveltecassandraclickhousecockroachdb
    Ver en GitHub↗6,769
  • requestly/requestlyAvatar de requestly

    requestly/requestly

    6,341Ver en GitHub↗

    Ships a built-in proxy that intercepts and rewrites GraphQL queries and responses in real time.

    TypeScriptapiapi-clientapi-mock
    Ver en GitHub↗6,341
  • graphql-editor/graphql-editorAvatar de graphql-editor

    graphql-editor/graphql-editor

    6,068Ver en GitHub↗

    GraphQL Editor is a collaborative workspace platform for designing, editing, and managing GraphQL schemas. It provides an interactive graph-based visual editor that lets teams create and explore schemas without writing code, alongside a full-featured Monaco text IDE with real-time syntax validation. The platform supports AI-powered schema generation from natural language prompts, federated schema composition that visualizes type merging across subgraphs, and AST-level schema comparison that highlights structural differences between versions. The platform distinguishes itself through its bidir

    Provides a tree-based query builder that lets users construct GraphQL queries through clickable forms instead of manual typing.

    TypeScript
    Ver en GitHub↗6,068
  • kriasoft/react-firebase-starterAvatar de kriasoft

    kriasoft/react-firebase-starter

    4,509Ver en GitHub↗

    Este proyecto es un boilerplate preconfigurado y un proyecto semilla para construir aplicaciones web serverless utilizando React y Firebase. Sirve como una plantilla integral para configurar el entorno, el enrutamiento y la infraestructura necesarios para lanzar aplicaciones de una sola página (SPA). El framework integra una capa de datos utilizando GraphQL y Relay para coordinar peticiones y mantener una gestión de estado escalable. Incluye un kit de interfaz de usuario estandarizado basado en los principios de Material Design e implementa la división de código asíncrona para reducir los payloads de los bundles iniciales. El sistema cubre la gestión de identidad a través de integraciones con Google y OAuth, junto con scripts de línea de comandos automatizados para desplegar activos estáticos y funciones en hosting en la nube. También proporciona una interfaz visual para ejecutar y validar consultas GraphQL con verificación de sintaxis en tiempo real.

    Includes a visual interface for constructing and validating GraphQL queries with real-time syntax checking.

    JavaScriptboilerplatecreate-react-appfirebase
    Ver en GitHub↗4,509
  • apollographql/apollo-iosAvatar de apollographql

    apollographql/apollo-ios

    4,030Ver en GitHub↗

    apollo-ios is a GraphQL client library for iOS and Apple platforms that enables type-safe network communication. It transforms GraphQL operations into generated Swift models, ensuring that network responses are validated at compile time to eliminate manual mapping. The library features a normalized cache manager that stores entities in a flat structure to maintain data consistency across different application views. It also optimizes network performance using hash-based persisted queries to reduce payload sizes and supports real-time data streaming via WebSockets or HTTP subscriptions. The p

    Provides capabilities to introspect the complete GraphQL schema of a running server.

    Swiftapollo-iosapollographqlgraphql
    Ver en GitHub↗4,030
  • httpie/desktopAvatar de httpie

    httpie/desktop

    3,851Ver en GitHub↗

    This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It provides a graphical interface for API development and testing, including a dedicated GraphQL client with schema-driven autocomplete and validation. The project features an integrated AI assistant that generates API requests from natural language prompts. It supports a complex organization system of spaces and collections with hierarchical authentication inheritance and recursive variable resolution for dynamic request values. The tool covers a broad range of capabilities, in

    Provides a dedicated interface for drafting GraphQL queries using auto-fetched schemas for autocomplete.

    apiapi-clientapi-testing
    Ver en GitHub↗3,851
  1. Home
  2. Web Development
  3. GraphQL Query Builders

Explorar subetiquetas

  • Query ModifiersTools that intercept and alter GraphQL query payloads or responses in transit for debugging. **Distinct from GraphQL Query Builders:** Distinct from GraphQL Query Builders: focuses on modifying existing queries during transit rather than constructing new ones visually.
  • Querying and IntrospectionExecuting queries and exploring schemas of GraphQL data sources. **Distinct from GraphQL Query Builders:** Focuses on the act of querying and introspection rather than the visual construction of queries.