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
332 stars 49 forks source link

Remove need for extendable type definition for Vertex and Edge #655

Closed kmcginnes closed 4 weeks ago

kmcginnes commented 4 weeks ago

Description

The Vertex and Edge types have a type definition that allowed adding additional properties at runtime. Since TypeScript does not actually do any typing at runtime, this is unnecessary.

This extra type information was used by the abstraction around React Table. This essentially undoes a part of a change I made months ago to fix the table export.

Validation

Related Issues

Check List