-
- Downloads
feat: run queries fully in the backend
parent
517b7ea4
No related branches found
No related tags found
Pipeline #142749 passed
Stage: tag-release
Stage: get-release-tag
Stage: container-image
Stage: deploy-staging
No preview for this file type
... | ... | @@ -17,6 +17,11 @@ |
}, | ||
"dependencies": { | ||
"neo4j-driver": "^5.26.0", | ||
"ts-common": "link:ts-common" | ||
"ts-common": "link:ts-common", | ||
"graphology": "^0.25.4", | ||
"graphology-dag": "^0.4.1", | ||
"graphology-layout": "^0.6.1", | ||
"graphology-types": "^0.24.7", | ||
"graphology-simple-path": "^0.2.0" | ||
} | ||
} |
src/utils/reactflow/query2backend.ts
0 → 100644
Please register or sign in to comment