Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Graphql

Graphql

411 projects

Showing 36 of 411 projects

gotql
gotqlTypeScript

A Node.js GraphQL client that lets you write queries as JSON objects instead of strings.

#hacktoberfest#query-builder#server-side
Stars410
Forks21
Last commit1 year ago
Graphback
GraphbackTypeScript

Automatically generates GraphQL CRUD APIs, resolvers, and database schemas from GraphQL type definitions.

#generator#hacktoberfest#crud
Stars408
Forks73
Last commit3 years ago
FSharp.Data.GraphQL
FSharp.Data.GraphQLF#

An F# implementation of the GraphQL specification, providing a type-safe server and client library for .NET ecosystems.

#type-provider#relay#graphql
Stars408
Forks75
Last commit16 days ago
Fake JSON Server
Fake JSON ServerC#

A .NET-based fake REST API server for prototyping and CRUD backends, with GraphQL support and no database required.

#crud-backend#fake-server#fake-data
Stars404
Forks95
Last commit2 months ago
Apollo Link Firebase
Apollo Link FirebaseTypeScript

An Apollo Link that enables GraphQL queries, mutations, and subscriptions directly on Firebase Realtime Database without a GraphQL server.

#realtime-data#data-synchronization#graphql
Stars404
Forks25
Last commit
FuturamaAPI
FuturamaAPIPython

A Futurama-themed REST and GraphQL API with real-time updates, built as a tech playground for modern web development.

#fastapi#alembic#graphql
Stars398
Forks24
Last commit17 days ago
graphql-java-annotations
graphql-java-annotationsJava

An annotations-based syntax library for defining GraphQL schemas in Java, reducing verbosity compared to plain graphql-java.

#relay#type-system#graphql
Stars393
Forks97
Last commit8 months ago
OpenCRUD
OpenCRUD

A GraphQL CRUD API specification for databases, standardizing common data access patterns.

#crud#database#graphql
Stars389
Forks22
Last commit3 years ago
WebTau
WebTauJava

A unified testing API, CLI, and framework for writing unit, integration, and end-to-end tests across REST-API, WebSocket, GraphQL, Browser, Database, and CLI.

#database#report#rest
Stars382
Forks42
Last commit1 month ago
graphql-parser
graphql-parserRust

A GraphQL query and schema definition language parser, formatter, and AST implementation for Rust.

#graphql#query-language#schema-definition
Stars372
Forks81
Last commit1 year ago
pylon
pylonTypeScript

A TypeScript-first framework for building type-safe GraphQL APIs with minimal boilerplate.

#developer-tools#api-framework#graphql
Stars370
Forks13
Last commit7 days ago
WPGraphQL JWT Authentication
WPGraphQL JWT AuthenticationPHP

Adds JWT-based authentication to WPGraphQL for WordPress, enabling secure user login and token management.

#hacktoberfest#auth#graphql
Stars362
Forks78
Last commit2 months ago
The Knests Stack
The Knests StackTypeScript

A full-stack TypeScript boilerplate with Docker, Node.js, Nest.js, Next.js, GraphQL, and Material-UI for rapid web app development.

#hackathon-starter#graphql#nextjs
Stars352
Forks43
Last commit3 days ago
cppgraphqlgen
cppgraphqlgenC++

A C++ library and code generator for building and consuming GraphQL services, enabling native GraphQL in hybrid apps.

#relay#graphql#c-plus-plus-20
Stars349
Forks51
Last commit20 days ago
neuron
neuronElixir

A flexible GraphQL client for Elixir applications with customizable JSON and connection modules.

#hex#elixir-lang#elixir
Stars335
Forks36
Last commit3 years ago
GraphCrawler - The all-in-one GraphQL Security toolkit
GraphCrawler - The all-in-one GraphQL Security toolkitPython

An automated security testing toolkit for GraphQL endpoints that discovers, analyzes, and scores vulnerabilities.

#api#api-hacking#graphql
Stars335
Forks23
Last commit
Relate
RelateJavaScript

An experimental universal web application built with React, GraphQL, and Next.js for server-side rendering and dynamic routing.

#universal#graphql#apollographql
Stars334
Forks19
Last commit2 years ago
django-graphql-auth
django-graphql-authPython

A Django package providing GraphQL mutations and queries for user registration, authentication, and account management.

#api#authentication#user-management
Stars329
Forks107
Last commit1 year ago
Pydantic Resolve
Pydantic ResolvePython

A Python library for declarative data assembly and N+1 query elimination in Pydantic models using DataLoader patterns.

#fastapi#declarative-programming#orm
Stars326
Forks13
Last commit1 day ago
ZeroQL
ZeroQLC#

A high-performance C# GraphQL client with Linq-like syntax that avoids Reflection.Emit for near-raw HTTP call performance.

#linq-syntax#client#high-performance
Stars320
Forks19
Last commit5 months ago
WPGraphQL Gutenberg
WPGraphQL GutenbergPHP

A WordPress plugin that exposes Gutenberg blocks as structured data via WPGraphQL.

#gutenberg#api#headless-wordpress
Stars307
Forks60
Last commit1 year ago
Praxis
PraxisRuby

A Ruby framework for designing and implementing modern REST APIs with automatic OpenAPI documentation and GraphQL-like field selection.

#service-architecture#design-first#api-framework
Stars302
Forks38
Last commit1 year ago
practical-dapr
practical-daprC#

A full-stack .NET microservices reference application built on Dapr and Tye for Kubernetes deployment.

#reference-application#redis#minimalist
Stars301
Forks64
Last commit2 years ago
Dapper.GraphQL
Dapper.GraphQLC#

A .NET Core library that integrates Dapper and GraphQL.NET with performance-focused query building and entity mapping.

#orm#graphql-dotnet#graphql
Stars298
Forks48
Last commit2 years ago
Flama
FlamaPython

A Python framework for building and deploying machine learning APIs with a focus on simplicity and performance.

#crud#marshmallow#api
Stars288
Forks16
Last commit1 day ago
Relay
Relay

A curated list of resources, libraries, and tools for Relay, Facebook's GraphQL client for React.

#data-fetching#relay#graphql
Stars287
Forks29
Last commit4 years ago
graphql-java-extended-scalars
graphql-java-extended-scalarsJava

A library providing extended custom scalar types for GraphQL Java implementations, including date/time, numeric ranges, and specialized formats.

#java-library#type-system#graphql
Stars286
Forks63
Last commit
graphql-clj
graphql-cljClojure

A Clojure library providing a full GraphQL implementation with schema validation, query execution, and high-performance parsing.

#library#api#graphql
Stars285
Forks22
Last commit5 years ago
rails-devise-graphql
rails-devise-graphqlRuby

A Rails 6 boilerplate for SaaS backends with GraphQL API, JWT authentication, role management, and an admin dashboard.

#saas-backend#graphql#graphql-api
Stars285
Forks52
Last commit3 years ago
ember-apollo-client
ember-apollo-clientJavaScript

An Ember CLI addon for integrating Apollo Client and GraphQL into Ember.js applications.

#emberjs#data-fetching#fastboot
Stars280
Forks72
Last commit9 months ago
ember-apollo-client
ember-apollo-clientJavaScript

An Ember CLI addon for integrating Apollo Client and GraphQL into Ember.js applications.

#emberjs#data-fetching#fastboot
Stars280
Forks72
Last commit9 months ago
github-graphql-rails-example
github-graphql-rails-exampleRuby

A Rails example app demonstrating how to use the graphql-client gem to fetch and display GitHub repository data via the GitHub GraphQL API.

#rails#graphql#ruby-gem
Stars277
Forks49
Last commit7 years ago
cultofcoders:grapher
cultofcoders:grapherJavaScript

A data fetching layer for Meteor and MongoDB that enables relational queries and reactive GraphQL-like data graphs.

#hacktoberfest#database-orm#data-fetching
Stars276
Forks55
Last commit1 year ago
JSS
JSSTypeScript

JavaScript SDK for building headless web applications with Sitecore Experience Platform.

#enterprise-software#content-management#graphql
Stars274
Forks274
Last commit1 month ago
Angular JSS starter kit for XM Cloud
Angular JSS starter kit for XM CloudTypeScript

JavaScript SDK for building headless web applications with Sitecore Experience Platform.

#content-management#graphql#nextjs
Stars274
Forks274
Last commit1 month ago
federation-jvm
federation-jvmJava

JVM libraries for building Apollo Federation subgraphs with graphql-java and Spring GraphQL.

#api-gateway#federation#graphql
Stars273
Forks69
Last commit12 days ago
PreviousPage 8 of 12Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
7 years ago
2 years ago
21 days ago
#Api90
#Typescript79
#React61
#Graphql Server53
#Nodejs51
#Backend50
#Javascript46
#Rest Api46
#Developer Tools43
#Relay42
#Graphql Client38
#Data Fetching37