graphql-python/graphene-django
Voir sur GitHubManyToMany through model handling via edges
Open
#970 ouverte le 23 mai 2020
help wanted✨enhancement
Métriques du dépôt
- Stars
- (4 173 stars)
- Métriques de merge PR
- (Merge moyen 12j 13h) (1 PR mergée en 30 j)
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.