graphql-python/graphene-django

ManyToMany through model handling via edges

Open

#970 opened on May 23, 2020

View on GitHub
 (8 comments) (5 reactions) (0 assignees)Python (4,173 stars) (754 forks)batch import
help wanted✨enhancement

Description

Reopening with reference to: https://github.com/graphql-python/graphene/issues/83

To quote @adamcharnock from https://github.com/graphql-python/graphene/issues/83

When a DjangoConnectionField traverses a many-to-many field it would be nice to have the option to expose the fields of any through-table on the edges of the relationship.

Contributor guide