Skip to content

Commit

Permalink
Merge pull request #1405 from conao3/patch-1
Browse files Browse the repository at this point in the history
fix UPGRADE-v2.0.md
  • Loading branch information
syrusakbary committed Feb 13, 2022
2 parents 06eb1a3 + 763910e commit 61f0d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def resolve_my_field(root, info, my_arg):
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:

```python
Expand Down

0 comments on commit 61f0d8a

Please sign in to comment.