pub async fn toggle_sync(
__arg0: State<AppState>,
__arg1: Path<(String, String)>,
__arg2: Json<SyncToggleRequest>,
) -> impl IntoResponseExpand description
Enable or disable sync for a graph
pub async fn toggle_sync(
__arg0: State<AppState>,
__arg1: Path<(String, String)>,
__arg2: Json<SyncToggleRequest>,
) -> impl IntoResponseEnable or disable sync for a graph