in playground, is it possible to use ws for everything {queries, mutations, and subscription} ?
h
Harshit
04/08/2019, 8:13 AM
No, the playground follows the graphql spec so only subscriptions will be possible this way.
Maybe fork the playground and implement an apollo link that can handle this.