We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0393b2 + 5852e16 commit cc93f95Copy full SHA for cc93f95
graphiql.go
@@ -66,7 +66,7 @@ func renderGraphiQL(w http.ResponseWriter, params graphql.Params) {
66
}
67
68
// graphiqlVersion is the current version of GraphiQL
69
-const graphiqlVersion = "0.11.3"
+const graphiqlVersion = "0.11.10"
70
71
// tmpl is the page template to render GraphiQL
72
const graphiqlTemplate = `
0 commit comments