aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
305 stars 46 forks source link

Implement node & edge property updating #355

Closed kmcginnes closed 2 months ago

kmcginnes commented 2 months ago

The schema will currently update with new nodes or edge types when the are discovered, but not new properties.

Will need to add logic to the useEntities() recoil setup to update schema appropriately.

Related Issues

Tasks