GraphQL Playground - Quick Way to Write GraphQL Applications
If you're a developer, you know how great it is to play GraphQL playground. GraphQL Playground is a handy tool to quickly write your GraphQL server and publish it to the world.
To use the app as a Chrome extension, go to your Chrome settings. Then, enable the chrome.tabs.sendMessage and chrome. created APIs. This is necessary for the developer mode, which is for people who can't publish their applications to the world.
[Features]
Playground: a quick way to write GraphQL applications
Developer mode: you can write GraphQL server as a Chrome extension. If you don't have access to the source code, this is the best way to write a GraphQL server.