mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-11-04 01:47:57 +03:00 
			
		
		
		
	add missing auto fields
This commit is contained in:
		
							parent
							
								
									1a2761b179
								
							
						
					
					
						commit
						b11416b8b7
					
				| 
						 | 
					@ -111,6 +111,14 @@ def test_should_auto_convert_id():
 | 
				
			||||||
    assert_conversion(models.AutoField, graphene.ID, primary_key=True)
 | 
					    assert_conversion(models.AutoField, graphene.ID, primary_key=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					def test_should_big_auto_convert_id():
 | 
				
			||||||
 | 
					    assert_conversion(models.BigAutoField, graphene.ID, primary_key=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					def test_should_small_auto_convert_id():
 | 
				
			||||||
 | 
					    assert_conversion(models.SmallAutoField, graphene.ID, primary_key=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def test_should_uuid_convert_id():
 | 
					def test_should_uuid_convert_id():
 | 
				
			||||||
    assert_conversion(models.UUIDField, graphene.UUID)
 | 
					    assert_conversion(models.UUIDField, graphene.UUID)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user