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 am currently using this registry with the example managed gateway provided in the examples directory. I'd like to apply a GraphQL middleware (for authorization purposes) at the gateway level, but I have yet to find a place in the custom gateway code to apply my middleware to the schema. Would someone be able to point me in the right direction?
Thanks!
The text was updated successfully, but these errors were encountered:
hey @mdettelson, you're right, after 5.0.0 examples got simplified and use only apollo server directly.
Previously, in 4.x.x versions, apollo server was wrapped into express.
So that handler could intercept request context, check for cookies or headers and validate access.
Hi there!
I am currently using this registry with the example managed gateway provided in the
examples
directory. I'd like to apply a GraphQL middleware (for authorization purposes) at the gateway level, but I have yet to find a place in the custom gateway code to apply my middleware to the schema. Would someone be able to point me in the right direction?Thanks!
The text was updated successfully, but these errors were encountered: