File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ The header can be added the following way:
17171 . Override the default GraphiQL template:
1818
1919``` yaml
20+ # config/packages/graphiql.yaml or app/config/config.yml for Symfony without Flex
2021overblog_graphiql :
2122 template : " GraphiQL/index.html.twig"
2223` ` `
23242. Create a new template:
2425
2526` ` ` twig
2627{# templates/GraphiQL/index.html.twig # }
27- {% extends 'OverblogGraphiQLBundle: GraphiQL: index.html.twig' %}
28+ {% extends '@OverblogGraphiQL/ GraphiQL/ index.html.twig' %}
2829
2930{% block graphql_fetcher_headers %}
3031headers = {
@@ -39,7 +40,7 @@ Or append headers instead of replacing the default one:
3940
4041``` twig
4142{# templates/GraphiQL/index.html.twig #}
42- {% extends 'OverblogGraphiQLBundle: GraphiQL: index.html.twig' %}
43+ {% extends '@OverblogGraphiQL/ GraphiQL/ index.html.twig' %}
4344
4445{% block graphql_fetcher_headers %}
4546{{ parent() }}
You can’t perform that action at this time.
0 commit comments