mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-11-04 09:57:53 +03:00 
			
		
		
		
	added time field test
This commit is contained in:
		
							parent
							
								
									509645d3bd
								
							
						
					
					
						commit
						402cd645e8
					
				| 
						 | 
					@ -16,7 +16,7 @@ from ..types import DjangoObjectType
 | 
				
			||||||
from .models import Article, Film, FilmDetails, Reporter
 | 
					from .models import Article, Film, FilmDetails, Reporter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# from graphene.core.types.custom_scalars import DateTime, JSONString
 | 
					# from graphene.core.types.custom_scalars import DateTime, Time, JSONString
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def assert_conversion(django_field, graphene_field, *args, **kwargs):
 | 
					def assert_conversion(django_field, graphene_field, *args, **kwargs):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user