awesome-graphql
Awesome list of GraphQL
https://github.com/chentsulin/awesome-graphql
Last synced: 8 days ago
JSON representation
-
Implementations
-
iOS
- apollo-ios - π± A strongly-typed, caching GraphQL client for iOS, written in Swift.
- ApolloDeveloperKit - Apollo Client Devtools bridge for [Apollo iOS].
- frontpage-ios-app - π Apollo "hello world" app, for iOS.
- Graphaello - Type Safe GraphQL directly from SwiftUI.
-
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
- apollo-client - A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
- graphql-normalizr - Normalize GraphQL responses for persisting in the client cache/state.
- React Starter Kit - front-end starter kit using React, Relay, GraphQL, and JAM stack architecture.
- F8 App 2017 - Source code of the official F8 app of 2016, powered by React Native and other Facebook open source projects.
- graphql-code-generator
- relay - Relay is a JavaScript framework for building data-driven React applications.
- RAN Toolkit - Production-ready toolkit/boilerplate with support for GraphQL, SSR, Hot-reload, CSS-in-JS, caching, and more.
- graphql-shield - A library that helps creating a permission layer for a graphql api.
- mercurius - GraphQL plugin for Fastify.
- graphql-js - A reference implementation of GraphQL for JavaScript.
- graphql-nexus - Code-First, Type-Safe, GraphQL Schema Construction.
- microfiber - Query and manipulate GraphQL introspection query results in useful ways.
- graphql-hooks - Minimal hooks-first GraphQL client with caching and server-side rendering support.
- mst-gql - Bindings for mobx-state-tree and GraphQL.
- graphqurl - curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
- 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.
- eslint-plugin-graphql - An ESLint plugin that checks your GraphQL strings against a schema.
- graphql-tag - A JavaScript template literal tag that parses GraphQL queries.
- graphql-zeus - GraphQL Zeus creates autocomplete client library for `JavaScript` or `TypeScript` which provides autocompletion for strongly typed queries.
- 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.
- SWAPI GraphQL Wrapper - A GraphQL schema and server wrapping SWAPI.
- graphql-sequelize - Sequelize helpers for GraphQL.
- graphql-bookshelf - Some help defining GraphQL schema around BookshelfJS models.
- apollo-elements - GraphQL web components that work in any frontend framework.
- graphql-ws - Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
- schemathesis - Runs arbitrary queries matching a GraphQL schema to find server errors.
- garph - Garph is full-stack framework for building type-safe GraphQL APIs in TypeScript.
- pothos - Pothos is a plugin based GraphQL schema builder for typescript. It makes building graphql schemas in typescript easy, fast and enjoyable.
- gql.tada - GraphQL document authoring library, inferring the result and variables types of GraphQL queries and fragments in the TypeScript type system.
- graphql-compose - Tool which allows you to construct flexible graphql schema from different data sources via plugins.
- genql - Type safe TypeScript client for any GraphQL API.
- @gqty/react - A No GraphQL client for TypeScript
- aws-amplify - A client library developed by Amazon for caching, analytics and more that includes a way to fetch GraphQL queries.
- 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.
- babel-plugin-graphql - Babel plugin that compile GraphQL tagged template strings.
- graphitejs - Framework NodeJS for GraphQL.
- graphql-relay-js - A library to help construct a graphql-js server supporting react-relay.
- Relay TodoMVC - Relay TodoMVC with routing.
- Apollo React example for Github GraphQL API - Usage Examples Apollo React for Github GraphQL API with create-react-app.
- graphback - Framework and CLI to add a GraphQLCRUD API layer to a GraphQL server using data models.
- graphql-let - A webpack loader to import type-protected codegen results directly from GraphQL documents
- graphql-middleware - Split up your GraphQL resolvers in middleware functions.
- graphql-jit - GraphQL execution using a JIT compiler.
- 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.
- graphql-toolkit - A set of utils for faster development of GraphQL tools (Schema and documents loading, Schema merging and more).
- svelte-apollo - Svelte integration for Apollo GraphQL.
- ember-apollo-client - An ember-cli addon for Apollo Client and GraphQL.
- sveltekit-kitql - A set of tools, helping you building efficient apps in a fast way with SvelteKit and GraphQL.
- graphql-koa-scripts - GraphQL Koa 1 file simplified. usefull for quick test
- gql - Universal GraphQL HTTP middleware for Deno.
- pylon - Write full-feature APIs with just functions. No more boilerplate code, no more setup. Just write functions and deploy.
- 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
- load-gql - A tiny, zero dependency GraphQL schema loader from files and folders.
- 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-cli - A command line tool for common GraphQL development workflows.
- 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
- 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-sunset - Quickly and easily add support for the `Sunset` header to your GraphQL server, to better communicate upcoming breaking changes.
- graphql-ably-pubsub - Ably PubSub implementation for GraphQL to publish mutation updates and subscribe to the result through a subscription query.
- gqloom - GQLoom is a GraphQL weaver for TypeScript/JavaScript that weaves GraphQL schema and resolvers using [Valibot](https://github.com/fabian-hiller/valibot), [Zod](https://github.com/colinhacks/zod), or [Yup](https://github.com/jquense/yup).
- Mocked Managed Federation - Apollo Server 4 - An example of how to mock a managed federation Supgraph using Apollo Server 4.x
- Mocked Managed Federation - Apollo Server 3 - An example of how to mock a managed federation Supgraph using Apollo Server 3.x
- modus - Serverless runtime based on WebAssembly that delivers auto-generated GraphQL APIs.
- urql - A simple caching GraphQL client for React.
- graphql-scalars - A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.
- graphql-request - A minimal GraphQL client for Node and browsers.
- graphql-modules - Separate GraphQL server into smaller, reusable parts by modules or features.
- graphql-helix - A highly evolved GraphQL HTTP Server.
- Node.js API Starter - Yarn v2 based monorepo template (code-first GraphQL API, PostgreSQL, PnP, Zero-install, serverless).
- graphql-mesh - use GraphQL query language to access data in remote APIs that don't run GraphQL (and also ones that do run GraphQL).
- Gra*fast* - a cutting edge planning and execution engine for GraphQL.
- GraphQL Starter - A boilerplate for TypeScript + Node Express + Apollo GraphQL APIs.
- GraphQL Starter - A boilerplate for TypeScript + Node Express + Apollo GraphQL APIs.
- vue-apollo - Apollo/GraphQL integration for VueJS.
- apollo-angular - A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server.
- graphql-yoga - Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience.
- type-graphql - Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
- sofa - Generate REST API from your GraphQL API.
- 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
- NAPERG - Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles.
- Next.js Apollo TypeScript Starter - Next.js starter project focused on developer experience.
- koa-graphql - GraphQL Koa Middleware.
- VulcanJS - The full-stack React+GraphQL framework
- react-apollo - The core @apollo/client library provides built-in integration with React.
-
Ruby
- agoo-demo - Use of the Agoo server to demonstrate a simple GraphQL application.
- graphql-ruby - Ruby implementation of Facebook's GraphQL.
- graphql-batch - A query batching executor for the graphql gem.
- agoo - Ruby web server that implements Facebook's GraphQL.
- GQLi - A GraphQL client and DSL. Allowing to write queries in native Ruby.
- graphql-ruby-demo - Use graphql-ruby to expose a Rails app.
- github-graphql-rails-example - Example Rails app using GitHub's GraphQL API.
- relay-on-rails - Barebones starter kit for Relay application with Rails GraphQL server.
- relay-rails-blog - A graphql, relay and standard rails application powered demo weblog.
- graphql-auth - A JWT auth wrapper working with devise.
- rails-devise-graphql - A rails 6 boilerplate with devise, graphql & JWT auth.
- to_eat_app - A sample graphql/rails/relay application with a related 3-part article series.
-
PHP
- drupal/graphql - Craft and expose a GraphQL schema for Drupal 9 and 10.
- siler-graphgl - An example GraphQL server written with Siler.
- graphql-php - A PHP port of GraphQL reference implementation.
- lighthouse - A PHP package that allows to serve a GraphQL endpoint from your Laravel application.
- siler - Plain-old functions providing a declarative API for GraphQL servers with Subscriptions support.
- wp-graphql - GraphQL API for WordPress.
- graphql-laravel - Laravel wrapper for Facebook's GraphQL.
- graphql-relay-php - Relay helpers for webonyx/graphql-php implementation of GraphQL.
- overblog/graphql-bundle - This bundle provides tools to build a complete GraphQL server in your Symfony App. Supports react-relay.
- graphqlite - Framework agnostic library that allows you to write GraphQL server by annotating your PHP classes.
- jerowork/graphql-schema-builder - Easily build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of large configuration arrays.
- graphql-request-builder - Builds request payload in GraphQL structure.
-
Python
- Python Backend Tutorial - A tutorial on creating a GraphQL server with [Strawberry](https://strawberry.rocks/) and a client with [Qlient](https://qlient-org.github.io/python-qlient/site/).
- graphene-django - A Django integration for Graphene.
- strawberry - A new GraphQL library for Python.
- flask-graphql - Adds GraphQL support to your Flask application.
- graphene - A package for creating GraphQL schemas/types in a Pythonic easy way.
- Ariadne - library for implementing GraphQL servers using schema-first approach. Asynchronous query execution, batteries included for ASGI, WSGI and popular webframeworks, [fully documented](https://ariadnegraphql.org).
- graphql-parser - GraphQL parser for Python.
- graphql-core - GraphQL implementation for Python based on GraphQL.js v16.3.0 reference implementation
- graphql-relay-py - A library to help construct a graphql-py server supporting react-relay.
- graphql-parser-python - A python wrapper around libgraphqlparser.
- graphene-gae - Adds GraphQL support to Google AppEngine (GAE).
- django-graphiql - Integrate GraphiQL easily into your Django project.
- python-graphjoiner - Create GraphQL APIs using joins, SQL or otherwise.
- swapi-graphene - A GraphQL schema and server using [Graphene](https://graphene-python.org).
- django-graphql-auth - Django registration and authentication with GraphQL.
- sgqlc - Simple GraphQL Client makes working with GraphQL API responses easier in Python.
- turms - A pythonic graphql codegenerator built around graphql-core and pydantic
- rath - An apollo like graphql client with async and sync interface
- tartiflette-aiohttp - Wrapper of Tartiflette to expose GraphQL API over HTTP based on aiohttp / 3.6+ / asyncio, [official tutorial available on tartiflette.io](https://tartiflette.io/docs/tutorial/getting-started).
- Flask-GraphQL-Auth - An authentication library for Flask inspired from flask-jwt-extended.
-
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.
- DGS Framework - A GraphQL server framework for Spring Boot, developed by Netflix.
- 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 - GraphQL Java implementation.
- 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-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.
- 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.
- graphql-spqr-samples - An example GraphQL server written with Spring MVC and GraphQL-SPQR.
- federation-jvm - Apollo Federation on the JVM.
- graphql-spring-boot - GraphQL and GraphiQL Spring Framework Boot Starters.
- graphql-orchestrator-java
- graphql-java-extended-validation - Provides extended validation of fields and field arguments for graphql-java.
- graphql-java-extended-scalars - Extended scalars for graphql-java.
- dgs-extended-formatters - An experimental set of DGS Directives for common formatting use-cases.
- 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.
-
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.
-
Go
- Go Backend Tutorial - A tutorial showing how to make a Go GraphQL server and client using code generation.
- gqlgen - Go generate based graphql server library.
- graphql - An implementation of GraphQL for Go follows graphql-js
- graphjin
- graphql-go - GraphQL server with a focus on ease of use.
- golang-relay-starter-kit - Barebones starting point for a Relay application with Golang GraphQL server.
- graphql-relay-go - A Go/Golang library to help construct a server supporting react-relay.
- todomvc-relay-go - Port of the React/Relay TodoMVC app, driven by a Golang GraphQL backend.
- grpc-graphql-gateway - A protoc plugin that generates graphql execution code from Protocol Buffers.
- 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.
- Thunder - A scalable microservices framework powered by Go, gRPC-Gateway, Prisma, and Kubernetes. It exposes REST, gRPC and Graphql
- gql - Code first graphql (graphql-go/graphql) schema builder.
- 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.
-
.NET
- .NET backend tutorial - A tutorial creating a GraphQL server and client with .NET.
- graphql-dotnet - GraphQL for .NET.
- EntityGraphQL - library to build a GraphQL API on top of data model with the extensibility to bring multiple data sources together in the single GraphQL schema.
- ZeroQL - type-safe GraphQL client with Linq-like interface for C#
- Hot Chocolate - GraphQL server for .Net Core and .NET Framework.
- Snowflaqe - Type-safe GraphQL code generator for F# and [Fable](https://github.com/fable-compiler/Fable)
- graphql-net - GraphQL to IQueryable for .NET.
-
SQL
- subZero - GraphQL & REST API for your database
- Hasura - Hasura gives Instant Realtime GraphQL APIs over PostgreSQL. Works with an existing database too.
- sql-to-graphql - Generate a GraphQL API based on your SQL database structure.
- GraphpostgresQL - GraphQL for Postgres.
- PostGraphile - Lightning-fast GraphQL APIs for PostgreSQL: highly customisable; extensible via plugins; realtime.
-
Rust
- Warp GraphQL Juniper
- Tailcall
- juniper - GraphQL server library for Rust.
- async-graphql - High-performance server-side library that supports all GraphQL specifications.
- tailcall - A platform for building high-performance GraphQL backends.
- graphql-parser - A parser, formatter and AST for the GraphQL query and schema definition language for Rust.
- graphql-client - GraphQL client library for Rust with WebAssembly (wasm) support.
-
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.
- cppgraphqlgen - C++ GraphQL schema service generator.
- CaffQL - Generates C++ client types and request/response serialization from a GraphQL introspection query.
- agoo-c - A high performance GraphQL server written in C. [benchmarks](https://github.com/the-benchmarker/graphql-benchmarks)
-
Kotlin
- graphql-kotlin - GraphQL Kotlin implementation.
- KGraphQL
- Kobby - Codegen plugin of [Kotlin DSL Client](https://blog.kotlin-academy.com/how-to-generate-kotlin-dsl-client-by-graphql-schema-707fd0c55284) by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.
- manifold-graphql sample - A simple GraphQL application, both client and server, demonstrating the Manifold GraphQL library with Kotlin.
- Graphkt - A DSL based graphql server library for kotlin, backed by graphql-java.
-
Scala
- sangria - Scala GraphQL server implementation.
- sangria-relay - Sangria Relay Support.
- sangria-akka-http-example - An example GraphQL server written with akka-http and [sangria](https://sangria-graphql.github.io/)
- sangria-playground - An example of GraphQL server written with Play and sangria.
- caliban - Caliban is a purely functional library for creating GraphQL backends in Scala.
-
Elixir
- absinthe-graphql - Fully Featured Elixir GraphQL Library.
- graphql-elixir - GraphQL Elixir. (No longer maintained)
- plug_graphql - Plug integration for GraphQL Elixir.
- graphql_relay - Relay helpers for GraphQL Elixir.
- graphql_parser - Elixir bindings for [libgraphqlparser](https://github.com/graphql/libgraphqlparser)
- graphql - Elixir GraphQL parser.
- plot - GraphQL parser and resolver for Elixir.
- hello_graphql_phoenix - Examples of GraphQL Elixir Plug endpoints mounted in Phoenix
-
Dart
- Artemis - A GraphQL type and query generator for Dart/Flutter.
- graphql-flutter - A GraphQL client for Flutter.
-
Crystal
- 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).
- graphql - GraphQL server library.
- crystal-gql - GraphQL client shard inspired by Apollo client.
-
Haskell
- graphql-haskell - GraphQL AST and parser for Haskell.
- morpheus-graphql - Haskell GraphQL Api, Client and Tools.
-
Lua
- graphql-lua - GraphQL for Lua.
-
Elm
- elm-graphql - GraphQL for Elm.
-
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.
-
Swift
- GraphQL - The Swift implementation for GraphQL.
-
OCaml
- ocaml-graphql-server - GraphQL servers in OCaml.
-
ClojureScript
- re-graph - A GraphQL client for ClojureScript with bindings for re-frame applications.
-
ReasonML
- reason-apollo - ReasonML binding for Apollo Client.
- ReasonQL - Type-safe and simple GraphQL Client for ReasonML developers.
- reason-urql - ReasonML binding for urql Client.
-
D (dlang)
- graphqld - GraphQL server library for D.
-
R (Rstat)
-
Julia
- GraphQLClient.jl - A Julia GraphQL client for seamless integration with a server.
- Diana.jl - A Julia GraphQL client/server implementation.
-
-
Videos
-
CMS
- React Native & Relay: Bringing Modern Web Techniques to Mobile
- GraphQL server tutorial for Node.js with SQL, MongoDB and REST
- GraphQL: The Documentary
- Zero to GraphQL in 30 Minutes
- Data fetching for React applications at Facebook
- Exploring GraphQL
- Creating a GraphQL Server
- GraphQL at The Financial Times
- Relay: An Application Framework For React
- Building and Deploying Relay with Facebook
- Introduction to GraphQL
- Exploring GraphQL@Scale
- What's Next for Phoenix by Chris McCord
- GraphQL with Nick Schrock
- Build a GraphQL server for Node.js using PostgreSQL/MySQL
- JavaScript Air Episode 023: Transitioning from REST to GraphQL
- GraphQL Future at react-europe 2016
- GraphQL at Facebook at react-europe 2016
- Building native mobile apps with GraphQL at react-europe 2016
- Build a GraphQL Server
- GraphQL Tutorial
- Five years of GraphQL
- GraphQL is for Everyone by Moon Highway
-
-
Tools
-
Tools - Editors & IDEs & Explorers
- Insomnia - Β A full-featured API client with first-party GraphQL query editor.
- Apollo Sandbox - The quickest way to navigate and test your GraphQL endpoints.
- AST Explorer - Select "GraphQL" at the top, explore the GraphQL AST and highlight different parts by clicking in the query.
- Firecamp - GraphQL Playground - The fastest collaborative GraphQL playground.
- Graph Proxy - Graph Proxy detects and displays all GraphQL network traffic.
- Postman - An HTTP Client that supports editing GraphQL queries.
- Altair GraphQL Client - A beautiful feature-rich GraphQL Client for all platforms.
- Bruno - Fast, open source API client, which stores collections offline-only in a Git-friendly plain text markup language.
- GraphiQL - An in-browser IDE for exploring GraphQL.
- GraphQL Birdseye
- GraphQL Editor - Visual Editor & GraphQL IDE.
- Escape GraphMan - Generate a complete Postman collection from a GraphQL endpoint.
- CraftQL - A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format.
- gqt - Build and execute GraphQL queries in the terminal.
- Brangr - A unique, user-friendly data browser/viewer for any GraphQL service, with attractive result layouts.
- GraphQL Voyager - Represent any GraphQL API as an interactive graph.
- Hackolade - Visual GraphQL schema editor to generate Schema Definition Language files without any knowledge of the GraphQL syntax. Also visualize and document existing endpoints with introspection. Additional info and instructions [here](https://hackolade.com/help/GraphQL.html)
- Postman - An HTTP Client that supports editing GraphQL queries.
-
Tools - Miscellaneous
- DronaHQ - Build internal tools, dashboards, admin panel on top of GraphQL data in minutes
- Retool
- Dynaboard - Generate low-code web apps from any GraphQL API using AI.
- tuql - Automatically create a GraphQL server from any sqlite database.
- Bit - Organize GraphQL API as components to be consumed with NPM or modified from any project, [example-explanation](https://hackernoon.com/make-your-graphql-api-easier-to-adopt-through-components-74b022f195c1)).
- amplication
- Prisma - Turn your database into a GraphQL API. Prisma lets you design your data model and have a production ready GraphQL API online in minutes.
- swagger-to-graphql - GraphQL types builder based on REST API described in Swagger. Allows to migrate to GraphQL from REST for 5 minutes
- json-graphql-server - Get a full fake GraphQL API with zero coding in less than 30 seconds, based on a JSON data file.
- ts-graphql-plugin - A language service plugin complete and validate GraphQL query in TypeScript template strings.
- apollo-tracing - GraphQL extension that enables you to easily get resolver-level performance information as part of a GraphQL response.
- openapi-to-graphql - Take any OpenAPI Specification (OAS) or swagger and create a GraphQL interface - Two minute video and resources [here](https://developer.ibm.com/open/projects/openapi-to-graphql/)
- dataloader-codegen - An opinionated JavaScript library for automatically generating predictable, type safe DataLoaders over a set of resources (e.g. HTTP endpoints).
- Typetta - Node.js ORM written in TypeScript for type lovers. Typetta is the perfect ORM for the GraphQL + NodeJS + Typescript stack.
- gqlhash - Lightning fast query hasher that ignores formatting diffs and comments and supports multiple hashing functions.
- Blendbase - source GraphQL API to connect CRMs to your SaaS. Query any customer CRM system (Salesforce, Hubspot and more) with a single API query from your SaaS app.
- Apollo APQ Debugger - Reveal full GraphQL queries behind Apollo APQ hashes. Inspect fallback flow and debug Automatic Persisted Queries in DevTools.
- raphql-inspector
-
Tools - Testing
- Step CI - Open-Source API Testing and Monitoring with GraphQL support
-
Tools - Security
- Escape - The GraphQL Security Scanner - One-click security scan of your GraphQL endpoints. Free, no login required.
- StackHawk - GraphQL Vulnerability Scanner - [StackHawk](https://www.stackhawk.com)
- Tinfoil Security - GraphQL Security Scanner - [Tinfoil Security](https://www.tinfoilsecurity.com/solutions/api-scanner)
- GraphQL Raider
- WAF for graphQL - Web Application Firewall for graphQL APIs
- Escape Graphinder - GraphQL Subdomain Enumeration
- InQL Scanner - A Burp Extension for GraphQL Security Testing
- GraphCrawler - The all-in-one GraphQL Security toolkit - The all-in-one automated penetration tester toolkit for GraphQL, written in Python
- GraphQL Cop - Security Audit Utility for GraphQL
- GraphQLer - Dependency-aware dynamic GraphQL testing tool
- StackHawk - GraphQL Vulnerability Scanner - [StackHawk](https://www.stackhawk.com)
- GraphQL Intruder - Plugin based python script to perform GraphQL vulnerability assessment.
-
Tools - Browser Extensions
- GraphQL Network Inspector - A simple and clean chrome dev-tools extension for GraphQL network inspection.
- Apollo Client Developer Tools - GraphQL debugging tools for Apollo Client in the Chrome developer console
- GraphQL Network Inspector - A simple and clean chrome dev-tools extension for GraphQL network inspection.
-
Tools - Prototyping
- GraphQL Designer - A developer's web-app tool to rapidly prototype a full stack CRUD implementation of GraphQL with React.
-
Tools - Docs
- graphql-markdown - Flexible documentation for GraphQL powered with Docusaurus.
- graphdoc - Static page generator for documenting GraphQL Schema.
- spectaql - Autogenerate static GraphQL API documentation.
- gqldoc - The easiest way to make API documents for GraphQL.
-
Tools - Editor Plugins
- Apollo GraphQL VSCode Extension - Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform
- Apollo Workbench - Tooling to help you develop and mock federated schemas using Apollo Federation.
- vim-graphql - A Vim plugin that provides GraphQL file detection and syntax highlighting.
- js-graphql-intellij-plugin - GraphQL language support for IntelliJ IDEA and WebStorm, including Relay.QL tagged templates in JavaScript and TypeScript.
-
Tools - Testing, Prototyping & Mocking
- Keploy - Open-source AI Powered API testing tool that generates test cases and **data mocks automatically by recording real API traffic**. Supports GraphQL, REST, and gRPC.
- GraphQL Inspector - A tool to **validate schemas**, compare schema changes, find breaking changes, and check document coverage against a schema.
- graphql-to-karate - **Generate Karate API tests** from your GraphQL schemas
- GraphQL Faker - π² Mock or extend your GraphQL API with faked data. No coding required.
- Microcks - The open source ([CNCF](https://www.cncf.io/projects/microcks/) project), cloud native tool for **API Mocking** and Testing with [GraphQL support](https://microcks.io/blog/graphql-features-what-to-expect/) π₯ [GraphQL conf 2023](https://youtu.be/UjDnrrTp7uI?si=M6S4l_Bukp9CEYl4)
- Beeceptor - A no-code platform for creating AI-powered **GraphQL Mock Servers** from your schema (SDL) with rules, stateful mocking, mutation/subscription, to speed up development and integration testing.
- mockd - Multi-protocol mock server with GraphQL schema mocking, resolver configuration, and query validation. Also supports HTTP, gRPC, WebSocket, MQTT, and SOAP.
-
-
Databases
-
Tools - Miscellaneous
- 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).
- 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)
- 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.
-
-
Specifications
- GraphQL Relay - Relay-compliant GraphQL server specification.
- GraphQL Scalars - hosts community defined custom Scalar specifications for use with @specifiedBy.
- GraphQL - Working draft of the specification for GraphQL.
- GraphQL over HTTP - Working draft of "GraphQL over HTTP" specification.
- OpenCRUD - OpenCRUD is a GraphQL CRUD API specification for databases.
- GraphQXL - GraphQXL is an extension of the GraphQL language with some additional features that help creating big and scalable server-side schemas.
- Apollo Federation - Apollo Federation specification
-
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.
- /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).
- X - Use the hashtag `#graphql`.
- GraphQL APIs - A collective list of public GraphQL APIs.
- Discord - Reactiflux - Join `#help-graphql` on the Reactiflux Discord server.
-
Meetups
- Relay Meetup - A global, online meetup on Relay, the GraphQL client.
- Amsterdam
- Bangalore
- Berlin
- Buenos Aires
- Copenhagen
- Dallas-Fort Worth
- Hamburg
- London
- Melbourne
- Munich
- New York City
- San Francisco
- Seattle
- Sydney
- Tel Aviv
- WrocΕaw
- Singapore
- Zurich
-
Posts
-
Blogs - Security
- Your First GraphQL Server
- GraphQL Shorthand Notation Cheatsheet
- GraphQL federation example with Apollo Federation and Apollo GraphOS
- GraphQL federation with Hasura GraphQL Engine and Cube
- Using DataLoader to batch GraphQL requests
- Introducing Relay and GraphQL
- GraphQL Introduction
- Unofficial Relay FAQ
- 4 Reasons you should try out GraphQL
- Moving from REST to GraphQL
- Writing a Basic API with GraphQL
- Building a GraphQL Server with Node.js and SQL
- From REST to GraphQL
- Relay 101: Building A Hacker News Client
- The GitHub GraphQL API
- Github GraphQL API React Example
- Testing a GraphQL Server using Jest
- How to implement viewerCanSee in GraphQL
- Preventing traversal attacks on your GraphQL API
- Mock your GraphQL server realistically with faker.js
- Create an infinite loading list with React and GraphQL
- REST vs GraphQL
- Authentication and Authorization for GraphQL APIs
- Build a GraphQL API with Siler on top of Swoole
- Fluent GraphQL clients: how to write queries like a boss
- Level up your serverless game with a GraphQL data-as-a-service layer
- A deep-dive into Relay, the friendly & opinionated GraphQL client
- make your graphql api easier to adopt through components
- Undocumented: keeping parts of your GraphQL schema hidden from introspection
- GraphQL Subscriptions with Apache Kafka in Ballerina
- How to Test your GraphQL Endpoints
- Why Automatic Persisted Queries Don't Scale
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- Why Automatic Persisted Queries Don't Scale
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Overview - Getting Started with GraphQL and Node.js
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- GraphQL Shorthand Notation Cheatsheet
- Using DataLoader to batch GraphQL requests
- Implementing GraphQL RBAC Authorization: A Practical Guide
- Why Automatic Persisted Queries Don't Scale
- GraphQL Shorthand Notation Cheatsheet
- Github GraphQL API React Example
- 4 Reasons you should try out GraphQL
- GraphQL at The Financial Times
-
-
Services
-
Tools - Miscellaneous
- AWS AppSync - Scalable managed GraphQL service with subscriptions for building real-time and offline-first apps
- FakeQL - GraphQL API mocking as a service ... because GraphQL API mocking should be easy!
- Moesif API Analytics - A GraphQL analaytics and monitoring service to find functional and performance issues.
- Hypi - Low-code, scalable, serverless backend as a service. Your GraphQL & REST over GraphQL backend in minutes.
- Nhost - Open source Firebase alternative with GraphQL
- Stargate - Open source data gateway currently supporting Apache Cassandra® and DataStax Enterprise.
- Grafbase - Instant GraphQL APIs for any data source.
- Saleor - GraphQL-first headless e-commerce platform.
-
CDN
- GraphCDN - GraphQL CDN for caching GraphQL APIs.
-
CMS
- DatoCMS - CDN-based GraphQL based Headless Content Management System.
- Apito - A Cloud Based Headless CMS with CDN, Webhooks, Team Collaborations, Content Revision, Cloud Functions.
- Hygraph - Build Scalable Content Experiences.
- Cosmic - GraphQL-powered Headless CMS and API toolkit.
- Graphweaver - Turn multiple datasources into a single GraphQL API.
-
-
Books
-
CMS
-
-
Style Guides
-
CMS
- GitLab GraphQL API Style Guide - This document outlines the style guide for the GitLab GraphQL API.
- Principled GraphQL - Apollo's 10 GraphQL Principles, broken out into three categories, in a format inspired by the Twelve Factor App.
- Shopify GraphQL Design Tutorial - This tutorial was originally created by Shopify for internal purposes. It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years.
- Yelp GraphQL Guidelines - This repo contains documentation and guidelines for a standardized and mostly reasonable approach to GraphQL (at Yelp).
-
-
Blogs
-
CMS
-
Blogs - Security
- Escape - The GraphQL Security Blog - Learn about GraphQL security, performance, testing and building production-ready APIs with the latest tools and best practices of the GraphQL ecosystem.
- 9 GraphQL Security Best Practices
- Discovering GraphQL Endpoints and SQLi Vulnerabilities
- Securing GraphQL API
- Security Points to Consider Before Implementing GraphQL
- GraphQL for Pentesters - Introduction to Basic Concepts, Security Considerations & Reconnaissance, Vulnerabilities and Attacks, Offensive Tools.
- Authorization Patterns in GraphQL
-
-
Tutorials
-
Blogs - Security
- Apollo Odyssey - Apollo's free interactive learning platform.
- GraphQL Roadmap - Step by step guide to learn GraphQL.
- GraphQL Security Academy - a free and interactive platform to learn GraphQL security: how to find, exploit and fix GraphQL vulnerabilities.
- learning-graphql - An attempt to learn GraphQL.
- How to GraphQL - Fullstack Tutorial Website with Tracks for all Major Frameworks & Languages including React, Apollo, Relay, JavaScript, Ruby, Java, Elixir and many more.
-
Programming Languages
Categories
Sub Categories
JavaScript/TypeScript
101
Blogs - Security
97
CMS
42
Tools - Miscellaneous
31
Java
28
Python
20
Tools - Editors & IDEs & Explorers
18
Go
13
PHP
12
Ruby
12
Tools - Security
12
Elixir
8
Tools - Testing, Prototyping & Mocking
7
Rust
7
.NET
7
SQL
5
Kotlin
5
Scala
5
Tools - Docs
4
C/C++
4
Clojure
4
Ballerina
4
iOS
4
Tools - Editor Plugins
4
Tools - Browser Extensions
3
ReasonML
3
Crystal
3
Android
3
R (Rstat)
3
Dart
2
Haskell
2
Julia
2
Lua
1
Elm
1
ClojureScript
1
Tools - Prototyping
1
Tools - Testing
1
Swift
1
OCaml
1
CDN
1
D (dlang)
1
Keywords
graphql
161
graphql-server
25
typescript
19
api
18
nodejs
17
graphql-client
15
javascript
13
graphql-schema
12
schema
12
python
11
apollo
10
relay
10
graphql-java
9
graphql-api
9
react
8
java
8
codegen
7
client
6
golang
6
kotlin
6
cli
6
graphene
6
rust
5
graphql-tools
5
apollo-server
5
graphiql
5
server
5
security
5
web
5
php
5
apollographql
5
federation
4
graphql-security
4
prisma
4
dataloader
4
dotnet
4
postgresql
4
csharp
4
testing
4
websocket
4
django
4
mongodb
4
boilerplate
4
go
4
apollo-client
4
graphql-subscriptions
4
express
3
documentation
3
swagger
3
subscriptions
3