set opname

This commit is contained in:
Ben Kraft
2021-03-30 11:27:43 -07:00
parent e3f6afeb78
commit 2c52314494
17 changed files with 23 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ func SimpleInputQuery(
var retval SimpleInputQueryResponse
err := client.MakeRequest(
nil,
"SimpleInputQuery",
`
query SimpleInputQuery ($name: String!) {
user(query: {name:$name}) {