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.3k stars 768 forks source link

ManyToMany through model handling via edges #970

Open Eraldo opened 4 years ago

Eraldo commented 4 years ago

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.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

artdiev commented 4 years ago

Still an issue. No reason to not automatically pull the fields from the "through" model

zbyte64 commented 4 years ago

I think this is a solid request, I'd help anyone who wants to write a PR.

meshelton commented 3 years ago

@zbyte64 I'd love to help submit a PR for this one if you could walk me through where to start looking

he0119 commented 3 years ago

Any updates on this?

MisterGlass commented 2 years ago

Could really use this

liang-cicada commented 2 years ago

Any updates on this?

Candlend commented 4 months ago

Any updates on this?