The nested page(...) field on GqlPathFromGraph is of limited use because columnar outputs on the same handle (e.g. degree) cannot be paged alongside it: the page narrows the row set but the columnar fields still cover the whole collection. Revisit the shape; one option is for page to return a restricted GqlPathFromGraph so every field on the returned handle is consistently scoped to the page.
Raised in review: #2675 (comment)
The nested
page(...)field onGqlPathFromGraphis of limited use because columnar outputs on the same handle (e.g.degree) cannot be paged alongside it: the page narrows the row set but the columnar fields still cover the whole collection. Revisit the shape; one option is forpageto return a restrictedGqlPathFromGraphso every field on the returned handle is consistently scoped to the page.Raised in review: #2675 (comment)