Skip to content

Commit ebe1179

Browse files
exacsCopilot
andauthored
Update packages/optimizely-cms-sdk/src/graph/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b4ff924 commit ebe1179

File tree

1 file changed

+1
-2
lines changed
  • packages/optimizely-cms-sdk/src/graph

1 file changed

+1
-2
lines changed

packages/optimizely-cms-sdk/src/graph/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ export class GraphClient {
323323
* Given the path of a page, get its "items" (i.e. the children pages)
324324
*
325325
* @param path The URL of the current page
326-
* @returns A list with the metadata information of all ancestors sorted
327-
* from the top-most to the current
326+
* @returns A list with the metadata information of all child/descendant pages
328327
*/
329328
async getItems(path: string, options?: GraphGetLinksOptions) {
330329
const data = (await this.request(GET_ITEMS_QUERY, {

0 commit comments

Comments
 (0)