Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Apollo Server | 13,272 | 5,326 | 1,153 | a day ago | 305 | August 26, 2022 | 39 | mit | TypeScript | |
🌍 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. | ||||||||||
Graphql Shield | 3,429 | 2 months ago | 89 | mit | TypeScript | |||||
🛡 A GraphQL tool to ease the creation of permission layer. | ||||||||||
Vulcain | 3,358 | 2 | a month ago | 15 | October 14, 2021 | 22 | agpl-3.0 | Go | ||
Fast and idiomatic client-driven REST APIs. | ||||||||||
Meatier | 3,115 | 5 years ago | 36 | JavaScript | ||||||
:hamburger: like meteor, but meatier :hamburger: | ||||||||||
Strawberry | 3,047 | 11 hours ago | 338 | mit | Python | |||||
A GraphQL library for Python that leverages type annotations 🍓 | ||||||||||
Async Graphql | 2,773 | 52 | 2 days ago | 386 | September 26, 2022 | 83 | apache-2.0 | Rust | ||
A GraphQL server library implemented in Rust | ||||||||||
Graphpack | 1,992 | 12 | 1 | 2 years ago | 14 | February 26, 2019 | 34 | mit | JavaScript | |
☄️ A minimalistic zero-config GraphQL server. | ||||||||||
Ariadne | 1,977 | 10 | 29 | 3 days ago | 34 | April 22, 2022 | 50 | bsd-3-clause | Python | |
Python library for implementing GraphQL servers using schema-first approach. | ||||||||||
Reactql | 1,833 | 4 months ago | 71 | November 18, 2017 | 41 | mit | TypeScript | |||
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR | ||||||||||
Json Graphql Server | 1,811 | 40 | 5 | 3 months ago | 21 | August 24, 2022 | 8 | mit | JavaScript | |
Get a full fake GraphQL API with zero coding in less than 30 seconds. |
This repository has been deprecated and is currently unmaintained. You can find up-to-date examples for building GraphQL servers with a database here.
graphql create
(from the GraphQL CLI) to download the boilerplate you want.For a fully-fledged GraphQL & Node.js tutorial, visit How to GraphQL. You can more learn about the idea behind GraphQL boilerplates here.
Select a boilerplate and follow the instructions in the belonging README to get started:
minimal
: Minimal boilerplate with basic "Hello World" functionalitybasic
: Basic boilerplate based on a simple data model and with a GraphQL databaseadvanced
: Advanced boilerplate with a GraphQL database, authentication and realtime subscriptionsAll projects are based on graphql-yoga
, a fully-featured GraphQL server library with focus on easy setup, performance & great developer experience.
The GraphQL boilerplates are maintained by the GraphQL community, with official support from the Apollo & Prisma / Graphcool teams.
Your feedback is very helpful, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the #graphql-boilerplate
channel on our Slack.