Subscriptions middleware #391
Unanswered
mezykr-oanda
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! 👋 Thank you for opening this discussion. I only noticed right now that there's nothing in the documentation regarding subscriptions. As far as I know, they should be covered; I remember we implemented the logic in the codebase. Have you tried adding the middleware using const resolvers = {
Subscribe: middleware,
} If you could create a small sandbox that I can check, we can investigate this a lot more quickly 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, first of all thank you for great work on this library! It's working really well for me to intercept resolvers. I'm looking for similar approach to intercept
subscribe
functions for my Subscriptions - is it possible in some way?Beta Was this translation helpful? Give feedback.
All reactions