GraphQL Playground for Chrome is a developer tools chrome extension. it's a free extension , it has 10,000+ active users since released its first version, it earns an average rating of 5.00 from 7 rated user, last update is 1284 days ago.
Exposes the awesome GraphQL Playground application as a Chrome extension. This is especially useful if your GraphQL server requires cookie credentials from a session that you've established in your browser. SEND COOKIE CREDENTIALS To include cookies in your GraphQL calls, click on the gear icon in the top right-hand corner and change the "request.credentials" property from "omit" to "include" and click "SAVE SETTINGS". CHANGE FROM DARK TO LIGHT THEME If you prefer a light theme, click on the gear icon in the top right-hand corner and change the "editor.theme" property from "dark" to "light" and click "SAVE SETTINGS".
You could download the latest version crx file or older version files and install it.
English.
100% user give 5-star rating. Read reviews of graphql playground for chrome
You could find more help information from graphql playground for chrome support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of graphql playground for chrome.
You could click to report abuse of graphql playground for chrome.
Very convenient application!
Great extension. Great way to test GraphQL server. Since Apollo server doesn't add explorer to dev env, with this you don't need to setup explorer yourself manually. And you can use it even if the GraphQL is protected with password since it use your browser cookies.
Good app. Need auto-expand query parameters. Example: 1. type {userList} 2. press the execute button 3. Expand all parameters from schema { userList { id name } }