Skip to content

Commit 5bd0fff

Browse files
committed
Merge branch 'master' of github.com:graphcool/graphql-playground
2 parents 1067fe1 + 136a7ba commit 5bd0fff

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
![](https://imgur.com/k3uWfzZ.png)
1+
<img src="https://imgur.com/y661WCV.png" width="400">
22

33
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration). <br />
4-
**You can download the [desktop app](https://github.com/graphcool/graphql-playground/releases) or use the web version at [graphqlbin.com](https://www.graphqlbin.com).**
4+
**You can download the [desktop app](https://github.com/graphcool/graphql-playground/releases) or use the web version at graphqlbin.com: [Demo](https://www.graphqlbin.com/RVIn)**
55

6-
![](https://imgur.com/6IC6Huj.png)
6+
[![](https://imgur.com/6IC6Huj.png)](https://www.graphqlbin.com/RVIn)
77

88
## Features
99

10-
* Context-aware autocompletion & error highlighting
11-
* Interactive, multi-column docs (keyboard support)
12-
* Supports real-time GraphQL Subscriptions
10+
* Context-aware autocompletion & error highlighting
11+
* 📚 Interactive, multi-column docs (keyboard support)
12+
* ⚡️ Supports real-time GraphQL Subscriptions
1313

1414
## FAQ
1515

@@ -35,6 +35,12 @@ The desktop app is the same as the web version but includes these additional fea
3535

3636
### How does GraphQL Bin work?
3737

38+
You can easily share your Playgrounds with others by clicking on the "Share" button and sharing the generated link. You can think about GraphQL Bin like Pastebin for your GraphQL queries including the context (endpoint, HTTP headers, open tabs etc).
39+
40+
![](https://imgur.com/H1n64lL.png)
41+
42+
> You can also find the announcement blog post [here](https://blog.graph.cool/introducing-graphql-playground-f1e0a018f05d).
43+
3844

3945
## Code Usage
4046

0 commit comments

Comments
 (0)