This isn't a feature request; just a question that will help me resolve an architecture question.
Say I have an app with a number of separate services, each running in its own environment. These services need to pass some resources between themselves.
Is there a way to define the resource with JSON or GQL is such a way that this resource can proxy between two services: client code on one service can make a request on the resource, which then forwards to the second service, with the answer being returned to the client?
Just an idle question...