Skip to main content

Adding graphene support for mongoengine Models, inspired in Django

Project description

# graphene-mongoengine
## Supporting mongonengine connection for graphene

Inspired in graphene_django, we can use this package to manage information stored in MongoDB.

For doing this, we will use Mongoengine package. It's quite simple:

`

from graphene_mongoengine import MongoEngineObjectType

class MyExampleNode(MongoEngineObjectType):
class Meta:
document = MyExampleModel
`

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

graphene-mongoengine-0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page