graphql-voyager icon indicating copy to clipboard operation
graphql-voyager copied to clipboard

add ability to hide schemas

Open bradzacher opened this issue 8 years ago • 1 comments

I'd love to be able to hide individual schemas (plus their connections) from the view.

The biggest use case is hiding the root query from the view. Right now we have 20 queryable entities, which means there's 20 (redundant) links on the UI from just that.

I'd like to hide it so that we can make it easier to understand.

bradzacher avatar Jul 10 '17 03:07 bradzacher

@bradzacher It's definitely something we need to think about. As a possible workaround, you can choose different root types for the graph, see this screenshot: image

IvanGoncharov avatar Jul 12 '17 13:07 IvanGoncharov