Database.Neo4j.Graph

General objects

data Graph

type LabelSet

empty

Handling nodes in the graph object

addNode

addNamedNode

hasNode

deleteNode

getNodes

getNode

getNamedNode

getNodeFrom

getNodeTo

Handling properties in the graph object

getRelationships

hasRelationship

addRelationship

addNamedRelationship

deleteRelationship

getRelationshipNodeFrom

getRelationshipNodeTo

getRelationship

getNamedRelationship

Handling orphaned relationships

getOrphansFrom

getOrphansTo

cleanOrphanRelationships

Handling properties

setProperties

setProperty

deleteProperties

deleteProperty

Handling labels

setNodeLabels

addNodeLabel

getNodeLabels

deleteNodeLabel

Handling Cypher results

addCypher

Graph filtering functions

nodeFilter

relationshipFilter

Graph operations

union

difference

intersection