Ask a question to get started
Enter to sendā¢Shift+Enter new line
CYPHER_LINK_PARENT_CHECKPOINT = '\nMATCH ( c:Checkpoint {checkpoint_id: $checkpoint_id})\nMATCH (parent:Checkpoint {checkpoint_id: $parent_checkpoint_id})\nMERGE (c)-[:PREVIOUS]->(parent )\n'