You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
It looks like there's a feature to switch the Root level, for now by default it's displaying all the queries, but if we want to look at the mutations, I don't see any options for that, while it looks like it's available in the original Voyager project.
Any tips?
The text was updated successfully, but these errors were encountered:
From their docs it doesn't look like they provide a configuration option to allow switching root type on the fly. I do see they have a displayOptions object that allows you to configure the root type to use amongst other stuff. We could (and probably should) support that, but that will only set it at startup as configured using your Spring properties. So that doesn't give you the option to switch the root type while using Voyager itself. That would be better I'd say, but that would be a question for the Voyager project.
It looks like there's a feature to switch the Root level, for now by default it's displaying all the queries, but if we want to look at the mutations, I don't see any options for that, while it looks like it's available in the original Voyager project.
Any tips?
The text was updated successfully, but these errors were encountered: