graffle-js/graffle

Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 11th, 2026
Created on May 10th, 2017
Open Issues & Pull Requests: 59 (+0)
GitHub issues: Enabled
Number of forks: 310
Total Stargazers: 6,117 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 44.3 hours
Mean response time: 38.2 days
90th percentile: 98.1 days
Tracked items: 139

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 34% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "type/bug" is answered fastest, typically in about 17 hours, while "type/feat" waits about 5 days. Only 7% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 50
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 447 days
Stale 30+ days: 50
Stale 90+ days: 47

Recent activity

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

Top labels

  • type/bug (62)
  • type/feat (56)
  • priority/high (14)
  • scope/legacy (13)
  • type/docs (11)
  • community/pr-welcome (10)
  • scope/generator (10)
  • extension (7)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Graffle is a lightweight GraphQL client for JavaScript that prioritizes simplicity, type safety, and cross-platform compatibility.

The tool addresses the need for a minimal GraphQL client that avoids unnecessary complexity while maintaining strong TypeScript support. It works by providing a straightforward interface for executing GraphQL queries and mutations across different JavaScript environments, from Node.js to browsers. The design emphasizes extensibility, allowing developers to customize behavior without being locked into a rigid architecture.

Graffle suits projects where developers want a GraphQL client without the overhead of larger alternatives. It works well in environments where bundle size matters or where a simpler mental model is preferred over feature-rich frameworks. The project is particularly valuable for teams already invested in TypeScript who want type safety without sacrificing ease of use.

The project shows consistent development activity with regular commits and ongoing maintenance. Pull requests are reviewed and merged steadily, indicating active engagement with contributions. Issues receive attention and responses, suggesting the maintainers are responsive to user feedback and bug reports.