30 open-source projects similar to wundergraph/graphql-go-tools, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
GraphiQL is an interactive browser-based integrated development environment for writing, testing, and documenting GraphQL queries and mutations. It functions as a code editor, an API exploration tool, and a schema explorer, providing a visual interface for browsing GraphQL types and fields. The project provides a language server that delivers schema-driven autocompletion, linting, and validation via the Language Server Protocol. It allows for the embedding of high-performance editors into external projects and supports the injection of custom tools and components through a sidebar plugin API.
Extends supertest to test a GraphQL endpoint
A library to query and manipulate GraphQL Introspection Query results in some useful ways.
:verticaltrafficlight: Check your GraphQL query strings against a schema.
A JavaScript template literal tag that parses GraphQL queries
graphql-tools is a toolkit for constructing, modifying, and combining GraphQL schemas. It provides a suite of utilities for parsing Schema Definition Language, managing resolver bindings, and assembling executable schemas. The project enables the composition of unified GraphQL gateways by merging multiple independent subschemas through schema stitching. This includes capabilities for entity type merging, type extension, and field resolution delegation to route requests across different services. The toolkit also includes a mocking engine that generates simulated GraphQL schemas and data. Thi
A set of utils for faster development of GraphQL tools
☝️ go-graphql subscription over Kafka/Redis/NSQ example
Validate GraphQL fields
GraphJin - An Automagical Compiler to Connect AI to Your Databases
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Blazing fast GraphQL discovery & fingerprinting toolbox.
🛡️ The missing GraphQL security security layer for Apollo GraphQL and Yoga / Envelop servers 🛡️
graphql-go is a schema-first GraphQL library and server implementation for Go. It provides a query execution engine and schema parser that converts schema definition strings into executable structures and validates resolver signatures. The library also includes a streaming implementation for real-time GraphQL subscriptions using channels within resolvers. The project distinguishes itself through parallel resolver execution to reduce request latency and the use of buffer-pool memory management to lower garbage collection overhead. It enables the creation of cloneable schema instances from a sh
Toolkit for generating complex GraphQL Schemas on Node.js
This project is a GraphQL implementation for Go, providing a complete suite for building GraphQL servers. It includes a schema engine for defining types, a query parser to convert strings into abstract syntax trees, and an execution engine that resolves fields against a defined schema to return structured data. The library distinguishes itself through reflection-based type mapping, allowing object definitions and arguments to be derived directly from native Go structs. It also supports the execution of real-time data streaming via GraphQL subscriptions and provides an extensible execution pip
A Go/Golang library to help construct a graphql-go server supporting react-relay.
A library to help construct a graphql-js server supporting react-relay.
One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)
Offers a collection of GraphQL directives for easy validation, authorization, and sanitation, simplifying the implementation of complex functionality in GraphQL APIs. It ensures secure and efficient GraphQL APIs with pre-built solutions.
Split up your GraphQL resolvers in middleware functions
🛡 A GraphQL tool to ease the creation of permission layer.
Normalize GraphQL responses for persisting in the client cache/state
Realtime GraphQL Live Queries with JavaScript
Emits a GraphQL Shield from your GraphQL schema
Babel plugin that compile GraphQL tagged template strings