An open API service indexing awesome lists of open source software.

awesome-graphql

Awesome list of GraphQL
https://github.com/chentsulin/awesome-graphql

Last synced: about 4 hours ago
JSON representation

  • Blogs

  • Books

  • Communities

    • Discord - GraphQL - Official GraphQL.org discord channel.
    • GraphQL Weekly - A weekly newsletter highlighting resources and news from the GraphQL community.
    • Apollo GraphQL Community - Connect with other developers and share knowledge about every part of the Apollo GraphQL platform.
    • Discord - Reactiflux - Join `#help-graphql` on the Reactiflux Discord server.
    • Facebook - Group for discussions, articles and knowledge sharing.
    • StackOverflow - Questions and answers. Use the tag `graphql`.
    • /r/GraphQL - A Subreddit for interesting and informative GraphQL content and discussions.
    • GraphQL Jobs - A list of GraphQL-based jobs in startups all over the world.
    • Codever - Dev bookmarks. Use the tag [graphql](https://www.codever.land/bookmarks/t/graphql).
    • Facebook - Group for discussions, articles and knowledge sharing.
    • GraphQL Jobs - A list of GraphQL-based jobs in startups all over the world.
    • Codever - Dev bookmarks. Use the tag [graphql](https://www.codever.land/bookmarks/t/graphql).
    • X - Use the hashtag `#graphql`.
    • /r/GraphQL - A Subreddit for interesting and informative GraphQL content and discussions.
    • GraphQL APIs - A collective list of public GraphQL APIs.
    • Discord - Reactiflux - Join `#help-graphql` on the Reactiflux Discord server.
  • Databases

    • Tools - Miscellaneous

      • Cube - [Headless BI](https://cube.dev/blog/headless-bi) for building data applications with SQL, REST, and [GraphQL API](https://cube.dev/docs/backend/graphql). Connect any database or data warehouse and instantly get a GraphQL API with sub-second latency on top of it. - [Source Code](https://github.com/cube-js/cube.js)
      • ArangoDB - Native multi-model database with [GraphQL integration](https://www.arangodb.com/docs/3.4/foxx-reference-modules-graph-ql.html) via the built-in [Foxx Microservices Framework](https://www.arangodb.com/docs/stable/foxx.html).
      • LunaSec - Key-Value Database for encrypting/tokenizing sensitive data with [GraphQL support](https://www.lunasec.io/docs/pages/getting-started/dedicated-tokenizer/graphql/) to authorize requests. - [Source Code](https://github.com/lunasec-io/lunasec)
      • Cube - [Headless BI](https://cube.dev/blog/headless-bi) for building data applications with SQL, REST, and [GraphQL API](https://cube.dev/docs/backend/graphql). Connect any database or data warehouse and instantly get a GraphQL API with sub-second latency on top of it. - [Source Code](https://github.com/cube-js/cube.js)
      • Weaviate - Weaviate is a cloud-native, modular, real-time vector search engine with a [GraphQL interface](https://weaviate.io/developers/weaviate/api/graphql) built to scale your machine learning models.
      • Dgraph - Scalable, distributed, low latency, high throughput Graph database with GraphQL as the query language
  • Foundations

  • Implementations

    • Android

      • manifold-graphql - Comprehensive GraphQL client use. Schema-first. Type-safe GraphQL types, queries, and results, no code generators, no POJOs, no annotations. Excellent [IDE support](http://manifold.systems/images/graphql.mp4) with IntelliJ IDEA and Android Studio. See the [Java example](#example-java) below.
      • apollo-frontpage-android-app - 📄 Apollo "hello world" app, for Android.
      • apollo-android - 📟 A strongly-typed, caching GraphQL client for Android, written in Java.
    • Ballerina

      • Ballerina GraphQL Examples
      • graphql - Ballerina standard library for GraphQL. This library provides a GraphQL client and server implementations including builtin support for GraphQL subscriptions.
      • graphql CLI - A CLI tool to generate Ballerina code from GraphQL schema and GraphQL schema from Ballerina code. It also provides functionality to generate usage-specific GraphQL clients using GraphQL schemas and documents.
      • Convert Weather REST API to GraphQL API
    • C/C++

      • libgraphqlparser - A GraphQL query parser in C++ with C and C++ APIs.
      • agoo-c - A high performance GraphQL server written in C. [benchmarks](https://github.com/the-benchmarker/graphql-benchmarks)
      • cppgraphqlgen - C++ GraphQL schema service generator.
      • CaffQL - Generates C++ client types and request/response serialization from a GraphQL introspection query.
    • Clojure

      • graphql-clj - A Clojure library designed to provide GraphQL implementation.
      • Lacinia - GraphQL implementation in pure Clojure.
      • graphql-query - Clojure(Script) GraphQL query generation.
      • Clojure Game Geek - Example code for the Lacinia GraphQL framework tutorial.
    • ClojureScript

      • re-graph - A GraphQL client for ClojureScript with bindings for re-frame applications.
    • Crystal

      • graphql - GraphQL server library.
      • graphql-crystal - library inspired by [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) & [go-graphql](https://github.com/playlyfe/go-graphql) & [graphql-parser](https://github.com/graphql-dotnet/parser).
      • crystal-gql - GraphQL client shard inspired by Apollo client.
      • graphql.cr - GraphQL shard.
    • Dart

      • graphql-flutter - A GraphQL client for Flutter.
      • Artemis - A GraphQL type and query generator for Dart/Flutter.
    • D (dlang)

      • graphqld - GraphQL server library for D.
    • Elixir

    • Elm

    • Go

      • Go Backend Tutorial - A tutorial showing how to make a Go GraphQL server and client using code generation.
      • graphql - An implementation of GraphQL for Go follows graphql-js
      • graphql-go - GraphQL server with a focus on ease of use.
      • gql - Code first graphql (graphql-go/graphql) schema builder.
      • gqlgen - Go generate based graphql server library.
      • graphql-relay-go - A Go/Golang library to help construct a server supporting react-relay.
      • graphjin
      • vibeGraphql - vibeGraphQL is a minimalistic GraphQL library for Go that supports queries, mutations, and subscriptions with a clean and intuitive API. It was vibe coded using ChatGPT o3 model.
      • Thunder - A scalable microservices framework powered by Go, gRPC-Gateway, Prisma, and Kubernetes. It exposes REST, gRPC and Graphql
      • grpc-graphql-gateway - A protoc plugin that generates graphql execution code from Protocol Buffers.
      • golang-relay-starter-kit - Barebones starting point for a Relay application with Golang GraphQL server.
      • todomvc-relay-go - Port of the React/Relay TodoMVC app, driven by a Golang GraphQL backend.
      • go-graphql-subscription-example - A GraphQL schema and server that demonstrates GraphQL [subscriptions](https://github.com/apollographql/subscriptions-transport-ws/blob/v0.9.4/PROTOCOL.md) (over Websocket) to consume [Apache Kafka](https://kafka.apache.org/) messages.
    • Haskell

    • iOS

    • Java

      • graphql-java-generator - A [Maven plugin](https://github.com/graphql-java-generator/graphql-maven-plugin-project) and a [Gradle plugin](https://github.com/graphql-java-generator/graphql-gradle-plugin-project) that can generate both the **Client** and the **Server** (POJOs and utility classes). The server part is based on graphql-java, and hides all its boilerplate codes.
      • light-java-graphql examples - Examples of Light Java GraphQL and tutorials.
      • Spring Boot backend tutorial - A tutorial creating a GraphQL server and client using Spring Boot and Netflix DGS.
      • graphql-java - GraphQL Java implementation.
      • DGS Framework - A GraphQL server framework for Spring Boot, developed by Netflix.
      • gaphql-java-type-generator - Auto-generates types for use with GraphQL Java
      • schemagen-graphql - Schema generation and execution package that turns POJO's into a GraphQL Java queryable set of objects. Enables exposing any service as a GraphQL service using Annotations.
      • graphql-java-annotations - Provides annotations-based syntax for schema definition with GraphQL Java.
      • graphql-java-tools - Schema-first graphql-java convenience library that makes it easy to bring your own implementations as data resolvers. Inspired by [graphql-tools](https://github.com/apollographql/graphql-tools) for JS.
      • graphql-java-codegen-maven-plugin - Schema-first maven plugin for generating Java types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools. Inspired by [swagger-codegen-maven-plugin](https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen-maven-plugin).
      • graphql-java-codegen-gradle-plugin - Schema-first gradle plugin for generating Java types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools. Inspired by [gradle-swagger-generator-plugin](https://github.com/int128/gradle-swagger-generator-plugin).
      • graphql-java-servlet - A framework-agnostic java servlet for exposing graphql-java query endpoints with GET, POST, and multipart uploads.
      • graphql-spring-boot - GraphQL and GraphiQL Spring Framework Boot Starters.
      • vertx-graphql-service-discovery - Asynchronous GraphQL service discovery and querying for your microservices.
      • vertx-dataloader - Port of Facebook DataLoader for efficient, asynchronous batching and caching in clustered GraphQL environments.
      • graphql-spqr - Java 8+ API for rapid development of GraphQL services.
      • Light Java GraphQL - cutting concerns addressed and ready to plug in GraphQL schema.
      • federation-jvm - Apollo Federation on the JVM.
      • graphql-orchestrator-java
      • graphql-java-extended-validation - Provides extended validation of fields and field arguments for graphql-java.
      • dgs-extended-formatters - An experimental set of DGS Directives for common formatting use-cases.
      • graphql-java-extended-scalars - Extended scalars for graphql-java.
      • graphql-spqr-samples - An example GraphQL server written with Spring MVC and GraphQL-SPQR.
      • manifold-graphql sample - A simple application, both client and server, demonstrating the Manifold GraphQL library.
      • graphql-java-kickstart_samples - Samples for using the GraphQL Java Kickstart projects.
      • graphql-java-kickstart-federation-example - A GraphQL Java Kickstart federation example.
      • dgs-federation-example - A Netflix DGS federation example.
      • spring-graphql-common - Spring Framework GraphQL Library.
    • JavaScript/TypeScript

      • typescript-graphql-request - Use GraphQL Request as a fully typed SDK.
      • graphql-ably-pubsub - Ably PubSub implementation for GraphQL to publish mutation updates and subscribe to the result through a subscription query.
      • Validator.js Wrapper Directive - A comprehensive list of validator directive wraps Validator.js functionalities
      • Apollo Client documentation - Documentation and example for building GraphQL apps using apollo client.
      • Apollo Server tools documentation - Documentation, tutorial and examples for building GraphQL server and connecting to SQL, MongoDB and REST endpoints.
      • Next.js TypeScript and GraphQL Example - A type-protected GraphQL example on Next.js running [graphql-codegen](https://graphql-code-generator.com/) under the hood
      • GraphQL StackBlitz Starter
      • VulcanJS - The full-stack React+GraphQL framework
      • graphql-js - A reference implementation of GraphQL for JavaScript.
      • graphql-jit - GraphQL execution using a JIT compiler.
      • apollo-client - A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
      • graphql-zeus - GraphQL Zeus creates autocomplete client library for `JavaScript` or `TypeScript` which provides autocompletion for strongly typed queries.
      • graphqurl - curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
      • aws-amplify - A client library developed by Amazon for caching, analytics and more that includes a way to fetch GraphQL queries.
      • @gqty/react - A No GraphQL client for TypeScript
      • genql - Type safe TypeScript client for any GraphQL API.
      • svelte-apollo - Svelte integration for Apollo GraphQL.
      • ember-apollo-client - An ember-cli addon for Apollo Client and GraphQL.
      • apollo-elements - GraphQL web components that work in any frontend framework.
      • sveltekit-kitql - A set of tools, helping you building efficient apps in a fast way with SvelteKit and GraphQL.
      • relay - Relay is a JavaScript framework for building data-driven React applications.
      • graphql-hooks - Minimal hooks-first GraphQL client with caching and server-side rendering support.
      • mst-gql - Bindings for mobx-state-tree and GraphQL.
      • micro-graphql-react - A lightweight utility for adding GraphQL to React. components. Includes simple caching and uses GET requests that could additionally be cached through a service-worker.
      • apollo-server - Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
      • hapi-graphql - Create a GraphQL HTTP server with Hapi.
      • hapi-plugin-graphiql - HAPI plugin for GraphiQL integration.
      • graphql-api-koa - GraphQL Koa middleware that implements GraphQL.js from scratch and supports native ESM.
      • graphql-koa-scripts - GraphQL Koa 1 file simplified. usefull for quick test
      • gql - Universal GraphQL HTTP middleware for Deno.
      • mercurius - GraphQL plugin for Fastify.
      • graphitejs - Framework NodeJS for GraphQL.
      • pylon - Write full-feature APIs with just functions. No more boilerplate code, no more setup. Just write functions and deploy.
      • graphql-sequelize - Sequelize helpers for GraphQL.
      • graphql-bookshelf - Some help defining GraphQL schema around BookshelfJS models.
      • graphql-nexus - Code-First, Type-Safe, GraphQL Schema Construction.
      • graphql-code-generator
      • pothos - Pothos is a plugin based GraphQL schema builder for typescript. It makes building graphql schemas in typescript easy, fast and enjoyable.
      • garph - Garph is full-stack framework for building type-safe GraphQL APIs in TypeScript.
      • fast-graphql - Graphql Tools to Structure, Combine Resolvers and Merge Schema Definitions for Node.js, Next.Js and Graphql Apollo server
      • graphql-to-type - GraphQL query parser written entirely in TypeScript's type system for creating interfaces based on provided query
      • gql.tada - GraphQL document authoring library, inferring the result and variables types of GraphQL queries and fragments in the TypeScript type system.
      • graphql-tag - A JavaScript template literal tag that parses GraphQL queries.
      • load-gql - A tiny, zero dependency GraphQL schema loader from files and folders.
      • graphql-compose - Tool which allows you to construct flexible graphql schema from different data sources via plugins.
      • graphql-shield - A library that helps creating a permission layer for a graphql api.
      • graphql-shield-generator - Emits a GraphQL Shield from your GraphQL schema.
      • graphqlgate - A GraphQL rate-limiting library with query complexity analysis for Node.js
      • graphql-let - A webpack loader to import type-protected codegen results directly from GraphQL documents
      • graphql-cli - A command line tool for common GraphQL development workflows.
      • graphql-toolkit - A set of utils for faster development of GraphQL tools (Schema and documents loading, Schema merging and more).
      • graphback - Framework and CLI to add a GraphQLCRUD API layer to a GraphQL server using data models.
      • graphql-middleware - Split up your GraphQL resolvers in middleware functions.
      • graphql-relay-js - A library to help construct a graphql-js server supporting react-relay.
      • graphql-normalizr - Normalize GraphQL responses for persisting in the client cache/state.
      • babel-plugin-graphql - Babel plugin that compile GraphQL tagged template strings.
      • eslint-plugin-graphql - An ESLint plugin that checks your GraphQL strings against a schema.
      • graphql-ws - Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
      • graphql-live-query - Realtime GraphQL Live Queries with JavaScript.
      • GraphVinci - An interactive schema visualizer for GraphQL APIs.
      • supertest-graphql - Extends [supertest](https://github.com/visionmedia/supertest) to easily test a GraphQL endpoint
      • schemathesis - Runs arbitrary queries matching a GraphQL schema to find server errors.
      • microfiber - Query and manipulate GraphQL introspection query results in useful ways.
      • graphql-armor - An instant security layer for production GraphQL Endpoints.
      • goctopus - an incredibly fast GraphQL discovery & fingerprinting toolbox.
      • GraphQL Constraint Directive - Allows using @constraint as a directive to validate input data. Inspired by Constraints Directives RFC and OpenAPI
      • WunderGraph Cosmo - The Open-Source GraphQL Federation Solution with Full Lifecycle API Management for (Federated) GraphQL. Schema Registry, composition checks, analytics, metrics, tracing and routing.
      • graphql-go-tools - A graphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
      • React Starter Kit - front-end starter kit using React, Relay, GraphQL, and JAM stack architecture.
      • SWAPI GraphQL Wrapper - A GraphQL schema and server wrapping SWAPI.
      • Relay TodoMVC - Relay TodoMVC with routing.
      • F8 App 2017 - Source code of the official F8 app of 2016, powered by React Native and other Facebook open source projects.
      • Apollo React example for Github GraphQL API - Usage Examples Apollo React for Github GraphQL API with create-react-app.
      • graphql-sunset - Quickly and easily add support for the `Sunset` header to your GraphQL server, to better communicate upcoming breaking changes.
      • Gra*fast* - a cutting edge planning and execution engine for GraphQL.
      • graphql-request - A minimal GraphQL client for Node and browsers.
      • urql - A simple caching GraphQL client for React.
      • graphql-helix - A highly evolved GraphQL HTTP Server.