fix Unions.rst

fix Unions.rst docs (copy-paste sentence from interfaces.rst).
This commit is contained in:
Stan Zhavoronkov 2017-11-14 13:04:47 +03:00 committed by GitHub
parent 71d5b1d943
commit 3412dba31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ The basics:
Quick example
-------------
This example model defines a ``Character`` interface with a name. ``Human``
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.
.. code:: python