first
a non-negative integer representing the number of resultsafter
: the cursor of which the results will be afterpageInfo
: which contains the fields hasNextPage
and endCursor
edges
: which includes a list of edges. Each edge contains the cursor for that node and the node itselfhasNextPage
is true
so we know there are more items and the endCursor
is set to the last item in the response. Two fetch the next page you simply update the query to include the after
parameter for the connection: