Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!