mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 01:47:45 +03:00 
			
		
		
		
	Expose documentation for Union types
This commit is contained in:
		
							parent
							
								
									e043527d5e
								
							
						
					
					
						commit
						00d370b228
					
				| 
						 | 
				
			
			@ -255,6 +255,7 @@ class TypeMap(GraphQLTypeMap):
 | 
			
		|||
        return GrapheneUnionType(
 | 
			
		||||
            graphene_type=type,
 | 
			
		||||
            name=type._meta.name,
 | 
			
		||||
            description=type._meta.description,
 | 
			
		||||
            types=types,
 | 
			
		||||
            resolve_type=_resolve_type,
 | 
			
		||||
        )
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user