diff --git a/docs/types/unions.rst b/docs/types/unions.rst index e17b63bc..2946f85c 100644 --- a/docs/types/unions.rst +++ b/docs/types/unions.rst @@ -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()