mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Merge pull request #602 from freundallein/docs-unions-fix
fix unions.rst
This commit is contained in:
		
						commit
						0fc7280154
					
				|  | @ -12,8 +12,8 @@ The basics: | ||||||
| Quick example | Quick example | ||||||
| ------------- | ------------- | ||||||
| 
 | 
 | ||||||
| This example model defines a ``Character`` interface with a name. ``Human`` | This example model defines several ObjectTypes with their own fields. | ||||||
| and ``Droid`` are two implementations of that interface. | ``SearchResult`` is the implementation of ``Union`` of this object types. | ||||||
| 
 | 
 | ||||||
| .. code:: python | .. code:: python | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user