mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Merge pull request #109 from timmygee/master
Fix incorrect type in example
This commit is contained in:
		
						commit
						38c01085bd
					
				| 
						 | 
				
			
			@ -18,7 +18,7 @@ class CreatePerson(graphene.Mutation):
 | 
			
		|||
    class Input:
 | 
			
		||||
        name = graphene.String()
 | 
			
		||||
 | 
			
		||||
    ok = graphene.String()
 | 
			
		||||
    ok = graphene.Boolean()
 | 
			
		||||
    person = graphene.Field('Person')
 | 
			
		||||
 | 
			
		||||
    @classmethod
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user