mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +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(
 | 
					        return GrapheneUnionType(
 | 
				
			||||||
            graphene_type=type,
 | 
					            graphene_type=type,
 | 
				
			||||||
            name=type._meta.name,
 | 
					            name=type._meta.name,
 | 
				
			||||||
 | 
					            description=type._meta.description,
 | 
				
			||||||
            types=types,
 | 
					            types=types,
 | 
				
			||||||
            resolve_type=_resolve_type,
 | 
					            resolve_type=_resolve_type,
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user