graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.31k stars 770 forks source link

Fixes related to pr#1412 #1352

Closed firaskafri closed 2 years ago

firaskafri commented 2 years ago

1 - Fixes issue with referencing the wrong graphene library in setup.py 2 - Fixes issue with graphene_django/tests/test_get_queryset.py format

tcleonard commented 2 years ago

Thanks for that