diff --git a/Resources/views/GraphiQL/index.html.twig b/Resources/views/GraphiQL/index.html.twig index 37dbc2745..481db6692 100644 --- a/Resources/views/GraphiQL/index.html.twig +++ b/Resources/views/GraphiQL/index.html.twig @@ -11,11 +11,11 @@ overflow: hidden; } - + {% endblock style %} - - - + + + {% block title %}GraphiQL{% endblock title %} {% endblock head %} @@ -38,6 +38,7 @@ method: "post", headers: headers, body: JSON.stringify(params), + credentials: 'include', }).then((res) => { return res.text() }).then((body) => {