<?php

namespace ContainerWkda1hQ;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getGraphql_IntrospectionManagerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'graphql.introspection_manager' shared autowired service.
     *
     * @return \App\Security\GraphqlIntrospectionManager
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 3).'/core/backend/Security/GraphqlIntrospectionManager.php';

        return $container->services['graphql.introspection_manager'] = new \App\Security\GraphqlIntrospectionManager($container->getEnv('default::bool:GRAPHQL_SHOW_DOCS'));
    }
}
