mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Update unions.rst
This commit is contained in:
		
							parent
							
								
									f5321d619c
								
							
						
					
					
						commit
						17f6a45a47
					
				|  | @ -7,7 +7,7 @@ to specify any common fields between the types. | ||||||
| The basics: | The basics: | ||||||
| 
 | 
 | ||||||
| - Each Union is a Python class that inherits from ``graphene.Union``. | - Each Union is a Python class that inherits from ``graphene.Union``. | ||||||
| - Unions don't have any fields on it, just links to the possible objecttypes. | - Unions don't have any fields on it, just links to the possible ObjectTypes. | ||||||
| 
 | 
 | ||||||
| Quick example | Quick example | ||||||
| ------------- | ------------- | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user