-
Notifications
You must be signed in to change notification settings - Fork 733
Open
Description
Hi I shifted to apollo-server
recently after using express-graphql
so far I like the experience using it but i have a small suggestion/feature request for the Playground UI.
Current Behaviour:
Currently when we try to make a request to the server with any query that is not properly formatted an error is thrown into the console and a red line is being shown next to the line. But it is very difficult to identify the error as the red line will start displaying by the time of typing itself.
Suggestion:
How about throwing a growl message at the top or highlighting the line or some change in the UI so the playground instantly gives feedback at a larger scale when an error occurs.
Would be happy to raise work on this as well 😄
- GraphQL Playground