We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ef08f commit 0db89b7Copy full SHA for 0db89b7
bugdb_v1/flag0/README.md
@@ -13,24 +13,24 @@ There is also a very clear structure of data at very right side for reference.
13
So just make a query to loop through all the details of the data set.
14
15
```graphql
16
-{
+query{
17
user {
18
edges {
19
node {
20
- id,
21
- username,
+ id
+ username
22
bugs {
23
pageInfo {
24
- startCursor,
+ startCursor
25
endCursor
26
- },
+ }
27
28
- cursor,
+ cursor
29
30
31
- reporterId,
32
- text,
33
- private,
+ reporterId
+ text
+ private
34
reporter {
35
id
36
}
bugdb_v1/flag0/imgs/flag.jpg
-6.17 KB
0 commit comments