Property validation

Is there any way to create constraints on properties like string maximum and minimum length ?

I want my query throw an exception if i created a node with property violating the max length constraint for example

Hello @OmarHamdy :blush:

It's not possible but I think you can find a workaround with an APOC trigger.

Regards,
Cobra

Thank you so much
(migrated from khoros post Solved: Re: Property validation - Neo4j - 58153)