mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	fix deprecated "Input" class
This commit is contained in:
		
							parent
							
								
									705cad76b2
								
							
						
					
					
						commit
						4752ec08ab
					
				| 
						 | 
				
			
			@ -27,7 +27,7 @@ This example defines a Mutation:
 | 
			
		|||
**person** and **ok** are the output fields of the Mutation when it is
 | 
			
		||||
resolved.
 | 
			
		||||
 | 
			
		||||
**Input** attributes are the arguments that the Mutation
 | 
			
		||||
**Arguments** attributes are the arguments that the Mutation
 | 
			
		||||
``CreatePerson`` needs for resolving, in this case **name** will be the
 | 
			
		||||
only argument for the mutation.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user