mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update all dependencies to latest
This commit is contained in:
2
vendor/github.com/shurcooL/graphql/example/graphqldev/main.go
generated
vendored
2
vendor/github.com/shurcooL/graphql/example/graphqldev/main.go
generated
vendored
@@ -38,7 +38,7 @@ func run() error {
|
||||
mux := http.NewServeMux()
|
||||
mux.Handle("/query", &relay.Handler{Schema: schema})
|
||||
|
||||
client := graphql.NewClient("/query", &http.Client{Transport: localRoundTripper{handler: mux}}, nil)
|
||||
client := graphql.NewClient("/query", &http.Client{Transport: localRoundTripper{handler: mux}})
|
||||
|
||||
/*
|
||||
query {
|
||||
|
||||
Reference in New Issue
Block a user