graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

Cannot execute any query or mutation #360

Closed edusig closed 2 years ago

edusig commented 2 years ago

Actual Behavior

Cannot execute query or mutation. Not showing any errors.

Running the extension locally and adding a console.error for the actual error I got the message below: Invalid WebSocket implementation provided at createClient

Expected Behavior

Being able to execute a query or mutation

Steps to Reproduce the Problem Or Description

Try execute any query or mutation

Specifications

Logs Of TS Server || GraphQL Language Service

There are no logs since the query is not actually executing