Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(interactive): Implement Delete API and Adapt to Multi-property Edges in Interactive #4106

Open
yqylh opened this issue Aug 1, 2024 · 0 comments
Assignees

Comments

@yqylh
Copy link
Contributor

yqylh commented Aug 1, 2024

The interactive mode supports RESTful APIs for getting, updating, and adding nodes and edges.

However, because the transaction does not support deletion, the current Delete interface remains unimplemented. It needs to be developed and supported after deletion is implemented.

Additionally, the graph database now supports multi-property edges, but the current transaction only supports operations on single-property edges. Therefore, the corresponding interfaces only support single-property edges, and they need to be adapted after modifications to the transaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants