ExportResponse

@Serializable
data class ExportResponse(val nodes: List<Node> = emptyList(), val edges: List<GraphEdge> = emptyList())

Graph export response containing nodes and edges.

Constructors

Link copied to clipboard
constructor(nodes: List<Node> = emptyList(), edges: List<GraphEdge> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard