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.28k stars 766 forks source link

fix: same type list #1492

Closed superlevure closed 7 months ago

superlevure commented 7 months ago

Fix for https://github.com/graphql-python/graphene-django/issues/1225

Allow to use a recursive type for DjangoListField

(fix suggested by @tcleonard)

superlevure commented 7 months ago

Thanks for the review @kiendang @sjdemartini, I'll let one of you merge as I don't have the authorization

sjdemartini commented 7 months ago

I'm also unable to merge ("Merging is blocked...base branch restricts merging to authorized users"), but looks good to go!