Can resolvers-composition be used to wrap an executable schema #4904
wheresrhys
started this conversation in
Docs Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read somewhere (I can't remember where) that resolvers-composition can be used as a drop-in replacement for graphql-middleware.
I'm currently using graphql-middleware for an entire executable schema that is created a by a third party tool I do not provide a resolver map to.
Is there a way to apply middleware globally to a pre-constructed executable schema?
e.g. would the following (or something like it) work?
Beta Was this translation helpful? Give feedback.
All reactions