Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add separate query/mutation/subscription switch to improve DX #271

Open
IvanGoncharov opened this issue Apr 6, 2023 · 0 comments
Open

Comments

@IvanGoncharov
Copy link
Member

IvanGoncharov commented Apr 6, 2023

@LunaticMuch I agree with you on that, voyager is already too noisy for big graphs.
At the same time, the current way of switching query/mutation/subscription is not very intuitive.
Also, it is bad that you need to wait each time you switch between query and mutation.
What we can do is to make tabs on top of the graph view (only if API has Mutation or Subscription root types): https://mui.com/material-ui/react-tabs/#basic-tabs
Also, we can run multiple web workers so query/mutation is rendered in parallel.

Originally posted by @IvanGoncharov in #206 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant