mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Fixed get_node_type function
This commit is contained in:
		
							parent
							
								
									e693f9b4dc
								
							
						
					
					
						commit
						bfd7cb9535
					
				|  | @ -11,7 +11,7 @@ from graphene.core.fields import LazyNativeField | ||||||
| from graphene.utils import memoize | from graphene.utils import memoize | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| def get_node_type(schema, obj, info): | def get_node_type(schema, obj, info=None): | ||||||
|     return obj.internal_type(schema) |     return obj.internal_type(schema) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user