Skip to content

Commit 61f0d8a

Browse files
authored
Merge pull request #1405 from conao3/patch-1
fix UPGRADE-v2.0.md
2 parents 06eb1a3 + 763910e commit 61f0d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-v2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def resolve_my_field(root, info, my_arg):
123123
return ...
124124
```
125125

126-
**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).**
126+
**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).**
127127
You may need something like this:
128128

129129
```python

0 commit comments

Comments
 (0)