apoc.text.toCypher Function apoc.text.toCypher(value, {skipKeys,keepKeys,skipValues,keepValues,skipNull,node,relationship,start,end}) | tries it’s best to convert the value to a cypher-property-string Signature apoc.text.toCypher(value :: ANY?, config = {} :: MAP?) :: (STRING?) Input parameters Name Type Default value ANY? null config MAP? {} More documentation of apoc.text.toCypher