From 3412dba31fdd5e57dd545eebeb6a116f40f1cf37 Mon Sep 17 00:00:00 2001 From: Stan Zhavoronkov Date: Tue, 14 Nov 2017 13:04:47 +0300 Subject: [PATCH] fix Unions.rst fix Unions.rst docs (copy-paste sentence from interfaces.rst). --- docs/types/unions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/types/unions.rst b/docs/types/unions.rst index f3d66e02..2c5c5a75 100644 --- a/docs/types/unions.rst +++ b/docs/types/unions.rst @@ -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