🚀 Starter projects for GraphQL servers. This repository contains boilerplates for three different scenarios.
Select a boilerplate and follow the instructions in the belonging README to get started:
minimal
(coming soon): 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 subscriptions
All projects are based on
graphql-yoga
, a fully-featured GraphQL server library with focus on easy setup, performance & great developer experience.
Your feedback is very helpful, please share your opinion and thoughts! If you have any questions, join the #graphql-boilerplate
channel on our Slack.