Open avadhanij opened 6 years ago
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?
did anyone solve this?
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?