@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ExpandNodesRequest

    Request to expand nodes

    interface ExpandNodesRequest {
        node_ids: string[];
        labels?: string[];
        limit?: number;
        mutual_connections?: boolean;
        sources?: string[];
    }
    Index

    Properties

    node_ids: string[]
    labels?: string[]
    limit?: number
    mutual_connections?: boolean
    sources?: string[]