Skip to content

Commit c8b24f4

Browse files
authored
Create document.graphql
1 parent 3d456d8 commit c8b24f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

document.graphql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
query user {
2+
user(id: 1) {
3+
id
4+
username
5+
email
6+
}
7+
}

0 commit comments

Comments
 (0)