apoc.schema.relationship.constraintExists
Function APOC Core
RETURN apoc.schema.relationship.constraintExists(type, propertyNames)
Signature
apoc.schema.relationship.constraintExists(type :: STRING?, propertyName :: LIST? OF STRING?) :: (BOOLEAN?)