Falci
03/30/2022, 7:41 PMws://
so it can't verifySession
ws://localhost:4000/graphql?user=...
rp
03/30/2022, 9:51 PMnkshah2
03/31/2022, 5:43 AMconnectionParams
that can be accessed in your subscriptions and then added to the context passed to your resolvers. The Apollo documentation contains a small (albeit slightly confusing) example of this: https://www.apollographql.com/docs/apollo-server/data/subscriptions/#operation-context
Not sure if thats more complex than what you came up with for your use case, but looks like thats how its intended to work.