graphql-hive/graphql-yoga

🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch...

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 7th, 2026
Created on November 15th, 2017
Open Issues & Pull Requests: 164 (+0)
GitHub issues: Enabled
Number of forks: 596
Total Stargazers: 8,528 (+0)
Total Subscribers: 63 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.2 hours
Mean response time: 58.9 days
90th percentile: 228.7 days
Tracked items: 78

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 767 days
Stale 30+ days: 35
Stale 90+ days: 32

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • kind/bug (6)
  • kind/enhancement (5)
  • stage/1-reproduction (4)
  • good first issue (2)
  • kind/docs (2)
  • stage/0-issue-prerequisites (2)
  • Migrated (1)
  • bug (1)

Detailed Description

GraphQL Yoga is a fully-featured GraphQL server that prioritizes easy setup, performance, and developer experience.

The tool addresses the complexity of bootstrapping a GraphQL server by providing sensible defaults and bundling essential features out of the box, minimizing configuration overhead. Its core implementation relies on the WHATWG Fetch API standard, enabling it to run across any JavaScript environment—whether Node.js, serverless platforms, Deno, Bun, or Cloudflare Workers—without environment-specific rewrites. The server includes built-in support for GraphQL subscriptions via Server-Sent Events, automatic parsing and validation caching, file uploads following the GraphQL Multipart Request specification, and automatic persisted queries. It is fully typed with TypeScript and complies with the GraphQL over HTTP specification.

Teams should adopt this tool if they need a GraphQL server that works consistently across multiple deployment targets without rewriting core logic. It suits projects ranging from traditional Node.js applications to serverless functions and edge computing environments. The tool integrates seamlessly with standard GraphQL clients and workflows, and its extensibility through Envelop plugins allows customization without forking the core codebase.

The project maintains active development with regular updates addressing both new features and stability improvements. The codebase demonstrates strong attention to performance optimization, as evidenced by built-in caching mechanisms and a focus on minimal bundle size. Documentation is comprehensive and covers integrations across diverse platforms, indicating sustained effort to support the breadth of environments the tool targets.