Skip to content

GraphInspectionResponse

Example Usage

typescript
import { GraphInspectionResponse } from "@meetkai/mka1/models/components";

let value: GraphInspectionResponse = {
  counts: {
    entityCount: 251916,
    edgeCount: 694373,
    chunkCount: 588968,
  },
};

Fields

FieldTypeRequiredDescription
entitiescomponents.GraphEntityView[]N/A
edgescomponents.GraphEdgeView[]N/A
countscomponents.GraphCountsView✔️N/A