7 repositorios
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.
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.
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.
Ships a built-in proxy that intercepts and rewrites GraphQL queries and responses in real time.
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.
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.
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.
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.