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
Is your feature request related to a problem? Please describe.
We have different sets of customers where a subset needs to use the embedded sandbox (typically since they don't have sso access, or if they need to have schema obtained via introspection), and the rest use embedded explorer (and use enhanced capabilities found only in explorer)
Describe the solution you'd like
Today, Router only allows the embedded sandbox experience.
Provide the ability to make available both the embedded apollo sandbox AND embedded apollo explorer at the same time, via router configuration.
Additional context
In Apollo Gateway, we served both experiences to our customers by allowing them to hit /graphql/explorer or /graphql/sandbox urls depending on their use case.
The text was updated successfully, but these errors were encountered:
My suggestion depends on whether or not you're building Rust plugins, but I'm curious if you've looked at using web_endpoints and if that possibility offers you enough flexibility to do something hyper-custom for your needs?
Beyond that, I'm curious if you have thoughts on if you'd want some sort of dynamicism in that "switch" between Explorer and Sandbox, or if it was purely based on the web-endpoint? (The web-endpoint above could probably do it on the path-based model!)
We have not looked at this yet, thanks for the pointer/recommendation Jesse, will take a look and explore.
No need for any dynamicism, at this point we've trained our users to pick and choose a path based on the capability/needs of the sandbox vs explorer. 😉
Is your feature request related to a problem? Please describe.
We have different sets of customers where a subset needs to use the embedded sandbox (typically since they don't have sso access, or if they need to have schema obtained via introspection), and the rest use embedded explorer (and use enhanced capabilities found only in explorer)
Describe the solution you'd like
Today, Router only allows the embedded sandbox experience.
Provide the ability to make available both the embedded apollo sandbox AND embedded apollo explorer at the same time, via router configuration.
Additional context
In Apollo Gateway, we served both experiences to our customers by allowing them to hit
/graphql/explorer
or/graphql/sandbox
urls depending on their use case.The text was updated successfully, but these errors were encountered: