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

    Interface QueryGraphOptions

    Options for querying the graph

    interface QueryGraphOptions {
        step?: number;
        limit?: number;
        key_elements?: string[];
        sources?: string[];
        mutual_connections?: boolean;
    }
    Index

    Properties

    step?: number
    limit?: number
    key_elements?: string[]
    sources?: string[]
    mutual_connections?: boolean