Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Graphql

Graphql

557 projects

Showing 36 of 557 projects

CaptainFact
CaptainFactElixir

API backend for CaptainFact, a collaborative platform for fact-checking videos with community-sourced annotations.

#hacktoberfest#elixir#phoenix
Stars190
Forks26
Last commit4 months ago
graphql-bookshelf
graphql-bookshelfJavaScript

A helper library for defining GraphQL schemas around BookshelfJS models with automatic relationship mapping.

#orm-integration#graphql#schema-definition
Stars184
Forks12
Last commit3 years ago
Instagram clone
Instagram cloneJavaScript

Example projects demonstrating how to build applications using Reindex with React, React Native, Relay, and Motion.

#motion-framework#fullstack-examples#relay
Stars183
Forks60
Last commit10 years ago
graphql-aspnetcore
graphql-aspnetcoreC#

ASP.NET Core middleware to easily add a GraphQL endpoint and GraphiQL UI to your application.

#nuget#api#graphql
Stars181
Forks31
Last commit3 years ago
WPGraphQL for Gravity Forms
WPGraphQL for Gravity FormsPHP

A WordPress plugin that adds GraphQL support for interacting with Gravity Forms, enabling headless and decoupled architectures.

#wp-plugin#headless-wordpress#decoupled-architecture
Stars175
Forks31
Last commit
swapi-graphene
swapi-graphenePython

A GraphQL Star Wars API example built with Graphene and Django, demonstrating GraphQL integration with Django models.

#orm#graphql#starwars-api
Stars175
Forks33
Last commit6 years ago
slickgrid-universal
slickgrid-universalTypeScript

A feature-rich, framework-agnostic JavaScript data grid library built as a monorepo with batteries included.

#data-grid#datagrid#graphql
Stars174
Forks48
Last commit1 day ago
GraphQLer
GraphQLerPython

A dependency-aware GraphQL API fuzzing tool that automatically generates and executes security tests based on schema introspection.

#api#graphql#api-testing-framework
Stars170
Forks16
Last commit2 days ago
graphql-haskell
graphql-haskellHaskell

A Haskell implementation of GraphQL providing AST data types, parser, printer, and future schema and interpreter tools.

#haskell#functional-programming#api
Stars169
Forks23
Last commit7 years ago
graphql-toolkit
graphql-toolkit

A deprecated set of utilities for faster development of GraphQL tools, now merged into GraphQL Tools.

#developer-tools#graphql#schema
Stars166
Forks29
Last commit6 years ago
Go in 7 days
Go in 7 daysGo

A structured 7-day learning path for Node.js developers to master Go fundamentals and build practical applications.

#hacktoberfest#roadmap#graphql
Stars166
Forks9
Last commit5 months ago
Snowflaqe
SnowflaqeF#

A dotnet CLI tool for generating type-safe GraphQL clients for F# and Fable with static query verification.

#fable#graphql#type-generation
Stars161
Forks29
Last commit1 year ago
Wagtail Grapple
Wagtail GrapplePython

A Wagtail app that makes building GraphQL endpoints a breeze by adding simple annotations to your models.

#hacktoberfest#wagtail-app#wagtail
Stars160
Forks58
Last commit2 months ago
Relay TODO MVC
Relay TODO MVCJavaScript

Example TodoMVC implementations using Relay with various routing libraries for reference and learning.

#relay#graphql#example-project
Stars158
Forks48
Last commit1 day ago
python-graphql-client
python-graphql-clientPython

A lightweight GraphQL client for Python 2.7+ with simple token injection support.

#python-3#python-library#authentication
Stars155
Forks41
Last commit6 years ago
Simple Relay Starter
Simple Relay StarterJavaScript

A minimal React Relay starter kit using Browserify and Express, designed for Node.js developers learning GraphQL.

#browserify#fullstack-javascript#graphql
Stars155
Forks16
Last commit9 years ago
graphql-java-datetime
graphql-java-datetimeJava

A set of RFC 3339 compliant date/time scalar types for graphql-java with starters for popular frameworks.

#scalars#datetime#date-time
Stars154
Forks25
Last commit11 days ago
agoo-c
agoo-cC

A high-performance C webserver and GraphQL server designed to outperform alternatives across all languages.

#http-server#webserver#high-performance
Stars152
Forks13
Last commit5 years ago
ghql
ghqlR

A GraphQL client for R, enabling querying and interacting with GraphQL APIs from the R programming language.

#data-querying#r-package#graphql
Stars150
Forks14
Last commit6 months ago
WPGraphQL Polylang Extension
WPGraphQL Polylang ExtensionPHP

Extends WPGraphQL schema with multilingual data from Polylang for headless WordPress sites.

#api#content-management#graphql
Stars149
Forks27
Last commit1 year ago
mockd
mockdGo

A single-binary mock server supporting HTTP, WebSocket, gRPC, MQTT, SSE, GraphQL, and SOAP protocols.

#developer-tools#ai-integration#graphql
Stars144
Forks6
Last commit3 days ago
graphql-relay-py
graphql-relay-pyPython

A Python library for building Relay-compliant GraphQL servers with GraphQL-core.

#data-fetching#api#relay
Stars144
Forks41
Last commit3 years ago
Gatsby + WPGraphQL Blog Example
Gatsby + WPGraphQL Blog ExampleJavaScript

A deprecated example Gatsby blog site sourcing content from WordPress via the WPGraphQL API.

#content-management#graphql#wpgraphql
Stars144
Forks36
Last commit3 years ago
rust-hasura
rust-hasuraRust

A Rust server example implementing a remote schema for Hasura with JWT authentication and typesafe GraphQL.

#remote-schema#hasura#authentication
Stars141
Forks18
Last commit4 years ago
graphql
graphqlBallerina

A spec-compliant GraphQL implementation for building GraphQL APIs in the Ballerina programming language.

#hacktoberfest#library#graphql
Stars139
Forks71
Last commit1 day ago
graphql
graphqlCrystal

A GraphQL server library for Crystal that generates schemas at compile time with full type safety.

#graphql#api-server#crystal-lang
Stars139
Forks14
Last commit27 days ago
relay-rails-blog
relay-rails-blogRuby

A demo blog application exploring GraphQL and Relay integration with Rails and React for modern data fetching.

#rails#data-fetching#relay
Stars139
Forks17
Last commit9 years ago
Ballerina GraphQL Examples
Ballerina GraphQL ExamplesBallerina

A spec-compliant GraphQL implementation for building GraphQL APIs in the Ballerina programming language.

#hacktoberfest#http-server#library
Stars139
Forks71
Last commit
golang-relay-starter-kit
golang-relay-starter-kitGo

A starter kit for building full-stack applications with a React Relay frontend and a Golang GraphQL backend.

#relay#graphql#starter-kit
Stars138
Forks31
Last commit10 years ago
graphiql-dotnet
graphiql-dotnetCSS

GraphiQL middleware for ASP.NET Core that bundles the GraphiQL UI, eliminating frontend dependency management.

#developer-tools#graphql#csharp
Stars138
Forks28
Last commit6 years ago
isomorphic-relay-router
isomorphic-relay-routerJavaScript

Adds server-side rendering support to react-router-relay for isomorphic React/Relay applications.

#isomorphic#isomorphic-javascript#relay
Stars138
Forks25
Last commit9 years ago
graphql-java-extended-validation
graphql-java-extended-validationJava

A validation library for graphql-java that adds constraint directives and custom rules to GraphQL input types and arguments.

#graphql#bean-validation#api-validation
Stars138
Forks34
Last commit
nx-ng-starter
nx-ng-starterTypeScript

A scalable Nx monorepo starter template for building Angular and NestJS applications with integrated workflow automation.

#github-actions-ci#firebase-functions#graphql
Stars135
Forks16
Last commit2 days ago
spring-graphql-common
spring-graphql-commonJava

A Spring Framework library for building GraphQL schemas using annotations, with Relay support and reactive execution.

#spring-framework#api#relay
Stars134
Forks18
Last commit9 years ago
goctopus
goctopusGo

A fast GraphQL discovery and fingerprinting toolbox for security testing and reconnaissance.

#introspection-detection#subdomain-enumeration#graphql
Stars134
Forks13
Last commit2 years ago
aurelia-slickgrid
aurelia-slickgridTypeScript

Aurelia wrapper for the high-performance SlickGrid data grid with multiple styling themes.

#data-grid#datagrid#graphql
Stars133
Forks18
Last commit1 year ago
PreviousPage 10 of 16Next

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
2 days ago
1 day ago
7 months ago
#Api111
#Typescript98
#React78
#Backend69
#Nodejs68
#Graphql Server56
#Javascript55
#Relay54
#Rest Api51
#Headless Cms48
#Developer Tools48
#Graphql Client44