is it possible to pull in a remote schema, but als...
# orm-help
j
is it possible to pull in a remote schema, but also defined resolvers in your own api before passing the query to the remote graphql service?
n
what is "pulling in a remote schema" in this context?
j
@nilan pulling in a schema from an outside service (make)
makeRemoteExecutableSchema
..
I should clarify, it is possible to pull in a remote schema, I've gotten that far. I really want know if it's possible to hit my own resolvers before forwarding the query/mutation on to the remote service.
n
I don't see a reason why that wouldn't be possible, are you hitting a blocker right now?