sketches of generated graphql client
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"GetViewer gets the current user's name."
|
||||
query GetUser($login: String!) {
|
||||
User: user(login: $login) {
|
||||
Name: name
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user