urvashigupta7 / graphback

Graphback - GraphQL server and client in 2 minutes

Home Page:https://graphback.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 GraphQLCRUD queries and mutations automatically using proven GraphQL patterns
  • Generates an unopiniated GraphQL resolver layer (as code or in memory)
  • Generates database DDL statements that can be used to store data (optional)

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

https://graphback.dev

License:Apache License 2.0


Languages

Language:TypeScript 92.9%Language:JavaScript 5.3%Language:Shell 0.7%Language:CSS 0.5%Language:HTML 0.5%Language:Dockerfile 0.0%