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