We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617089d commit 0865253Copy full SHA for 0865253
1 file changed
graphene_pydantic/objecttype.py
@@ -86,6 +86,8 @@ def __init_subclass_with_meta__(
86
if not registry:
87
registry = get_global_registry(PydanticObjectType)
88
89
+ cls.__doc__ = model.__doc__
90
+
91
pydantic_fields = yank_fields_from_attrs(
92
construct_fields(
93
obj_type=cls,
0 commit comments