Skip to main content

Module query

Module query 

Source
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ยง

CategoryCount
Category with count.
EdgeInfo
Summary information about an edge.
GraphInfoResponse
Response for graph info query.
NeighborInfo
Information about a neighbor node.
NeighborhoodResponse
Response for neighborhood query.
NodeSummary
Summary information about a node.
PathResponse
Response for concept path query.
PathStep
A step in a path.
PrerequisiteInfo
Information about a prerequisite.
PrerequisitesResponse
Response for prerequisites query.
RelatedConceptsResponse
Response for related concepts query.
RelatedGroup
A group of related concepts sharing a relationship type.
RelationshipCount
Relationship type with count.