mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 01:47:45 +03:00 
			
		
		
		
	fix UPGRADE-v2.0.md
This commit is contained in:
		
							parent
							
								
									06eb1a3e82
								
							
						
					
					
						commit
						763910e7b5
					
				| 
						 | 
					@ -123,7 +123,7 @@ def resolve_my_field(root, info, my_arg):
 | 
				
			||||||
    return ...
 | 
					    return ...
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**PS.: Take care with receiving args like `my_arg` as above. This doesn't work for optional (non-required) arguments as stantard `Connection`'s arguments (first, before, after, before).**
 | 
					**PS.: Take care with receiving args like `my_arg` as above. This doesn't work for optional (non-required) arguments as stantard `Connection`'s arguments (first, last, after, before).**
 | 
				
			||||||
You may need something like this:
 | 
					You may need something like this:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```python
 | 
					```python
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user