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 485b1ed commit 69b6286Copy full SHA for 69b6286
graphene/types/objecttype.py
@@ -66,7 +66,7 @@ class ObjectType(BaseType, metaclass=ObjectTypeMeta):
66
Methods starting with ``resolve_<field_name>`` are bound as resolvers of the matching Field
67
name. If no resolver is provided, the default resolver is used.
68
69
- Ambiguous types with Interface and Union can be determined through``is_type_of`` method and
+ Ambiguous types with Interface and Union can be determined through ``is_type_of`` method and
70
``Meta.possible_types`` attribute.
71
72
.. code:: python
0 commit comments