-1

I am using "apollo-server-azure-functions" npm package using this can we implement graphql subscriptions. I checked above npm package repos in the github but i did not find option for Subscriptions

mathad
  • 171
  • 1
  • 6
  • Check if this helps: https://www.apollographql.com/docs/apollo-server/deployment/azure-functions/ Also please elaborate your question with right set of example scenario. – Mohit Verma Jan 06 '20 at 08:42

1 Answers1

0

Nope. This isn't supported.

Also, Azure Functions themselves do not support websockets directly. Instead, you will have to use another service like Azure SignalR.

PramodValavala
  • 6,026
  • 1
  • 11
  • 30