Skip to content

Commit 0fc7280

Browse files
authored
Merge pull request #602 from freundallein/docs-unions-fix
fix unions.rst
2 parents 71d5b1d + 3412dba commit 0fc7280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types/unions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The basics:
1212
Quick example
1313
-------------
1414

15-
This example model defines a ``Character`` interface with a name. ``Human``
16-
and ``Droid`` are two implementations of that interface.
15+
This example model defines several ObjectTypes with their own fields.
16+
``SearchResult`` is the implementation of ``Union`` of this object types.
1717

1818
.. code:: python
1919

0 commit comments

Comments
 (0)