You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using apollo-server-lambda with @graphql-tools/schema. I can't seem to figure out how to apply the middleware to a specific resolver. I tried to put it in ApolloSever({ middleware }) (per this article), but that seems to only work on graphql-yoga
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using
apollo-server-lambda
with@graphql-tools/schema
. I can't seem to figure out how to apply the middleware to a specific resolver. I tried to put it inApolloSever({ middleware })
(per this article), but that seems to only work ongraphql-yoga
Beta Was this translation helpful? Give feedback.
All reactions