This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Description
I am trying to figure out how to make a request the next page of results from a XxCollectionResponse instance (in my case I am querying Groups and Group Members).
The only solution I have seen to pagination in the repo is a comment from almost two years ago ... which suggests bypassing the GraphServiceClient and creating a new instance of the associated XxRequestBuilder directly: passing the #odata_next_link value from the prior XxCollectionResponse instance to fetch the next page.
Is that really the correct approach? Is there no functionality baked into the XxCollectionResponse or the XxRequestBuilder returned by the GraphServiceClient to fetch the next page?
I don't see anything related to this in the kiota-abstractions-ruby repo either.
Sorry if this isn't the spot for questions. The issues config told me to post questions in the discussions section of the repo ... unfortunately that isn't enabled in this repo.