This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Subscription datafetcher access to websocket session #668
Unanswered
richardbizik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am creating a graphql schema manually based on yaml configuration and available documents I already have a working /graphql endpoint however I would like to implement websocket support.
Schema gets create like so:
and I am injecting it with
I would like to know if there is a way to access underlying websocket session and send the data to the user from my subscriptionDataFetchers preferably preserving functionality from this library (apollo ws protocol, etc)
Beta Was this translation helpful? Give feedback.
All reactions