Expand description
Query response types for graph operations.
This module provides structured response types used by MCP tools
and other interfaces to return graph query results. All types
derive Serialize/Deserialize for JSON transport.
Structsยง
- Category
Count - Category with count.
- Edge
Info - Summary information about an edge.
- Graph
Info Response - Response for graph info query.
- Neighbor
Info - Information about a neighbor node.
- Neighborhood
Response - Response for neighborhood query.
- Node
Summary - Summary information about a node.
- Path
Response - Response for concept path query.
- Path
Step - A step in a path.
- Prerequisite
Info - Information about a prerequisite.
- Prerequisites
Response - Response for prerequisites query.
- Related
Concepts Response - Response for related concepts query.
- Related
Group - A group of related concepts sharing a relationship type.
- Relationship
Count - Relationship type with count.