pub async fn create_index(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
__arg2: Json<CreateIndexRequest>,
) -> impl IntoResponseExpand description
Create a property index on a graph collection.
pub async fn create_index(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
__arg2: Json<CreateIndexRequest>,
) -> impl IntoResponseCreate a property index on a graph collection.