Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot integrate with graphene-django #22

Open
avadhanij opened this issue May 27, 2018 · 1 comment
Open

Cannot integrate with graphene-django #22

avadhanij opened this issue May 27, 2018 · 1 comment

Comments

@avadhanij
Copy link

Not sure whose issue this is, but just putting it out here. Graphene provides Python library for providing graphql interfaces.

Graphene-django provides django integration, and models can be provided to the Graphql scheme in the following way -

class Meta:
    model = mymodel

The requirement is that the model be of type django.db.models.Model.

Unfortunately, django-neomodel's DjangoNode is not, and so the integration fails. Any thoughts?

@michaelspeed
Copy link

did anyone solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants