graphql-python/graphene-django

ManyToMany through model handling via edges

开放

#970 创建于 2020年5月23日

 (8 条评论) (5 个反应) (0 位负责人)Python (754 个派生)batch import
help wanted✨enhancement

仓库指标

星标
 (4,173 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南