menu
kiss_graph package
documentation
api/graph-node-api.openapi.dart
GraphNodeApiClient
nodesPost abstract method
nodesPost abstract method
dark_mode
light_mode
nodesPost
abstract method
Future
<
NodesPostResponse
>
nodesPost
(
NodeCreate
body
)
Create a new node post: /nodes
Implementation
Future<NodesPostResponse> nodesPost(NodeCreate body);
kiss_graph package
documentation
api/graph-node-api.openapi
GraphNodeApiClient
nodesPost abstract method
GraphNodeApiClient class