Pagination
Pagination in Gomu's APIs
By default, responses will return a nextCursor
. The default null value is the empty string ""
.
If responses return a nextCursor
string, you may find the next paginated set of responses by passing a cursor key with the nextCursor
string in the Variables.
note
Do note that there may be cases where a nextCursor
may not be an empty string, but the next set of responses is a list of length 0, this typically means that the list was exhausted in the previous page.