It would be awesome if frontend devs had an option for a Develoment Mode or a helper command that would:
- host a graph for the local schema that responds to queries and executes mutations from
typeDefs
- host a routed/federated schema that joins the merge of the local graph and the client’s configured remote graph
This way, we could view the client state along side the remote’s and interface with in in Apollo Studio. Like even viewing the documentation for both alongside each other would be super helpful, I think this is broken or not supported in devtools apollographql/apollo-client-devtools#239?
That way we could move away from apollo-client-devtools and just use the explorer instead of an iframe of it
01