We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
did anyone solve this?
Sorry, something went wrong.
No branches or pull requests
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 -
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?
The text was updated successfully, but these errors were encountered: