wandersoncferreira / code-review

Code Reviews in Emacs
https://wandersoncferreira.github.io/code-review/
GNU General Public License v3.0
462 stars 49 forks source link

Fix github reviewer graphql cursor usage #252

Open sochotnicky opened 10 months ago

sochotnicky commented 10 months ago

On first query the cursor must be set to null. We set null by default and don't provide any cursor value on first query

Fixes https://github.com/wandersoncferreira/code-review/issues/225