We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff924 commit ebe1179Copy full SHA for ebe1179
packages/optimizely-cms-sdk/src/graph/index.ts
@@ -323,8 +323,7 @@ export class GraphClient {
323
* Given the path of a page, get its "items" (i.e. the children pages)
324
*
325
* @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
+ * @returns A list with the metadata information of all child/descendant pages
328
*/
329
async getItems(path: string, options?: GraphGetLinksOptions) {
330
const data = (await this.request(GET_ITEMS_QUERY, {
0 commit comments