Apollo GraphQL subscriptions is not working in Vuejs
问题 I am using GraphQL Subscription with Prisma and vuejs + apollo client In local system, I am running vuejs at http://localhost:8080 and server at http://localhost:4000. I want to display recently added and updated records in dashboard. I have implemented subscription in my local system and it's working proper. I push all server side and client side code to server but subscription is not working there. I am using AWS server. Everything is working proper except subscription. I set up websockets