mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 02:53:54 +03:00
Fix typo in docstring of ObjectType (#1343)
This commit is contained in:
parent
485b1ed325
commit
69b6286861
|
@ -66,7 +66,7 @@ class ObjectType(BaseType, metaclass=ObjectTypeMeta):
|
|||
Methods starting with ``resolve_<field_name>`` are bound as resolvers of the matching Field
|
||||
name. If no resolver is provided, the default resolver is used.
|
||||
|
||||
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
|
||||
``Meta.possible_types`` attribute.
|
||||
|
||||
.. code:: python
|
||||
|
|
Loading…
Reference in New Issue
Block a user