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.
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.
Still an issue. No reason to not automatically pull the fields from the "through" model
I think this is a solid request, I'd help anyone who wants to write a PR.