From 56574a146bd16a13c9055128ec3c80e96a7c4b29 Mon Sep 17 00:00:00 2001 From: Ayaka Neko Date: Tue, 6 Sep 2022 20:29:21 +0800 Subject: [PATCH] feat: make Playground HTML content compatible with UTF-8 charset (#2355) --- graphql/playground/playground.go | 3 ++- graphql/playground/playground_test.go | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/graphql/playground/playground.go b/graphql/playground/playground.go index 720e1a1425..5f90b68965 100644 --- a/graphql/playground/playground.go +++ b/graphql/playground/playground.go @@ -9,6 +9,7 @@ import ( var page = template.Must(template.New("graphiql").Parse(` + {{.title}}