apoc.schema.relationship.indexExists

Function

apoc.schema.relationship.indexExists(type String, propertyName [String])- returns a boolean depending on whether or not an index exists for the given relationship type with the given property names.

Signature

apoc.schema.relationship.indexExists(type :: STRING?, propertyName :: LIST? OF STRING?) :: (BOOLEAN?)

Input parameters

Name Type Default

labelName

STRING?

null

propertyName

LIST? OF STRING?

null