I have deployed the graphql API on aws using the appsync service. I am able to run queries, mutation, and subscription on amazon console but when I am trying to test subscription on any graphql playground, its shows error.
I have used serverless graphql-playground command to run playground for AppSync.
How can I run appsync subscriptions on graphql playground?