Hi, I am working with subscriptions in a relay-mod...
# orm-help
w
Hi, I am working with subscriptions in a relay-modern project, and some clients can’t connect to the socket. I am getting just
"WebSocket is closed before the connection is established."
Any advice? thats happens randomly
v
Sorry, I'm not helping with your question but I have a related question … how did you generate the schema for subscriptions in relay from graph.cool?
w
Hey, I created them manually. I edited the file and added them based in another example that I found.
@virtualirfan sorry for the delay, I had not see your answer
v
OK, fwiw I posted a script to automate the generation of the Relay subscription schema in case it helps you or others (https://github.com/graphcool/graphcool-framework/issues/85).