diff --git a/gql/graphiql.go b/gql/graphiql.go index 75c6a3b8..92bf2eb8 100644 --- a/gql/graphiql.go +++ b/gql/graphiql.go @@ -33,7 +33,7 @@ func PlaygroundHandler(apiURL string) http.HandlerFunc { } w.Header().Set("Content-Type", "text/html") err := page.Execute(w, map[string]interface{}{ - "apiUrl": apiURL, + "apiURL": apiURL, }) if err != nil { panic(err)