All Projects → graphql-boilerplates → Node Graphql Server

graphql-boilerplates / Node Graphql Server

Boilerplate code for scalable, production-ready GraphQL servers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Graphql Server

Framework
.NET Core Extensions and Helper NuGet packages.
Stars: ✭ 399 (-47.57%)
Mutual labels:  graphql, graphql-server
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (-42.05%)
Mutual labels:  graphql, graphql-server
Typegql
Create GraphQL schema with TypeScript classes.
Stars: ✭ 415 (-45.47%)
Mutual labels:  graphql, graphql-server
Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (-52.96%)
Mutual labels:  graphql, graphql-server
Graphql Prisma Typescript
🏡 GraphQL server reference implementation (Airbnb clone) in Typescript using Prisma & graphql-yoga
Stars: ✭ 723 (-4.99%)
Mutual labels:  graphql, graphql-server
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+2418.4%)
Mutual labels:  graphql, graphql-server
Neo4j Graphql
GraphQL bindings for Neo4j, generates and runs Cypher
Stars: ✭ 429 (-43.63%)
Mutual labels:  graphql, graphql-server
Altair
✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
Stars: ✭ 3,827 (+402.89%)
Mutual labels:  graphql, graphql-server
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (-26.02%)
Mutual labels:  graphql, graphql-server
Graphql Cost Analysis
A Graphql query cost analyzer.
Stars: ✭ 527 (-30.75%)
Mutual labels:  graphql, graphql-server
Wp Graphql Woocommerce
Add WooCommerce support and functionality to your WPGraphQL server
Stars: ✭ 318 (-58.21%)
Mutual labels:  graphql, graphql-server
Eliasdb
EliasDB a graph-based database.
Stars: ✭ 611 (-19.71%)
Mutual labels:  graphql, graphql-server
Rejoiner
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
Stars: ✭ 3,432 (+350.99%)
Mutual labels:  graphql, graphql-server
Nest Ideas Api
REST API for app ideas built in nestjs
Stars: ✭ 380 (-50.07%)
Mutual labels:  graphql, graphql-server
Create Graphql Server
Generate your GraphQL server one type at a time
Stars: ✭ 321 (-57.82%)
Mutual labels:  graphql, graphql-server
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (-45.47%)
Mutual labels:  graphql, graphql-server
Morpheus Graphql
Haskell GraphQL Api, Client and Tools
Stars: ✭ 285 (-62.55%)
Mutual labels:  graphql, graphql-server
Dgraph
Native GraphQL Database with graph backend
Stars: ✭ 17,127 (+2150.59%)
Mutual labels:  graphql, graphql-server
Graphql Engine
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Stars: ✭ 24,845 (+3164.78%)
Mutual labels:  graphql, graphql-server
Caliban
Functional GraphQL library for Scala
Stars: ✭ 581 (-23.65%)
Mutual labels:  graphql, graphql-server

GraphQL Server Boilerplates for Node.js


Bootstrap your GraphQL server within seconds
GraphQL boilerplates provide the perfect foundation for your GraphQL server, no matter if you're just getting started with GraphQL or aim to build a fully-fledged application.

Deprecation note

This repository has been deprecated and is currently unmaintained. You can find up-to-date examples for building GraphQL servers with a database here.

Features

  • Rapid scaffolding: Simply use graphql create (from the GraphQL CLI) to download the boilerplate you want.
  • Easily extensible: A boilerplate only provides the minimum setup so you can tailor the API to your use case.
  • Best practices: Each boilerplate incorporates best practices from the GraphQL community.

For a fully-fledged GraphQL & Node.js tutorial, visit How to GraphQL. You can more learn about the idea behind GraphQL boilerplates here.

Quickstart

Select a boilerplate and follow the instructions in the belonging README to get started:

  • 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 realtime subscriptions

All projects are based on graphql-yoga, a fully-featured GraphQL server library with focus on easy setup, performance & great developer experience.

Contributing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].