Add missing new line

This commit is contained in:
Ramon Wenger 2022-06-15 16:08:58 +02:00
parent 2c92618648
commit 8c00685803

View File

@ -105,6 +105,7 @@ An example with `is_type_of` and `Meta.possible_types`:
An example with `resolve_type`:
.. code:: python
class One(ObjectType):
one = String()