Skip to content

Commit 5852e16

Browse files
author
Tobias Fuhrimann
committed
Upgrade GraphiQL to 0.11.10
1 parent f0393b2 commit 5852e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func renderGraphiQL(w http.ResponseWriter, params graphql.Params) {
6666
}
6767

6868
// graphiqlVersion is the current version of GraphiQL
69-
const graphiqlVersion = "0.11.3"
69+
const graphiqlVersion = "0.11.10"
7070

7171
// tmpl is the page template to render GraphiQL
7272
const graphiqlTemplate = `

0 commit comments

Comments
 (0)