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 e937f49 commit 4580929Copy full SHA for 4580929
graphene_pydantic/objecttype.py
@@ -88,7 +88,7 @@ def __init_subclass_with_meta__(
88
89
if not cls.__doc__:
90
cls.__doc__ = model.__doc__
91
-
+
92
pydantic_fields = yank_fields_from_attrs(
93
construct_fields(
94
obj_type=cls,
0 commit comments