pub fn rollback(cx: FunctionContext<'_>) -> JsResult<'_, JsBoolean>
Expand description

Function to rollback pending changes in a graph state

Arguments

  • cx - Neon FunctionContext graph_state_id - Unique identifier for the graph state Returns JsResult<()> - Empty result status Errors Does not throw