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
nilan
09/19/2018, 11:51 AM
what is "pulling in a remote schema" in this context?
j
jreeeee
09/19/2018, 10:36 PM
@nilan pulling in a schema from an outside service (make)
makeRemoteExecutableSchema
..
jreeeee
09/19/2018, 10:38 PM
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
nilan
09/20/2018, 7:56 AM
I don't see a reason why that wouldn't be possible, are you hitting a blocker right now?