hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.01k stars 2.76k forks source link

supergraph visualization search doesn't work for datasource names #10363

Open imperfect-fourth opened 1 month ago

imperfect-fourth commented 1 month ago

the supergraph visualization search on v3 console doesn't work for datasource names. here's a video of the sample e-commerce project where i tried searching user_pg datasource but nothing was shown in the graph

https://github.com/user-attachments/assets/10dd35ad-24ec-4530-b1ae-317dbc4c2bec

m4ttheweric commented 1 month ago

The visualization search only matches models/commands. It's not intended to search data sources or subgraphs.

Changing this would be a feature request.