We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4de8c7 commit 1ee558eCopy full SHA for 1ee558e
1 file changed
README.md
@@ -21,6 +21,8 @@ Open `http://localhost:8080/` at your browser and use.
21
22
## Example
23
24
+#### Input
25
+
26
```graphql
27
{
28
echo(message: "Hello World")
@@ -32,6 +34,21 @@ Open `http://localhost:8080/` at your browser and use.
32
34
}
33
35
```
36
37
+#### Output
38
39
+```json
40
+{
41
+ "data": {
42
+ "echo": "Welcome, Dear Hello World",
43
+ "sum": 12,
44
+ "s2": 3,
45
+ "s3": 62,
46
+ "s4": 52,
47
+ "s5": 102
48
+ }
49
+}
50
+```
51
52
## GraphQL Playground
53
54
Installing at arch: `yay graphql-playground-electron`
0 commit comments