diff --git a/juniper_iron/src/lib.rs b/juniper_iron/src/lib.rs index a35bb998..d8185aba 100644 --- a/juniper_iron/src/lib.rs +++ b/juniper_iron/src/lib.rs @@ -327,7 +327,7 @@ where impl Handler for GraphiQLHandler { fn handle(&self, _: &mut Request) -> IronResult { - let content_type = "text/html".parse::().unwrap(); + let content_type = "text/html; charset=utf-8".parse::().unwrap(); Ok(Response::with(( content_type,