@squidcloud/client
    Preparing search index...

    Interface KnowledgeBaseGraphNode

    interface KnowledgeBaseGraphNode {
        aliases?: string[];
        communityId?: string;
        degree: number;
        description: string;
        id: string;
        name: string;
        topicPath?: string[];
        type: string;
    }
    Index

    Properties

    aliases?: string[]

    Norm-names this entity absorbed via resolution merges (present only when non-empty).

    communityId?: string

    Community id (Phase 3), when community detection has run.

    degree: number

    Relationship degree (denormalized).

    description: string

    Compacted description.

    id: string

    Stable node id (the entity's document id).

    name: string

    Canonical display name.

    topicPath?: string[]

    Level-0..k topic nodeIds (bottom-up, Layered KB Graph), when a topic rebuild has run.

    type: string

    Entity type.