graphql-python/graphene-django

ManyToMany through model handling via edges

Open

#970 geöffnet am 23. Mai 2020

Auf GitHub ansehen
 (8 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Python (754 Forks)batch import
help wanted✨enhancement

Repository-Metriken

Stars
 (4.173 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 13h) (1 gemergte PR in 30 T)

Beschreibung

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.

Contributor Guide