Fix issue with cursor as a variable

This commit is contained in:
Vikram Rangnekar
2020-02-11 11:41:35 +05:30
parent 7413813138
commit 67b4a4d945
4 changed files with 22 additions and 15 deletions

View File

@ -1024,7 +1024,7 @@ mutation {
}
```
#### Pagination
### Pagination
This is a must have feature of any API. When you want your users to go thought a list page by page or implement some fancy infinite scroll you're going to need pagination. There are two ways to paginate in Super Graph.