Variable: graphMethods
constgraphMethods:object
Defined in: src/api/handlers/xrpc/graph/index.ts:43
All graph XRPC methods keyed by NSID.
Type declaration
pub.chive.graph.browseFaceted
readonlybrowseFaceted:XRPCMethod<QueryParams,void,OutputSchema> =browseFaceted
pub.chive.graph.expandSubgraph
readonlyexpandSubgraph:XRPCMethod<QueryParams,void,OutputSchema> =expandSubgraph
pub.chive.graph.getCommunities
readonlygetCommunities:XRPCMethod<QueryParams,void,OutputSchema> =getCommunities
pub.chive.graph.getEdge
readonlygetEdge:XRPCMethod<QueryParams,void,GraphEdge> =getEdge
pub.chive.graph.getHierarchy
readonlygetHierarchy:XRPCMethod<QueryParams,void,OutputSchema> =getHierarchy
pub.chive.graph.getNode
readonlygetNode:XRPCMethod<QueryParams,void,NodeWithEdges> =getNode
pub.chive.graph.getRelations
readonlygetRelations:XRPCMethod<QueryParams,void,OutputSchema> =getRelations
pub.chive.graph.getSubkinds
readonlygetSubkinds:XRPCMethod<QueryParams,void,OutputSchema> =getSubkinds
pub.chive.graph.listEdges
readonlylistEdges:XRPCMethod<QueryParams,void,OutputSchema> =listEdges
pub.chive.graph.listNodes
readonlylistNodes:XRPCMethod<QueryParams,void,OutputSchema> =listNodes
pub.chive.graph.listPersonalEdgeTypes
readonlylistPersonalEdgeTypes:XRPCMethod<QueryParams,void,OutputSchema> =listPersonalEdgeTypes
pub.chive.graph.listPersonalNodes
readonlylistPersonalNodes:XRPCMethod<QueryParams,void,OutputSchema> =listPersonalNodes
pub.chive.graph.searchNodes
readonlysearchNodes:XRPCMethod<QueryParams,void,OutputSchema> =searchNodes