make client an interface
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ type QueryWithDoubleAliasUser struct {
|
||||
}
|
||||
|
||||
func QueryWithDoubleAlias(
|
||||
client *graphql.Client,
|
||||
client graphql.Client,
|
||||
) (*QueryWithDoubleAliasResponse, error) {
|
||||
var retval QueryWithDoubleAliasResponse
|
||||
err := client.MakeRequest(
|
||||
|
||||
Reference in New Issue
Block a user