We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a96d37 commit e87ef28Copy full SHA for e87ef28
graphene_sqlalchemy/converter.py
@@ -35,7 +35,7 @@ def dynamic_type():
35
elif direction in (interfaces.ONETOMANY, interfaces.MANYTOMANY):
36
if _type._meta.connection:
37
return createConnectionField(_type._meta.connection)
38
- return Field(List(_type))
+ return Field(List(_type), description=getattr(relationship, "doc", None))
39
40
return Dynamic(dynamic_type)
41
0 commit comments