Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derekbar90/moleculer-db-graphql

Complementary mixin which provides a graphql schema that matches those exposed by moleculer-db
https://github.com/derekbar90/moleculer-db-graphql

Last synced: about 2 months ago
JSON representation

Complementary mixin which provides a graphql schema that matches those exposed by moleculer-db

Awesome Lists containing this project

README

        

# Moleculer-DB-GraphQL

Moleculer-db comes with a very elegant interface which allows a service to go from zero to 100 in terms of CRUD and other supporting operations. It also provides a REST api to go along with it.

What it doesn't have it a GraphQL schema for those who are using moleculer-apollo-server.

This mixin bridges that gap.

# Installation

Use the following commadn
```
npm i --save @thesatoshicompany/moleculer-db-graphql
```