GraphQL Playground for Chrome GraphQL Playground for Chrome

Developer Tools
Version: 1.2.1
Last Update: 2021-04-28

Overview

GraphQL Playground for Chrome is a Chrome extension developed by Dustin R. Callaway. According to the data from Chrome web store, current version of GraphQL Playground for Chrome is 1.2.1, updated on 2021-04-28.
10,000+ users have installed this extension. 7 users have rated this extension with an average rating of .

Chrome extension for GraphQL Playground

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".

Rating

7 ratings

Total Installs

10,000+

Information

Last Update

2021-04-28

Current Version

1.2.1

Size

1.36MiB

Author

Dustin R. Callaway

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Константин С
2019-09-20

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

avatar Jakub T. Jankiewicz
2022-09-21

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.

avatar Ivan Zakharanka
2023-01-26

Very convenient application!

avatar Jakub T. Jankiewicz
2022-09-21

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.

avatar Константин С
2019-09-20

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