Graphora API
    Preparing search index...

    Interface GraphIssue

    interface GraphIssue {
        code: GraphErrorCode;
        field?: string;
        itemId?: GraphId;
        itemType?: "graph" | "node" | "edge";
        message: string;
    }
    Index
    field?: string
    itemId?: GraphId
    itemType?: "graph" | "node" | "edge"
    message: string