Skip to main content

Variable: graphMethods

const graphMethods: object

Defined in: src/api/handlers/xrpc/graph/index.ts:43

All graph XRPC methods keyed by NSID.

Type declaration

pub.chive.graph.browseFaceted

readonly browseFaceted: XRPCMethod<QueryParams, void, OutputSchema> = browseFaceted

pub.chive.graph.expandSubgraph

readonly expandSubgraph: XRPCMethod<QueryParams, void, OutputSchema> = expandSubgraph

pub.chive.graph.getCommunities

readonly getCommunities: XRPCMethod<QueryParams, void, OutputSchema> = getCommunities

pub.chive.graph.getEdge

readonly getEdge: XRPCMethod<QueryParams, void, GraphEdge> = getEdge

pub.chive.graph.getHierarchy

readonly getHierarchy: XRPCMethod<QueryParams, void, OutputSchema> = getHierarchy

pub.chive.graph.getNode

readonly getNode: XRPCMethod<QueryParams, void, NodeWithEdges> = getNode

pub.chive.graph.getRelations

readonly getRelations: XRPCMethod<QueryParams, void, OutputSchema> = getRelations

pub.chive.graph.getSubkinds

readonly getSubkinds: XRPCMethod<QueryParams, void, OutputSchema> = getSubkinds

pub.chive.graph.listEdges

readonly listEdges: XRPCMethod<QueryParams, void, OutputSchema> = listEdges

pub.chive.graph.listNodes

readonly listNodes: XRPCMethod<QueryParams, void, OutputSchema> = listNodes

pub.chive.graph.listPersonalEdgeTypes

readonly listPersonalEdgeTypes: XRPCMethod<QueryParams, void, OutputSchema> = listPersonalEdgeTypes

pub.chive.graph.listPersonalNodes

readonly listPersonalNodes: XRPCMethod<QueryParams, void, OutputSchema> = listPersonalNodes

pub.chive.graph.searchNodes

readonly searchNodes: XRPCMethod<QueryParams, void, OutputSchema> = searchNodes