Ask a question to get started
Enter to sendā¢Shift+Enter new line
CYPHER_GET_ACTIVE_BRANCH = '\nMATCH ( t:Thread {thread_id: $thread_id, checkpoint_ns: $checkpoint_ns})\n -[:ACTIVE_BRANCH]->(b:Branch )\nRETURN b.branch_id as branch_id, b.name as name\n'