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 fc82a5f commit df8c53eCopy full SHA for df8c53e
graphene_pydantic/converters.py
@@ -157,7 +157,8 @@ def find_graphene_type(
157
raise ConversionError(
158
"Don't know how to convert the Pydantic field "
159
f"{field!r} ({field.type_}), could not resolve "
160
- "the forward reference."
+ "the forward reference. Did you call `resolve_placeholders()`? "
161
+ "See the README for more on forward references."
162
)
163
module_ns = sys.modules[sibling.__module__].__dict__
164
resolved = type_._evaluate(module_ns, None)
0 commit comments