Skip to content

Graphback - GraphQL server and client in 2 minutes

License

Notifications You must be signed in to change notification settings

jcbdev/graphback

 
 

Repository files navigation

TypeScript version Node.js version APLv2 PRs Welcome Discord Chat

Graphback


Auto generate database structure,
GraphQL Resolvers and Queries from GraphQL types 🚀

Motivation

Graphback helps you to kickstart your experience with any existing GraphQL implementation by generating a Node.js server using your data model.

What it does

  • Generates required queries and mutations automatically using proven GraphQL patterns
  • Generates an unopiniated resolver layer
  • Generates database DDL statements that can be used to store data (optional)

Why use it

  • Plain and most canonical GraphQL implementation. Generated resolvers will work with plain GraphQL solutions.

  • Works out of the box with Apollo GraphQL and GraphQL JS

  • Full freedom - generated resources can be edited and reconfigured later

  • Custom directives out of the box. Provides a set of useful directives and input types that resolve standard use cases

  • Auto generated schema based on best GraphQL patterns

  • Pick your own server framework and clients (works with Apollo Express and Hapi)

  • Pick your own database. The solution abstracts from database storage and allows you to support any existing storage, by implementing available interfaces.

Documentation

See Graphback.dev for usage and more.

Contributing

See contribution guidelines file for more information

License

Licensed under the APLv2.

About

Graphback - GraphQL server and client in 2 minutes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.9%
  • JavaScript 7.4%
  • Shell 1.2%
  • CSS 0.5%