Doc comments

This commit is contained in:
Ben Kraft
2020-03-27 17:44:30 -07:00
parent c536227d32
commit 01b903b053
5 changed files with 41 additions and 19 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
# getViewer gets the current user's name.
query getViewer {
viewer {
MyName: name
}
}
# getUser gets the given user's name.
# getUser gets the given user's name from their username.
query getUser($login: String!) {
user(login: $login) {
theirName: name