in playground, is it possible to use ws for everyt...
# random
h
in playground, is it possible to use ws for everything {queries, mutations, and subscription} ?
h
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.