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

Function to export graph updates for a single user graph

Arguments

  • cx - Neon FunctionContext
  • graph_state_id - Unique identifier for the graph state

Returns

  • JsResult<JsArray> - Neon JsArray containing the exported updates

Errors

  • Throws a Neon error