We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d5b1d commit 3412dbaCopy full SHA for 3412dba
docs/types/unions.rst
@@ -12,8 +12,8 @@ The basics:
12
Quick example
13
-------------
14
15
-This example model defines a ``Character`` interface with a name. ``Human``
16
-and ``Droid`` are two implementations of that interface.
+This example model defines several ObjectTypes with their own fields.
+``SearchResult`` is the implementation of ``Union`` of this object types.
17
18
.. code:: python
19
0 commit comments