Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days ago
JSON representation
Complementary mixin which provides a graphql schema that matches those exposed by moleculer-db
- Host: GitHub
- URL: https://github.com/derekbar90/moleculer-db-graphql
- Owner: derekbar90
- Created: 2020-06-10T21:22:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:37:51.000Z (about 2 years ago)
- Last Synced: 2024-12-17T20:08:40.841Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-moleculer - moleculer-db-graphql - Complementary mixin which provides a graphql schema that matches those exposed my moleculer-db. [NPM](https://www.npmjs.com/package/@thesatoshicompany/moleculer-db-graphql) (Mixins / GraphQL)
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
```