make client an interface
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const (
|
||||
)
|
||||
|
||||
func InputObjectQuery(
|
||||
client *graphql.Client,
|
||||
client graphql.Client,
|
||||
query UserQueryInput,
|
||||
) (*InputObjectQueryResponse, error) {
|
||||
variables := map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user