Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comonadd/mongoose-graphql-transformer
Mongoose -> GraphQL transformer
https://github.com/comonadd/mongoose-graphql-transformer
graphql js-library mongodb mongoose mongoose-graphql-transformer
Last synced: 9 days ago
JSON representation
Mongoose -> GraphQL transformer
- Host: GitHub
- URL: https://github.com/comonadd/mongoose-graphql-transformer
- Owner: comonadd
- Created: 2017-08-26T08:38:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T07:27:47.000Z (about 7 years ago)
- Last Synced: 2024-10-24T11:18:35.103Z (23 days ago)
- Topics: graphql, js-library, mongodb, mongoose, mongoose-graphql-transformer
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mongoose-graphql-transformer
============================![Travis CI Status](https://travis-ci.org/wrongway4you/mongoose-graphql-transformer.svg?branch=master)
## Description
This package provides the ability to convert Mongoose schemas to GraphQL
automatically.## Install
The package is hosted in npmjs registry, [here](https://www.npmjs.com/package/mongoose-graphql-transformer).
In order to install this package, you could use one of the following commands:
+ `yarn add mongoose-graphql-transformer`
+ `npm install --save mongoose-graphql-transformer`## Examples
All examples could be found [here](examples).
## Documentation
The source code is thoroughly documented.
## Contributions
Contributions are welcome!