GraphQueryPage
Pagination controls. Results are paged with an opaque keyset token: read pageInfo.continuationToken from a response and pass it back as ‘continuationToken’ to fetch the next page.
Properties
pageSizeinteger optionalPage size: the maximum number of nodes (or aggregation buckets) to return per page. Omitted means the default of 200; set, it must be at least 1.continuationTokenstring optionalOpaque token from a previous response’s pageInfo.continuationToken. Omit (or empty) for the first page. A token the server cannot verify is a 400.