requestForNextResult property
If there is more data than is contained in this response, returns the
request for the next chunk of data, where limit will be the same as the
original request. Returns null if no more data.
Implementation
final GraphQLRequest<PaginatedResult<T>>? requestForNextResult;