Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Voyager missing change introspection feature #214

Closed
elenigen opened this issue Mar 11, 2019 · 2 comments · Fixed by #598 or #600
Closed

Voyager missing change introspection feature #214

elenigen opened this issue Mar 11, 2019 · 2 comments · Fixed by #598 or #600

Comments

@elenigen
Copy link

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?

@oliemansm
Copy link
Member

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.

@elenigen
Copy link
Author

elenigen commented Apr 1, 2019

Actually, I just realized it's possible to do it already:
image

... but yes, it would still be nice to be able to choose the startup root type.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants