Skip to content

Commit 0db89b7

Browse files
committed
update bugdb_v1
1 parent 25ef08f commit 0db89b7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bugdb_v1/flag0/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ There is also a very clear structure of data at very right side for reference.
1313
So just make a query to loop through all the details of the data set.
1414

1515
```graphql
16-
{
16+
query{
1717
user {
1818
edges {
1919
node {
20-
id,
21-
username,
20+
id
21+
username
2222
bugs {
2323
pageInfo {
24-
startCursor,
24+
startCursor
2525
endCursor
26-
},
26+
}
2727
edges {
28-
cursor,
28+
cursor
2929
node {
30-
id,
31-
reporterId,
32-
text,
33-
private,
30+
id
31+
reporterId
32+
text
33+
private
3434
reporter {
3535
id
3636
}

bugdb_v1/flag0/imgs/flag.jpg

-6.17 KB
Loading

0 commit comments

Comments
 (0)