{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block svg %}
{% endblock %}
{% block toolbar %}
{% set icon %}
{{ block('svg')}}
GraphQL
{% endset %}
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: true }) }}
{% endblock %}
{% block menu %}
{# This left-hand menu appears when using the full-screen profiler. #}
{{ block('svg')}}
GraphQL
{{ collector.count }}
{% endblock %}
{% block panel %}
{{ render(controller('Overblog\\GraphQLBundle\\Controller\\ProfilerController', {token: token})) }}
{% endblock %}