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.
2 parents 2244717 + b6993b8 commit 9eb6399Copy full SHA for 9eb6399
graphene_pydantic/converters.py
@@ -208,6 +208,7 @@ def find_graphene_type(
208
# we can put a placeholder in and request that `resolve_placeholders()`
209
# be called to update it.
210
registry.add_placeholder_for_model(type_)
211
+ return registry.get_type_for_model(type_)
212
# NOTE: this has to come before any `issubclass()` checks, because annotated
213
# generic types aren't valid arguments to `issubclass`
214
elif hasattr(type_, "__origin__"):
0 commit comments