Skip to content

h3ndrk/dynamic-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic GraphQL API

This repository contains a dynamic relay-compliant GraphQL API server based on runtime database schema. This means that at startup the server queries the database schema, generates and connects the corresponding GraphQL types and resolvers with the database to create a Create/Read/Update/Delete (CRUD) interface to the database. The purpose of this repository is to simplify the repetitive process of defining and programming basic CRUD resolvers for a database.

The project is currently WIP as only the basic concept is implemented (working CRUD for an SQLite database). The roadmap contains filters, sorting, subscriptions, authentication, better logging and more.

About

WIP: Dynamic relay-compliant GraphQL API server based on runtime database schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages