Ask a question to get started
Enter to sendā¢Shift+Enter new line
INCLUDE_DOCS_SOURCE_QUERY = "\nUNWIND $data AS row\nMATCH ( source {id: row.source_id}), (d:Document {id: $document.metadata.id})\nMERGE (d)-[:MENTIONS]->(source )\nRETURN distinct 'done' AS result\n"