graphql-python/graphene-django
ManyToMany through model handling via edges
オープン
#970 opened on 2020/05/23
help wanted✨enhancement
Repository metrics
- Stars
- (4,173 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.