Skip to main content

create_constraint

Function create_constraint 

Source
pub async fn create_constraint(
    storage: &StorageManager,
    label: &str,
    constraint_type: &str,
    properties: Vec<String>,
) -> Result<bool>