Releases: eamigo86/graphene-django-subscriptions
Releases · eamigo86/graphene-django-subscriptions
0.0.6
- Fixed minor bug on model_fields_enum generation when define fields in serializer class like this: fields = "__all__"
- This avoid malfunction with the posterior versions of graphene-django.
v0.0.4
Fixed minor bug on subscription_resolver function.
v0.0.3
- Changed mutation_class dependence on Subscription Meta class definition to serializer_class.
- Added depromise_subscription middleware to allow use subscriptions on graphene-django>=2.0.
- Updated setup dependence to graphene-django-extras>=0.3.0.