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

Get graph users count for given graph state

Arguments

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

Returns

  • JsResult<JsNumber> - Neon JsNumber containing the graph users count

Errors

  • Throws a Neon error