Overview:
This repository has been deprecated and is currently unmaintained. It offers examples for building GraphQL servers with a database.
Features:
- Rapid scaffolding: Use graphql create to download the desired boilerplate.
- Easily extensible: Tailor the API to your specific use case.
- Best practices: Incorporates best practices from the GraphQL community.
Installation:
To get started, select a boilerplate from the following options:
- minimal: Minimal boilerplate with basic “Hello World” functionality.
- basic: Basic boilerplate based on a simple data model and with a GraphQL database.
- advanced: Advanced boilerplate with a GraphQL database, authentication, and real-time subscriptions.
All projects are based on graphql-yoga & Apollo Client.
Summary:
This repository offers GraphQL boilerplate examples for building servers with a database. The features include rapid scaffolding, extensibility, and incorporation of best practices. However, the repository is deprecated and not currently maintained.