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
30.98k stars 2.75k forks source link

Console: Hide suggested relationships #4940

Open aaronhayes opened 4 years ago

aaronhayes commented 4 years ago

I'd like to be able to hide suggested relationships within the console; so the suggestion doesn't appear again. Often it just doesn't make sense to track certain foreign-key relations; for enum tables I have no need to track the array relationship for every table which uses that enum.

Perhaps adding a "hide" or "don't show again" button in the follow table. image

dohomi commented 3 years ago

I have a use case where the 1:1 relationship was not recognized correctly and I added it manually. Now the suggested array relationship is still visible in the console. How do I remove it because it is not correct to be shown and can lead to unexpected results?

callmeberzerker commented 3 years ago

Yep I am curious to this as well. :)

AesSedai commented 2 years ago

+1, I currently have about 60 suggested enum relationships for value but those relationships aren't important for me to track. When I add new relationships I do care about I have to wade through a sea of enum relationships to find the new one I want to track.