I'm running a GraphQL Server (based on graphql-yoga, Node, Express) on Google AppEngine with the standard environment.
It uses a websocket endpoint to provide real-time subscriptions to database changes, which works perfectly on my local machine, but is not responding at all when deployed on the GAE instance.
Could it be because of another limitation of GAE standard?