• Retrieves the children nodes of a given node ID.

    Parameters

    • nodeId: string

      The ID of the node whose children nodes are to be retrieved.

    Returns Promise<ContentGraphNode[]>

    A promise that resolves to an array objects of type ContentGraphNodes representing the children nodes.

Generated using TypeDoc