Skip to main content

ConstraintInfo

entityTypestringrequired

NODE or RELATIONSHIP

labelsstring[]nullablerequired

Labels or types the constraint applies to

namestringrequired

Constraint name

propertiesstring[]nullablerequired

Constrained properties

typestringrequired

Constraint type (UNIQUENESS, EXISTS, etc.)

ConstraintInfo
{
"entityType": "string",
"labels": "Unknown Type: array,null",
"name": "string",
"properties": "Unknown Type: array,null",
"type": "string"
}