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
317 stars 47 forks source link

Update React Query (now called "TanStack Query") #334

Closed kmcginnes closed 5 months ago

kmcginnes commented 5 months ago

We are using React Query v3, but it has been updated a few times and is now called TanStack Query v5.

Related Issues