Search code examples
pythondjangoneo4jpy2neoneo4j-ogm

See if node exists before creating in NeoModel


How do I check to see if a node exists before creating it in neomodel? Is there a way other than filter that will optimize my code?


Solution

  • You might be looking for one of these batch operations: