I have a question about Graphql Subscriptions.I'm trying to implement grapql-redis-subscription package to my apollo-server. Do I have to migrate my server to apollo-server-express ? All docs are imlementing the SubscriptionServer(index.js) with appliying additional middleware(express). Is there any way to config(redis-graphql-subscription with SubscriptionServer in index.js) with simple apollo-server package ? If there isn't anyway why ?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)