first
parameter means how many categories are fetched in one resultdata.categoryStream.pageInfo.hasNextPage=true
we should request the next resource. The query is very similar to the previous one except we are passing the appropriate cursor
with the request:after
parameter represents the appropriate cursor which identifies a last-fetched resource. Available as either cursor field of the node or endCursor of PageInfo object.PageInfo
object: