var/cache/dev/ContainerKv7dsF6/App_KernelDevDebugContainer.php line 1603

Open in your IDE?
  1. <?php
  2. namespace ContainerKv7dsF6;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'fos_ck_editor.builder.json_builder' => 'getFosCkEditor_Builder_JsonBuilderService',
  48.             'fos_ck_editor.renderer' => 'getFosCkEditor_RendererService',
  49.             'fos_ck_editor.twig_extension' => 'getFosCkEditor_TwigExtensionService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  52.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  53.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  54.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  55.             'markdown.parser' => 'getMarkdown_ParserService',
  56.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  57.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  58.             'request_stack' => 'getRequestStackService',
  59.             'router' => 'getRouterService',
  60.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  61.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  62.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  63.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  64.             'translator' => 'getTranslatorService',
  65.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66.             'cache_clearer' => 'getCacheClearerService',
  67.             'filesystem' => 'getFilesystemService',
  68.             'serializer' => 'getSerializerService',
  69.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  70.             'form.factory' => 'getForm_FactoryService',
  71.             'form.type.file' => 'getForm_Type_FileService',
  72.             'profiler' => 'getProfilerService',
  73.             'twig' => 'getTwigService',
  74.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  75.             'security.token_storage' => 'getSecurity_TokenStorageService',
  76.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  77.             'session' => 'getSessionService',
  78.             'validator' => 'getValidatorService',
  79.         ];
  80.         $this->fileMap = [
  81.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  82.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  83.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  84.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             '.container.private.session' => 'get_Container_Private_SessionService',
  88.             'App\\BackendBundle\\Common\\EventCommonController' => 'getEventCommonControllerService',
  89.             'App\\BackendBundle\\Common\\ProfileCommonController' => 'getProfileCommonControllerService',
  90.             'App\\Controller\\AdminBundle\\AddressCityController' => 'getAddressCityControllerService',
  91.             'App\\Controller\\AdminBundle\\AddressCountryController' => 'getAddressCountryControllerService',
  92.             'App\\Controller\\AdminBundle\\AddressDistrictController' => 'getAddressDistrictControllerService',
  93.             'App\\Controller\\AdminBundle\\AddressStateController' => 'getAddressStateControllerService',
  94.             'App\\Controller\\AdminBundle\\AdminController' => 'getAdminControllerService',
  95.             'App\\Controller\\AdminBundle\\AutoCompleteController' => 'getAutoCompleteControllerService',
  96.             'App\\Controller\\AdminBundle\\BaseBackendController' => 'getBaseBackendControllerService',
  97.             'App\\Controller\\AdminBundle\\BlockController' => 'getBlockControllerService',
  98.             'App\\Controller\\AdminBundle\\BoPartnerProfileController' => 'getBoPartnerProfileControllerService',
  99.             'App\\Controller\\AdminBundle\\BoPartnerProfileNameController' => 'getBoPartnerProfileNameControllerService',
  100.             'App\\Controller\\AdminBundle\\CommonController' => 'getCommonControllerService',
  101.             'App\\Controller\\AdminBundle\\CompanyBenefitController' => 'getCompanyBenefitControllerService',
  102.             'App\\Controller\\AdminBundle\\CompanyCertificateController' => 'getCompanyCertificateControllerService',
  103.             'App\\Controller\\AdminBundle\\CompanyProfileController' => 'getCompanyProfileControllerService',
  104.             'App\\Controller\\AdminBundle\\CompanyProfileNameController' => 'getCompanyProfileNameControllerService',
  105.             'App\\Controller\\AdminBundle\\CompanySizeController' => 'getCompanySizeControllerService',
  106.             'App\\Controller\\AdminBundle\\Event\\EventBcDistrictController' => 'getEventBcDistrictControllerService',
  107.             'App\\Controller\\AdminBundle\\Event\\EventTagCategoryController' => 'getEventTagCategoryControllerService',
  108.             'App\\Controller\\AdminBundle\\Event\\EventTagController' => 'getEventTagControllerService',
  109.             'App\\Controller\\AdminBundle\\Faq\\FaqCategoryController' => 'getFaqCategoryControllerService',
  110.             'App\\Controller\\AdminBundle\\Faq\\FaqQuestionController' => 'getFaqQuestionControllerService',
  111.             'App\\Controller\\AdminBundle\\Faq\\FaqSubCategoryController' => 'getFaqSubCategoryControllerService',
  112.             'App\\Controller\\AdminBundle\\GalleryController' => 'getGalleryControllerService',
  113.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyCategoryController' => 'getInfoSectionCompanyCategoryControllerService',
  114.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyEntryController' => 'getInfoSectionCompanyEntryControllerService',
  115.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanySubCategoryController' => 'getInfoSectionCompanySubCategoryControllerService',
  116.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideCategoryController' => 'getInfoSectionGuideCategoryControllerService',
  117.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideEntryController' => 'getInfoSectionGuideEntryControllerService',
  118.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideSubCategoryController' => 'getInfoSectionGuideSubCategoryControllerService',
  119.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherCategoryController' => 'getInfoSectionTeacherCategoryControllerService',
  120.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherEntryController' => 'getInfoSectionTeacherEntryControllerService',
  121.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherSubCategoryController' => 'getInfoSectionTeacherSubCategoryControllerService',
  122.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersCategoryController' => 'getInfoSectionVirtualOffersCategoryControllerService',
  123.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersEntryController' => 'getInfoSectionVirtualOffersEntryControllerService',
  124.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersSubCategoryController' => 'getInfoSectionVirtualOffersSubCategoryControllerService',
  125.             'App\\Controller\\AdminBundle\\InformationLinkController' => 'getInformationLinkControllerService',
  126.             'App\\Controller\\AdminBundle\\JobAmsController' => 'getJobAmsControllerService',
  127.             'App\\Controller\\AdminBundle\\JobController' => 'getJobControllerService',
  128.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeController' => 'getJobDailyRoutineApprenticeControllerService',
  129.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeEntryController' => 'getJobDailyRoutineApprenticeEntryControllerService',
  130.             'App\\Controller\\AdminBundle\\JobDetailImageController' => 'getJobDetailImageControllerService',
  131.             'App\\Controller\\AdminBundle\\JobLinkController' => 'getJobLinkControllerService',
  132.             'App\\Controller\\AdminBundle\\JobPortraitController' => 'getJobPortraitControllerService',
  133.             'App\\Controller\\AdminBundle\\JobPortraitEntryController' => 'getJobPortraitEntryControllerService',
  134.             'App\\Controller\\AdminBundle\\JobSectorController' => 'getJobSectorControllerService',
  135.             'App\\Controller\\AdminBundle\\JobWorkFieldController' => 'getJobWorkFieldControllerService',
  136.             'App\\Controller\\AdminBundle\\MediaController' => 'getMediaControllerService',
  137.             'App\\Controller\\AdminBundle\\MiscFileController' => 'getMiscFileControllerService',
  138.             'App\\Controller\\AdminBundle\\NewsController' => 'getNewsControllerService',
  139.             'App\\Controller\\AdminBundle\\OperatorController' => 'getOperatorControllerService',
  140.             'App\\Controller\\AdminBundle\\PointsGeneralController' => 'getPointsGeneralControllerService',
  141.             'App\\Controller\\AdminBundle\\PointsSchoolClassController' => 'getPointsSchoolClassControllerService',
  142.             'App\\Controller\\AdminBundle\\ProviderController' => 'getProviderControllerService',
  143.             'App\\Controller\\AdminBundle\\Quest\\QuestController' => 'getQuestControllerService',
  144.             'App\\Controller\\AdminBundle\\Quest\\QuestTasksController' => 'getQuestTasksControllerService',
  145.             'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
  146.             'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
  147.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
  148.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
  149.             'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
  150.             'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
  151.             'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
  152.             'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
  153.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  154.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  155.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  156.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  157.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  160.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  161.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  162.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  163.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  164.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  165.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  166.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  167.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
  168.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  169.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  170.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  171.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  172.             'App\\Controller\\AdminBundle\\SchoolClassTeachingIdeaController' => 'getSchoolClassTeachingIdeaControllerService',
  173.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  174.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  175.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  176.             'App\\Controller\\AdminBundle\\SchoolPortraitController' => 'getSchoolPortraitControllerService',
  177.             'App\\Controller\\AdminBundle\\SchoolPortraitEntryController' => 'getSchoolPortraitEntryControllerService',
  178.             'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
  179.             'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
  180.             'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
  181.             'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
  182.             'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
  183.             'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
  184.             'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
  185.             'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
  186.             'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
  187.             'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
  188.             'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
  189.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
  190.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
  191.             'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
  192.             'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
  193.             'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
  194.             'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
  195.             'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
  196.             'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
  197.             'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
  198.             'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
  199.             'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
  200.             'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
  201.             'App\\Controller\\AdminBundle\\TeachingIdeaTypeController' => 'getTeachingIdeaTypeControllerService',
  202.             'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
  203.             'App\\Controller\\AdminBundle\\Trophy\\BerufsSafariTrophyController' => 'getBerufsSafariTrophyControllerService',
  204.             'App\\Controller\\AdminBundle\\Trophy\\BewerbungsworkshopTrophyController' => 'getBewerbungsworkshopTrophyControllerService',
  205.             'App\\Controller\\AdminBundle\\VirtualRealityPortraitController' => 'getVirtualRealityPortraitControllerService',
  206.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  207.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  208.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  209.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  210.             'App\\Controller\\FrontendBundle\\BasisCheckController' => 'getBasisCheckControllerService',
  211.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
  212.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
  213.             'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
  214.             'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
  215.             'App\\Controller\\FrontendBundle\\CompanyQuestionSubmitController' => 'getCompanyQuestionSubmitControllerService',
  216.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
  217.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
  218.             'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
  219.             'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
  220.             'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
  221.             'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
  222.             'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
  223.             'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
  224.             'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
  225.             'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
  226.             'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
  227.             'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
  228.             'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
  229.             'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
  230.             'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
  231.             'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
  232.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameController' => 'getStellenanzeigeGameControllerService',
  233.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameOLDController' => 'getStellenanzeigeGameOLDControllerService',
  234.             'App\\Controller\\FrontendBundle\\GeneralController' => 'getGeneralControllerService',
  235.             'App\\Controller\\FrontendBundle\\Ideas\\CompanyIdeasController' => 'getCompanyIdeasControllerService',
  236.             'App\\Controller\\FrontendBundle\\Ideas\\GuidelinesController' => 'getGuidelinesControllerService',
  237.             'App\\Controller\\FrontendBundle\\Ideas\\TeacherIdeasController' => 'getTeacherIdeasControllerService',
  238.             'App\\Controller\\FrontendBundle\\Ideas\\VirtualOffersController' => 'getVirtualOffersControllerService',
  239.             'App\\Controller\\FrontendBundle\\InfoController' => 'getInfoControllerService',
  240.             'App\\Controller\\FrontendBundle\\Job\\JobController' => 'getJobController3Service',
  241.             'App\\Controller\\FrontendBundle\\Job\\JobSectorController' => 'getJobSectorController2Service',
  242.             'App\\Controller\\FrontendBundle\\LowerAustria\\Games\\LowerAustriaMemoryGameController' => 'getLowerAustriaMemoryGameControllerService',
  243.             'App\\Controller\\FrontendBundle\\LowerAustria\\LowerAustriaController' => 'getLowerAustriaControllerService',
  244.             'App\\Controller\\FrontendBundle\\MailTestController' => 'getMailTestControllerService',
  245.             'App\\Controller\\FrontendBundle\\MatomoController' => 'getMatomoControllerService',
  246.             'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
  247.             'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
  248.             'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
  249.             'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
  250.             'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
  251.             'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
  252.             'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
  253.             'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
  254.             'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
  255.             'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
  256.             'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
  257.             'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
  258.             'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
  259.             'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
  260.             'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
  261.             'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
  262.             'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
  263.             'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
  264.             'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
  265.             'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
  266.             'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
  267.             'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
  268.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
  269.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
  270.             'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
  271.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
  272.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
  273.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
  274.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
  275.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
  276.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
  277.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
  278.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
  279.             'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
  280.             'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
  281.             'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
  282.             'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
  283.             'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
  284.             'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
  285.             'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
  286.             'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
  287.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
  288.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
  289.             'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
  290.             'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
  291.             'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
  292.             'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
  293.             'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
  294.             'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
  295.             'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
  296.             'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
  297.             'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
  298.             'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
  299.             'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
  300.             'App\\Controller\\FrontendBundle\\TestController' => 'getTestControllerService',
  301.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  302.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  303.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  304.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  305.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  306.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  307.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  308.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  309.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  310.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  311.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  312.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  313.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  314.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  315.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  316.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  317.             'block.editor' => 'getBlock_EditorService',
  318.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  319.             'block.footer' => 'getBlock_FooterService',
  320.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  321.             'block.header.child' => 'getBlock_Header_ChildService',
  322.             'block.header.main' => 'getBlock_Header_MainService',
  323.             'block.heading' => 'getBlock_HeadingService',
  324.             'block.random.jobs' => 'getBlock_Random_JobsService',
  325.             'block.slider' => 'getBlock_SliderService',
  326.             'cache.app_clearer' => 'getCache_AppClearerService',
  327.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  328.             'cache.system_clearer' => 'getCache_SystemClearerService',
  329.             'cache_warmer' => 'getCacheWarmerService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportReplaceBicLinksCommand' => 'getBicImportReplaceBicLinksCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\chatgpt\\ImageAltTextCommand' => 'getImageAltTextCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\chatgpt\\ProcessImageBatchOutputCommand' => 'getProcessImageBatchOutputCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ImportPicturesCommand' => 'getImportPicturesCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportBlacklistCommand' => 'getCompanyImportBlacklistCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportClearCommand' => 'getCompanyImportClearCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportDeleteCommand' => 'getCompanyImportDeleteCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportQuizQuestionsCommand' => 'getCompanyImportQuizQuestionsCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand' => 'getGameQuizCorrectPointsCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\StoryQuizImportCommand' => 'getStoryQuizImportCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldUpdateCommand' => 'getJobsInterestFieldUpdateCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\media\\MediaInUseCommand' => 'getMediaInUseCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\media\\MediaUpdateAltTextCommand' => 'getMediaUpdateAltTextCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\media\\RemoveUnusedMediaCommand' => 'getRemoveUnusedMediaCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  438.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  439.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  440.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  441.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  442.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  443.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  444.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  445.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  446.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  447.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  448.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  449.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  450.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  451.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  452.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  453.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\DeleteMultipleSchoolMappingsCommand' => 'getDeleteMultipleSchoolMappingsCommandService',
  454.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  455.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  456.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand' => 'getSchoolClassCodeCommandService',
  457.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  458.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  459.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  460.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  461.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  462.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  463.             'console.command_loader' => 'getConsole_CommandLoaderService',
  464.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  465.             'error_controller' => 'getErrorControllerService',
  466.             'fos_ck_editor.command.installer' => 'getFosCkEditor_Command_InstallerService',
  467.             'fos_ck_editor.configuration' => 'getFosCkEditor_ConfigurationService',
  468.             'fos_ck_editor.form.type' => 'getFosCkEditor_Form_TypeService',
  469.             'fos_ck_editor.installer' => 'getFosCkEditor_InstallerService',
  470.             'jms_serializer' => 'getJmsSerializerService',
  471.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  472.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  473.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  474.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  475.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  476.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  477.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  478.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  479.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  480.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  481.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  482.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  483.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  484.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  485.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  486.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  487.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  488.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  489.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  490.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  491.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  492.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  493.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  494.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  495.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  496.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  497.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  498.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  499.             'routing.loader' => 'getRouting_LoaderService',
  500.             'services_resetter' => 'getServicesResetterService',
  501.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  502.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  503.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  504.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  505.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  506.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  507.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  508.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  509.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  510.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  511.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  512.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  513.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  514.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  515.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  516.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  517.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  518.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  519.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  520.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  521.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  522.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  523.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  524.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  525.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  526.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  527.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  528.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  529.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  530.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  531.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  532.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  533.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  534.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  535.         ];
  536.         $this->aliases = [
  537.             'App\\Kernel' => 'kernel',
  538.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  539.             'database_connection' => 'doctrine.dbal.default_connection',
  540.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  541.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  542.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  543.             'sonata.seo.page' => 'sonata.seo.page.default',
  544.         ];
  545.         $this->privates['service_container'] = function () {
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  552.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  561.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  562.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GoogleApiHelper.php';
  563.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  564.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  565.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  566.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  567.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  568.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  569.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  570.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  571.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobMarketHelper.php';
  572.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  573.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  574.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  575.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  576.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  577.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  578.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  579.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  580.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  581.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  582.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  583.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  584.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  585.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  594.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  604.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  606.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  625.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  631.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  643.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  644.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  651.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  652.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  655.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  656.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  657.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  659.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  660.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  662.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  664.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  667.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  669.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  670.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  671.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  678.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  680.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  681.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  682.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  685.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  687.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  688.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  690.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  691.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  692.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  693.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  697.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  720.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  722.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  727.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  737.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  740.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  741.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  743.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  818.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  857.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  863.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  864.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  867.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  868.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  869.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  870.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  913.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  923.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  925.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  926.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  928.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  929.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  930.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  931.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  933.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  935.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  936.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  937.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  938.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  939.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  940.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  941.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  942.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  943.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  944.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  945.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  946.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  947.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  948.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  949.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  950.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  951.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  952.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  953.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  954.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  955.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  956.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  957.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  958.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  959.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  960.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  966.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  983.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  985.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  986.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  987.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  988.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  989.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  993.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  995.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  996.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1026.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  1027.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  1028.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  1029.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1031.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  1032.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  1033.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1034.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1035.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1036.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1074.         };
  1075.     }
  1076.     public function compile(): void
  1077.     {
  1078.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1079.     }
  1080.     public function isCompiled(): bool
  1081.     {
  1082.         return true;
  1083.     }
  1084.     public function getRemovedIds(): array
  1085.     {
  1086.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1087.     }
  1088.     protected function load($file$lazyLoad true)
  1089.     {
  1090.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1091.             return $class::do($this$lazyLoad);
  1092.         }
  1093.         if ('.' === $file[-4]) {
  1094.             $class substr($class0, -4);
  1095.         } else {
  1096.             $file .= '.php';
  1097.         }
  1098.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1099.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1100.     }
  1101.     protected function createProxy($class\Closure $factory)
  1102.     {
  1103.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1104.         return $factory();
  1105.     }
  1106.     /**
  1107.      * Gets the public '.container.private.filesystem' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\Filesystem\Filesystem
  1110.      */
  1111.     protected function get_Container_Private_FilesystemService()
  1112.     {
  1113.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1114.     }
  1115.     /**
  1116.      * Gets the public '.container.private.profiler' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1119.      */
  1120.     protected function get_Container_Private_ProfilerService()
  1121.     {
  1122.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1123.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1124.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1125.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1127.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1128.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1129.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1130.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1131.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1132.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1133.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1134.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1135.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1136.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1137.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1138.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1139.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1140.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1141.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1142.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1143.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1144.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1145.         if ($this->has('kernel')) {
  1146.             $f->setKernel($b);
  1147.         }
  1148.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1149.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1150.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1151.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1152.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1153.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1154.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1155.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1156.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1157.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1158.         $instance->add($d);
  1159.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1160.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1161.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1162.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1163.         $instance->add($e);
  1164.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1165.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1166.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1167.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1168.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1169.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1170.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1171.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1172.         $instance->add($f);
  1173.         return $instance;
  1174.     }
  1175.     /**
  1176.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1177.      *
  1178.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1179.      */
  1180.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1181.     {
  1182.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1183.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1184.             return $this->services['.container.private.security.authorization_checker'];
  1185.         }
  1186.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1187.     }
  1188.     /**
  1189.      * Gets the public '.container.private.security.token_storage' shared service.
  1190.      *
  1191.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1192.      */
  1193.     protected function get_Container_Private_Security_TokenStorageService()
  1194.     {
  1195.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1196.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1197.         ], [
  1198.             'request_stack' => '?',
  1199.         ]));
  1200.     }
  1201.     /**
  1202.      * Gets the public '.container.private.twig' shared service.
  1203.      *
  1204.      * @return \Twig\Environment
  1205.      */
  1206.     protected function get_Container_Private_TwigService()
  1207.     {
  1208.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1210.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1211.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1212.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1213.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1215.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1216.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1218.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1219.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1222.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1223.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1226.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1227.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1228.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1229.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1230.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1231.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1232.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1233.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1234.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1235.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1236.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1237.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  1238.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
  1239.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1240.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1241.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1242.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1243.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1244.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1245.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1246.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1247.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1248.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1249.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1250.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1251.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1252.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1253.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1254.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1255.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1256.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1257.         $e = ($this->services['router'] ?? $this->getRouterService());
  1258.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1259.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1260.         $h = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1261.         $h->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1262.         $h->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1263.         $h->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1264.         $h->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1265.         $h->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1266.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1267.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1268.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1269.         $j->setEnvironment('dev');
  1270.         $j->setDebug(true);
  1271.         if ($this->has('.container.private.security.token_storage')) {
  1272.             $j->setTokenStorage($g);
  1273.         }
  1274.         if ($this->has('request_stack')) {
  1275.             $j->setRequestStack($f);
  1276.         }
  1277.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1278.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1281.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1282.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  1283.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1284.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1285.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1286.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1287.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1288.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1289.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1290.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1291.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1292.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1293.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1294.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1295.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1296.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1297.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1298.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1299.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1300.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1301.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1302.         $instance->addExtension(new \App\Twig\MathExtension());
  1303.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1304.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1305.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1306.         $instance->addExtension(($this->services['fos_ck_editor.twig_extension'] ?? $this->getFosCkEditor_TwigExtensionService()));
  1307.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1308.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($h));
  1309.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1310.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1311.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1312.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1313.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1314.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1315.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  1316.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1317.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1318.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1319.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1320.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1321.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1322.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1323.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1324.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1325.         $instance->addGlobal('app'$j);
  1326.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1327.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1328.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  1329.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1330.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1331.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1332.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1333.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1334.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1335.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1336.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1337.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1338.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1339.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1340.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1341.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1342.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1343.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1344.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1345.         ], [
  1346.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1347.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1348.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1349.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1350.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1351.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1352.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1353.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1354.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1355.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1356.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1357.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1358.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1359.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1360.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1361.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1362.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1363.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1364.         ])));
  1365.         $instance->addGlobal('frontendDomain'$this->getEnv('FRONTEND_DOMAIN'));
  1366.         $instance->addGlobal('backendDomain'$this->getEnv('BACKEND_DOMAIN'));
  1367.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1368.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'bundles/sonataform/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataform/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  1369.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1370.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1371.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  1372.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1373.         return $instance;
  1374.     }
  1375.     /**
  1376.      * Gets the public '.container.private.validator' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1379.      */
  1380.     protected function get_Container_Private_ValidatorService()
  1381.     {
  1382.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1383.         if (isset($this->services['.container.private.validator'])) {
  1384.             return $this->services['.container.private.validator'];
  1385.         }
  1386.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1387.     }
  1388.     /**
  1389.      * Gets the public 'cache.app' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1392.      */
  1393.     protected function getCache_AppService()
  1394.     {
  1395.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('6UwnH3UI19'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1396.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1397.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1398.     }
  1399.     /**
  1400.      * Gets the public 'cache.system' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1403.      */
  1404.     protected function getCache_SystemService()
  1405.     {
  1406.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XXUFuu10Wo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1407.     }
  1408.     /**
  1409.      * Gets the public 'cache.validator_expression_language' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1412.      */
  1413.     protected function getCache_ValidatorExpressionLanguageService()
  1414.     {
  1415.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qkPnSbbaD6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1416.     }
  1417.     /**
  1418.      * Gets the public 'data_collector.dump' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1421.      */
  1422.     protected function getDataCollector_DumpService()
  1423.     {
  1424.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1425.     }
  1426.     /**
  1427.      * Gets the public 'doctrine' shared service.
  1428.      *
  1429.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1430.      */
  1431.     protected function getDoctrineService()
  1432.     {
  1433.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1434.     }
  1435.     /**
  1436.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1437.      *
  1438.      * @return \Doctrine\DBAL\Connection
  1439.      */
  1440.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1441.     {
  1442.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1443.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1444.             return $this->services['doctrine.dbal.default_connection'];
  1445.         }
  1446.         $b = new \Doctrine\DBAL\Configuration();
  1447.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1448.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1449.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1450.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1451.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1452.         $d->setConnectionName('default');
  1453.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1454.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1455.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1456.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1457.     }
  1458.     /**
  1459.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1460.      *
  1461.      * @return \Doctrine\ORM\EntityManager
  1462.      */
  1463.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1464.     {
  1465.         if ($lazyLoad) {
  1466.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1467.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1468.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1469.                     $proxy->setProxyInitializer(null);
  1470.                     return true;
  1471.                 });
  1472.             });
  1473.         }
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1496.         $a = new \Doctrine\ORM\Configuration();
  1497.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1498.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/AdminBundle/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')], false)));
  1499.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1500.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1501.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1502.         $b->addDriver(($this->privates['league.oauth2_server.persistence.driver'] ?? ($this->privates['league.oauth2_server.persistence.driver'] = new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'))), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1503.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1504.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1505.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1506.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1507.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1508.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1509.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1510.         ], [
  1511.             'doctrine.ulid_generator' => '?',
  1512.             'doctrine.uuid_generator' => '?',
  1513.         ])));
  1514.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1515.         $a->setProxyNamespace('Proxies');
  1516.         $a->setAutoGenerateProxyClasses(false);
  1517.         $a->setSchemaIgnoreClasses([]);
  1518.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1519.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1520.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1521.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1522.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1523.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1524.         $a->setLazyGhostObjectEnabled(false);
  1525.         $a->setIdentityGenerationPreferences([]);
  1526.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  1527.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1528.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1529.         return $instance;
  1530.     }
  1531.     /**
  1532.      * Gets the public 'event_dispatcher' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1535.      */
  1536.     protected function getEventDispatcherService()
  1537.     {
  1538.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1539.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1540.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1542.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1543.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1544.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1545.         }, => 'resolve'], 0);
  1546.         $instance->addListener('console.command', [=> function () {
  1547.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1548.         }, => 'onConsoleCommand'], 0);
  1549.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1550.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1551.         }, => 'onPostIndexPopulate'], -9999);
  1552.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1553.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1554.         }, => 'onAuthorizationRequest'], 1024);
  1555.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1556.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1557.         }, => '__invoke'], 0);
  1558.         $instance->addListener('graphql.error_formatting', [=> function () {
  1559.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1560.         }, => 'onErrorFormatting'], 0);
  1561.         $instance->addListener('graphql.executor.context', [=> function () {
  1562.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1563.         }, => 'onExecutorContextEvent'], 0);
  1564.         $instance->addListener('graphql.type_loaded', [=> function () {
  1565.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1566.         }, => 'onTypeLoaded'], 0);
  1567.         $instance->addListener('graphql.error_formatting', [=> function () {
  1568.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1569.         }, => 'onErrorFormatting'], 0);
  1570.         $instance->addListener('graphql.post_executor', [=> function () {
  1571.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1572.         }, => 'onPostExecutor'], 0);
  1573.         $instance->addListener('graphql.post_executor', [=> function () {
  1574.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1575.         }, => 'onPostExecutor'], 0);
  1576.         $instance->addListener('kernel.request', [=> function () {
  1577.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1578.         }, => 'load'], 255);
  1579.         $instance->addListener('console.command', [=> function () {
  1580.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1581.         }, => 'load'], 255);
  1582.         $instance->addListener('kernel.response', [=> function () {
  1583.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1584.         }, => 'onKernelResponse'], 0);
  1585.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1586.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1587.         }, => 'onBlock'], 0);
  1588.         $instance->addListener('kernel.controller', [=> function () {
  1589.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1590.         }, => 'onKernelController'], 0);
  1591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1592.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1593.         }, => 'checkPassport'], 1024);
  1594.         $instance->addListener('kernel.response', [=> function () {
  1595.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1596.         }, => 'onKernelResponse'], 0);
  1597.         $instance->addListener('kernel.response', [=> function () {
  1598.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1599.         }, => 'onKernelResponse'], 0);
  1600.         $instance->addListener('kernel.response', [=> function () {
  1601.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1602.         }, => 'onKernelResponse'], 0);
  1603.         $instance->addListener('kernel.response', [=> function () {
  1604.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1605.         }, => 'onKernelResponse'], 0);
  1606.         $instance->addListener('kernel.response', [=> function () {
  1607.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1608.         }, => 'onKernelResponse'], 0);
  1609.         $instance->addListener('knp_pager.items', [=> function () {
  1610.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1611.         }, => 'items'], 1);
  1612.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1613.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1614.         }, => 'filterObjects'], 0);
  1615.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1616.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1617.         }, => 'checkPassport'], 256);
  1618.         $instance->addListener('kernel.controller', [=> function () {
  1619.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1620.         }, => 'onKernelController'], 0);
  1621.         $instance->addListener('kernel.controller', [=> function () {
  1622.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1623.         }, => 'onKernelController'], 0);
  1624.         $instance->addListener('kernel.controller', [=> function () {
  1625.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1626.         }, => 'onKernelController'], -128);
  1627.         $instance->addListener('kernel.view', [=> function () {
  1628.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1629.         }, => 'onKernelView'], 0);
  1630.         $instance->addListener('kernel.controller', [=> function () {
  1631.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1632.         }, => 'onKernelController'], 0);
  1633.         $instance->addListener('kernel.response', [=> function () {
  1634.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1635.         }, => 'onKernelResponse'], 0);
  1636.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1637.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1638.         }, => 'onKernelControllerArguments'], 0);
  1639.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1640.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1641.         }, => 'onKernelControllerArguments'], 0);
  1642.         $instance->addListener('kernel.controller', [=> function () {
  1643.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1644.         }, => 'onKernelController'], 0);
  1645.         $instance->addListener('kernel.response', [=> function () {
  1646.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1647.         }, => 'onKernelResponse'], 0);
  1648.         $instance->addListener('kernel.response', [=> function () {
  1649.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1650.         }, => 'onKernelResponse'], -1024);
  1651.         $instance->addListener('kernel.request', [=> function () {
  1652.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1653.         }, => 'setDefaultLocale'], 100);
  1654.         $instance->addListener('kernel.request', [=> function () {
  1655.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1656.         }, => 'onKernelRequest'], 16);
  1657.         $instance->addListener('kernel.finish_request', [=> function () {
  1658.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1659.         }, => 'onKernelFinishRequest'], 0);
  1660.         $instance->addListener('kernel.request', [=> function () {
  1661.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1662.         }, => 'onKernelRequest'], 256);
  1663.         $instance->addListener('kernel.response', [=> function () {
  1664.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1665.         }, => 'onResponse'], -255);
  1666.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1667.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1668.         }, => 'onControllerArguments'], 0);
  1669.         $instance->addListener('kernel.exception', [=> function () {
  1670.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1671.         }, => 'logKernelException'], 0);
  1672.         $instance->addListener('kernel.exception', [=> function () {
  1673.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1674.         }, => 'onKernelException'], -128);
  1675.         $instance->addListener('kernel.response', [=> function () {
  1676.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1677.         }, => 'removeCspHeader'], -128);
  1678.         $instance->addListener('kernel.request', [=> function () {
  1679.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1680.         }, => 'onKernelRequest'], 15);
  1681.         $instance->addListener('kernel.finish_request', [=> function () {
  1682.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1683.         }, => 'onKernelFinishRequest'], -15);
  1684.         $instance->addListener('console.error', [=> function () {
  1685.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1686.         }, => 'onConsoleError'], -128);
  1687.         $instance->addListener('console.terminate', [=> function () {
  1688.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1689.         }, => 'onConsoleTerminate'], -128);
  1690.         $instance->addListener('console.error', [=> function () {
  1691.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1692.         }, => 'onConsoleError'], 0);
  1693.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1694.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1695.         }, => 'onMessage'], -255);
  1696.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1697.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1698.         }, => 'onMessage'], -255);
  1699.         $instance->addListener('kernel.request', [=> function () {
  1700.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1701.         }, => 'configure'], 2048);
  1702.         $instance->addListener('console.command', [=> function () {
  1703.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1704.         }, => 'configure'], 2048);
  1705.         $instance->addListener('kernel.request', [=> function () {
  1706.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1707.         }, => 'onKernelRequest'], 32);
  1708.         $instance->addListener('kernel.finish_request', [=> function () {
  1709.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1710.         }, => 'onKernelFinishRequest'], 0);
  1711.         $instance->addListener('kernel.exception', [=> function () {
  1712.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1713.         }, => 'onKernelException'], -64);
  1714.         $instance->addListener('kernel.response', [=> function () {
  1715.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1716.         }, => 'onKernelResponse'], 0);
  1717.         $instance->addListener('kernel.request', [=> function () {
  1718.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1719.         }, => 'onKernelRequest'], 128);
  1720.         $instance->addListener('kernel.response', [=> function () {
  1721.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1722.         }, => 'onKernelResponse'], -1000);
  1723.         $instance->addListener('kernel.finish_request', [=> function () {
  1724.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1725.         }, => 'onFinishRequest'], 0);
  1726.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1727.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1728.         }, => 'onNotification'], -255);
  1729.         $instance->addListener('kernel.response', [=> function () {
  1730.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1731.         }, => 'onKernelResponse'], -100);
  1732.         $instance->addListener('kernel.exception', [=> function () {
  1733.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1734.         }, => 'onKernelException'], 0);
  1735.         $instance->addListener('kernel.terminate', [=> function () {
  1736.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1737.         }, => 'onKernelTerminate'], -1024);
  1738.         $instance->addListener('kernel.controller', [=> function () {
  1739.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1740.         }, => 'onKernelController'], 0);
  1741.         $instance->addListener('kernel.response', [=> function () {
  1742.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1743.         }, => 'onKernelResponse'], 0);
  1744.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1745.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1746.         }, => 'onMessage'], 0);
  1747.         $instance->addListener('kernel.response', [=> function () {
  1748.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1749.         }, => 'onKernelResponse'], -128);
  1750.         $instance->addListener('console.command', [=> function () {
  1751.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1752.         }, => 'onCommand'], 255);
  1753.         $instance->addListener('console.terminate', [=> function () {
  1754.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1755.         }, => 'onTerminate'], -255);
  1756.         $instance->addListener('console.command', [=> function () {
  1757.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1758.         }, => 'configure'], 1024);
  1759.         $instance->addListener('console.error', [=> function () {
  1760.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1761.         }, => 'onConsoleError'], 0);
  1762.         $instance->addListener('console.terminate', [=> function () {
  1763.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1764.         }, => 'onConsoleTerminate'], 0);
  1765.         $instance->addListener('kernel.response', [=> function () {
  1766.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1767.         }, => 'onKernelResponse'], 0);
  1768.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1769.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1770.         }, => 'checkPassport'], 0);
  1771.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1772.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1773.         }, => 'onLoginSuccess'], 0);
  1774.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1775.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1776.         }, => 'onVoterVote'], 0);
  1777.         $instance->addListener('kernel.request', [=> function () {
  1778.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1779.         }, => 'configureLogoutUrlGenerator'], 8);
  1780.         $instance->addListener('kernel.request', [=> function () {
  1781.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1782.         }, => 'onKernelRequest'], 8);
  1783.         $instance->addListener('kernel.finish_request', [=> function () {
  1784.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1785.         }, => 'onKernelFinishRequest'], 0);
  1786.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1787.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1788.         }, => 'checkPassport'], 512);
  1789.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1790.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1791.         }, => 'onLogout'], 0);
  1792.         return $instance;
  1793.     }
  1794.     /**
  1795.      * Gets the public 'fos_ck_editor.builder.json_builder' shared autowired service.
  1796.      *
  1797.      * @return \FOS\CKEditorBundle\Builder\JsonBuilder
  1798.      */
  1799.     protected function getFosCkEditor_Builder_JsonBuilderService()
  1800.     {
  1801.         return $this->services['fos_ck_editor.builder.json_builder'] = new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1802.     }
  1803.     /**
  1804.      * Gets the public 'fos_ck_editor.renderer' shared autowired service.
  1805.      *
  1806.      * @return \FOS\CKEditorBundle\Renderer\CKEditorRenderer
  1807.      */
  1808.     protected function getFosCkEditor_RendererService()
  1809.     {
  1810.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1811.         if (isset($this->services['fos_ck_editor.renderer'])) {
  1812.             return $this->services['fos_ck_editor.renderer'];
  1813.         }
  1814.         return $this->services['fos_ck_editor.renderer'] = new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(($this->services['fos_ck_editor.builder.json_builder'] ?? $this->getFosCkEditor_Builder_JsonBuilderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)));
  1815.     }
  1816.     /**
  1817.      * Gets the public 'fos_ck_editor.twig_extension' shared autowired service.
  1818.      *
  1819.      * @return \FOS\CKEditorBundle\Twig\CKEditorExtension
  1820.      */
  1821.     protected function getFosCkEditor_TwigExtensionService()
  1822.     {
  1823.         $a = ($this->services['fos_ck_editor.renderer'] ?? $this->getFosCkEditor_RendererService());
  1824.         if (isset($this->services['fos_ck_editor.twig_extension'])) {
  1825.             return $this->services['fos_ck_editor.twig_extension'];
  1826.         }
  1827.         return $this->services['fos_ck_editor.twig_extension'] = new \FOS\CKEditorBundle\Twig\CKEditorExtension($a);
  1828.     }
  1829.     /**
  1830.      * Gets the public 'http_kernel' shared service.
  1831.      *
  1832.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1833.      */
  1834.     protected function getHttpKernelService()
  1835.     {
  1836.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1837.         if (isset($this->services['http_kernel'])) {
  1838.             return $this->services['http_kernel'];
  1839.         }
  1840.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1841.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1842.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1843.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1844.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1845.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1846.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1847.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1848.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1849.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1850.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1851.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1852.     }
  1853.     /**
  1854.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1855.      *
  1856.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1857.      */
  1858.     protected function getLiipImagine_Cache_ManagerService()
  1859.     {
  1860.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1861.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1862.             return $this->services['liip_imagine.cache.manager'];
  1863.         }
  1864.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  1865.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1866.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1871.      *
  1872.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1873.      */
  1874.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1875.     {
  1876.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1877.     }
  1878.     /**
  1879.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1880.      *
  1881.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1882.      */
  1883.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1884.     {
  1885.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1886.     }
  1887.     /**
  1888.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1889.      *
  1890.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1891.      */
  1892.     protected function getLiipImagine_Cache_SignerService()
  1893.     {
  1894.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1895.     }
  1896.     /**
  1897.      * Gets the public 'markdown.parser' shared service.
  1898.      *
  1899.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1900.      */
  1901.     protected function getMarkdown_ParserService()
  1902.     {
  1903.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1904.     }
  1905.     /**
  1906.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1907.      *
  1908.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1909.      */
  1910.     protected function getOverblogGraphql_CacheCompilerService()
  1911.     {
  1912.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1913.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1914.             return $this->services['overblog_graphql.cache_compiler'];
  1915.         }
  1916.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1917.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1918.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1919.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1920.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1921.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1922.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1923.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1924.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1925.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1926.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1927.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1928.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1929.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1930.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1931.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1932.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1933.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1934.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1935.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1936.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1937.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1938.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1939.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1940.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1941.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1942.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1943.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1944.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1945.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1946.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1947.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1948.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1949.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1950.         return $this->services['overblog_graphql.cache_compiler'] = new \Overblog\GraphQLBundle\Generator\TypeGenerator($this->parameters['overblog_graphql_types.config'], new \Overblog\GraphQLBundle\Generator\TypeBuilder(new \Overblog\GraphQLBundle\Generator\Converter\ExpressionConverter($b), 'Overblog\\GraphQLBundle\\__DEFINITIONS__'), $a, new \Overblog\GraphQLBundle\Generator\TypeGeneratorOptions('Overblog\\GraphQLBundle\\__DEFINITIONS__'NULLtrue$this->targetDir.''NULL));
  1951.     }
  1952.     /**
  1953.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1954.      *
  1955.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1956.      */
  1957.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1958.     {
  1959.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1960.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1961.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1962.         }
  1963.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1964.     }
  1965.     /**
  1966.      * Gets the public 'request_stack' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1969.      */
  1970.     protected function getRequestStackService()
  1971.     {
  1972.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1973.     }
  1974.     /**
  1975.      * Gets the public 'router' shared service.
  1976.      *
  1977.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1978.      */
  1979.     protected function getRouterService()
  1980.     {
  1981.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1982.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1983.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1984.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1985.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1986.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1987.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1988.         ], [
  1989.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1990.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'de');
  1991.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1992.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1993.         return $instance;
  1994.     }
  1995.     /**
  1996.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1997.      *
  1998.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1999.      */
  2000.     protected function getSonata_Block_ContextManager_DefaultService()
  2001.     {
  2002.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2003.         if (isset($this->services['sonata.block.context_manager.default'])) {
  2004.             return $this->services['sonata.block.context_manager.default'];
  2005.         }
  2006.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2007.     }
  2008.     /**
  2009.      * Gets the public 'sonata.block.manager' shared service.
  2010.      *
  2011.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  2012.      */
  2013.     protected function getSonata_Block_ManagerService()
  2014.     {
  2015.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2016.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  2017.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  2018.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  2019.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  2020.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  2021.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  2022.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  2023.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  2024.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  2025.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  2026.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  2027.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  2028.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  2029.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  2030.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  2031.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  2032.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  2033.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  2034.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  2035.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  2036.         ], [
  2037.             'block.editor' => '?',
  2038.             'block.events.4x1' => '?',
  2039.             'block.footer' => '?',
  2040.             'block.frontpage.news' => '?',
  2041.             'block.header.child' => '?',
  2042.             'block.header.main' => '?',
  2043.             'block.heading' => '?',
  2044.             'block.random.jobs' => '?',
  2045.             'block.slider' => '?',
  2046.             'sonata.admin.block.admin_list' => '?',
  2047.             'sonata.admin.block.admin_preview' => '?',
  2048.             'sonata.admin.block.search_result' => '?',
  2049.             'sonata.admin.block.stats' => '?',
  2050.             'sonata.block.service.container' => '?',
  2051.             'sonata.block.service.empty' => '?',
  2052.             'sonata.block.service.menu' => '?',
  2053.             'sonata.block.service.rss' => '?',
  2054.             'sonata.block.service.template' => '?',
  2055.             'sonata.block.service.text' => '?',
  2056.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2057.         ]), $this->parameters['sonata.block.container.types']);
  2058.         $instance->add('block.footer''block.footer', []);
  2059.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  2060.         $instance->add('block.events.4x1''block.events.4x1', []);
  2061.         $instance->add('block.random.jobs''block.random.jobs', []);
  2062.         $instance->add('block.slider''block.slider', []);
  2063.         $instance->add('block.header.main''block.header.main', []);
  2064.         $instance->add('block.header.child''block.header.child', []);
  2065.         $instance->add('block.heading''block.heading', []);
  2066.         $instance->add('block.editor''block.editor', []);
  2067.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2068.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2069.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2070.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2071.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2072.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2073.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2074.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2075.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2076.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2077.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2078.         return $instance;
  2079.     }
  2080.     /**
  2081.      * Gets the public 'sonata.block.renderer.default' shared service.
  2082.      *
  2083.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2084.      */
  2085.     protected function getSonata_Block_Renderer_DefaultService()
  2086.     {
  2087.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2088.         if (isset($this->services['sonata.block.renderer.default'])) {
  2089.             return $this->services['sonata.block.renderer.default'];
  2090.         }
  2091.         $b = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  2092.         $b->setDefaultFilter('debug_only');
  2093.         $b->setDefaultRenderer('throw');
  2094.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2095.     }
  2096.     /**
  2097.      * Gets the public 'sonata.seo.page.default' shared service.
  2098.      *
  2099.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2100.      */
  2101.     protected function getSonata_Seo_Page_DefaultService()
  2102.     {
  2103.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2104.         $instance->setTitle('Berufsreise');
  2105.         $instance->setMetas(['name' => ['keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf''description' => 'berufsreise.at ist das größte Internet-Portal zum Thema Berufsorientierung in Ã–sterreich. Das umfangreiche Angebot ist für alle Personen und Organisationen da, die sich mit Berufsorientierung beschäftigen.''robots' => 'index, follow''viewport' => 'width=device-width, initial-scale=1'], 'property' => ['og:site_name' => 'berufsreise.at''og:description' => 'berufsreise.at ist die größte Online-Plattform zum Thema Berufsorientierung in Tirol. Entdecke spannende Berufe, lerne Tiroler Unternehmen, BO-Institutionen und weiterführende Schulen kennen oder begleite Tiroler Lehrlinge und Schüler*innen in deren Ausbildungen!''og:title' => 'berufsreise.at''og:type' => 'article''og:url' => 'https://www.berufsreise.at''og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png'], 'http-equiv' => ['Content-Type' => 'text/html; charset=utf-8'], 'charset' => ['UTF-8' => '']]);
  2106.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2107.         $instance->setSeparator(' - ');
  2108.         return $instance;
  2109.     }
  2110.     /**
  2111.      * Gets the public 'translator' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2114.      */
  2115.     protected function getTranslatorService()
  2116.     {
  2117.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2118.     }
  2119.     /**
  2120.      * Gets the public 'var_dumper.cloner' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2123.      */
  2124.     protected function getVarDumper_ClonerService()
  2125.     {
  2126.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2127.         $instance->setMaxItems(2500);
  2128.         $instance->setMinDepth(1);
  2129.         $instance->setMaxString(-1);
  2130.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2131.         return $instance;
  2132.     }
  2133.     /**
  2134.      * Gets the private '.debug.http_client' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2137.      */
  2138.     protected function get_Debug_HttpClientService()
  2139.     {
  2140.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2141.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2142.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2143.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2144.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2145.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2146.         $a->setLogger($b);
  2147.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2148.     }
  2149.     /**
  2150.      * Gets the private '.graphql.cache.inner' shared service.
  2151.      *
  2152.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2153.      */
  2154.     protected function get_Graphql_Cache_InnerService()
  2155.     {
  2156.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('5nHlwpHdfp'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2157.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2158.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2159.     }
  2160.     /**
  2161.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2162.      *
  2163.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2164.      */
  2165.     protected function get_ServiceLocator_B5CP1xqService()
  2166.     {
  2167.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2168.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2169.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2170.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2171.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2172.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2173.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2174.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2175.         ], [
  2176.             'security.firewall.map.context.admin' => '?',
  2177.             'security.firewall.map.context.dev' => '?',
  2178.             'security.firewall.map.context.main' => '?',
  2179.             'security.firewall.map.context.oauth2_api' => '?',
  2180.             'security.firewall.map.context.rookie_admin' => '?',
  2181.             'security.firewall.map.context.rookie_day_admin' => '?',
  2182.             'security.firewall.map.context.shuttle_admin' => '?',
  2183.         ]);
  2184.     }
  2185.     /**
  2186.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2187.      *
  2188.      * @return \App\BackendBundle\Helper\AddressHelper
  2189.      */
  2190.     protected function getAddressHelperService()
  2191.     {
  2192.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2193.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2194.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2195.         }
  2196.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a, new \App\BackendBundle\Helper\GoogleApiHelper($a$this->getEnv('GOOGLE_API_KEY')));
  2197.     }
  2198.     /**
  2199.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2200.      *
  2201.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2202.      */
  2203.     protected function getBoPartnerHelperService()
  2204.     {
  2205.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2206.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2207.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2208.         }
  2209.         $b = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2210.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2211.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2212.         }
  2213.         $c = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2214.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2215.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2216.         }
  2217.         return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] = new \App\BackendBundle\Helper\BoPartnerHelper($a, ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService()), ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService()), ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService()), ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $b, ($this->services['router'] ?? $this->getRouterService()), $c, ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService()), ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService()), ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService()));
  2218.     }
  2219.     /**
  2220.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2221.      *
  2222.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2223.      */
  2224.     protected function getCommunicationHelperService()
  2225.     {
  2226.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2227.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2228.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2229.         }
  2230.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2231.     }
  2232.     /**
  2233.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2234.      *
  2235.      * @return \App\BackendBundle\Helper\CompanyHelper
  2236.      */
  2237.     protected function getCompanyHelperService()
  2238.     {
  2239.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2240.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2241.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2242.         }
  2243.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2244.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2245.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2246.         }
  2247.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2248.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2249.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2250.         }
  2251.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2252.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2253.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2254.         }
  2255.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2256.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2257.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2258.         }
  2259.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2260.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2261.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2262.         }
  2263.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2264.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2265.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2266.         }
  2267.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2268.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2269.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2270.         }
  2271.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2272.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2273.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2274.         }
  2275.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2276.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2277.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2278.         }
  2279.         $k = ($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] ?? $this->getJobMarketHelperService());
  2280.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2281.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2282.         }
  2283.         return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] = new \App\BackendBundle\Helper\CompanyHelper($a$b$c$d, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $e, ($this->services['router'] ?? $this->getRouterService()), $f$g$h$i$j$k);
  2284.     }
  2285.     /**
  2286.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2287.      *
  2288.      * @return \App\BackendBundle\Helper\EventHelper
  2289.      */
  2290.     protected function getEventHelperService()
  2291.     {
  2292.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2293.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2294.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2295.         }
  2296.         $b = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2297.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2298.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2299.         }
  2300.         $c = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2301.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2302.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2303.         }
  2304.         $d = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2305.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2306.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2307.         }
  2308.         $e = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2309.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2310.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2311.         }
  2312.         $f = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2313.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2314.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2315.         }
  2316.         return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), $b$c$d$e$f, ($this->services['router'] ?? $this->getRouterService()));
  2317.     }
  2318.     /**
  2319.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2320.      *
  2321.      * @return \App\BackendBundle\Helper\GameHelper
  2322.      */
  2323.     protected function getGameHelperService()
  2324.     {
  2325.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2326.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2327.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2328.         }
  2329.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2330.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2331.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2332.         }
  2333.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2334.     }
  2335.     /**
  2336.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2337.      *
  2338.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2339.      */
  2340.     protected function getGamePointsHelperService()
  2341.     {
  2342.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2343.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2344.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2345.         }
  2346.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2347.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2348.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2349.         }
  2350.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2351.     }
  2352.     /**
  2353.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2354.      *
  2355.      * @return \App\BackendBundle\Helper\JobHelper
  2356.      */
  2357.     protected function getJobHelperService()
  2358.     {
  2359.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2360.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2361.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2362.         }
  2363.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2364.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2365.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2366.         }
  2367.         $c = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2368.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2369.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2370.         }
  2371.         return $this->privates['App\\BackendBundle\\Helper\\JobHelper'] = new \App\BackendBundle\Helper\JobHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $b$c, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\JobService'] ?? ($this->privates['App\\Services\\JobService'] = new \App\Services\JobService())));
  2372.     }
  2373.     /**
  2374.      * Gets the private 'App\BackendBundle\Helper\JobMarketHelper' shared autowired service.
  2375.      *
  2376.      * @return \App\BackendBundle\Helper\JobMarketHelper
  2377.      */
  2378.     protected function getJobMarketHelperService()
  2379.     {
  2380.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2381.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'])) {
  2382.             return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'];
  2383.         }
  2384.         $b = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2385.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'])) {
  2386.             return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'];
  2387.         }
  2388.         return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] = new \App\BackendBundle\Helper\JobMarketHelper($a$b);
  2389.     }
  2390.     /**
  2391.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2392.      *
  2393.      * @return \App\BackendBundle\Helper\MediaHelper
  2394.      */
  2395.     protected function getMediaHelperService()
  2396.     {
  2397.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2398.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2399.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2400.         }
  2401.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2402.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2403.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2404.         }
  2405.         return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'] = new \App\BackendBundle\Helper\MediaHelper($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \App\BackendBundle\Media\Generator\IdGenerator(), new \App\BackendBundle\Media\Generator\YoutubeGenerator(), new \App\BackendBundle\Media\Generator\ReferenceGenerator(), \dirname(__DIR__4), $this->getEnv('IMAGE_DOMAIN'), $b);
  2406.     }
  2407.     /**
  2408.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2409.      *
  2410.      * @return \App\BackendBundle\Helper\MqttHelper
  2411.      */
  2412.     protected function getMqttHelperService()
  2413.     {
  2414.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2415.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2416.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2417.         }
  2418.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2422.      *
  2423.      * @return \App\BackendBundle\Helper\RegisterHelper
  2424.      */
  2425.     protected function getRegisterHelperService()
  2426.     {
  2427.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2428.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2429.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2430.         }
  2431.         return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] = new \App\BackendBundle\Helper\RegisterHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\CodeGeneratorHelper'] ?? ($this->privates['App\\BackendBundle\\Helper\\CodeGeneratorHelper'] = new \App\BackendBundle\Helper\CodeGeneratorHelper())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2435.      *
  2436.      * @return \App\BackendBundle\Helper\SchoolHelper
  2437.      */
  2438.     protected function getSchoolHelperService()
  2439.     {
  2440.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2441.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2442.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2443.         }
  2444.         $b = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2445.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2446.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2447.         }
  2448.         $c = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2449.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2450.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2451.         }
  2452.         return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] = new \App\BackendBundle\Helper\SchoolHelper($a, ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService()), ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService()), ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService()), ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $b, ($this->services['router'] ?? $this->getRouterService()), $c, ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService()), ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService()), ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService()), ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService()));
  2453.     }
  2454.     /**
  2455.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2456.      *
  2457.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2458.      */
  2459.     protected function getSearchIndexHelperService()
  2460.     {
  2461.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2462.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2463.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2464.         }
  2465.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2466.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2467.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2468.         }
  2469.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2470.     }
  2471.     /**
  2472.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2473.      *
  2474.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2475.      */
  2476.     protected function getSearchTagHelperService()
  2477.     {
  2478.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2479.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2480.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2481.         }
  2482.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2483.     }
  2484.     /**
  2485.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2486.      *
  2487.      * @return \App\BackendBundle\Helper\SecurityHelper
  2488.      */
  2489.     protected function getSecurityHelperService()
  2490.     {
  2491.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2492.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2493.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2494.         }
  2495.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2496.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2497.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2498.         }
  2499.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2500.     }
  2501.     /**
  2502.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2503.      *
  2504.      * @return \App\BackendBundle\Helper\TitleHelper
  2505.      */
  2506.     protected function getTitleHelperService()
  2507.     {
  2508.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2509.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2510.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2511.         }
  2512.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2513.     }
  2514.     /**
  2515.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2516.      *
  2517.      * @return \App\BackendBundle\Helper\UserHelper
  2518.      */
  2519.     protected function getUserHelperService()
  2520.     {
  2521.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2522.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2523.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2524.         }
  2525.         return $this->privates['App\\BackendBundle\\Helper\\UserHelper'] = new \App\BackendBundle\Helper\UserHelper($a, new \App\BackendBundle\Helper\MenuHelper($a, ($this->services['router'] ?? $this->getRouterService())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['chain.router'] ?? ($this->privates['chain.router'] = new \Symfony\Cmf\Component\Routing\ChainRouter())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'annotations.cache_adapter' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2531.      */
  2532.     protected function getAnnotations_CacheAdapterService()
  2533.     {
  2534.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'annotations.cached_reader' shared service.
  2538.      *
  2539.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2540.      */
  2541.     protected function getAnnotations_CachedReaderService()
  2542.     {
  2543.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'annotations.reader' shared service.
  2547.      *
  2548.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2549.      */
  2550.     protected function getAnnotations_ReaderService()
  2551.     {
  2552.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2553.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2554.         $a->registerUniqueLoader('class_exists');
  2555.         $instance->addGlobalIgnoredName('required'$a);
  2556.         return $instance;
  2557.     }
  2558.     /**
  2559.      * Gets the private 'assets.packages' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Asset\Packages
  2562.      */
  2563.     protected function getAssets_PackagesService()
  2564.     {
  2565.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2566.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2567.             return new \EmptyIterator();
  2568.         }, 0));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'cache.annotations' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2574.      */
  2575.     protected function getCache_AnnotationsService()
  2576.     {
  2577.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('plQQ1WPzJN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2583.      */
  2584.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2585.     {
  2586.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2587.     }
  2588.     /**
  2589.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2592.      */
  2593.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2594.     {
  2595.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2596.     }
  2597.     /**
  2598.      * Gets the private 'cache.property_info' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2601.      */
  2602.     protected function getCache_PropertyInfoService()
  2603.     {
  2604.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VHziYcT5+O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2605.     }
  2606.     /**
  2607.      * Gets the private 'cache.security_expression_language' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2610.      */
  2611.     protected function getCache_SecurityExpressionLanguageService()
  2612.     {
  2613.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PwRsZQ3If8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2614.     }
  2615.     /**
  2616.      * Gets the private 'cache.serializer' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2619.      */
  2620.     protected function getCache_SerializerService()
  2621.     {
  2622.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nCDa-A1QKD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2623.     }
  2624.     /**
  2625.      * Gets the private 'cache.validator' shared service.
  2626.      *
  2627.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2628.      */
  2629.     protected function getCache_ValidatorService()
  2630.     {
  2631.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HLuUouHcK7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2632.     }
  2633.     /**
  2634.      * Gets the private 'config_cache_factory' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2637.      */
  2638.     protected function getConfigCacheFactoryService()
  2639.     {
  2640.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2641.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2642.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2643.         }, 2));
  2644.     }
  2645.     /**
  2646.      * Gets the private 'data_collector.form' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2649.      */
  2650.     protected function getDataCollector_FormService()
  2651.     {
  2652.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2653.     }
  2654.     /**
  2655.      * Gets the private 'data_collector.request' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2658.      */
  2659.     protected function getDataCollector_RequestService()
  2660.     {
  2661.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2662.     }
  2663.     /**
  2664.      * Gets the private 'debug.controller_resolver' shared service.
  2665.      *
  2666.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2667.      */
  2668.     protected function getDebug_ControllerResolverService()
  2669.     {
  2670.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2671.     }
  2672.     /**
  2673.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2674.      *
  2675.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2676.      */
  2677.     protected function getDebug_DebugHandlersListenerService()
  2678.     {
  2679.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2680.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2681.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2682.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2683.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2684.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2685.     }
  2686.     /**
  2687.      * Gets the private 'debug.file_link_formatter' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2690.      */
  2691.     protected function getDebug_FileLinkFormatterService()
  2692.     {
  2693.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2694.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2695.         });
  2696.     }
  2697.     /**
  2698.      * Gets the private 'debug.log_processor' shared service.
  2699.      *
  2700.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2701.      */
  2702.     protected function getDebug_LogProcessorService()
  2703.     {
  2704.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2705.     }
  2706.     /**
  2707.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2708.      *
  2709.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2710.      */
  2711.     protected function getDebug_Security_Access_DecisionManagerService()
  2712.     {
  2713.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2714.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2715.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2716.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2717.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2718.     }
  2719.     /**
  2720.      * Gets the private 'debug.security.firewall' shared service.
  2721.      *
  2722.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2723.      */
  2724.     protected function getDebug_Security_FirewallService()
  2725.     {
  2726.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2727.         if (isset($this->privates['debug.security.firewall'])) {
  2728.             return $this->privates['debug.security.firewall'];
  2729.         }
  2730.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2731.         if (isset($this->privates['debug.security.firewall'])) {
  2732.             return $this->privates['debug.security.firewall'];
  2733.         }
  2734.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2735.     }
  2736.     /**
  2737.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2738.      *
  2739.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2740.      */
  2741.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2742.     {
  2743.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2744.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2745.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2746.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2747.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2748.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2749.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2750.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2751.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2752.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2753.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2754.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2755.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2756.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2757.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2758.         ], [
  2759.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2760.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2761.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2762.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2763.             'fos_elastica.listener.appointments' => '?',
  2764.             'fos_elastica.listener.events' => '?',
  2765.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2766.             'fos_elastica.listener.jobOffers' => '?',
  2767.             'fos_elastica.listener.jobs' => '?',
  2768.             'fos_elastica.listener.profiles_bopartner' => '?',
  2769.             'fos_elastica.listener.profiles_company' => '?',
  2770.             'fos_elastica.listener.profiles_school' => '?',
  2771.             'sonata.cache.orm.event_subscriber' => '?',
  2772.             'sonata.doctrine.mapper' => '?',
  2773.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'sonata.cache.orm.event_subscriber'=> 'sonata.doctrine.mapper'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postPersist'], => 'fos_elastica.listener.events'], => [=> [=> 'postUpdate'], => 'fos_elastica.listener.events'], => [=> [=> 'preRemove'], => 'fos_elastica.listener.events'], => [=> [=> 'postFlush'], => 'fos_elastica.listener.events'], 10 => [=> [=> 'postPersist'], => 'fos_elastica.listener.appointments'], 11 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.appointments'], 12 => [=> [=> 'preRemove'], => 'fos_elastica.listener.appointments'], 13 => [=> [=> 'postFlush'], => 'fos_elastica.listener.appointments'], 14 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_company'], 15 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_company'], 16 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_company'], 17 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_company'], 18 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_bopartner'], 19 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_bopartner'], 20 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_bopartner'], 21 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_bopartner'], 22 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_school'], 23 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_school'], 24 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_school'], 25 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_school'], 26 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobs'], 27 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobs'], 28 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobs'], 29 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobs'], 30 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobDailyRoutines'], 31 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobDailyRoutines'], 32 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobDailyRoutines'], 33 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobDailyRoutines'], 34 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobOffers'], 35 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobOffers'], 36 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobOffers'], 37 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobOffers']]);
  2774.     }
  2775.     /**
  2776.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2777.      *
  2778.      * @return \Doctrine\Migrations\DependencyFactory
  2779.      */
  2780.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2781.     {
  2782.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2783.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2784.         $a->setAllOrNothing(false);
  2785.         $a->setCheckDatabasePlatform(true);
  2786.         $a->setTransactional(true);
  2787.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2788.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2789.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2790.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2791.         });
  2792.         return $instance;
  2793.     }
  2794.     /**
  2795.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2796.      *
  2797.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2798.      */
  2799.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2800.     {
  2801.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2802.         $instance->setGlobalBasename('mapping');
  2803.         return $instance;
  2804.     }
  2805.     /**
  2806.      * Gets the private 'exception_listener' shared service.
  2807.      *
  2808.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2809.      */
  2810.     protected function getExceptionListenerService()
  2811.     {
  2812.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2813.     }
  2814.     /**
  2815.      * Gets the private 'fos_elastica.client.default' shared service.
  2816.      *
  2817.      * @return \FOS\ElasticaBundle\Elastica\Client
  2818.      */
  2819.     protected function getFosElastica_Client_DefaultService()
  2820.     {
  2821.         $this->privates['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => 'localhost''port' => 9200'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  2822.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2823.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2824.         return $instance;
  2825.     }
  2826.     /**
  2827.      * Gets the private 'fos_elastica.index.events' shared service.
  2828.      *
  2829.      * @return \FOS\ElasticaBundle\Elastica\Index
  2830.      */
  2831.     protected function getFosElastica_Index_EventsService()
  2832.     {
  2833.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2834.     }
  2835.     /**
  2836.      * Gets the private 'fos_elastica.logger' shared service.
  2837.      *
  2838.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2839.      */
  2840.     protected function getFosElastica_LoggerService()
  2841.     {
  2842.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2843.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2844.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2845.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2846.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2847.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2848.     }
  2849.     /**
  2850.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2851.      *
  2852.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2853.      */
  2854.     protected function getFosElastica_ObjectPersister_EventsService()
  2855.     {
  2856.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2857.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2858.             return $this->privates['fos_elastica.object_persister.events'];
  2859.         }
  2860.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2861.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2862.         return $this->privates['fos_elastica.object_persister.events'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->privates['fos_elastica.index.events'] ?? $this->getFosElastica_Index_EventsService()), $b'App\\Entity\\Event', ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true'fields' => ['edge' => ['type' => 'text''analyzer' => 'edge'], 'raw' => ['type' => 'keyword'], 'keyword' => ['type' => 'keyword''normalizer' => 'lowercase_normalizer']]], 'description' => [], 'isVisible' => ['type' => 'boolean''store' => true], 'allTyrol' => ['type' => 'boolean''store' => true], 'countAppointments' => ['type' => 'integer''store' => true], 'eventState' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true]]], 'address' => ['type' => 'nested''properties' => ['cityID' => ['type' => 'integer''store' => true], 'cityName' => ['type' => 'text''store' => true'fielddata' => true], 'districtID' => ['type' => 'integer''store' => true], 'districtName' => ['type' => 'text''store' => true'fielddata' => true]]], 'appointments' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'startDate' => ['type' => 'date''store' => true], 'endDate' => ['type' => 'date''store' => true], 'appointmentType.id' => ['type' => 'integer''store' => true], 'appointmentState.id' => ['type' => 'integer''store' => true]]], 'jobs' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true]]], 'tagMappings' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'eventTagID' => ['type' => 'integer''store' => true]]], 'searchTags' => ['type' => 'nested''properties' => ['name' => ['type' => 'text''store' => true'fielddata' => true]]], 'provider' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true'fields' => ['edge' => ['type' => 'text''analyzer' => 'edge'], 'raw' => ['type' => 'keyword'], 'keyword' => ['type' => 'keyword''normalizer' => 'lowercase_normalizer']]]]]], []);
  2863.     }
  2864.     /**
  2865.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2866.      *
  2867.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2868.      */
  2869.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2870.     {
  2871.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2875.      *
  2876.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2877.      */
  2878.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2879.     {
  2880.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2881.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2882.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2883.         }
  2884.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2885.     }
  2886.     /**
  2887.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2888.      *
  2889.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2890.      */
  2891.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2892.     {
  2893.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')]));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2897.      *
  2898.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2899.      */
  2900.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2901.     {
  2902.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2903.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2904.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2905.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2906.         ], [
  2907.             'jms_serializer.stopwatch_subscriber' => '?',
  2908.             'jms_serializer.traceable_runs_listener' => '?',
  2909.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2910.         ]));
  2911.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2912.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2913.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2914.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2915.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2916.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2917.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2918.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2919.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2920.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2921.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2922.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2923.         return $instance;
  2924.     }
  2925.     /**
  2926.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2927.      *
  2928.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2929.      */
  2930.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2931.     {
  2932.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2933.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2934.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2935.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2936.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2937.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2938.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2939.         ], [
  2940.             'jms_serializer.array_collection_handler' => '?',
  2941.             'jms_serializer.constraint_violation_handler' => '?',
  2942.             'jms_serializer.datetime_handler' => '?',
  2943.             'jms_serializer.form_error_handler' => '?',
  2944.             'jms_serializer.iterator_handler' => '?',
  2945.             'jms_serializer.symfony_uid_handler' => '?',
  2946.         ])));
  2947.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2948.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2949.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2950.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2951.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2952.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2953.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2954.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2955.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2956.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2957.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2958.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2959.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2960.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2961.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2962.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2963.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2964.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2965.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2966.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2967.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2968.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2969.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2970.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2971.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2972.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2973.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2974.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2975.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2976.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2977.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2978.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2979.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2980.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2981.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2982.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2983.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2984.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2985.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2986.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2987.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2988.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2989.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2990.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2991.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2992.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2993.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2994.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2995.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2996.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2997.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2998.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2999.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3000.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3001.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3002.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3003.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3004.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3005.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3006.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3007.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3008.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3009.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3010.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3011.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3012.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3013.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3014.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3015.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3016.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3017.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3018.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3019.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3020.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3021.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3022.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3023.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3024.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3025.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3026.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3027.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3028.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3029.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3030.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3031.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3032.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3033.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3034.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3035.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3036.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3037.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3038.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3039.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3040.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3041.         return $instance;
  3042.     }
  3043.     /**
  3044.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3045.      *
  3046.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3047.      */
  3048.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  3049.     {
  3050.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3051.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  3052.         ], [
  3053.             'metadata_driver' => '?',
  3054.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3055.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  3056.         $a->setIncludeInterfaces(false);
  3057.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  3058.     }
  3059.     /**
  3060.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3061.      *
  3062.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3063.      */
  3064.     protected function getJmsSerializer_TraceableRunsListenerService()
  3065.     {
  3066.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3067.     }
  3068.     /**
  3069.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3070.      *
  3071.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3072.      */
  3073.     protected function getLiipImagine_Filter_ConfigurationService()
  3074.     {
  3075.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3076.     }
  3077.     /**
  3078.      * Gets the private 'locale_aware_listener' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3081.      */
  3082.     protected function getLocaleAwareListenerService()
  3083.     {
  3084.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3085.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  3086.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3087.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3088.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3089.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'locale_listener' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3095.      */
  3096.     protected function getLocaleListenerService()
  3097.     {
  3098.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false$this->parameters['kernel.enabled_locales']);
  3099.     }
  3100.     /**
  3101.      * Gets the private 'monolog.handler.console' shared service.
  3102.      *
  3103.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3104.      */
  3105.     protected function getMonolog_Handler_ConsoleService()
  3106.     {
  3107.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3108.     }
  3109.     /**
  3110.      * Gets the private 'monolog.handler.main' shared service.
  3111.      *
  3112.      * @return \Monolog\Handler\StreamHandler
  3113.      */
  3114.     protected function getMonolog_Handler_MainService()
  3115.     {
  3116.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3117.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3118.         return $instance;
  3119.     }
  3120.     /**
  3121.      * Gets the private 'monolog.logger' shared service.
  3122.      *
  3123.      * @return \Symfony\Bridge\Monolog\Logger
  3124.      */
  3125.     protected function getMonolog_LoggerService()
  3126.     {
  3127.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3128.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3129.         $instance->useMicrosecondTimestamps(true);
  3130.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3131.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3132.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3133.         return $instance;
  3134.     }
  3135.     /**
  3136.      * Gets the private 'monolog.logger.cache' shared service.
  3137.      *
  3138.      * @return \Symfony\Bridge\Monolog\Logger
  3139.      */
  3140.     protected function getMonolog_Logger_CacheService()
  3141.     {
  3142.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3143.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3144.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3145.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3146.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3147.         return $instance;
  3148.     }
  3149.     /**
  3150.      * Gets the private 'monolog.logger.request' shared service.
  3151.      *
  3152.      * @return \Symfony\Bridge\Monolog\Logger
  3153.      */
  3154.     protected function getMonolog_Logger_RequestService()
  3155.     {
  3156.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3157.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3158.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3159.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3160.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the private 'monolog.logger.security' shared service.
  3165.      *
  3166.      * @return \Symfony\Bridge\Monolog\Logger
  3167.      */
  3168.     protected function getMonolog_Logger_SecurityService()
  3169.     {
  3170.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3171.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3172.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3173.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3174.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3175.         return $instance;
  3176.     }
  3177.     /**
  3178.      * Gets the private 'parameter_bag' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3181.      */
  3182.     protected function getParameterBagService()
  3183.     {
  3184.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3185.     }
  3186.     /**
  3187.      * Gets the private 'profiler_listener' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3190.      */
  3191.     protected function getProfilerListenerService()
  3192.     {
  3193.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3194.         if (isset($this->privates['profiler_listener'])) {
  3195.             return $this->privates['profiler_listener'];
  3196.         }
  3197.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3198.     }
  3199.     /**
  3200.      * Gets the private 'property_accessor' shared service.
  3201.      *
  3202.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3203.      */
  3204.     protected function getPropertyAccessorService()
  3205.     {
  3206.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3207.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3208.     }
  3209.     /**
  3210.      * Gets the private 'property_info' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3213.      */
  3214.     protected function getPropertyInfoService()
  3215.     {
  3216.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3217.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3218.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3219.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3220.         }, 3), new RewindableGenerator(function () {
  3221.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3222.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3223.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3224.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3225.         }, 4), new RewindableGenerator(function () {
  3226.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3227.         }, 1), new RewindableGenerator(function () {
  3228.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3229.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3230.         }, 2), new RewindableGenerator(function () {
  3231.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3232.         }, 1));
  3233.     }
  3234.     /**
  3235.      * Gets the private 'router.expression_language_provider' shared service.
  3236.      *
  3237.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3238.      */
  3239.     protected function getRouter_ExpressionLanguageProviderService()
  3240.     {
  3241.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3242.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3243.         ], [
  3244.             'env' => 'Closure',
  3245.         ]));
  3246.     }
  3247.     /**
  3248.      * Gets the private 'router.request_context' shared service.
  3249.      *
  3250.      * @return \Symfony\Component\Routing\RequestContext
  3251.      */
  3252.     protected function getRouter_RequestContextService()
  3253.     {
  3254.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3255.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3256.         return $instance;
  3257.     }
  3258.     /**
  3259.      * Gets the private 'router_listener' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3262.      */
  3263.     protected function getRouterListenerService()
  3264.     {
  3265.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  3266.     }
  3267.     /**
  3268.      * Gets the private 'security.context_listener.0' shared service.
  3269.      *
  3270.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3271.      */
  3272.     protected function getSecurity_ContextListener_0Service()
  3273.     {
  3274.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3275.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3276.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3277.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3278.     }
  3279.     /**
  3280.      * Gets the private 'security.context_listener.1' shared service.
  3281.      *
  3282.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3283.      */
  3284.     protected function getSecurity_ContextListener_1Service()
  3285.     {
  3286.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3287.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3288.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3289.         }, 2), 'rookie_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.rookie_admin'] ?? $this->getSecurity_EventDispatcher_RookieAdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3290.     }
  3291.     /**
  3292.      * Gets the private 'security.context_listener.2' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3295.      */
  3296.     protected function getSecurity_ContextListener_2Service()
  3297.     {
  3298.         return $this->privates['security.context_listener.2'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3299.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3300.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3301.         }, 2), 'shuttle_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.shuttle_admin'] ?? $this->getSecurity_EventDispatcher_ShuttleAdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3302.     }
  3303.     /**
  3304.      * Gets the private 'security.context_listener.3' shared service.
  3305.      *
  3306.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3307.      */
  3308.     protected function getSecurity_ContextListener_3Service()
  3309.     {
  3310.         return $this->privates['security.context_listener.3'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3311.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3312.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3313.         }, 2), 'rookie_day_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.rookie_day_admin'] ?? $this->getSecurity_EventDispatcher_RookieDayAdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3314.     }
  3315.     /**
  3316.      * Gets the private 'security.context_listener.4' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3319.      */
  3320.     protected function getSecurity_ContextListener_4Service()
  3321.     {
  3322.         return $this->privates['security.context_listener.4'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3323.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3324.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3325.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3326.     }
  3327.     /**
  3328.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3331.      */
  3332.     protected function getSecurity_EventDispatcher_AdminService()
  3333.     {
  3334.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3336.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3337.         }, => 'checkPassport'], 2048);
  3338.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3339.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3340.         }, => 'onSuccessfulLogin'], 0);
  3341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3342.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3343.         }, => 'onLogout'], 64);
  3344.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3345.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3346.         }, => 'preCheckCredentials'], 256);
  3347.         $instance->addListener('security.authentication.success', [=> function () {
  3348.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3349.         }, => 'postCheckCredentials'], 256);
  3350.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3351.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3352.         }, => 'checkPassport'], 1024);
  3353.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3354.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3355.         }, => 'checkPassport'], 256);
  3356.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3357.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3358.         }, => 'checkPassport'], 0);
  3359.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3360.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3361.         }, => 'onLoginSuccess'], 0);
  3362.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3363.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3364.         }, => 'checkPassport'], 512);
  3365.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3366.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3367.         }, => 'onLogout'], 0);
  3368.         return $instance;
  3369.     }
  3370.     /**
  3371.      * Gets the private 'security.event_dispatcher.main' shared service.
  3372.      *
  3373.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3374.      */
  3375.     protected function getSecurity_EventDispatcher_MainService()
  3376.     {
  3377.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3379.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3380.         }, => 'checkPassport'], 2048);
  3381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3382.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3383.         }, => 'onSuccessfulLogin'], 0);
  3384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3385.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3386.         }, => 'onLogout'], 64);
  3387.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3388.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3389.         }, => 'preCheckCredentials'], 256);
  3390.         $instance->addListener('security.authentication.success', [=> function () {
  3391.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3392.         }, => 'postCheckCredentials'], 256);
  3393.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3394.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3395.         }, => 'checkPassport'], 1024);
  3396.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3397.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3398.         }, => 'checkPassport'], 256);
  3399.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3400.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3401.         }, => 'checkPassport'], 0);
  3402.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3403.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3404.         }, => 'onLoginSuccess'], 0);
  3405.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3406.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3407.         }, => 'checkPassport'], 512);
  3408.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3409.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3410.         }, => 'onLogout'], 0);
  3411.         return $instance;
  3412.     }
  3413.     /**
  3414.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3415.      *
  3416.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3417.      */
  3418.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3419.     {
  3420.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3422.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3423.         }, => 'checkPassport'], 2048);
  3424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3425.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3426.         }, => 'onSuccessfulLogin'], 0);
  3427.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3428.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3429.         }, => 'onLogout'], 64);
  3430.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3431.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3432.         }, => 'preCheckCredentials'], 256);
  3433.         $instance->addListener('security.authentication.success', [=> function () {
  3434.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3435.         }, => 'postCheckCredentials'], 256);
  3436.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3437.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3438.         }, => 'checkPassport'], 1024);
  3439.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3440.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3441.         }, => 'checkPassport'], 256);
  3442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3443.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3444.         }, => 'checkPassport'], 0);
  3445.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3446.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3447.         }, => 'onLoginSuccess'], 0);
  3448.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3449.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3450.         }, => 'checkPassport'], 512);
  3451.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3452.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3453.         }, => 'onLogout'], 0);
  3454.         return $instance;
  3455.     }
  3456.     /**
  3457.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3458.      *
  3459.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3460.      */
  3461.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3462.     {
  3463.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3465.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3466.         }, => 'checkPassport'], 2048);
  3467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3468.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3469.         }, => 'onSuccessfulLogin'], 0);
  3470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3471.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3472.         }, => 'onLogout'], 64);
  3473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3474.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3475.         }, => 'preCheckCredentials'], 256);
  3476.         $instance->addListener('security.authentication.success', [=> function () {
  3477.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3478.         }, => 'postCheckCredentials'], 256);
  3479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3480.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3481.         }, => 'checkPassport'], 1024);
  3482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3483.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3484.         }, => 'checkPassport'], 256);
  3485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3486.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3487.         }, => 'checkPassport'], 0);
  3488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3489.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3490.         }, => 'onLoginSuccess'], 0);
  3491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3492.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3493.         }, => 'checkPassport'], 512);
  3494.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3495.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3496.         }, => 'onLogout'], 0);
  3497.         return $instance;
  3498.     }
  3499.     /**
  3500.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3501.      *
  3502.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3503.      */
  3504.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3505.     {
  3506.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3508.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3509.         }, => 'checkPassport'], 2048);
  3510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3511.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3512.         }, => 'onSuccessfulLogin'], 0);
  3513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3514.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3515.         }, => 'onLogout'], 64);
  3516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3517.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3518.         }, => 'preCheckCredentials'], 256);
  3519.         $instance->addListener('security.authentication.success', [=> function () {
  3520.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3521.         }, => 'postCheckCredentials'], 256);
  3522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3523.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3524.         }, => 'checkPassport'], 1024);
  3525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3526.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3527.         }, => 'checkPassport'], 256);
  3528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3529.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3530.         }, => 'checkPassport'], 0);
  3531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3532.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3533.         }, => 'onLoginSuccess'], 0);
  3534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3535.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3536.         }, => 'checkPassport'], 512);
  3537.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3538.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3539.         }, => 'onLogout'], 0);
  3540.         return $instance;
  3541.     }
  3542.     /**
  3543.      * Gets the private 'security.firewall.map' shared service.
  3544.      *
  3545.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3546.      */
  3547.     protected function getSecurity_Firewall_MapService()
  3548.     {
  3549.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3550.         if (isset($this->privates['security.firewall.map'])) {
  3551.             return $this->privates['security.firewall.map'];
  3552.         }
  3553.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3554.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  3555.             yield 'security.firewall.map.context.oauth2_api' => ($this->privates['.security.request_matcher.26IQv_A'] ?? ($this->privates['.security.request_matcher.26IQv_A'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(authorize|token|oauthlogin|oauthlogout|graphql/internal)$')));
  3556.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  3557.             yield 'security.firewall.map.context.rookie_admin' => ($this->privates['.security.request_matcher.fL8OOq0'] ?? ($this->privates['.security.request_matcher.fL8OOq0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/rookie/admin')));
  3558.             yield 'security.firewall.map.context.shuttle_admin' => ($this->privates['.security.request_matcher.6iuFbIw'] ?? ($this->privates['.security.request_matcher.6iuFbIw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/berufsshuttle/admin')));
  3559.             yield 'security.firewall.map.context.rookie_day_admin' => ($this->privates['.security.request_matcher.eN3BIPL'] ?? ($this->privates['.security.request_matcher.eN3BIPL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/rookieday/admin')));
  3560.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3561.         }, 7));
  3562.     }
  3563.     /**
  3564.      * Gets the private 'security.helper' shared service.
  3565.      *
  3566.      * @return \Symfony\Component\Security\Core\Security
  3567.      */
  3568.     protected function getSecurity_HelperService()
  3569.     {
  3570.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3571.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3572.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3573.         ], [
  3574.             'security.authorization_checker' => '?',
  3575.             'security.token_storage' => '?',
  3576.         ]));
  3577.     }
  3578.     /**
  3579.      * Gets the private 'security.logout_url_generator' shared service.
  3580.      *
  3581.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3582.      */
  3583.     protected function getSecurity_LogoutUrlGeneratorService()
  3584.     {
  3585.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3586.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3587.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3588.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3589.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3590.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'security.password_hasher_factory' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3597.      */
  3598.     protected function getSecurity_PasswordHasherFactoryService()
  3599.     {
  3600.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> '2y']], 'App\\Entity\\UserOperator' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> '2y']]]);
  3601.     }
  3602.     /**
  3603.      * Gets the private 'security.user_password_hasher' shared service.
  3604.      *
  3605.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3606.      */
  3607.     protected function getSecurity_UserPasswordHasherService()
  3608.     {
  3609.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3610.     }
  3611.     /**
  3612.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3613.      *
  3614.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3615.      */
  3616.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3617.     {
  3618.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3619.     }
  3620.     /**
  3621.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3622.      *
  3623.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3624.      */
  3625.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3626.     {
  3627.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3628.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3629.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3630.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3631.     }
  3632.     /**
  3633.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3634.      *
  3635.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3636.      */
  3637.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3638.     {
  3639.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3640.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3641.             return $this->privates['sensio_framework_extra.security.listener'];
  3642.         }
  3643.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3644.     }
  3645.     /**
  3646.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3647.      *
  3648.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3649.      */
  3650.     protected function getSensioFrameworkExtra_View_ListenerService()
  3651.     {
  3652.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  3653.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3654.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3655.         ], [
  3656.             'twig' => '?',
  3657.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3658.         return $instance;
  3659.     }
  3660.     /**
  3661.      * Gets the private 'session_listener' shared service.
  3662.      *
  3663.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3664.      */
  3665.     protected function getSessionListenerService()
  3666.     {
  3667.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3668.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3669.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3670.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3671.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3672.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3673.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3674.         ], [
  3675.             'initialized_session' => '?',
  3676.             'logger' => '?',
  3677.             'request_stack' => '?',
  3678.             'session' => '?',
  3679.             'session_collector' => '?',
  3680.             'session_factory' => '?',
  3681.         ]), true$this->parameters['session.storage.options']);
  3682.     }
  3683.     /**
  3684.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3685.      *
  3686.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3687.      */
  3688.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3689.     {
  3690.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3691.     }
  3692.     /**
  3693.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3694.      *
  3695.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3696.      */
  3697.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3698.     {
  3699.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3700.     }
  3701.     /**
  3702.      * Gets the private 'sonata.admin.pool' shared service.
  3703.      *
  3704.      * @return \Sonata\AdminBundle\Admin\Pool
  3705.      */
  3706.     protected function getSonata_Admin_PoolService()
  3707.     {
  3708.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), [], [], []);
  3709.     }
  3710.     /**
  3711.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3712.      *
  3713.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3714.      */
  3715.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3716.     {
  3717.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3718.     }
  3719.     /**
  3720.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3721.      *
  3722.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3723.      */
  3724.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3725.     {
  3726.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sonata.form.twig.canonicalize_runtime'] ?? $this->getSonata_Form_Twig_CanonicalizeRuntimeService()));
  3727.     }
  3728.     /**
  3729.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3730.      *
  3731.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3732.      */
  3733.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3734.     {
  3735.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3739.      *
  3740.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3741.      */
  3742.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3743.     {
  3744.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3745.     }
  3746.     /**
  3747.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3748.      *
  3749.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3750.      */
  3751.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3752.     {
  3753.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3757.      *
  3758.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3759.      */
  3760.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3761.     {
  3762.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3763.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3764.             return $this->privates['sonata.admin.twig.security_runtime'];
  3765.         }
  3766.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3767.     }
  3768.     /**
  3769.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3770.      *
  3771.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3772.      */
  3773.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3774.     {
  3775.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3776.     }
  3777.     /**
  3778.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3779.      *
  3780.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3781.      */
  3782.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3783.     {
  3784.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3785.     }
  3786.     /**
  3787.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3788.      *
  3789.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3790.      */
  3791.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3792.     {
  3793.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3794.     }
  3795.     /**
  3796.      * Gets the private 'sonata.block.templating.helper' shared service.
  3797.      *
  3798.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3799.      */
  3800.     protected function getSonata_Block_Templating_HelperService()
  3801.     {
  3802.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3803.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3804.             return $this->privates['sonata.block.templating.helper'];
  3805.         }
  3806.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3807.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3808.             return $this->privates['sonata.block.templating.helper'];
  3809.         }
  3810.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3811.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3812.             return $this->privates['sonata.block.templating.helper'];
  3813.         }
  3814.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3815.     }
  3816.     /**
  3817.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3818.      *
  3819.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3820.      */
  3821.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3822.     {
  3823.         return $this->privates['sonata.form.twig.canonicalize_runtime'] = new \Sonata\Form\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3824.     }
  3825.     /**
  3826.      * Gets the private 'translator.default' shared service.
  3827.      *
  3828.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3829.      */
  3830.     protected function getTranslator_DefaultService()
  3831.     {
  3832.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3833.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3834.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3835.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3836.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3837.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3838.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3839.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3840.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3841.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3842.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3843.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3844.         ], [
  3845.             'translation.loader.csv' => '?',
  3846.             'translation.loader.dat' => '?',
  3847.             'translation.loader.ini' => '?',
  3848.             'translation.loader.json' => '?',
  3849.             'translation.loader.mo' => '?',
  3850.             'translation.loader.php' => '?',
  3851.             'translation.loader.po' => '?',
  3852.             'translation.loader.qt' => '?',
  3853.             'translation.loader.res' => '?',
  3854.             'translation.loader.xliff' => '?',
  3855.             'translation.loader.yml' => '?',
  3856.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/AdminBundle/translations'), => (\dirname(__DIR__4).'/src/ApiBundle/translations'), => (\dirname(__DIR__4).'/src/BackendBundle/translations'), 10 => (\dirname(__DIR__4).'/src/FrontendBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 34 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations'=> 'vendor/sonata-project/seo-bundle/src/Resources/translations'=> 'src/AdminBundle/translations'=> 'src/ApiBundle/translations'=> 'src/BackendBundle/translations'10 => 'src/FrontendBundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'14 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'15 => 'vendor/jms/serializer-bundle/translations'16 => 'vendor/knplabs/knp-markdown-bundle/translations'17 => 'vendor/knplabs/knp-menu-bundle/translations'18 => 'vendor/league/oauth2-server-bundle/src/translations'19 => 'vendor/liip/imagine-bundle/translations'20 => 'vendor/overblog/graphql-bundle/src/translations'21 => 'vendor/overblog/graphiql-bundle/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/sonata-project/cache-bundle/src/translations'24 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'25 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'26 => 'vendor/symfony/framework-bundle/translations'27 => 'vendor/symfony/twig-bundle/translations'28 => 'vendor/symfony/web-profiler-bundle/translations'29 => 'vendor/symfony/monolog-bundle/translations'30 => 'vendor/symfony/debug-bundle/translations'31 => 'vendor/symfony/maker-bundle/src/translations'32 => 'vendor/symfony/security-bundle/translations'33 => 'vendor/twig/extra-bundle/translations'34 => 'translations']]], $this->parameters['kernel.enabled_locales']);
  3857.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3858.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3859.         return $instance;
  3860.     }
  3861.     /**
  3862.      * Gets the private 'validator.builder' shared service.
  3863.      *
  3864.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3865.      */
  3866.     protected function getValidator_BuilderService()
  3867.     {
  3868.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3869.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3870.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3871.         if ($this->has('translator')) {
  3872.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3873.         }
  3874.         $instance->setTranslationDomain('validators');
  3875.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3876.         $instance->enableAnnotationMapping(true);
  3877.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3878.         $instance->addMethodMapping('loadValidatorMetadata');
  3879.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3880.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3881.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3882.         return $instance;
  3883.     }
  3884.     /**
  3885.      * Gets the private 'validator.validator_factory' shared service.
  3886.      *
  3887.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3888.      */
  3889.     protected function getValidator_ValidatorFactoryService()
  3890.     {
  3891.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3892.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3893.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3894.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3895.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3896.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3897.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3898.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3899.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3900.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3901.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3902.         ], [
  3903.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3904.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3905.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3906.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3907.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3908.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3909.             'doctrine.orm.validator.unique' => '?',
  3910.             'security.validator.user_password' => '?',
  3911.             'sonata.form.validator.inline' => '?',
  3912.             'validator.expression' => '?',
  3913.         ]));
  3914.     }
  3915.     /**
  3916.      * Gets the private 'var_dumper.html_dumper' shared service.
  3917.      *
  3918.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3919.      */
  3920.     protected function getVarDumper_HtmlDumperService()
  3921.     {
  3922.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3923.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3924.         return $instance;
  3925.     }
  3926.     /**
  3927.      * Gets the private 'var_dumper.server_connection' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\VarDumper\Server\Connection
  3930.      */
  3931.     protected function getVarDumper_ServerConnectionService()
  3932.     {
  3933.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  3934.     }
  3935.     /**
  3936.      * Gets the private 'web_profiler.csp.handler' shared service.
  3937.      *
  3938.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3939.      */
  3940.     protected function getWebProfiler_Csp_HandlerService()
  3941.     {
  3942.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3943.     }
  3944.     /**
  3945.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3946.      *
  3947.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3948.      */
  3949.     protected function getWebProfiler_DebugToolbarService()
  3950.     {
  3951.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3952.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3953.             return $this->privates['web_profiler.debug_toolbar'];
  3954.         }
  3955.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3956.     }
  3957.     /**
  3958.      * Gets the public 'cache_clearer' alias.
  3959.      *
  3960.      * @return object The ".container.private.cache_clearer" service.
  3961.      */
  3962.     protected function getCacheClearerService()
  3963.     {
  3964.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3965.         return $this->get('.container.private.cache_clearer');
  3966.     }
  3967.     /**
  3968.      * Gets the public 'filesystem' alias.
  3969.      *
  3970.      * @return object The ".container.private.filesystem" service.
  3971.      */
  3972.     protected function getFilesystemService()
  3973.     {
  3974.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3975.         return $this->get('.container.private.filesystem');
  3976.     }
  3977.     /**
  3978.      * Gets the public 'serializer' alias.
  3979.      *
  3980.      * @return object The ".container.private.serializer" service.
  3981.      */
  3982.     protected function getSerializerService()
  3983.     {
  3984.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3985.         return $this->get('.container.private.serializer');
  3986.     }
  3987.     /**
  3988.      * Gets the public 'security.csrf.token_manager' alias.
  3989.      *
  3990.      * @return object The ".container.private.security.csrf.token_manager" service.
  3991.      */
  3992.     protected function getSecurity_Csrf_TokenManagerService()
  3993.     {
  3994.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3995.         return $this->get('.container.private.security.csrf.token_manager');
  3996.     }
  3997.     /**
  3998.      * Gets the public 'form.factory' alias.
  3999.      *
  4000.      * @return object The ".container.private.form.factory" service.
  4001.      */
  4002.     protected function getForm_FactoryService()
  4003.     {
  4004.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4005.         return $this->get('.container.private.form.factory');
  4006.     }
  4007.     /**
  4008.      * Gets the public 'form.type.file' alias.
  4009.      *
  4010.      * @return object The ".container.private.form.type.file" service.
  4011.      */
  4012.     protected function getForm_Type_FileService()
  4013.     {
  4014.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4015.         return $this->get('.container.private.form.type.file');
  4016.     }
  4017.     /**
  4018.      * Gets the public 'profiler' alias.
  4019.      *
  4020.      * @return object The ".container.private.profiler" service.
  4021.      */
  4022.     protected function getProfilerService()
  4023.     {
  4024.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4025.         return $this->get('.container.private.profiler');
  4026.     }
  4027.     /**
  4028.      * Gets the public 'twig' alias.
  4029.      *
  4030.      * @return object The ".container.private.twig" service.
  4031.      */
  4032.     protected function getTwigService()
  4033.     {
  4034.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4035.         return $this->get('.container.private.twig');
  4036.     }
  4037.     /**
  4038.      * Gets the public 'security.authorization_checker' alias.
  4039.      *
  4040.      * @return object The ".container.private.security.authorization_checker" service.
  4041.      */
  4042.     protected function getSecurity_AuthorizationCheckerService()
  4043.     {
  4044.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4045.         return $this->get('.container.private.security.authorization_checker');
  4046.     }
  4047.     /**
  4048.      * Gets the public 'security.token_storage' alias.
  4049.      *
  4050.      * @return object The ".container.private.security.token_storage" service.
  4051.      */
  4052.     protected function getSecurity_TokenStorageService()
  4053.     {
  4054.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4055.         return $this->get('.container.private.security.token_storage');
  4056.     }
  4057.     /**
  4058.      * Gets the public 'security.password_encoder' alias.
  4059.      *
  4060.      * @return object The ".container.private.security.password_encoder" service.
  4061.      */
  4062.     protected function getSecurity_PasswordEncoderService()
  4063.     {
  4064.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4065.         return $this->get('.container.private.security.password_encoder');
  4066.     }
  4067.     /**
  4068.      * Gets the public 'session' alias.
  4069.      *
  4070.      * @return object The ".container.private.session" service.
  4071.      */
  4072.     protected function getSessionService()
  4073.     {
  4074.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4075.         return $this->get('.container.private.session');
  4076.     }
  4077.     /**
  4078.      * Gets the public 'validator' alias.
  4079.      *
  4080.      * @return object The ".container.private.validator" service.
  4081.      */
  4082.     protected function getValidatorService()
  4083.     {
  4084.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4085.         return $this->get('.container.private.validator');
  4086.     }
  4087.     /**
  4088.      * @return array|bool|float|int|string|\UnitEnum|null
  4089.      */
  4090.     public function getParameter(string $name)
  4091.     {
  4092.         if (isset($this->buildParameters[$name])) {
  4093.             return $this->buildParameters[$name];
  4094.         }
  4095.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4096.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4097.         }
  4098.         if (isset($this->loadedDynamicParameters[$name])) {
  4099.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4100.         }
  4101.         return $this->parameters[$name];
  4102.     }
  4103.     public function hasParameter(string $name): bool
  4104.     {
  4105.         if (isset($this->buildParameters[$name])) {
  4106.             return true;
  4107.         }
  4108.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4109.     }
  4110.     public function setParameter(string $name$value): void
  4111.     {
  4112.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4113.     }
  4114.     public function getParameterBag(): ParameterBagInterface
  4115.     {
  4116.         if (null === $this->parameterBag) {
  4117.             $parameters $this->parameters;
  4118.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4119.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4120.             }
  4121.             foreach ($this->buildParameters as $name => $value) {
  4122.                 $parameters[$name] = $value;
  4123.             }
  4124.             $this->parameterBag = new FrozenParameterBag($parameters);
  4125.         }
  4126.         return $this->parameterBag;
  4127.     }
  4128.     private $loadedDynamicParameters = [
  4129.         'kernel.runtime_environment' => false,
  4130.         'kernel.build_dir' => false,
  4131.         'kernel.cache_dir' => false,
  4132.         'frontend_domain' => false,
  4133.         'backend_domain' => false,
  4134.         'image_domain' => false,
  4135.         'basis_check_start_url_prefix' => false,
  4136.         'basis_check_download_url_prefix' => false,
  4137.         'etermin_public_key' => false,
  4138.         'etermin_private_key' => false,
  4139.         'matomo_api_key' => false,
  4140.         'google_api_key' => false,
  4141.         'openai_api_key' => false,
  4142.         'openai_api_model' => false,
  4143.         'doctrine.orm.proxy_dir' => false,
  4144.         'kernel.secret' => false,
  4145.         'debug.container.dump' => false,
  4146.         'serializer.mapping.cache.file' => false,
  4147.         'validator.mapping.cache.file' => false,
  4148.         'profiler.storage.dsn' => false,
  4149.     ];
  4150.     private $dynamicParameters = [];
  4151.     private function getDynamicParameter(string $name)
  4152.     {
  4153.         switch ($name) {
  4154.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4155.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4156.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4157.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4158.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4159.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4160.             case 'basis_check_start_url_prefix'$value $this->getEnv('BASIS_CHECK_START_URL_PREFIX'); break;
  4161.             case 'basis_check_download_url_prefix'$value $this->getEnv('BASIS_CHECK_DOWNLOAD_URL_PREFIX'); break;
  4162.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4163.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4164.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4165.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  4166.             case 'openai_api_key'$value $this->getEnv('OPENAI_API_KEY'); break;
  4167.             case 'openai_api_model'$value $this->getEnv('OPENAI_API_MODEL'); break;
  4168.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4169.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4170.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4171.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4172.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4173.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4174.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4175.         }
  4176.         $this->loadedDynamicParameters[$name] = true;
  4177.         return $this->dynamicParameters[$name] = $value;
  4178.     }
  4179.     protected function getDefaultParameters(): array
  4180.     {
  4181.         return [
  4182.             'kernel.project_dir' => \dirname(__DIR__4),
  4183.             'kernel.environment' => 'dev',
  4184.             'kernel.debug' => true,
  4185.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4186.             'kernel.bundles' => [
  4187.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4188.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4189.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4190.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4191.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4192.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4193.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4194.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4195.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4196.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4197.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4198.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4199.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4200.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4201.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4202.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4203.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4204.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4205.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4206.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4207.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4208.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4209.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4210.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4211.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4212.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4213.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4214.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4215.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4216.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4217.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4218.             ],
  4219.             'kernel.bundles_metadata' => [
  4220.                 'AdminBundle' => [
  4221.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4222.                     'namespace' => 'App\\AdminBundle',
  4223.                 ],
  4224.                 'ApiBundle' => [
  4225.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4226.                     'namespace' => 'App\\ApiBundle',
  4227.                 ],
  4228.                 'BackendBundle' => [
  4229.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4230.                     'namespace' => 'App\\BackendBundle',
  4231.                 ],
  4232.                 'FrontendBundle' => [
  4233.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4234.                     'namespace' => 'App\\FrontendBundle',
  4235.                 ],
  4236.                 'DoctrineBundle' => [
  4237.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4238.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4239.                 ],
  4240.                 'DoctrineMigrationsBundle' => [
  4241.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4242.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4243.                 ],
  4244.                 'FOSCKEditorBundle' => [
  4245.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4246.                     'namespace' => 'FOS\\CKEditorBundle',
  4247.                 ],
  4248.                 'FOSElasticaBundle' => [
  4249.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4250.                     'namespace' => 'FOS\\ElasticaBundle',
  4251.                 ],
  4252.                 'JMSSerializerBundle' => [
  4253.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4254.                     'namespace' => 'JMS\\SerializerBundle',
  4255.                 ],
  4256.                 'KnpMarkdownBundle' => [
  4257.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4258.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4259.                 ],
  4260.                 'KnpMenuBundle' => [
  4261.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4262.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4263.                 ],
  4264.                 'LeagueOAuth2ServerBundle' => [
  4265.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4266.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4267.                 ],
  4268.                 'LiipImagineBundle' => [
  4269.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4270.                     'namespace' => 'Liip\\ImagineBundle',
  4271.                 ],
  4272.                 'OverblogGraphQLBundle' => [
  4273.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4274.                     'namespace' => 'Overblog\\GraphQLBundle',
  4275.                 ],
  4276.                 'OverblogGraphiQLBundle' => [
  4277.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4278.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4279.                 ],
  4280.                 'SensioFrameworkExtraBundle' => [
  4281.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4282.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4283.                 ],
  4284.                 'SonataBlockBundle' => [
  4285.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4286.                     'namespace' => 'Sonata\\BlockBundle',
  4287.                 ],
  4288.                 'SonataAdminBundle' => [
  4289.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4290.                     'namespace' => 'Sonata\\AdminBundle',
  4291.                 ],
  4292.                 'SonataCacheBundle' => [
  4293.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4294.                     'namespace' => 'Sonata\\CacheBundle',
  4295.                 ],
  4296.                 'SonataDoctrineBundle' => [
  4297.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4298.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4299.                 ],
  4300.                 'SonataDoctrineORMAdminBundle' => [
  4301.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4302.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4303.                 ],
  4304.                 'SonataFormBundle' => [
  4305.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4306.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4307.                 ],
  4308.                 'SonataSeoBundle' => [
  4309.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4310.                     'namespace' => 'Sonata\\SeoBundle',
  4311.                 ],
  4312.                 'FrameworkBundle' => [
  4313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4314.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4315.                 ],
  4316.                 'TwigBundle' => [
  4317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4318.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4319.                 ],
  4320.                 'WebProfilerBundle' => [
  4321.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4322.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4323.                 ],
  4324.                 'MonologBundle' => [
  4325.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4326.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4327.                 ],
  4328.                 'DebugBundle' => [
  4329.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4330.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4331.                 ],
  4332.                 'MakerBundle' => [
  4333.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4334.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4335.                 ],
  4336.                 'SecurityBundle' => [
  4337.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4338.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4339.                 ],
  4340.                 'TwigExtraBundle' => [
  4341.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4342.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4343.                 ],
  4344.             ],
  4345.             'kernel.charset' => 'UTF-8',
  4346.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4347.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4348.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4349.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4350.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4351.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4352.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4353.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4354.             'root_dir' => \dirname(__DIR__4),
  4355.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4356.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4357.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4358.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4359.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4360.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4361.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4362.             'doctrine.entity_managers' => [
  4363.                 'default' => 'doctrine.orm.default_entity_manager',
  4364.             ],
  4365.             'doctrine.default_entity_manager' => 'default',
  4366.             'doctrine.dbal.connection_factory.types' => [
  4367.                 'oauth2_grant' => [
  4368.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4369.                 ],
  4370.                 'oauth2_redirect_uri' => [
  4371.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4372.                 ],
  4373.                 'oauth2_scope' => [
  4374.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4375.                 ],
  4376.                 'uuid' => [
  4377.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4378.                 ],
  4379.                 'json' => [
  4380.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4381.                 ],
  4382.                 'ulid' => [
  4383.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4384.                 ],
  4385.             ],
  4386.             'doctrine.connections' => [
  4387.                 'default' => 'doctrine.dbal.default_connection',
  4388.             ],
  4389.             'doctrine.default_connection' => 'default',
  4390.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4391.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4392.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4393.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4394.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4395.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4396.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4397.             'doctrine.orm.cache.memcache_port' => 11211,
  4398.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4399.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4400.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4401.             'doctrine.orm.cache.memcached_port' => 11211,
  4402.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4403.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4404.             'doctrine.orm.cache.redis_host' => 'localhost',
  4405.             'doctrine.orm.cache.redis_port' => 6379,
  4406.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4407.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4408.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4409.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4410.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4411.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4412.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4413.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4414.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4415.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4416.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4417.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4418.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4419.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4420.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4421.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4422.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4423.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4424.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4425.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4426.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4427.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4428.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4429.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4430.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4431.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4432.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4433.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4434.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4435.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4436.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4437.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4438.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4439.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4440.             'doctrine.migrations.preferred_em' => NULL,
  4441.             'doctrine.migrations.preferred_connection' => NULL,
  4442.             'fos_elastica.property_accessor.magicCall' => 0,
  4443.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4444.             'fos_elastica.default_index' => 'events',
  4445.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4446.             'knp_menu.renderer.list.options' => [
  4447.             ],
  4448.             'knp_menu.renderer.twig.options' => [
  4449.             ],
  4450.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4451.             'knp_menu.default_renderer' => 'twig',
  4452.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4453.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4454.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4455.             'league.oauth2_server.encryption_key.type' => 'plain',
  4456.             'league.oauth2_server.scopes.default' => [
  4457.                 => 'defaultscope',
  4458.             ],
  4459.             'liip_imagine.resolvers' => [
  4460.                 'default' => [
  4461.                     'web_path' => [
  4462.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4463.                         'cache_prefix' => 'media/cache',
  4464.                     ],
  4465.                 ],
  4466.             ],
  4467.             'liip_imagine.loaders' => [
  4468.                 'default' => [
  4469.                     'filesystem' => [
  4470.                         'data_root' => [
  4471.                             => (\dirname(__DIR__4).'/public'),
  4472.                         ],
  4473.                         'locator' => 'filesystem',
  4474.                         'allow_unresolvable_data_roots' => false,
  4475.                         'bundle_resources' => [
  4476.                             'enabled' => false,
  4477.                             'access_control_type' => 'blacklist',
  4478.                             'access_control_list' => [
  4479.                             ],
  4480.                         ],
  4481.                     ],
  4482.                 ],
  4483.             ],
  4484.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4485.             'liip_imagine.jpegoptim.stripAll' => true,
  4486.             'liip_imagine.jpegoptim.max' => NULL,
  4487.             'liip_imagine.jpegoptim.progressive' => true,
  4488.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4489.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4490.             'liip_imagine.optipng.level' => 7,
  4491.             'liip_imagine.optipng.stripAll' => true,
  4492.             'liip_imagine.optipng.tempDir' => NULL,
  4493.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4494.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4495.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4496.             'liip_imagine.cwebp.tempDir' => NULL,
  4497.             'liip_imagine.cwebp.q' => 75,
  4498.             'liip_imagine.cwebp.alphaQ' => 100,
  4499.             'liip_imagine.cwebp.m' => 4,
  4500.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4501.             'liip_imagine.cwebp.alphaMethod' => 1,
  4502.             'liip_imagine.cwebp.exact' => false,
  4503.             'liip_imagine.cwebp.metadata' => [
  4504.                 => 'none',
  4505.             ],
  4506.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4507.             'liip_imagine.cache.resolver.default' => 'default',
  4508.             'liip_imagine.default_image' => NULL,
  4509.             'liip_imagine.filter_sets' => [
  4510.                 'cache' => [
  4511.                     'format' => 'webp',
  4512.                     'quality' => 100,
  4513.                     'jpeg_quality' => NULL,
  4514.                     'png_compression_level' => NULL,
  4515.                     'png_compression_filter' => NULL,
  4516.                     'animated' => false,
  4517.                     'cache' => NULL,
  4518.                     'data_loader' => NULL,
  4519.                     'default_image' => NULL,
  4520.                     'filters' => [
  4521.                     ],
  4522.                     'post_processors' => [
  4523.                     ],
  4524.                 ],
  4525.                 'tn_medium' => [
  4526.                     'format' => 'webp',
  4527.                     'quality' => 100,
  4528.                     'jpeg_quality' => NULL,
  4529.                     'png_compression_level' => NULL,
  4530.                     'png_compression_filter' => NULL,
  4531.                     'animated' => false,
  4532.                     'cache' => NULL,
  4533.                     'data_loader' => NULL,
  4534.                     'default_image' => NULL,
  4535.                     'filters' => [
  4536.                         'relative_resize' => [
  4537.                             'widen' => 527,
  4538.                         ],
  4539.                     ],
  4540.                     'post_processors' => [
  4541.                     ],
  4542.                 ],
  4543.                 'tn_portrait' => [
  4544.                     'format' => 'webp',
  4545.                     'quality' => 100,
  4546.                     'jpeg_quality' => NULL,
  4547.                     'png_compression_level' => NULL,
  4548.                     'png_compression_filter' => NULL,
  4549.                     'animated' => false,
  4550.                     'cache' => NULL,
  4551.                     'data_loader' => NULL,
  4552.                     'default_image' => NULL,
  4553.                     'filters' => [
  4554.                         'relative_resize' => [
  4555.                             'widen' => 1000,
  4556.                         ],
  4557.                     ],
  4558.                     'post_processors' => [
  4559.                     ],
  4560.                 ],
  4561.                 'tn_landscape' => [
  4562.                     'format' => 'webp',
  4563.                     'quality' => 100,
  4564.                     'jpeg_quality' => NULL,
  4565.                     'png_compression_level' => NULL,
  4566.                     'png_compression_filter' => NULL,
  4567.                     'animated' => false,
  4568.                     'cache' => NULL,
  4569.                     'data_loader' => NULL,
  4570.                     'default_image' => NULL,
  4571.                     'filters' => [
  4572.                         'relative_resize' => [
  4573.                             'widen' => 1240,
  4574.                         ],
  4575.                     ],
  4576.                     'post_processors' => [
  4577.                     ],
  4578.                 ],
  4579.                 'tn_large' => [
  4580.                     'format' => 'webp',
  4581.                     'quality' => 100,
  4582.                     'jpeg_quality' => NULL,
  4583.                     'png_compression_level' => NULL,
  4584.                     'png_compression_filter' => NULL,
  4585.                     'animated' => false,
  4586.                     'cache' => NULL,
  4587.                     'data_loader' => NULL,
  4588.                     'default_image' => NULL,
  4589.                     'filters' => [
  4590.                         'relative_resize' => [
  4591.                             'widen' => 1560,
  4592.                         ],
  4593.                     ],
  4594.                     'post_processors' => [
  4595.                     ],
  4596.                 ],
  4597.                 'tn_xlarge' => [
  4598.                     'format' => 'webp',
  4599.                     'quality' => 100,
  4600.                     'jpeg_quality' => NULL,
  4601.                     'png_compression_level' => NULL,
  4602.                     'png_compression_filter' => NULL,
  4603.                     'animated' => false,
  4604.                     'cache' => NULL,
  4605.                     'data_loader' => NULL,
  4606.                     'default_image' => NULL,
  4607.                     'filters' => [
  4608.                         'relative_resize' => [
  4609.                             'widen' => 1900,
  4610.                         ],
  4611.                     ],
  4612.                     'post_processors' => [
  4613.                     ],
  4614.                 ],
  4615.                 'tn_huge' => [
  4616.                     'format' => 'webp',
  4617.                     'quality' => 100,
  4618.                     'jpeg_quality' => NULL,
  4619.                     'png_compression_level' => NULL,
  4620.                     'png_compression_filter' => NULL,
  4621.                     'animated' => false,
  4622.                     'cache' => NULL,
  4623.                     'data_loader' => NULL,
  4624.                     'default_image' => NULL,
  4625.                     'filters' => [
  4626.                         'relative_resize' => [
  4627.                             'widen' => 2800,
  4628.                         ],
  4629.                     ],
  4630.                     'post_processors' => [
  4631.                     ],
  4632.                 ],
  4633.             ],
  4634.             'liip_imagine.binary.loader.default' => 'default',
  4635.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4636.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4637.             'liip_imagine.webp.generate' => false,
  4638.             'liip_imagine.webp.options' => [
  4639.                 'quality' => 100,
  4640.                 'cache' => NULL,
  4641.                 'data_loader' => NULL,
  4642.                 'post_processors' => [
  4643.                 ],
  4644.             ],
  4645.             'overblog_graphql_types.config' => [
  4646.                 'InternalQuery' => [
  4647.                     'type' => 'object',
  4648.                     'inherits' => [
  4649.                         => 'InternalQueryBasisCheck',
  4650.                         => 'InternalQueryBoPartnerProfile',
  4651.                         => 'InternalQueryCompanyProfile',
  4652.                         => 'InternalQueryEvent',
  4653.                         => 'InternalQueryGame',
  4654.                         => 'InternalQueryJobMarket',
  4655.                         => 'InternalQuerySchool',
  4656.                         => 'InternalQuerySchoolProfile',
  4657.                         => 'InternalQuerySchoolClass',
  4658.                         => 'InternalQueryUser',
  4659.                     ],
  4660.                     'class_name' => 'InternalQueryType',
  4661.                     'decorator' => false,
  4662.                     'config' => [
  4663.                         'description' => 'Internal Query',
  4664.                         'fields' => [
  4665.                             'getSelectedBoPartnerProfile' => [
  4666.                                 'type' => 'BoPartnerProfile',
  4667.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getSelectedBoPartnerProfile")',
  4668.                             ],
  4669.                             'getBoPartnerProfiles' => [
  4670.                                 'type' => '[ProfileSimple!]',
  4671.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfilesByUser")',
  4672.                             ],
  4673.                             'getBoPartnerProfileQuizQuestions' => [
  4674.                                 'type' => '[ProviderQuizQuestion!]',
  4675.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfileQuizQuestions")',
  4676.                             ],
  4677.                             'getBasisCheckLimit' => [
  4678.                                 'type' => 'CompanyBasisCheckLimit',
  4679.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BasisCheckResolver::getBasisCheckLimit")',
  4680.                             ],
  4681.                             'getBasisChecks' => [
  4682.                                 'type' => '[CompanyBasisCheck!]',
  4683.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BasisCheckResolver::getBasisChecks")',
  4684.                             ],
  4685.                             'getSelectedCompanyProfile' => [
  4686.                                 'type' => 'CompanyProfile',
  4687.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  4688.                             ],
  4689.                             'getCompanyProfiles' => [
  4690.                                 'type' => '[ProfileSimple!]',
  4691.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  4692.                             ],
  4693.                             'getCompanyProfileQuizQuestions' => [
  4694.                                 'type' => '[ProviderQuizQuestion!]',
  4695.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileQuizQuestions")',
  4696.                             ],
  4697.                             'getCompanyProfileJobMarkets' => [
  4698.                                 'type' => '[JobMarket!]',
  4699.                                 'args' => [
  4700.                                     'profileID' => [
  4701.                                         'description' => 'The profile id',
  4702.                                         'type' => 'Int!',
  4703.                                     ],
  4704.                                 ],
  4705.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileJobMarkets", args["profileID"])',
  4706.                             ],
  4707.                             'getPopularSchools' => [
  4708.                                 'type' => '[PopularSchool!]',
  4709.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getPopularSchools")',
  4710.                             ],
  4711.                             'getProviderEventsByDistrict' => [
  4712.                                 'type' => '[CompanyProfile!]',
  4713.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  4714.                             ],
  4715.                             'getEventsBcByDistrict' => [
  4716.                                 'type' => '[Event!]',
  4717.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  4718.                             ],
  4719.                             'getActiveGameTimers' => [
  4720.                                 'type' => '[GameTimer]',
  4721.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getActiveGameTimers")',
  4722.                             ],
  4723.                             'startGameTimer' => [
  4724.                                 'type' => 'GameTimer',
  4725.                                 'args' => [
  4726.                                     'schoolClassID' => [
  4727.                                         'description' => 'The school class id',
  4728.                                         'type' => 'Int!',
  4729.                                     ],
  4730.                                     'duration' => [
  4731.                                         'description' => 'The duration for the game timer in seconds',
  4732.                                         'type' => 'Int!',
  4733.                                     ],
  4734.                                 ],
  4735.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  4736.                             ],
  4737.                             'modifyGameTimer' => [
  4738.                                 'type' => 'GameTimer',
  4739.                                 'args' => [
  4740.                                     'timerID' => [
  4741.                                         'description' => 'The timer id',
  4742.                                         'type' => 'Int!',
  4743.                                     ],
  4744.                                     'modifyType' => [
  4745.                                         'description' => 'The modify type',
  4746.                                         'type' => 'GameTimerModifyType!',
  4747.                                     ],
  4748.                                     'duration' => [
  4749.                                         'description' => 'The duration the timer is modified in seconds',
  4750.                                         'type' => 'Int!',
  4751.                                     ],
  4752.                                 ],
  4753.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  4754.                             ],
  4755.                             'getGameTimeLeft' => [
  4756.                                 'type' => 'CommonResult!',
  4757.                                 'args' => [
  4758.                                     'schoolClassID' => [
  4759.                                         'description' => 'The school class id',
  4760.                                         'type' => 'Int!',
  4761.                                     ],
  4762.                                 ],
  4763.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  4764.                             ],
  4765.                             'getJobMarket' => [
  4766.                                 'type' => 'JobMarket',
  4767.                                 'args' => [
  4768.                                     'id' => [
  4769.                                         'description' => 'ID of the job market to be retrieved',
  4770.                                         'type' => 'ID!',
  4771.                                     ],
  4772.                                 ],
  4773.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  4774.                             ],
  4775.                             'getJobMarketsByUser' => [
  4776.                                 'type' => '[JobMarket!]',
  4777.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarkets")',
  4778.                             ],
  4779.                             'getSchoolByTeacher' => [
  4780.                                 'type' => 'School',
  4781.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  4782.                             ],
  4783.                             'getSchoolClassesBySchool' => [
  4784.                                 'type' => '[SchoolClass!]',
  4785.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  4786.                             ],
  4787.                             'getSchoolTeachers' => [
  4788.                                 'type' => '[Teacher!]',
  4789.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  4790.                             ],
  4791.                             'getViewedInterestFieldsBySchool' => [
  4792.                                 'type' => '[InterestFieldStats!]',
  4793.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  4794.                             ],
  4795.                             'getSelectedSchoolProfile' => [
  4796.                                 'type' => 'SchoolProfile',
  4797.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSelectedSchoolProfile")',
  4798.                             ],
  4799.                             'getSchoolProfiles' => [
  4800.                                 'type' => '[ProfileSimple!]',
  4801.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfilesByUser")',
  4802.                             ],
  4803.                             'getSchoolProfileQuizQuestions' => [
  4804.                                 'type' => '[ProviderQuizQuestion!]',
  4805.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfileQuizQuestions")',
  4806.                             ],
  4807.                             'getSchoolClassByID' => [
  4808.                                 'type' => 'SchoolClass',
  4809.                                 'args' => [
  4810.                                     'schoolClassID' => [
  4811.                                         'description' => 'The school class ID',
  4812.                                         'type' => 'Int!',
  4813.                                     ],
  4814.                                 ],
  4815.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  4816.                             ],
  4817.                             'getSchoolClassesByUser' => [
  4818.                                 'type' => '[SchoolClass!]',
  4819.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  4820.                             ],
  4821.                             'getSchoolClassTeachers' => [
  4822.                                 'type' => '[Teacher!]',
  4823.                                 'args' => [
  4824.                                     'schoolClassID' => [
  4825.                                         'description' => 'The school class ID',
  4826.                                         'type' => 'Int!',
  4827.                                     ],
  4828.                                 ],
  4829.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  4830.                             ],
  4831.                             'getViewedBoPartnerProfiles' => [
  4832.                                 'type' => '[BoPartnerProfile!]',
  4833.                                 'args' => [
  4834.                                     'schoolClassID' => [
  4835.                                         'description' => 'The school class ID',
  4836.                                         'type' => 'Int!',
  4837.                                     ],
  4838.                                 ],
  4839.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  4840.                             ],
  4841.                             'getViewedCompanyProfiles' => [
  4842.                                 'type' => '[CompanyProfile!]',
  4843.                                 'args' => [
  4844.                                     'schoolClassID' => [
  4845.                                         'description' => 'The school class ID',
  4846.                                         'type' => 'Int!',
  4847.                                     ],
  4848.                                 ],
  4849.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  4850.                             ],
  4851.                             'getViewedSchoolProfiles' => [
  4852.                                 'type' => '[SchoolProfile!]',
  4853.                                 'args' => [
  4854.                                     'schoolClassID' => [
  4855.                                         'description' => 'The school class ID',
  4856.                                         'type' => 'Int!',
  4857.                                     ],
  4858.                                 ],
  4859.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  4860.                             ],
  4861.                             'getViewedJobs' => [
  4862.                                 'type' => '[Job!]',
  4863.                                 'args' => [
  4864.                                     'schoolClassID' => [
  4865.                                         'description' => 'The school class ID',
  4866.                                         'type' => 'Int!',
  4867.                                     ],
  4868.                                 ],
  4869.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  4870.                             ],
  4871.                             'getViewedJobPortaits' => [
  4872.                                 'type' => '[Story!]',
  4873.                                 'args' => [
  4874.                                     'schoolClassID' => [
  4875.                                         'description' => 'The school class ID',
  4876.                                         'type' => 'Int!',
  4877.                                     ],
  4878.                                 ],
  4879.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  4880.                             ],
  4881.                             'getViewedSchoolPortaits' => [
  4882.                                 'type' => '[Story!]',
  4883.                                 'args' => [
  4884.                                     'schoolClassID' => [
  4885.                                         'description' => 'The school class ID',
  4886.                                         'type' => 'Int!',
  4887.                                     ],
  4888.                                 ],
  4889.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  4890.                             ],
  4891.                             'getViewedInterestFields' => [
  4892.                                 'type' => '[InterestFieldStats!]',
  4893.                                 'args' => [
  4894.                                     'schoolClassID' => [
  4895.                                         'description' => 'The school class ID',
  4896.                                         'type' => 'Int!',
  4897.                                     ],
  4898.                                 ],
  4899.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  4900.                             ],
  4901.                             'getViewedRequirements' => [
  4902.                                 'type' => '[JobRequirementStats!]',
  4903.                                 'args' => [
  4904.                                     'schoolClassID' => [
  4905.                                         'description' => 'The school class ID',
  4906.                                         'type' => 'Int!',
  4907.                                     ],
  4908.                                 ],
  4909.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  4910.                             ],
  4911.                             'setGameCategoriesTeacher' => [
  4912.                                 'type' => 'Status!',
  4913.                                 'args' => [
  4914.                                     'schoolClassID' => [
  4915.                                         'description' => 'The school class ID',
  4916.                                         'type' => 'Int!',
  4917.                                     ],
  4918.                                     'categoryIDs' => [
  4919.                                         'description' => 'The category IDs',
  4920.                                         'type' => '[Int!]!',
  4921.                                     ],
  4922.                                 ],
  4923.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  4924.                             ],
  4925.                             'getTeachingIdeas' => [
  4926.                                 'type' => '[TeachingIdea!]',
  4927.                                 'args' => [
  4928.                                     'schoolClassID' => [
  4929.                                         'description' => 'The school class ID',
  4930.                                         'type' => 'Int!',
  4931.                                     ],
  4932.                                 ],
  4933.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  4934.                             ],
  4935.                             'getUserSetting' => [
  4936.                                 'type' => 'UserSetting',
  4937.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  4938.                             ],
  4939.                             'userinfo' => [
  4940.                                 'type' => 'UserInfo',
  4941.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  4942.                             ],
  4943.                             'job' => [
  4944.                                 'type' => 'Job',
  4945.                                 'args' => [
  4946.                                     'bicid' => [
  4947.                                         'description' => 'BicID of the job to be retrieved',
  4948.                                         'type' => 'ID!',
  4949.                                     ],
  4950.                                 ],
  4951.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  4952.                             ],
  4953.                         ],
  4954.                         'name' => 'InternalQuery',
  4955.                         'builders' => [
  4956.                         ],
  4957.                         'interfaces' => [
  4958.                         ],
  4959.                     ],
  4960.                 ],
  4961.                 'DefaultQuery' => [
  4962.                     'type' => 'object',
  4963.                     'inherits' => [
  4964.                         => 'DefaultQueryBookmark',
  4965.                         => 'DefaultQueryCommon',
  4966.                         => 'DefaultQueryEvent',
  4967.                         => 'DefaultQueryGame',
  4968.                         => 'DefaultQueryJob',
  4969.                         => 'DefaultQueryProfiles',
  4970.                         => 'DefaultQueryQuest',
  4971.                         => 'DefaultQueryRookie',
  4972.                         => 'DefaultQuerySchool',
  4973.                     ],
  4974.                     'class_name' => 'DefaultQueryType',
  4975.                     'decorator' => false,
  4976.                     'config' => [
  4977.                         'description' => 'Default Query',
  4978.                         'fields' => [
  4979.                             'bookmarkCreate' => [
  4980.                                 'type' => 'Bookmark',
  4981.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  4982.                             ],
  4983.                             'bookmarkDelete' => [
  4984.                                 'type' => 'String!',
  4985.                                 'args' => [
  4986.                                     'code' => [
  4987.                                         'description' => 'The code of the bookmark to delete',
  4988.                                         'type' => 'String!',
  4989.                                     ],
  4990.                                 ],
  4991.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  4992.                             ],
  4993.                             'bookmarkGet' => [
  4994.                                 'type' => 'Bookmark',
  4995.                                 'args' => [
  4996.                                     'code' => [
  4997.                                         'description' => 'The code to access the bookmark',
  4998.                                         'type' => 'String!',
  4999.                                     ],
  5000.                                 ],
  5001.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  5002.                             ],
  5003.                             'bookmarkUpdate' => [
  5004.                                 'type' => 'Bookmark',
  5005.                                 'args' => [
  5006.                                     'code' => [
  5007.                                         'description' => 'The code to access the bookmark',
  5008.                                         'type' => 'String!',
  5009.                                     ],
  5010.                                     'storedValue' => [
  5011.                                         'description' => 'The value to store in bookmark',
  5012.                                         'type' => 'String!',
  5013.                                     ],
  5014.                                 ],
  5015.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  5016.                             ],
  5017.                             'titles' => [
  5018.                                 'type' => '[Title]',
  5019.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  5020.                             ],
  5021.                             'teachingIdeaTypes' => [
  5022.                                 'type' => '[TeachingIdeaType!]',
  5023.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  5024.                             ],
  5025.                             'informationLinks' => [
  5026.                                 'type' => '[InformationLink!]',
  5027.                                 'args' => [
  5028.                                     'typeID' => [
  5029.                                         'description' => 'The type id of the information links',
  5030.                                         'type' => 'Int!',
  5031.                                     ],
  5032.                                 ],
  5033.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  5034.                             ],
  5035.                             'searchSchools' => [
  5036.                                 'type' => '[School!]',
  5037.                                 'args' => [
  5038.                                     'searchText' => [
  5039.                                         'description' => 'The search text for the school',
  5040.                                         'type' => 'String!',
  5041.                                     ],
  5042.                                 ],
  5043.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  5044.                             ],
  5045.                             'event' => [
  5046.                                 'type' => 'Event',
  5047.                                 'args' => [
  5048.                                     'id' => [
  5049.                                         'description' => 'ID of the Event',
  5050.                                         'type' => 'ID!',
  5051.                                     ],
  5052.                                 ],
  5053.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  5054.                             ],
  5055.                             'events' => [
  5056.                                 'type' => '[Event!]',
  5057.                                 'args' => [
  5058.                                     'limit' => [
  5059.                                         'description' => 'Limit',
  5060.                                         'type' => 'Int!',
  5061.                                     ],
  5062.                                     'offset' => [
  5063.                                         'description' => 'Offset',
  5064.                                         'type' => 'Int!',
  5065.                                     ],
  5066.                                 ],
  5067.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  5068.                             ],
  5069.                             'getOffersBoPartner' => [
  5070.                                 'type' => '[Offer!]',
  5071.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  5072.                             ],
  5073.                             'getOffersCompany' => [
  5074.                                 'type' => '[Offer!]',
  5075.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  5076.                             ],
  5077.                             'getOffersSchool' => [
  5078.                                 'type' => '[Offer!]',
  5079.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  5080.                             ],
  5081.                             'offerList' => [
  5082.                                 'type' => 'OfferList!',
  5083.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  5084.                             ],
  5085.                             'getChampionship' => [
  5086.                                 'type' => 'Championship',
  5087.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  5088.                             ],
  5089.                             'getQuizQuestionsProvider' => [
  5090.                                 'type' => '[QuestionOpen!]',
  5091.                                 'args' => [
  5092.                                     'providerType' => [
  5093.                                         'description' => 'The provider type id',
  5094.                                         'type' => 'Int!',
  5095.                                     ],
  5096.                                     'profileID' => [
  5097.                                         'description' => 'The profile id',
  5098.                                         'type' => 'Int!',
  5099.                                     ],
  5100.                                 ],
  5101.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  5102.                             ],
  5103.                             'getGameCategoriesPerGame' => [
  5104.                                 'type' => 'GameCategoriesPerGame!',
  5105.                                 'args' => [
  5106.                                     'clientID' => [
  5107.                                         'description' => 'The client ID',
  5108.                                         'type' => 'String!',
  5109.                                     ],
  5110.                                 ],
  5111.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  5112.                             ],
  5113.                             'getGameCategoriesTeacher' => [
  5114.                                 'type' => '[GameCategory!]',
  5115.                                 'args' => [
  5116.                                     'schoolClassID' => [
  5117.                                         'description' => 'The school class id',
  5118.                                         'type' => 'Int!',
  5119.                                     ],
  5120.                                 ],
  5121.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  5122.                             ],
  5123.                             'getGameCategoriesStudent' => [
  5124.                                 'type' => '[GameCategory!]',
  5125.                                 'args' => [
  5126.                                     'clientID' => [
  5127.                                         'description' => 'The client ID',
  5128.                                         'type' => 'String!',
  5129.                                     ],
  5130.                                     'gameType' => [
  5131.                                         'description' => 'The game type',
  5132.                                         'type' => 'GameType!',
  5133.                                     ],
  5134.                                 ],
  5135.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"], args["gameType"])',
  5136.                             ],
  5137.                             'getGame' => [
  5138.                                 'type' => 'Game!',
  5139.                                 'args' => [
  5140.                                     'gameType' => [
  5141.                                         'description' => 'The game type',
  5142.                                         'type' => 'GameType',
  5143.                                     ],
  5144.                                     'clientID' => [
  5145.                                         'description' => 'The client ID',
  5146.                                         'type' => 'String!',
  5147.                                     ],
  5148.                                     'categoryIDs' => [
  5149.                                         'description' => 'The category IDs',
  5150.                                         'type' => '[Int!]!',
  5151.                                     ],
  5152.                                 ],
  5153.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  5154.                             ],
  5155.                             'setGameEnd' => [
  5156.                                 'type' => 'Status!',
  5157.                                 'args' => [
  5158.                                     'gameID' => [
  5159.                                         'description' => 'The game id',
  5160.                                         'type' => 'Int!',
  5161.                                     ],
  5162.                                     'gameEnd' => [
  5163.                                         'description' => 'The end type',
  5164.                                         'type' => 'GameEndType!',
  5165.                                     ],
  5166.                                     'points' => [
  5167.                                         'description' => 'Points',
  5168.                                         'type' => 'Int!',
  5169.                                     ],
  5170.                                 ],
  5171.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  5172.                             ],
  5173.                             'getGameActiveUsers' => [
  5174.                                 'type' => 'Int!',
  5175.                                 'args' => [
  5176.                                     'gameType' => [
  5177.                                         'description' => 'The game type',
  5178.                                         'type' => 'GameType!',
  5179.                                     ],
  5180.                                 ],
  5181.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  5182.                             ],
  5183.                             'getGameRoundPlayers' => [
  5184.                                 'type' => 'RoundPlayers!',
  5185.                                 'args' => [
  5186.                                     'gameID' => [
  5187.                                         'description' => 'The game id',
  5188.                                         'type' => 'Int!',
  5189.                                     ],
  5190.                                 ],
  5191.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  5192.                             ],
  5193.                             'getGameTrophies' => [
  5194.                                 'type' => '[GameTrophy]',
  5195.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  5196.                             ],
  5197.                             'getGameTrophyProgress' => [
  5198.                                 'type' => 'GameTrophyProgress!',
  5199.                                 'args' => [
  5200.                                     'schoolClassID' => [
  5201.                                         'description' => 'The school class id',
  5202.                                         'type' => 'Int!',
  5203.                                     ],
  5204.                                 ],
  5205.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  5206.                             ],
  5207.                             'trophyCount' => [
  5208.                                 'type' => 'Status!',
  5209.                                 'args' => [
  5210.                                     'clientId' => [
  5211.                                         'description' => 'ClientID',
  5212.                                         'type' => 'String!',
  5213.                                     ],
  5214.                                     'classCode' => [
  5215.                                         'description' => 'Class Code',
  5216.                                         'type' => 'String!',
  5217.                                     ],
  5218.                                     'itemId' => [
  5219.                                         'description' => 'ItemID',
  5220.                                         'type' => 'String!',
  5221.                                     ],
  5222.                                     'itemType' => [
  5223.                                         'description' => 'TrophyItemType',
  5224.                                         'type' => 'TrophyItemType',
  5225.                                     ],
  5226.                                 ],
  5227.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  5228.                             ],
  5229.                             'getGameTimersSchool' => [
  5230.                                 'type' => '[GameTimer!]',
  5231.                                 'args' => [
  5232.                                     'schoolID' => [
  5233.                                         'description' => 'The school id',
  5234.                                         'type' => 'Int!',
  5235.                                     ],
  5236.                                 ],
  5237.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  5238.                             ],
  5239.                             'getGameTimer' => [
  5240.                                 'type' => 'GameTimer',
  5241.                                 'args' => [
  5242.                                     'schoolClassID' => [
  5243.                                         'description' => 'The school class id',
  5244.                                         'type' => 'Int!',
  5245.                                     ],
  5246.                                 ],
  5247.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  5248.                             ],
  5249.                             'getGameJRSchoolClass' => [
  5250.                                 'type' => 'GameJRSchoolClass!',
  5251.                                 'args' => [
  5252.                                     'schoolClassID' => [
  5253.                                         'description' => 'The school class id',
  5254.                                         'type' => 'Int!',
  5255.                                     ],
  5256.                                 ],
  5257.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClass", args["schoolClassID"])',
  5258.                             ],
  5259.                             'getGameJRSchoolClassEntry' => [
  5260.                                 'type' => 'GameJRSchoolClassEntry!',
  5261.                                 'args' => [
  5262.                                     'gameJRSchoolClassID' => [
  5263.                                         'description' => 'The game jr school class id',
  5264.                                         'type' => 'Int!',
  5265.                                     ],
  5266.                                 ],
  5267.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClassEntry", args["gameJRSchoolClassID"])',
  5268.                             ],
  5269.                             'sendGameJRAnswer' => [
  5270.                                 'type' => 'GameJRAnswer!',
  5271.                                 'args' => [
  5272.                                     'gameJRSchoolClassEntryID' => [
  5273.                                         'description' => 'The game jr school class entry id',
  5274.                                         'type' => 'Int!',
  5275.                                     ],
  5276.                                     'requirementID' => [
  5277.                                         'description' => 'The ids of the selected requirements',
  5278.                                         'type' => 'Int!',
  5279.                                     ],
  5280.                                 ],
  5281.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::sendAnswer", args["gameJRSchoolClassEntryID"], args["requirementID"])',
  5282.                             ],
  5283.                             'getGameTrophyHuntSchoolClass' => [
  5284.                                 'type' => 'GameTrophyHuntSchoolClass!',
  5285.                                 'args' => [
  5286.                                     'schoolClassID' => [
  5287.                                         'description' => 'The school class id',
  5288.                                         'type' => 'Int!',
  5289.                                     ],
  5290.                                 ],
  5291.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClass", args["schoolClassID"])',
  5292.                             ],
  5293.                             'getGameTrophyHuntSchoolClassEntry' => [
  5294.                                 'type' => 'GameTrophyHuntSchoolClassEntry!',
  5295.                                 'args' => [
  5296.                                     'gameTrophyHuntSchoolClassID' => [
  5297.                                         'description' => 'The game trophy hunt school class id',
  5298.                                         'type' => 'Int!',
  5299.                                     ],
  5300.                                 ],
  5301.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClassEntry", args["gameTrophyHuntSchoolClassID"])',
  5302.                             ],
  5303.                             'sendGameTrophyHuntAnswer' => [
  5304.                                 'type' => 'GameTrophyHuntAnswer!',
  5305.                                 'args' => [
  5306.                                     'gameTrophyHuntSchoolClassEntryID' => [
  5307.                                         'description' => 'The game trophy hunt school class entry id',
  5308.                                         'type' => 'Int!',
  5309.                                     ],
  5310.                                     'resultString' => [
  5311.                                         'description' => 'The result string',
  5312.                                         'type' => 'String!',
  5313.                                     ],
  5314.                                 ],
  5315.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::sendAnswer", args["gameTrophyHuntSchoolClassEntryID"], args["resultString"])',
  5316.                             ],
  5317.                             'getClickThePicPointSteps' => [
  5318.                                 'type' => '[Int!]',
  5319.                                 'args' => [
  5320.                                     'gameID' => [
  5321.                                         'description' => 'The game id',
  5322.                                         'type' => 'Int!',
  5323.                                     ],
  5324.                                 ],
  5325.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getPointSteps", args["gameID"])',
  5326.                             ],
  5327.                             'getClickThePicQuestion' => [
  5328.                                 'type' => 'Question!',
  5329.                                 'args' => [
  5330.                                     'gameID' => [
  5331.                                         'description' => 'The game id',
  5332.                                         'type' => 'Int!',
  5333.                                     ],
  5334.                                     'round' => [
  5335.                                         'description' => 'The round of the game',
  5336.                                         'type' => 'Int!',
  5337.                                     ],
  5338.                                 ],
  5339.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  5340.                             ],
  5341.                             'sendClickThePicAnswer' => [
  5342.                                 'type' => 'AnswerResponse!',
  5343.                                 'args' => [
  5344.                                     'gameID' => [
  5345.                                         'description' => 'The game id',
  5346.                                         'type' => 'Int!',
  5347.                                     ],
  5348.                                     'questionID' => [
  5349.                                         'description' => 'The question ID',
  5350.                                         'type' => 'Int!',
  5351.                                     ],
  5352.                                     'answerID' => [
  5353.                                         'description' => 'The answer ID',
  5354.                                         'type' => 'Int!',
  5355.                                     ],
  5356.                                     'points' => [
  5357.                                         'description' => 'Points for the round',
  5358.                                         'type' => 'Int!',
  5359.                                     ],
  5360.                                 ],
  5361.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  5362.                             ],
  5363.                             'getGameScoreBoard' => [
  5364.                                 'type' => 'GameScoreBoard!',
  5365.                                 'args' => [
  5366.                                     'gameID' => [
  5367.                                         'description' => 'The game id',
  5368.                                         'type' => 'Int!',
  5369.                                     ],
  5370.                                 ],
  5371.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameScoreBoard", args["gameID"])',
  5372.                             ],
  5373.                             'getQuizQuestion' => [
  5374.                                 'type' => 'Question!',
  5375.                                 'args' => [
  5376.                                     'gameID' => [
  5377.                                         'description' => 'The game id',
  5378.                                         'type' => 'Int!',
  5379.                                     ],
  5380.                                     'round' => [
  5381.                                         'description' => 'The round of the game',
  5382.                                         'type' => 'Int!',
  5383.                                     ],
  5384.                                 ],
  5385.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  5386.                             ],
  5387.                             'getQuizAnswerWrong' => [
  5388.                                 'type' => 'AnswerWrong!',
  5389.                                 'args' => [
  5390.                                     'gameID' => [
  5391.                                         'description' => 'The game id',
  5392.                                         'type' => 'Int!',
  5393.                                     ],
  5394.                                     'questionID' => [
  5395.                                         'description' => 'The question ID',
  5396.                                         'type' => 'Int!',
  5397.                                     ],
  5398.                                 ],
  5399.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  5400.                             ],
  5401.                             'sendQuizAnswer' => [
  5402.                                 'type' => 'AnswerResponse!',
  5403.                                 'args' => [
  5404.                                     'gameID' => [
  5405.                                         'description' => 'The game id',
  5406.                                         'type' => 'Int!',
  5407.                                     ],
  5408.                                     'questionID' => [
  5409.                                         'description' => 'The question ID',
  5410.                                         'type' => 'Int!',
  5411.                                     ],
  5412.                                     'answerID' => [
  5413.                                         'description' => 'The answer ID',
  5414.                                         'type' => 'Int!',
  5415.                                     ],
  5416.                                 ],
  5417.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  5418.                             ],
  5419.                             'getStoryGame' => [
  5420.                                 'type' => 'Game!',
  5421.                                 'args' => [
  5422.                                     'clientID' => [
  5423.                                         'description' => 'The client ID',
  5424.                                         'type' => 'String!',
  5425.                                     ],
  5426.                                     'storyID' => [
  5427.                                         'description' => 'The story ID',
  5428.                                         'type' => 'Int!',
  5429.                                     ],
  5430.                                 ],
  5431.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getGame", args["clientID"], args["storyID"])',
  5432.                             ],
  5433.                             'getStoryQuizQuestion' => [
  5434.                                 'type' => 'Question!',
  5435.                                 'args' => [
  5436.                                     'gameID' => [
  5437.                                         'description' => 'The game id',
  5438.                                         'type' => 'Int!',
  5439.                                     ],
  5440.                                     'round' => [
  5441.                                         'description' => 'The round of the game',
  5442.                                         'type' => 'Int!',
  5443.                                     ],
  5444.                                 ],
  5445.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuestion", args["gameID"], args["round"])',
  5446.                             ],
  5447.                             'sendStoryQuizAnswer' => [
  5448.                                 'type' => 'AnswerResponse!',
  5449.                                 'args' => [
  5450.                                     'gameID' => [
  5451.                                         'description' => 'The game id',
  5452.                                         'type' => 'Int!',
  5453.                                     ],
  5454.                                     'questionID' => [
  5455.                                         'description' => 'The question ID',
  5456.                                         'type' => 'Int!',
  5457.                                     ],
  5458.                                     'answerID' => [
  5459.                                         'description' => 'The answer ID',
  5460.                                         'type' => 'Int!',
  5461.                                     ],
  5462.                                 ],
  5463.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  5464.                             ],
  5465.                             'getStoryQuizAnswerWrong' => [
  5466.                                 'type' => 'AnswerWrong!',
  5467.                                 'args' => [
  5468.                                     'gameID' => [
  5469.                                         'description' => 'The game id',
  5470.                                         'type' => 'Int!',
  5471.                                     ],
  5472.                                     'questionID' => [
  5473.                                         'description' => 'The question ID',
  5474.                                         'type' => 'Int!',
  5475.                                     ],
  5476.                                 ],
  5477.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  5478.                             ],
  5479.                             'interestFields' => [
  5480.                                 'type' => '[InterestField!]',
  5481.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  5482.                             ],
  5483.                             'job' => [
  5484.                                 'type' => 'Job',
  5485.                                 'args' => [
  5486.                                     'bicid' => [
  5487.                                         'description' => 'BicID of the job to be retrieved',
  5488.                                         'type' => 'ID!',
  5489.                                     ],
  5490.                                 ],
  5491.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  5492.                             ],
  5493.                             'job_id' => [
  5494.                                 'type' => 'Job',
  5495.                                 'args' => [
  5496.                                     'id' => [
  5497.                                         'description' => 'ID of the job to retrieve',
  5498.                                         'type' => 'ID!',
  5499.                                     ],
  5500.                                 ],
  5501.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  5502.                             ],
  5503.                             'jobs' => [
  5504.                                 'type' => '[Job!]',
  5505.                                 'args' => [
  5506.                                     'limit' => [
  5507.                                         'description' => 'Limit',
  5508.                                         'type' => 'Int!',
  5509.                                     ],
  5510.                                     'offset' => [
  5511.                                         'description' => 'Offset',
  5512.                                         'type' => 'Int!',
  5513.                                     ],
  5514.                                 ],
  5515.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  5516.                             ],
  5517.                             'jobExpertTerm' => [
  5518.                                 'type' => 'JobExpertTerm',
  5519.                                 'args' => [
  5520.                                     'bicid' => [
  5521.                                         'description' => 'BicID of the job expert term to retrieve',
  5522.                                         'type' => 'ID!',
  5523.                                     ],
  5524.                                 ],
  5525.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  5526.                             ],
  5527.                             'jobExpertTerms' => [
  5528.                                 'type' => '[JobExpertTerm!]',
  5529.                                 'args' => [
  5530.                                     'limit' => [
  5531.                                         'description' => 'Limit',
  5532.                                         'type' => 'Int!',
  5533.                                     ],
  5534.                                     'offset' => [
  5535.                                         'description' => 'Offset',
  5536.                                         'type' => 'Int!',
  5537.                                     ],
  5538.                                 ],
  5539.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  5540.                             ],
  5541.                             'jobMarket' => [
  5542.                                 'type' => 'JobMarket',
  5543.                                 'args' => [
  5544.                                     'id' => [
  5545.                                         'description' => 'ID of the job market to be retrieved',
  5546.                                         'type' => 'ID!',
  5547.                                     ],
  5548.                                 ],
  5549.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  5550.                             ],
  5551.                             'jobMarkets' => [
  5552.                                 'type' => 'JobMarketResults',
  5553.                                 'args' => [
  5554.                                     'search' => [
  5555.                                         'description' => 'Search parameters',
  5556.                                         'type' => 'String!',
  5557.                                     ],
  5558.                                 ],
  5559.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  5560.                             ],
  5561.                             'jobRequirements' => [
  5562.                                 'type' => '[JobRequirement!]',
  5563.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  5564.                             ],
  5565.                             'jobRequirementTypes' => [
  5566.                                 'type' => 'JobRequirementCollection!',
  5567.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  5568.                             ],
  5569.                             'bopartnerProfile' => [
  5570.                                 'type' => 'BoPartnerProfile',
  5571.                                 'args' => [
  5572.                                     'id' => [
  5573.                                         'description' => 'ID of the BO Partner Profile',
  5574.                                         'type' => 'Int',
  5575.                                     ],
  5576.                                     'uuid' => [
  5577.                                         'description' => 'UUID of the BO Partner Profile',
  5578.                                         'type' => 'String',
  5579.                                     ],
  5580.                                 ],
  5581.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  5582.                             ],
  5583.                             'bopartnerProfiles' => [
  5584.                                 'type' => '[BoPartnerProfile!]',
  5585.                                 'args' => [
  5586.                                     'limit' => [
  5587.                                         'description' => 'Limit',
  5588.                                         'type' => 'Int!',
  5589.                                     ],
  5590.                                     'offset' => [
  5591.                                         'description' => 'Offset',
  5592.                                         'type' => 'Int!',
  5593.                                     ],
  5594.                                 ],
  5595.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  5596.                             ],
  5597.                             'getCompanyBenefits' => [
  5598.                                 'type' => '[CompanyBenefit!]',
  5599.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  5600.                             ],
  5601.                             'getCompanyCertificates' => [
  5602.                                 'type' => '[CompanyCertificate!]',
  5603.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  5604.                             ],
  5605.                             'getCompanySizes' => [
  5606.                                 'type' => '[CompanySize!]',
  5607.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  5608.                             ],
  5609.                             'companyProfile' => [
  5610.                                 'type' => 'CompanyProfile',
  5611.                                 'args' => [
  5612.                                     'id' => [
  5613.                                         'description' => 'ID of the Company Profile',
  5614.                                         'type' => 'Int',
  5615.                                     ],
  5616.                                     'uuid' => [
  5617.                                         'description' => 'UUID of the Company Profile',
  5618.                                         'type' => 'String',
  5619.                                     ],
  5620.                                 ],
  5621.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  5622.                             ],
  5623.                             'companyProfiles' => [
  5624.                                 'type' => '[CompanyProfile!]',
  5625.                                 'args' => [
  5626.                                     'limit' => [
  5627.                                         'description' => 'Limit',
  5628.                                         'type' => 'Int!',
  5629.                                     ],
  5630.                                     'offset' => [
  5631.                                         'description' => 'Offset',
  5632.                                         'type' => 'Int!',
  5633.                                     ],
  5634.                                 ],
  5635.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  5636.                             ],
  5637.                             'companyProfileSearch' => [
  5638.                                 'type' => '[CompanyProfileSimple!]',
  5639.                                 'args' => [
  5640.                                     'search' => [
  5641.                                         'description' => 'Search parameters',
  5642.                                         'type' => 'String!',
  5643.                                     ],
  5644.                                     'limit' => [
  5645.                                         'description' => 'The limit',
  5646.                                         'type' => 'Int!',
  5647.                                     ],
  5648.                                 ],
  5649.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfilesSearch", args["search"], args["limit"])',
  5650.                             ],
  5651.                             'profiles' => [
  5652.                                 'type' => 'ProfileResults!',
  5653.                                 'args' => [
  5654.                                     'search' => [
  5655.                                         'description' => 'Search parameters',
  5656.                                         'type' => 'String!',
  5657.                                     ],
  5658.                                 ],
  5659.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  5660.                             ],
  5661.                             'schoolProfile' => [
  5662.                                 'type' => 'SchoolProfile',
  5663.                                 'args' => [
  5664.                                     'id' => [
  5665.                                         'description' => 'ID of the School Profile',
  5666.                                         'type' => 'Int',
  5667.                                     ],
  5668.                                     'uuid' => [
  5669.                                         'description' => 'UUID of the School Profile',
  5670.                                         'type' => 'String',
  5671.                                     ],
  5672.                                 ],
  5673.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  5674.                             ],
  5675.                             'schoolProfiles' => [
  5676.                                 'type' => '[SchoolProfile!]',
  5677.                                 'args' => [
  5678.                                     'limit' => [
  5679.                                         'description' => 'Limit',
  5680.                                         'type' => 'Int!',
  5681.                                     ],
  5682.                                     'offset' => [
  5683.                                         'description' => 'Offset',
  5684.                                         'type' => 'Int!',
  5685.                                     ],
  5686.                                 ],
  5687.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  5688.                             ],
  5689.                             'schoolSubjects' => [
  5690.                                 'type' => '[SchoolSubject!]',
  5691.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  5692.                             ],
  5693.                             'schoolSubject' => [
  5694.                                 'type' => 'SchoolSubject!',
  5695.                                 'args' => [
  5696.                                     'id' => [
  5697.                                         'description' => 'ID of the school subject to be retrieved',
  5698.                                         'type' => 'ID!',
  5699.                                     ],
  5700.                                 ],
  5701.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  5702.                             ],
  5703.                             'getQuest' => [
  5704.                                 'type' => 'Quest',
  5705.                                 'args' => [
  5706.                                     'id' => [
  5707.                                         'description' => 'The quest id',
  5708.                                         'type' => 'Int!',
  5709.                                     ],
  5710.                                     'userType' => [
  5711.                                         'description' => 'The user type',
  5712.                                         'type' => 'QuestUserType!',
  5713.                                     ],
  5714.                                 ],
  5715.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getQuest", args["id"], args["userType"])',
  5716.                             ],
  5717.                             'getQuestActive' => [
  5718.                                 'type' => 'Quest',
  5719.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getQuestActive")',
  5720.                             ],
  5721.                             'getQuests' => [
  5722.                                 'type' => '[Quest!]',
  5723.                                 'args' => [
  5724.                                     'userType' => [
  5725.                                         'description' => 'The user type',
  5726.                                         'type' => 'QuestUserType!',
  5727.                                     ],
  5728.                                 ],
  5729.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getQuests", args["userType"])',
  5730.                             ],
  5731.                             'getSchoolClassQuests' => [
  5732.                                 'type' => '[SchoolClassQuest!]',
  5733.                                 'args' => [
  5734.                                     'classCode' => [
  5735.                                         'description' => 'Class Code',
  5736.                                         'type' => 'String!',
  5737.                                     ],
  5738.                                     'userType' => [
  5739.                                         'description' => 'The user type',
  5740.                                         'type' => 'QuestUserType!',
  5741.                                     ],
  5742.                                 ],
  5743.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getSchoolClassQuests", args["classCode"], args["userType"])',
  5744.                             ],
  5745.                             'getSchoolClassQuest' => [
  5746.                                 'type' => 'SchoolClassQuest',
  5747.                                 'args' => [
  5748.                                     'classCode' => [
  5749.                                         'description' => 'Class Code',
  5750.                                         'type' => 'String!',
  5751.                                     ],
  5752.                                     'userType' => [
  5753.                                         'description' => 'The user type',
  5754.                                         'type' => 'QuestUserType!',
  5755.                                     ],
  5756.                                 ],
  5757.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getSchoolClassQuest", args["classCode"], args["userType"])',
  5758.                             ],
  5759.                             'triggerSchoolClassQuestTaskUnlock' => [
  5760.                                 'type' => 'Status',
  5761.                                 'args' => [
  5762.                                     'classCode' => [
  5763.                                         'description' => 'Class Code',
  5764.                                         'type' => 'String!',
  5765.                                     ],
  5766.                                     'taskID' => [
  5767.                                         'description' => 'The task ID',
  5768.                                         'type' => 'Int!',
  5769.                                     ],
  5770.                                 ],
  5771.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::triggerSchoolClassQuestTaskUnlock", args["classCode"], args["taskID"])',
  5772.                             ],
  5773.                             'triggerSchoolClassQuestUnlock' => [
  5774.                                 'type' => 'Status',
  5775.                                 'args' => [
  5776.                                     'classCode' => [
  5777.                                         'description' => 'Class Code',
  5778.                                         'type' => 'String!',
  5779.                                     ],
  5780.                                 ],
  5781.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::triggerSchoolClassQuestUnlock", args["classCode"])',
  5782.                             ],
  5783.                             'sendCompanyProfileQuizQuest' => [
  5784.                                 'type' => 'Status!',
  5785.                                 'args' => [
  5786.                                     'clientID' => [
  5787.                                         'description' => 'The client ID',
  5788.                                         'type' => 'String!',
  5789.                                     ],
  5790.                                     'profileID' => [
  5791.                                         'description' => 'The profile ID',
  5792.                                         'type' => 'Int!',
  5793.                                     ],
  5794.                                 ],
  5795.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::sendCompanyProfileQuizQuest", args["clientID"], args["profileID"])',
  5796.                             ],
  5797.                             'rookieDistricts' => [
  5798.                                 'type' => '[RookieDistrict!]',
  5799.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistricts")',
  5800.                             ],
  5801.                             'rookieDistrictState' => [
  5802.                                 'type' => 'RookieDistrictState',
  5803.                                 'args' => [
  5804.                                     'districtId' => [
  5805.                                         'description' => 'The district id',
  5806.                                         'type' => 'Int!',
  5807.                                     ],
  5808.                                 ],
  5809.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictState", args["districtId"])',
  5810.                             ],
  5811.                             'rookieDistrictDateRange' => [
  5812.                                 'type' => 'String!',
  5813.                                 'args' => [
  5814.                                     'districtId' => [
  5815.                                         'description' => 'The district id',
  5816.                                         'type' => 'Int!',
  5817.                                     ],
  5818.                                 ],
  5819.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictDateRange", args["districtId"])',
  5820.                             ],
  5821.                             'rookieJobs' => [
  5822.                                 'type' => '[RookieJob!]',
  5823.                                 'args' => [
  5824.                                     'districtId' => [
  5825.                                         'description' => 'The district id',
  5826.                                         'type' => 'Int!',
  5827.                                     ],
  5828.                                 ],
  5829.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobs", args["districtId"])',
  5830.                             ],
  5831.                             'rookieOfferPreviewsBySchool' => [
  5832.                                 'type' => '[RookieOfferPreview!]',
  5833.                                 'args' => [
  5834.                                     'districtId' => [
  5835.                                         'description' => 'The district id',
  5836.                                         'type' => 'Int!',
  5837.                                     ],
  5838.                                     'schoolId' => [
  5839.                                         'description' => 'The school id',
  5840.                                         'type' => 'Int!',
  5841.                                     ],
  5842.                                 ],
  5843.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsBySchool", args["districtId"], args["schoolId"])',
  5844.                             ],
  5845.                             'rookieOfferPreviewsByTimeSlot' => [
  5846.                                 'type' => '[RookieOfferPreview!]',
  5847.                                 'args' => [
  5848.                                     'districtId' => [
  5849.                                         'description' => 'The district id',
  5850.                                         'type' => 'Int!',
  5851.                                     ],
  5852.                                     'timeSlotId' => [
  5853.                                         'description' => 'The time slot id',
  5854.                                         'type' => 'Int!',
  5855.                                     ],
  5856.                                 ],
  5857.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsByTimeSlot", args["districtId"], args["timeSlotId"])',
  5858.                             ],
  5859.                             'rookieOfferTimeSlotsRemainingSlots' => [
  5860.                                 'type' => 'Status!',
  5861.                                 'args' => [
  5862.                                     'districtId' => [
  5863.                                         'description' => 'The district id',
  5864.                                         'type' => 'Int!',
  5865.                                     ],
  5866.                                 ],
  5867.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotsRemainingSlots", args["districtId"])',
  5868.                             ],
  5869.                             'rookieOfferById' => [
  5870.                                 'type' => 'RookieOffer',
  5871.                                 'args' => [
  5872.                                     'offerId' => [
  5873.                                         'description' => 'The offer id',
  5874.                                         'type' => 'Int!',
  5875.                                     ],
  5876.                                     'timeSlotId' => [
  5877.                                         'description' => 'The timeslot id',
  5878.                                         'type' => 'Int!',
  5879.                                     ],
  5880.                                 ],
  5881.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferById", args["offerId"], args["timeSlotId"])',
  5882.                             ],
  5883.                             'rookieOfferByCode' => [
  5884.                                 'type' => 'RookieOffer',
  5885.                                 'args' => [
  5886.                                     'districtId' => [
  5887.                                         'description' => 'The district id',
  5888.                                         'type' => 'Int!',
  5889.                                     ],
  5890.                                     'timeSlotId' => [
  5891.                                         'description' => 'The timeslot id',
  5892.                                         'type' => 'Int!',
  5893.                                     ],
  5894.                                     'shortCode' => [
  5895.                                         'description' => 'The short code',
  5896.                                         'type' => 'String!',
  5897.                                     ],
  5898.                                 ],
  5899.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferByCode", args["districtId"], args["timeSlotId"], args["shortCode"])',
  5900.                             ],
  5901.                             'rookieOfferTimeSlotMappingById' => [
  5902.                                 'type' => 'RookieOfferTimeSlotMapping',
  5903.                                 'args' => [
  5904.                                     'offerTsMappingId' => [
  5905.                                         'description' => 'The offer timeslot mapping id',
  5906.                                         'type' => 'Int!',
  5907.                                     ],
  5908.                                 ],
  5909.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingById", args["offerTsMappingId"])',
  5910.                             ],
  5911.                             'rookieOfferTimeSlotMappingByCode' => [
  5912.                                 'type' => 'RookieOfferTimeSlotMapping',
  5913.                                 'args' => [
  5914.                                     'districtId' => [
  5915.                                         'description' => 'The district id',
  5916.                                         'type' => 'Int!',
  5917.                                     ],
  5918.                                     'shortCode' => [
  5919.                                         'description' => 'The short code',
  5920.                                         'type' => 'String!',
  5921.                                     ],
  5922.                                 ],
  5923.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingByCode", args["districtId"], args["shortCode"])',
  5924.                             ],
  5925.                             'rookieProfessionPreviews' => [
  5926.                                 'type' => '[JobPreview!]',
  5927.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobPreviews")',
  5928.                             ],
  5929.                             'rookieProviders' => [
  5930.                                 'type' => '[RookieProvider!]',
  5931.                                 'args' => [
  5932.                                     'districtId' => [
  5933.                                         'description' => 'The district id',
  5934.                                         'type' => 'Int!',
  5935.                                     ],
  5936.                                     'schoolId' => [
  5937.                                         'description' => 'The school id',
  5938.                                         'type' => 'Int!',
  5939.                                     ],
  5940.                                 ],
  5941.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviders", args["districtId"], args["schoolId"])',
  5942.                             ],
  5943.                             'rookieProviderRegisterTime' => [
  5944.                                 'type' => 'RookieProviderRegisterTime',
  5945.                                 'args' => [
  5946.                                     'districtId' => [
  5947.                                         'description' => 'The district id',
  5948.                                         'type' => 'Int!',
  5949.                                     ],
  5950.                                 ],
  5951.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviderRegisterTime", args["districtId"])',
  5952.                             ],
  5953.                             'rookieSchools' => [
  5954.                                 'type' => '[RookieSchool!]',
  5955.                                 'args' => [
  5956.                                     'districtId' => [
  5957.                                         'description' => 'The district id',
  5958.                                         'type' => 'Int!',
  5959.                                     ],
  5960.                                 ],
  5961.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchools", args["districtId"])',
  5962.                             ],
  5963.                             'rookieSchoolClasses' => [
  5964.                                 'type' => '[RookieSchoolClass!]',
  5965.                                 'args' => [
  5966.                                     'schoolId' => [
  5967.                                         'description' => 'The school id',
  5968.                                         'type' => 'Int!',
  5969.                                     ],
  5970.                                 ],
  5971.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchoolClasses", args["schoolId"])',
  5972.                             ],
  5973.                             'rookieTimeSlots' => [
  5974.                                 'type' => '[RookieTimeSlot!]',
  5975.                                 'args' => [
  5976.                                     'districtId' => [
  5977.                                         'description' => 'The district id',
  5978.                                         'type' => 'Int!',
  5979.                                     ],
  5980.                                 ],
  5981.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getTimeSlots", args["districtId"])',
  5982.                             ],
  5983.                             'schoolClassLogin' => [
  5984.                                 'type' => 'SchoolClassLogin',
  5985.                                 'args' => [
  5986.                                     'classCode' => [
  5987.                                         'description' => 'Class Code',
  5988.                                         'type' => 'String!',
  5989.                                     ],
  5990.                                 ],
  5991.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  5992.                             ],
  5993.                             'schoolClassGameHistory' => [
  5994.                                 'type' => '[SchoolClassGameHistory!]',
  5995.                                 'args' => [
  5996.                                     'classCode' => [
  5997.                                         'description' => 'Class Code',
  5998.                                         'type' => 'String!',
  5999.                                     ],
  6000.                                 ],
  6001.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  6002.                             ],
  6003.                             'schoolClassPoints' => [
  6004.                                 'type' => 'Int',
  6005.                                 'args' => [
  6006.                                     'classCode' => [
  6007.                                         'description' => 'Class Code',
  6008.                                         'type' => 'String!',
  6009.                                     ],
  6010.                                 ],
  6011.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  6012.                             ],
  6013.                             'schoolClassTimePlayed' => [
  6014.                                 'type' => 'Int',
  6015.                                 'args' => [
  6016.                                     'classCode' => [
  6017.                                         'description' => 'Class Code',
  6018.                                         'type' => 'String!',
  6019.                                     ],
  6020.                                 ],
  6021.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  6022.                             ],
  6023.                             'schoolClassGameState' => [
  6024.                                 'type' => 'SchoolClassGameState',
  6025.                                 'args' => [
  6026.                                     'classCode' => [
  6027.                                         'description' => 'Class Code',
  6028.                                         'type' => 'String!',
  6029.                                     ],
  6030.                                 ],
  6031.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  6032.                             ],
  6033.                             'schoolClassGrades' => [
  6034.                                 'type' => '[SchoolClassGrade!]',
  6035.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  6036.                             ],
  6037.                             'schoolClassRankings' => [
  6038.                                 'type' => '[SchoolClassRank!]',
  6039.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  6040.                             ],
  6041.                             'schoolClassYears' => [
  6042.                                 'type' => '[SchoolClassYear!]',
  6043.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  6044.                             ],
  6045.                             'addressCities' => [
  6046.                                 'type' => '[AddressCity!]',
  6047.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  6048.                             ],
  6049.                             'addressDistricts' => [
  6050.                                 'type' => '[AddressDistrict!]',
  6051.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  6052.                             ],
  6053.                             'faqCategories' => [
  6054.                                 'type' => '[FaqCategory!]',
  6055.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  6056.                             ],
  6057.                             'faqCategoryByID' => [
  6058.                                 'type' => 'FaqCategory',
  6059.                                 'args' => [
  6060.                                     'id' => [
  6061.                                         'description' => 'The category ID',
  6062.                                         'type' => 'Int!',
  6063.                                     ],
  6064.                                 ],
  6065.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryById", args["id"])',
  6066.                             ],
  6067.                             'faqGewinnspiel' => [
  6068.                                 'type' => 'FaqCategory',
  6069.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  6070.                             ],
  6071.                             'infoSectionTypes' => [
  6072.                                 'type' => '[InfoSectionType!]',
  6073.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getTypes")',
  6074.                             ],
  6075.                             'infoSectionCategories' => [
  6076.                                 'type' => '[InfoSectionCategory!]',
  6077.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getCategories")',
  6078.                             ],
  6079.                             'stories' => [
  6080.                                 'type' => 'Stories!',
  6081.                                 'args' => [
  6082.                                     'clientID' => [
  6083.                                         'description' => 'The client ID',
  6084.                                         'type' => 'String',
  6085.                                     ],
  6086.                                 ],
  6087.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories", args["clientID"])',
  6088.                             ],
  6089.                             'storyByID' => [
  6090.                                 'type' => 'Story',
  6091.                                 'args' => [
  6092.                                     'id' => [
  6093.                                         'description' => 'ID of the story to retrieve',
  6094.                                         'type' => 'ID!',
  6095.                                     ],
  6096.                                 ],
  6097.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  6098.                             ],
  6099.                             'storyByBicID' => [
  6100.                                 'type' => 'Story',
  6101.                                 'args' => [
  6102.                                     'bicid' => [
  6103.                                         'description' => 'BicID of the story to retrieve',
  6104.                                         'type' => 'ID!',
  6105.                                     ],
  6106.                                 ],
  6107.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  6108.                             ],
  6109.                             'globalSearch' => [
  6110.                                 'type' => 'GlobalSearch',
  6111.                                 'args' => [
  6112.                                     'search' => [
  6113.                                         'description' => 'Search parameters',
  6114.                                         'type' => 'String!',
  6115.                                     ],
  6116.                                 ],
  6117.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  6118.                             ],
  6119.                             'homeContent' => [
  6120.                                 'type' => 'HomeContent!',
  6121.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  6122.                             ],
  6123.                             'image' => [
  6124.                                 'type' => 'Image',
  6125.                                 'args' => [
  6126.                                     'id' => [
  6127.                                         'description' => 'ID of the Image',
  6128.                                         'type' => 'ID!',
  6129.                                     ],
  6130.                                 ],
  6131.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  6132.                             ],
  6133.                             'mqttTest' => [
  6134.                                 'type' => 'Status!',
  6135.                                 'args' => [
  6136.                                     'topic' => [
  6137.                                         'description' => 'Topic',
  6138.                                         'type' => 'String!',
  6139.                                     ],
  6140.                                     'strValue' => [
  6141.                                         'description' => 'TestString',
  6142.                                         'type' => 'String!',
  6143.                                     ],
  6144.                                 ],
  6145.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  6146.                             ],
  6147.                         ],
  6148.                         'name' => 'DefaultQuery',
  6149.                         'builders' => [
  6150.                         ],
  6151.                         'interfaces' => [
  6152.                         ],
  6153.                     ],
  6154.                 ],
  6155.                 'DefaultQueryGame' => [
  6156.                     'type' => 'object',
  6157.                     'inherits' => [
  6158.                         => 'DefaultQueryGameCommon',
  6159.                         => 'DefaultQueryGameJR',
  6160.                         => 'DefaultQueryGameTrophyHunt',
  6161.                         => 'DefaultQueryGameClickThePic',
  6162.                         => 'DefaultQueryGameQuiz',
  6163.                         => 'DefaultQueryGameStoryQuiz',
  6164.                     ],
  6165.                     'class_name' => 'DefaultQueryGameType',
  6166.                     'decorator' => false,
  6167.                     'config' => [
  6168.                         'description' => 'Game main entry point',
  6169.                         'fields' => [
  6170.                             'getChampionship' => [
  6171.                                 'type' => 'Championship',
  6172.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  6173.                             ],
  6174.                             'getQuizQuestionsProvider' => [
  6175.                                 'type' => '[QuestionOpen!]',
  6176.                                 'args' => [
  6177.                                     'providerType' => [
  6178.                                         'description' => 'The provider type id',
  6179.                                         'type' => 'Int!',
  6180.                                     ],
  6181.                                     'profileID' => [
  6182.                                         'description' => 'The profile id',
  6183.                                         'type' => 'Int!',
  6184.                                     ],
  6185.                                 ],
  6186.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  6187.                             ],
  6188.                             'getGameCategoriesPerGame' => [
  6189.                                 'type' => 'GameCategoriesPerGame!',
  6190.                                 'args' => [
  6191.                                     'clientID' => [
  6192.                                         'description' => 'The client ID',
  6193.                                         'type' => 'String!',
  6194.                                     ],
  6195.                                 ],
  6196.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  6197.                             ],
  6198.                             'getGameCategoriesTeacher' => [
  6199.                                 'type' => '[GameCategory!]',
  6200.                                 'args' => [
  6201.                                     'schoolClassID' => [
  6202.                                         'description' => 'The school class id',
  6203.                                         'type' => 'Int!',
  6204.                                     ],
  6205.                                 ],
  6206.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  6207.                             ],
  6208.                             'getGameCategoriesStudent' => [
  6209.                                 'type' => '[GameCategory!]',
  6210.                                 'args' => [
  6211.                                     'clientID' => [
  6212.                                         'description' => 'The client ID',
  6213.                                         'type' => 'String!',
  6214.                                     ],
  6215.                                     'gameType' => [
  6216.                                         'description' => 'The game type',
  6217.                                         'type' => 'GameType!',
  6218.                                     ],
  6219.                                 ],
  6220.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"], args["gameType"])',
  6221.                             ],
  6222.                             'getGame' => [
  6223.                                 'type' => 'Game!',
  6224.                                 'args' => [
  6225.                                     'gameType' => [
  6226.                                         'description' => 'The game type',
  6227.                                         'type' => 'GameType',
  6228.                                     ],
  6229.                                     'clientID' => [
  6230.                                         'description' => 'The client ID',
  6231.                                         'type' => 'String!',
  6232.                                     ],
  6233.                                     'categoryIDs' => [
  6234.                                         'description' => 'The category IDs',
  6235.                                         'type' => '[Int!]!',
  6236.                                     ],
  6237.                                 ],
  6238.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  6239.                             ],
  6240.                             'setGameEnd' => [
  6241.                                 'type' => 'Status!',
  6242.                                 'args' => [
  6243.                                     'gameID' => [
  6244.                                         'description' => 'The game id',
  6245.                                         'type' => 'Int!',
  6246.                                     ],
  6247.                                     'gameEnd' => [
  6248.                                         'description' => 'The end type',
  6249.                                         'type' => 'GameEndType!',
  6250.                                     ],
  6251.                                     'points' => [
  6252.                                         'description' => 'Points',
  6253.                                         'type' => 'Int!',
  6254.                                     ],
  6255.                                 ],
  6256.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  6257.                             ],
  6258.                             'getGameActiveUsers' => [
  6259.                                 'type' => 'Int!',
  6260.                                 'args' => [
  6261.                                     'gameType' => [
  6262.                                         'description' => 'The game type',
  6263.                                         'type' => 'GameType!',
  6264.                                     ],
  6265.                                 ],
  6266.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  6267.                             ],
  6268.                             'getGameRoundPlayers' => [
  6269.                                 'type' => 'RoundPlayers!',
  6270.                                 'args' => [
  6271.                                     'gameID' => [
  6272.                                         'description' => 'The game id',
  6273.                                         'type' => 'Int!',
  6274.                                     ],
  6275.                                 ],
  6276.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  6277.                             ],
  6278.                             'getGameTrophies' => [
  6279.                                 'type' => '[GameTrophy]',
  6280.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  6281.                             ],
  6282.                             'getGameTrophyProgress' => [
  6283.                                 'type' => 'GameTrophyProgress!',
  6284.                                 'args' => [
  6285.                                     'schoolClassID' => [
  6286.                                         'description' => 'The school class id',
  6287.                                         'type' => 'Int!',
  6288.                                     ],
  6289.                                 ],
  6290.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  6291.                             ],
  6292.                             'trophyCount' => [
  6293.                                 'type' => 'Status!',
  6294.                                 'args' => [
  6295.                                     'clientId' => [
  6296.                                         'description' => 'ClientID',
  6297.                                         'type' => 'String!',
  6298.                                     ],
  6299.                                     'classCode' => [
  6300.                                         'description' => 'Class Code',
  6301.                                         'type' => 'String!',
  6302.                                     ],
  6303.                                     'itemId' => [
  6304.                                         'description' => 'ItemID',
  6305.                                         'type' => 'String!',
  6306.                                     ],
  6307.                                     'itemType' => [
  6308.                                         'description' => 'TrophyItemType',
  6309.                                         'type' => 'TrophyItemType',
  6310.                                     ],
  6311.                                 ],
  6312.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  6313.                             ],
  6314.                             'getGameTimersSchool' => [
  6315.                                 'type' => '[GameTimer!]',
  6316.                                 'args' => [
  6317.                                     'schoolID' => [
  6318.                                         'description' => 'The school id',
  6319.                                         'type' => 'Int!',
  6320.                                     ],
  6321.                                 ],
  6322.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  6323.                             ],
  6324.                             'getGameTimer' => [
  6325.                                 'type' => 'GameTimer',
  6326.                                 'args' => [
  6327.                                     'schoolClassID' => [
  6328.                                         'description' => 'The school class id',
  6329.                                         'type' => 'Int!',
  6330.                                     ],
  6331.                                 ],
  6332.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  6333.                             ],
  6334.                             'getGameJRSchoolClass' => [
  6335.                                 'type' => 'GameJRSchoolClass!',
  6336.                                 'args' => [
  6337.                                     'schoolClassID' => [
  6338.                                         'description' => 'The school class id',
  6339.                                         'type' => 'Int!',
  6340.                                     ],
  6341.                                 ],
  6342.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClass", args["schoolClassID"])',
  6343.                             ],
  6344.                             'getGameJRSchoolClassEntry' => [
  6345.                                 'type' => 'GameJRSchoolClassEntry!',
  6346.                                 'args' => [
  6347.                                     'gameJRSchoolClassID' => [
  6348.                                         'description' => 'The game jr school class id',
  6349.                                         'type' => 'Int!',
  6350.                                     ],
  6351.                                 ],
  6352.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClassEntry", args["gameJRSchoolClassID"])',
  6353.                             ],
  6354.                             'sendGameJRAnswer' => [
  6355.                                 'type' => 'GameJRAnswer!',
  6356.                                 'args' => [
  6357.                                     'gameJRSchoolClassEntryID' => [
  6358.                                         'description' => 'The game jr school class entry id',
  6359.                                         'type' => 'Int!',
  6360.                                     ],
  6361.                                     'requirementID' => [
  6362.                                         'description' => 'The ids of the selected requirements',
  6363.                                         'type' => 'Int!',
  6364.                                     ],
  6365.                                 ],
  6366.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::sendAnswer", args["gameJRSchoolClassEntryID"], args["requirementID"])',
  6367.                             ],
  6368.                             'getGameTrophyHuntSchoolClass' => [
  6369.                                 'type' => 'GameTrophyHuntSchoolClass!',
  6370.                                 'args' => [
  6371.                                     'schoolClassID' => [
  6372.                                         'description' => 'The school class id',
  6373.                                         'type' => 'Int!',
  6374.                                     ],
  6375.                                 ],
  6376.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClass", args["schoolClassID"])',
  6377.                             ],
  6378.                             'getGameTrophyHuntSchoolClassEntry' => [
  6379.                                 'type' => 'GameTrophyHuntSchoolClassEntry!',
  6380.                                 'args' => [
  6381.                                     'gameTrophyHuntSchoolClassID' => [
  6382.                                         'description' => 'The game trophy hunt school class id',
  6383.                                         'type' => 'Int!',
  6384.                                     ],
  6385.                                 ],
  6386.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClassEntry", args["gameTrophyHuntSchoolClassID"])',
  6387.                             ],
  6388.                             'sendGameTrophyHuntAnswer' => [
  6389.                                 'type' => 'GameTrophyHuntAnswer!',
  6390.                                 'args' => [
  6391.                                     'gameTrophyHuntSchoolClassEntryID' => [
  6392.                                         'description' => 'The game trophy hunt school class entry id',
  6393.                                         'type' => 'Int!',
  6394.                                     ],
  6395.                                     'resultString' => [
  6396.                                         'description' => 'The result string',
  6397.                                         'type' => 'String!',
  6398.                                     ],
  6399.                                 ],
  6400.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::sendAnswer", args["gameTrophyHuntSchoolClassEntryID"], args["resultString"])',
  6401.                             ],
  6402.                             'getClickThePicPointSteps' => [
  6403.                                 'type' => '[Int!]',
  6404.                                 'args' => [
  6405.                                     'gameID' => [
  6406.                                         'description' => 'The game id',
  6407.                                         'type' => 'Int!',
  6408.                                     ],
  6409.                                 ],
  6410.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getPointSteps", args["gameID"])',
  6411.                             ],
  6412.                             'getClickThePicQuestion' => [
  6413.                                 'type' => 'Question!',
  6414.                                 'args' => [
  6415.                                     'gameID' => [
  6416.                                         'description' => 'The game id',
  6417.                                         'type' => 'Int!',
  6418.                                     ],
  6419.                                     'round' => [
  6420.                                         'description' => 'The round of the game',
  6421.                                         'type' => 'Int!',
  6422.                                     ],
  6423.                                 ],
  6424.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  6425.                             ],
  6426.                             'sendClickThePicAnswer' => [
  6427.                                 'type' => 'AnswerResponse!',
  6428.                                 'args' => [
  6429.                                     'gameID' => [
  6430.                                         'description' => 'The game id',
  6431.                                         'type' => 'Int!',
  6432.                                     ],
  6433.                                     'questionID' => [
  6434.                                         'description' => 'The question ID',
  6435.                                         'type' => 'Int!',
  6436.                                     ],
  6437.                                     'answerID' => [
  6438.                                         'description' => 'The answer ID',
  6439.                                         'type' => 'Int!',
  6440.                                     ],
  6441.                                     'points' => [
  6442.                                         'description' => 'Points for the round',
  6443.                                         'type' => 'Int!',
  6444.                                     ],
  6445.                                 ],
  6446.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  6447.                             ],
  6448.                             'getGameScoreBoard' => [
  6449.                                 'type' => 'GameScoreBoard!',
  6450.                                 'args' => [
  6451.                                     'gameID' => [
  6452.                                         'description' => 'The game id',
  6453.                                         'type' => 'Int!',
  6454.                                     ],
  6455.                                 ],
  6456.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameScoreBoard", args["gameID"])',
  6457.                             ],
  6458.                             'getQuizQuestion' => [
  6459.                                 'type' => 'Question!',
  6460.                                 'args' => [
  6461.                                     'gameID' => [
  6462.                                         'description' => 'The game id',
  6463.                                         'type' => 'Int!',
  6464.                                     ],
  6465.                                     'round' => [
  6466.                                         'description' => 'The round of the game',
  6467.                                         'type' => 'Int!',
  6468.                                     ],
  6469.                                 ],
  6470.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  6471.                             ],
  6472.                             'getQuizAnswerWrong' => [
  6473.                                 'type' => 'AnswerWrong!',
  6474.                                 'args' => [
  6475.                                     'gameID' => [
  6476.                                         'description' => 'The game id',
  6477.                                         'type' => 'Int!',
  6478.                                     ],
  6479.                                     'questionID' => [
  6480.                                         'description' => 'The question ID',
  6481.                                         'type' => 'Int!',
  6482.                                     ],
  6483.                                 ],
  6484.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  6485.                             ],
  6486.                             'sendQuizAnswer' => [
  6487.                                 'type' => 'AnswerResponse!',
  6488.                                 'args' => [
  6489.                                     'gameID' => [
  6490.                                         'description' => 'The game id',
  6491.                                         'type' => 'Int!',
  6492.                                     ],
  6493.                                     'questionID' => [
  6494.                                         'description' => 'The question ID',
  6495.                                         'type' => 'Int!',
  6496.                                     ],
  6497.                                     'answerID' => [
  6498.                                         'description' => 'The answer ID',
  6499.                                         'type' => 'Int!',
  6500.                                     ],
  6501.                                 ],
  6502.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  6503.                             ],
  6504.                             'getStoryGame' => [
  6505.                                 'type' => 'Game!',
  6506.                                 'args' => [
  6507.                                     'clientID' => [
  6508.                                         'description' => 'The client ID',
  6509.                                         'type' => 'String!',
  6510.                                     ],
  6511.                                     'storyID' => [
  6512.                                         'description' => 'The story ID',
  6513.                                         'type' => 'Int!',
  6514.                                     ],
  6515.                                 ],
  6516.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getGame", args["clientID"], args["storyID"])',
  6517.                             ],
  6518.                             'getStoryQuizQuestion' => [
  6519.                                 'type' => 'Question!',
  6520.                                 'args' => [
  6521.                                     'gameID' => [
  6522.                                         'description' => 'The game id',
  6523.                                         'type' => 'Int!',
  6524.                                     ],
  6525.                                     'round' => [
  6526.                                         'description' => 'The round of the game',
  6527.                                         'type' => 'Int!',
  6528.                                     ],
  6529.                                 ],
  6530.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuestion", args["gameID"], args["round"])',
  6531.                             ],
  6532.                             'sendStoryQuizAnswer' => [
  6533.                                 'type' => 'AnswerResponse!',
  6534.                                 'args' => [
  6535.                                     'gameID' => [
  6536.                                         'description' => 'The game id',
  6537.                                         'type' => 'Int!',
  6538.                                     ],
  6539.                                     'questionID' => [
  6540.                                         'description' => 'The question ID',
  6541.                                         'type' => 'Int!',
  6542.                                     ],
  6543.                                     'answerID' => [
  6544.                                         'description' => 'The answer ID',
  6545.                                         'type' => 'Int!',
  6546.                                     ],
  6547.                                 ],
  6548.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  6549.                             ],
  6550.                             'getStoryQuizAnswerWrong' => [
  6551.                                 'type' => 'AnswerWrong!',
  6552.                                 'args' => [
  6553.                                     'gameID' => [
  6554.                                         'description' => 'The game id',
  6555.                                         'type' => 'Int!',
  6556.                                     ],
  6557.                                     'questionID' => [
  6558.                                         'description' => 'The question ID',
  6559.                                         'type' => 'Int!',
  6560.                                     ],
  6561.                                 ],
  6562.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  6563.                             ],
  6564.                         ],
  6565.                         'name' => 'DefaultQueryGame',
  6566.                         'builders' => [
  6567.                         ],
  6568.                         'interfaces' => [
  6569.                         ],
  6570.                     ],
  6571.                 ],
  6572.                 'DefaultQueryRookie' => [
  6573.                     'type' => 'object',
  6574.                     'class_name' => 'DefaultQueryRookieType',
  6575.                     'inherits' => [
  6576.                     ],
  6577.                     'decorator' => false,
  6578.                     'config' => [
  6579.                         'description' => 'Rookie main entry point',
  6580.                         'fields' => [
  6581.                             'rookieDistricts' => [
  6582.                                 'type' => '[RookieDistrict!]',
  6583.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistricts")',
  6584.                             ],
  6585.                             'rookieDistrictState' => [
  6586.                                 'type' => 'RookieDistrictState',
  6587.                                 'args' => [
  6588.                                     'districtId' => [
  6589.                                         'description' => 'The district id',
  6590.                                         'type' => 'Int!',
  6591.                                     ],
  6592.                                 ],
  6593.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictState", args["districtId"])',
  6594.                             ],
  6595.                             'rookieDistrictDateRange' => [
  6596.                                 'type' => 'String!',
  6597.                                 'args' => [
  6598.                                     'districtId' => [
  6599.                                         'description' => 'The district id',
  6600.                                         'type' => 'Int!',
  6601.                                     ],
  6602.                                 ],
  6603.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictDateRange", args["districtId"])',
  6604.                             ],
  6605.                             'rookieJobs' => [
  6606.                                 'type' => '[RookieJob!]',
  6607.                                 'args' => [
  6608.                                     'districtId' => [
  6609.                                         'description' => 'The district id',
  6610.                                         'type' => 'Int!',
  6611.                                     ],
  6612.                                 ],
  6613.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobs", args["districtId"])',
  6614.                             ],
  6615.                             'rookieOfferPreviewsBySchool' => [
  6616.                                 'type' => '[RookieOfferPreview!]',
  6617.                                 'args' => [
  6618.                                     'districtId' => [
  6619.                                         'description' => 'The district id',
  6620.                                         'type' => 'Int!',
  6621.                                     ],
  6622.                                     'schoolId' => [
  6623.                                         'description' => 'The school id',
  6624.                                         'type' => 'Int!',
  6625.                                     ],
  6626.                                 ],
  6627.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsBySchool", args["districtId"], args["schoolId"])',
  6628.                             ],
  6629.                             'rookieOfferPreviewsByTimeSlot' => [
  6630.                                 'type' => '[RookieOfferPreview!]',
  6631.                                 'args' => [
  6632.                                     'districtId' => [
  6633.                                         'description' => 'The district id',
  6634.                                         'type' => 'Int!',
  6635.                                     ],
  6636.                                     'timeSlotId' => [
  6637.                                         'description' => 'The time slot id',
  6638.                                         'type' => 'Int!',
  6639.                                     ],
  6640.                                 ],
  6641.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsByTimeSlot", args["districtId"], args["timeSlotId"])',
  6642.                             ],
  6643.                             'rookieOfferTimeSlotsRemainingSlots' => [
  6644.                                 'type' => 'Status!',
  6645.                                 'args' => [
  6646.                                     'districtId' => [
  6647.                                         'description' => 'The district id',
  6648.                                         'type' => 'Int!',
  6649.                                     ],
  6650.                                 ],
  6651.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotsRemainingSlots", args["districtId"])',
  6652.                             ],
  6653.                             'rookieOfferById' => [
  6654.                                 'type' => 'RookieOffer',
  6655.                                 'args' => [
  6656.                                     'offerId' => [
  6657.                                         'description' => 'The offer id',
  6658.                                         'type' => 'Int!',
  6659.                                     ],
  6660.                                     'timeSlotId' => [
  6661.                                         'description' => 'The timeslot id',
  6662.                                         'type' => 'Int!',
  6663.                                     ],
  6664.                                 ],
  6665.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferById", args["offerId"], args["timeSlotId"])',
  6666.                             ],
  6667.                             'rookieOfferByCode' => [
  6668.                                 'type' => 'RookieOffer',
  6669.                                 'args' => [
  6670.                                     'districtId' => [
  6671.                                         'description' => 'The district id',
  6672.                                         'type' => 'Int!',
  6673.                                     ],
  6674.                                     'timeSlotId' => [
  6675.                                         'description' => 'The timeslot id',
  6676.                                         'type' => 'Int!',
  6677.                                     ],
  6678.                                     'shortCode' => [
  6679.                                         'description' => 'The short code',
  6680.                                         'type' => 'String!',
  6681.                                     ],
  6682.                                 ],
  6683.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferByCode", args["districtId"], args["timeSlotId"], args["shortCode"])',
  6684.                             ],
  6685.                             'rookieOfferTimeSlotMappingById' => [
  6686.                                 'type' => 'RookieOfferTimeSlotMapping',
  6687.                                 'args' => [
  6688.                                     'offerTsMappingId' => [
  6689.                                         'description' => 'The offer timeslot mapping id',
  6690.                                         'type' => 'Int!',
  6691.                                     ],
  6692.                                 ],
  6693.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingById", args["offerTsMappingId"])',
  6694.                             ],
  6695.                             'rookieOfferTimeSlotMappingByCode' => [
  6696.                                 'type' => 'RookieOfferTimeSlotMapping',
  6697.                                 'args' => [
  6698.                                     'districtId' => [
  6699.                                         'description' => 'The district id',
  6700.                                         'type' => 'Int!',
  6701.                                     ],
  6702.                                     'shortCode' => [
  6703.                                         'description' => 'The short code',
  6704.                                         'type' => 'String!',
  6705.                                     ],
  6706.                                 ],
  6707.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingByCode", args["districtId"], args["shortCode"])',
  6708.                             ],
  6709.                             'rookieProfessionPreviews' => [
  6710.                                 'type' => '[JobPreview!]',
  6711.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobPreviews")',
  6712.                             ],
  6713.                             'rookieProviders' => [
  6714.                                 'type' => '[RookieProvider!]',
  6715.                                 'args' => [
  6716.                                     'districtId' => [
  6717.                                         'description' => 'The district id',
  6718.                                         'type' => 'Int!',
  6719.                                     ],
  6720.                                     'schoolId' => [
  6721.                                         'description' => 'The school id',
  6722.                                         'type' => 'Int!',
  6723.                                     ],
  6724.                                 ],
  6725.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviders", args["districtId"], args["schoolId"])',
  6726.                             ],
  6727.                             'rookieProviderRegisterTime' => [
  6728.                                 'type' => 'RookieProviderRegisterTime',
  6729.                                 'args' => [
  6730.                                     'districtId' => [
  6731.                                         'description' => 'The district id',
  6732.                                         'type' => 'Int!',
  6733.                                     ],
  6734.                                 ],
  6735.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviderRegisterTime", args["districtId"])',
  6736.                             ],
  6737.                             'rookieSchools' => [
  6738.                                 'type' => '[RookieSchool!]',
  6739.                                 'args' => [
  6740.                                     'districtId' => [
  6741.                                         'description' => 'The district id',
  6742.                                         'type' => 'Int!',
  6743.                                     ],
  6744.                                 ],
  6745.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchools", args["districtId"])',
  6746.                             ],
  6747.                             'rookieSchoolClasses' => [
  6748.                                 'type' => '[RookieSchoolClass!]',
  6749.                                 'args' => [
  6750.                                     'schoolId' => [
  6751.                                         'description' => 'The school id',
  6752.                                         'type' => 'Int!',
  6753.                                     ],
  6754.                                 ],
  6755.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchoolClasses", args["schoolId"])',
  6756.                             ],
  6757.                             'rookieTimeSlots' => [
  6758.                                 'type' => '[RookieTimeSlot!]',
  6759.                                 'args' => [
  6760.                                     'districtId' => [
  6761.                                         'description' => 'The district id',
  6762.                                         'type' => 'Int!',
  6763.                                     ],
  6764.                                 ],
  6765.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getTimeSlots", args["districtId"])',
  6766.                             ],
  6767.                         ],
  6768.                         'name' => 'DefaultQueryRookie',
  6769.                         'builders' => [
  6770.                         ],
  6771.                         'interfaces' => [
  6772.                         ],
  6773.                     ],
  6774.                 ],
  6775.                 'UploadFile' => [
  6776.                     'type' => 'custom-scalar',
  6777.                     'class_name' => 'UploadFileType',
  6778.                     'inherits' => [
  6779.                     ],
  6780.                     'decorator' => false,
  6781.                     'config' => [
  6782.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  6783.                         'name' => 'UploadFile',
  6784.                     ],
  6785.                 ],
  6786.                 'InternalMutation' => [
  6787.                     'type' => 'object',
  6788.                     'inherits' => [
  6789.                         => 'InternalMutationBasisCheck',
  6790.                         => 'InternalMutationBoPartnerProfile',
  6791.                         => 'InternalMutationCompanyProfile',
  6792.                         => 'InternalMutationJobMarket',
  6793.                         => 'InternalMutationSchool',
  6794.                         => 'InternalMutationSchoolClass',
  6795.                         => 'InternalMutationSchoolProfile',
  6796.                         => 'InternalMutationUser',
  6797.                     ],
  6798.                     'class_name' => 'InternalMutationType',
  6799.                     'decorator' => false,
  6800.                     'config' => [
  6801.                         'description' => 'Internal Mutation',
  6802.                         'fields' => [
  6803.                             'startBasisCheck' => [
  6804.                                 'type' => 'BasisCheckStartResponse!',
  6805.                                 'args' => [
  6806.                                     'startData' => [
  6807.                                         'description' => 'The basis check data',
  6808.                                         'type' => 'InBasisCheck!',
  6809.                                     ],
  6810.                                 ],
  6811.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BasisCheckResolver::startBasisCheck", args["startData"])',
  6812.                             ],
  6813.                             'addBoPartnerProfileContact' => [
  6814.                                 'type' => 'ProfileUpdateResponse!',
  6815.                                 'args' => [
  6816.                                     'profileID' => [
  6817.                                         'description' => 'The profile id',
  6818.                                         'type' => 'Int!',
  6819.                                     ],
  6820.                                     'contact' => [
  6821.                                         'description' => 'The contact data',
  6822.                                         'type' => 'InContactPerson!',
  6823.                                     ],
  6824.                                 ],
  6825.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  6826.                             ],
  6827.                             'removeBoPartnerProfileContact' => [
  6828.                                 'type' => 'ProfileUpdateResponse!',
  6829.                                 'args' => [
  6830.                                     'profileID' => [
  6831.                                         'description' => 'The profile id',
  6832.                                         'type' => 'Int!',
  6833.                                     ],
  6834.                                     'galleryEntryID' => [
  6835.                                         'description' => 'The contact id',
  6836.                                         'type' => 'Int!',
  6837.                                     ],
  6838.                                 ],
  6839.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  6840.                             ],
  6841.                             'updateBoPartnerProfileContact' => [
  6842.                                 'type' => 'ProfileUpdateResponse!',
  6843.                                 'args' => [
  6844.                                     'profileID' => [
  6845.                                         'description' => 'The profile id',
  6846.                                         'type' => 'Int!',
  6847.                                     ],
  6848.                                     'contactID' => [
  6849.                                         'description' => 'The contact id',
  6850.                                         'type' => 'Int!',
  6851.                                     ],
  6852.                                     'contact' => [
  6853.                                         'description' => 'The contact data',
  6854.                                         'type' => 'InContactPerson!',
  6855.                                     ],
  6856.                                 ],
  6857.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  6858.                             ],
  6859.                             'updateBoPartnerProfileContactPosition' => [
  6860.                                 'type' => 'ProfileUpdateResponse!',
  6861.                                 'args' => [
  6862.                                     'profileID' => [
  6863.                                         'description' => 'The profile id',
  6864.                                         'type' => 'Int!',
  6865.                                     ],
  6866.                                     'contactGalleryEntryIDs' => [
  6867.                                         'description' => 'The contact ids',
  6868.                                         'type' => '[Int!]',
  6869.                                     ],
  6870.                                 ],
  6871.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  6872.                             ],
  6873.                             'updateBoPartnerProfileContactVisability' => [
  6874.                                 'type' => 'ProfileUpdateResponse!',
  6875.                                 'args' => [
  6876.                                     'profileID' => [
  6877.                                         'description' => 'The profile id',
  6878.                                         'type' => 'Int!',
  6879.                                     ],
  6880.                                     'galleryEntryID' => [
  6881.                                         'description' => 'The contact id',
  6882.                                         'type' => 'Int!',
  6883.                                     ],
  6884.                                     'visible' => [
  6885.                                         'description' => 'enable or disable visibility',
  6886.                                         'type' => 'Boolean!',
  6887.                                     ],
  6888.                                 ],
  6889.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  6890.                             ],
  6891.                             'addBoPartnerProfileGalleryPicture' => [
  6892.                                 'type' => 'ProfileUpdateResponse!',
  6893.                                 'args' => [
  6894.                                     'profileID' => [
  6895.                                         'description' => 'The profile id',
  6896.                                         'type' => 'Int!',
  6897.                                     ],
  6898.                                     'picture' => [
  6899.                                         'description' => 'The picture to add',
  6900.                                         'type' => 'UploadFile!',
  6901.                                     ],
  6902.                                 ],
  6903.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  6904.                             ],
  6905.                             'removeBoPartnerProfileGalleryPicture' => [
  6906.                                 'type' => 'ProfileUpdateResponse!',
  6907.                                 'args' => [
  6908.                                     'profileID' => [
  6909.                                         'description' => 'The profile id',
  6910.                                         'type' => 'Int!',
  6911.                                     ],
  6912.                                     'galleryEntryID' => [
  6913.                                         'description' => 'The gallery entry id',
  6914.                                         'type' => 'Int!',
  6915.                                     ],
  6916.                                 ],
  6917.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  6918.                             ],
  6919.                             'setBoPartnerProfileGalleryPictureCaption' => [
  6920.                                 'type' => 'ProfileUpdateResponse!',
  6921.                                 'args' => [
  6922.                                     'profileID' => [
  6923.                                         'description' => 'The profile id',
  6924.                                         'type' => 'Int!',
  6925.                                     ],
  6926.                                     'galleryEntryID' => [
  6927.                                         'description' => 'The gallery entry id',
  6928.                                         'type' => 'Int!',
  6929.                                     ],
  6930.                                     'caption' => [
  6931.                                         'description' => 'The caption',
  6932.                                         'type' => 'String!',
  6933.                                     ],
  6934.                                 ],
  6935.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6936.                             ],
  6937.                             'addBoPartnerProfileGalleryDocument' => [
  6938.                                 'type' => 'ProfileUpdateResponse!',
  6939.                                 'args' => [
  6940.                                     'profileID' => [
  6941.                                         'description' => 'The profile id',
  6942.                                         'type' => 'Int!',
  6943.                                     ],
  6944.                                     'document' => [
  6945.                                         'description' => 'The document to add',
  6946.                                         'type' => 'UploadFile!',
  6947.                                     ],
  6948.                                     'documentName' => [
  6949.                                         'description' => 'The document name',
  6950.                                         'type' => 'String!',
  6951.                                     ],
  6952.                                 ],
  6953.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  6954.                             ],
  6955.                             'removeBoPartnerProfileGalleryDocument' => [
  6956.                                 'type' => 'ProfileUpdateResponse!',
  6957.                                 'args' => [
  6958.                                     'profileID' => [
  6959.                                         'description' => 'The profile id',
  6960.                                         'type' => 'Int!',
  6961.                                     ],
  6962.                                     'galleryEntryID' => [
  6963.                                         'description' => 'The gallery entry id',
  6964.                                         'type' => 'Int!',
  6965.                                     ],
  6966.                                 ],
  6967.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  6968.                             ],
  6969.                             'setBoPartnerProfileGalleryDocumentCaption' => [
  6970.                                 'type' => 'ProfileUpdateResponse!',
  6971.                                 'args' => [
  6972.                                     'profileID' => [
  6973.                                         'description' => 'The profile id',
  6974.                                         'type' => 'Int!',
  6975.                                     ],
  6976.                                     'galleryEntryID' => [
  6977.                                         'description' => 'The gallery entry id',
  6978.                                         'type' => 'Int!',
  6979.                                     ],
  6980.                                     'caption' => [
  6981.                                         'description' => 'The caption',
  6982.                                         'type' => 'String!',
  6983.                                     ],
  6984.                                 ],
  6985.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6986.                             ],
  6987.                             'addBoPartnerProfileGalleryVideo' => [
  6988.                                 'type' => 'ProfileUpdateResponse!',
  6989.                                 'args' => [
  6990.                                     'profileID' => [
  6991.                                         'description' => 'The profile id',
  6992.                                         'type' => 'Int!',
  6993.                                     ],
  6994.                                     'youtubeURL' => [
  6995.                                         'description' => 'The youtube url',
  6996.                                         'type' => 'String!',
  6997.                                     ],
  6998.                                     'videoName' => [
  6999.                                         'description' => 'The video name',
  7000.                                         'type' => 'String!',
  7001.                                     ],
  7002.                                 ],
  7003.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  7004.                             ],
  7005.                             'removeBoPartnerProfileGalleryVideo' => [
  7006.                                 'type' => 'ProfileUpdateResponse!',
  7007.                                 'args' => [
  7008.                                     'profileID' => [
  7009.                                         'description' => 'The profile id',
  7010.                                         'type' => 'Int!',
  7011.                                     ],
  7012.                                     'galleryEntryID' => [
  7013.                                         'description' => 'The gallery entry id',
  7014.                                         'type' => 'Int!',
  7015.                                     ],
  7016.                                 ],
  7017.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  7018.                             ],
  7019.                             'setBoPartnerProfileGalleryVideoCaption' => [
  7020.                                 'type' => 'ProfileUpdateResponse!',
  7021.                                 'args' => [
  7022.                                     'profileID' => [
  7023.                                         'description' => 'The profile id',
  7024.                                         'type' => 'Int!',
  7025.                                     ],
  7026.                                     'galleryEntryID' => [
  7027.                                         'description' => 'The gallery entry id',
  7028.                                         'type' => 'Int!',
  7029.                                     ],
  7030.                                     'caption' => [
  7031.                                         'description' => 'The caption',
  7032.                                         'type' => 'String!',
  7033.                                     ],
  7034.                                 ],
  7035.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7036.                             ],
  7037.                             'setBoPartnerProfileGalleryItemsVisability' => [
  7038.                                 'type' => 'ProfileUpdateResponse!',
  7039.                                 'args' => [
  7040.                                     'profileID' => [
  7041.                                         'description' => 'The profile id',
  7042.                                         'type' => 'Int!',
  7043.                                     ],
  7044.                                     'galleryEntryIDs' => [
  7045.                                         'description' => 'The gallery entry id',
  7046.                                         'type' => '[Int!]',
  7047.                                     ],
  7048.                                     'visible' => [
  7049.                                         'description' => 'enable or disable visibility',
  7050.                                         'type' => 'Boolean!',
  7051.                                     ],
  7052.                                 ],
  7053.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  7054.                             ],
  7055.                             'setBoPartnerProfileGalleryItemsPosition' => [
  7056.                                 'type' => 'ProfileUpdateResponse!',
  7057.                                 'args' => [
  7058.                                     'profileID' => [
  7059.                                         'description' => 'The profile id',
  7060.                                         'type' => 'Int!',
  7061.                                     ],
  7062.                                     'galleryEntryIDs' => [
  7063.                                         'description' => 'The gallery entry id',
  7064.                                         'type' => '[Int!]',
  7065.                                     ],
  7066.                                 ],
  7067.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  7068.                             ],
  7069.                             'updateBoPartnerProfileLinks' => [
  7070.                                 'type' => 'ProfileUpdateResponse!',
  7071.                                 'args' => [
  7072.                                     'profileID' => [
  7073.                                         'description' => 'The profile id',
  7074.                                         'type' => 'Int!',
  7075.                                     ],
  7076.                                     'links' => [
  7077.                                         'description' => 'The link urls',
  7078.                                         'type' => '[InLink!]',
  7079.                                     ],
  7080.                                 ],
  7081.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  7082.                             ],
  7083.                             'addBoPartnerProfileLocation' => [
  7084.                                 'type' => 'ProfileUpdateResponse!',
  7085.                                 'args' => [
  7086.                                     'profileID' => [
  7087.                                         'description' => 'The profile id',
  7088.                                         'type' => 'Int!',
  7089.                                     ],
  7090.                                     'location' => [
  7091.                                         'description' => 'The location data',
  7092.                                         'type' => 'InLocation!',
  7093.                                     ],
  7094.                                 ],
  7095.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  7096.                             ],
  7097.                             'removeBoPartnerProfileLocation' => [
  7098.                                 'type' => 'ProfileUpdateResponse!',
  7099.                                 'args' => [
  7100.                                     'profileID' => [
  7101.                                         'description' => 'The profile id',
  7102.                                         'type' => 'Int!',
  7103.                                     ],
  7104.                                     'locationID' => [
  7105.                                         'description' => 'The location ID',
  7106.                                         'type' => 'Int!',
  7107.                                     ],
  7108.                                 ],
  7109.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  7110.                             ],
  7111.                             'updateBoPartnerProfileLocation' => [
  7112.                                 'type' => 'ProfileUpdateResponse!',
  7113.                                 'args' => [
  7114.                                     'profileID' => [
  7115.                                         'description' => 'The profile id',
  7116.                                         'type' => 'Int!',
  7117.                                     ],
  7118.                                     'locationID' => [
  7119.                                         'description' => 'The location ID',
  7120.                                         'type' => 'Int!',
  7121.                                     ],
  7122.                                     'location' => [
  7123.                                         'description' => 'The location data',
  7124.                                         'type' => 'InLocation!',
  7125.                                     ],
  7126.                                 ],
  7127.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  7128.                             ],
  7129.                             'setBoPartnerProfileOffers' => [
  7130.                                 'type' => 'ProfileUpdateResponse!',
  7131.                                 'args' => [
  7132.                                     'profileID' => [
  7133.                                         'description' => 'The profile id',
  7134.                                         'type' => 'Int!',
  7135.                                     ],
  7136.                                     'offerIDs' => [
  7137.                                         'description' => 'The offer ids',
  7138.                                         'type' => '[Int!]',
  7139.                                     ],
  7140.                                 ],
  7141.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  7142.                             ],
  7143.                             'setBoPartnerProfileOffersDate' => [
  7144.                                 'type' => 'ProfileUpdateResponse!',
  7145.                                 'args' => [
  7146.                                     'profileID' => [
  7147.                                         'description' => 'The profile id',
  7148.                                         'type' => 'Int!',
  7149.                                     ],
  7150.                                     'offers' => [
  7151.                                         'description' => 'Array of offer data',
  7152.                                         'type' => '[InOffer!]',
  7153.                                     ],
  7154.                                 ],
  7155.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  7156.                             ],
  7157.                             'toggleBoPartnerProfileOffer' => [
  7158.                                 'type' => 'ProfileUpdateResponse!',
  7159.                                 'args' => [
  7160.                                     'profileID' => [
  7161.                                         'description' => 'The profile id',
  7162.                                         'type' => 'Int!',
  7163.                                     ],
  7164.                                     'offerID' => [
  7165.                                         'description' => 'The offer id',
  7166.                                         'type' => 'Int!',
  7167.                                     ],
  7168.                                     'enable' => [
  7169.                                         'description' => 'enable or disable',
  7170.                                         'type' => 'Boolean!',
  7171.                                     ],
  7172.                                 ],
  7173.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  7174.                             ],
  7175.                             'updateBoPartnerProfileDescription' => [
  7176.                                 'type' => 'ProfileUpdateResponse!',
  7177.                                 'args' => [
  7178.                                     'profileID' => [
  7179.                                         'description' => 'The profile id',
  7180.                                         'type' => 'Int!',
  7181.                                     ],
  7182.                                     'description' => [
  7183.                                         'description' => 'The company profile description',
  7184.                                         'type' => 'String!',
  7185.                                     ],
  7186.                                 ],
  7187.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  7188.                             ],
  7189.                             'updateBoPartnerProfileEducationInformation' => [
  7190.                                 'type' => 'ProfileUpdateResponse!',
  7191.                                 'args' => [
  7192.                                     'profileID' => [
  7193.                                         'description' => 'The profile id',
  7194.                                         'type' => 'Int!',
  7195.                                     ],
  7196.                                     'educationInformation' => [
  7197.                                         'description' => 'The education information',
  7198.                                         'type' => 'String!',
  7199.                                     ],
  7200.                                 ],
  7201.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  7202.                             ],
  7203.                             'setBoPartnerProfileHeader' => [
  7204.                                 'type' => 'ProfileUpdateResponse!',
  7205.                                 'args' => [
  7206.                                     'profileID' => [
  7207.                                         'description' => 'The profile id',
  7208.                                         'type' => 'Int!',
  7209.                                     ],
  7210.                                     'galleryEntryID' => [
  7211.                                         'description' => 'The gallery entry id',
  7212.                                         'type' => 'Int!',
  7213.                                     ],
  7214.                                 ],
  7215.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  7216.                             ],
  7217.                             'removeBoPartnerProfileHeader' => [
  7218.                                 'type' => 'ProfileUpdateResponse!',
  7219.                                 'args' => [
  7220.                                     'profileID' => [
  7221.                                         'description' => 'The profile id',
  7222.                                         'type' => 'Int!',
  7223.                                     ],
  7224.                                 ],
  7225.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeHeaderPicture", args["profileID"])',
  7226.                             ],
  7227.                             'updateBoPartnerProfileLogo' => [
  7228.                                 'type' => 'ProfileUpdateResponse!',
  7229.                                 'args' => [
  7230.                                     'profileID' => [
  7231.                                         'description' => 'The profile id',
  7232.                                         'type' => 'Int!',
  7233.                                     ],
  7234.                                     'logo' => [
  7235.                                         'description' => 'The picture of the logo',
  7236.                                         'type' => 'UploadFile!',
  7237.                                     ],
  7238.                                     'copyright' => [
  7239.                                         'description' => 'The copyright of the picture',
  7240.                                         'type' => 'String',
  7241.                                     ],
  7242.                                 ],
  7243.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  7244.                             ],
  7245.                             'updateBoPartnerProfileLogoByGallery' => [
  7246.                                 'type' => 'ProfileUpdateResponse!',
  7247.                                 'args' => [
  7248.                                     'profileID' => [
  7249.                                         'description' => 'The profile id',
  7250.                                         'type' => 'Int!',
  7251.                                     ],
  7252.                                     'galleryEntryID' => [
  7253.                                         'description' => 'The gallery entry id',
  7254.                                         'type' => 'Int!',
  7255.                                     ],
  7256.                                 ],
  7257.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  7258.                             ],
  7259.                             'updateBoPartnerProfileLogoStyle' => [
  7260.                                 'type' => 'ProfileUpdateResponse!',
  7261.                                 'args' => [
  7262.                                     'profileID' => [
  7263.                                         'description' => 'The profile id',
  7264.                                         'type' => 'Int!',
  7265.                                     ],
  7266.                                     'logoStyle' => [
  7267.                                         'description' => 'The logo style',
  7268.                                         'type' => 'LogoStyle!',
  7269.                                     ],
  7270.                                     'copyright' => [
  7271.                                         'description' => 'The copyright of the picture',
  7272.                                         'type' => 'String',
  7273.                                     ],
  7274.                                 ],
  7275.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  7276.                             ],
  7277.                             'updateBoPartnerProfileName' => [
  7278.                                 'type' => 'ProfileUpdateResponse!',
  7279.                                 'args' => [
  7280.                                     'profileID' => [
  7281.                                         'description' => 'The profile id',
  7282.                                         'type' => 'Int!',
  7283.                                     ],
  7284.                                     'name' => [
  7285.                                         'description' => 'The new profile name',
  7286.                                         'type' => 'String!',
  7287.                                     ],
  7288.                                 ],
  7289.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  7290.                             ],
  7291.                             'setBoPartnerProfileSelected' => [
  7292.                                 'type' => 'Status!',
  7293.                                 'args' => [
  7294.                                     'profileID' => [
  7295.                                         'description' => 'The bopartner profile id',
  7296.                                         'type' => 'Int!',
  7297.                                     ],
  7298.                                 ],
  7299.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setBoPartnerProfileSelected", args["profileID"])',
  7300.                             ],
  7301.                             'deleteBoPartnerProfileQuiz' => [
  7302.                                 'type' => 'Status!',
  7303.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::deleteBoPartnerProfileQuiz")',
  7304.                             ],
  7305.                             'updateBoPartnerProfileQuizQuestions' => [
  7306.                                 'type' => 'Status!',
  7307.                                 'args' => [
  7308.                                     'questions' => [
  7309.                                         'description' => 'The questions',
  7310.                                         'type' => '[InQuizQuestion!]',
  7311.                                     ],
  7312.                                 ],
  7313.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateBoPartnerProfileQuizQuestions", args["questions"])',
  7314.                             ],
  7315.                             'addCompanyProfileContact' => [
  7316.                                 'type' => 'ProfileUpdateResponse!',
  7317.                                 'args' => [
  7318.                                     'profileID' => [
  7319.                                         'description' => 'The profile id',
  7320.                                         'type' => 'Int!',
  7321.                                     ],
  7322.                                     'contact' => [
  7323.                                         'description' => 'The contact data',
  7324.                                         'type' => 'InContactPerson!',
  7325.                                     ],
  7326.                                 ],
  7327.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  7328.                             ],
  7329.                             'removeCompanyProfileContact' => [
  7330.                                 'type' => 'ProfileUpdateResponse!',
  7331.                                 'args' => [
  7332.                                     'profileID' => [
  7333.                                         'description' => 'The profile id',
  7334.                                         'type' => 'Int!',
  7335.                                     ],
  7336.                                     'galleryEntryID' => [
  7337.                                         'description' => 'The gallery entry id',
  7338.                                         'type' => 'Int!',
  7339.                                     ],
  7340.                                 ],
  7341.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  7342.                             ],
  7343.                             'updateCompanyProfileContact' => [
  7344.                                 'type' => 'ProfileUpdateResponse!',
  7345.                                 'args' => [
  7346.                                     'profileID' => [
  7347.                                         'description' => 'The profile id',
  7348.                                         'type' => 'Int!',
  7349.                                     ],
  7350.                                     'contactID' => [
  7351.                                         'description' => 'The contact id',
  7352.                                         'type' => 'Int!',
  7353.                                     ],
  7354.                                     'contact' => [
  7355.                                         'description' => 'The contact data',
  7356.                                         'type' => 'InContactPerson!',
  7357.                                     ],
  7358.                                 ],
  7359.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  7360.                             ],
  7361.                             'updateCompanyProfileContactPosition' => [
  7362.                                 'type' => 'ProfileUpdateResponse!',
  7363.                                 'args' => [
  7364.                                     'profileID' => [
  7365.                                         'description' => 'The profile id',
  7366.                                         'type' => 'Int!',
  7367.                                     ],
  7368.                                     'contactGalleryEntryIDs' => [
  7369.                                         'description' => 'The contact ids',
  7370.                                         'type' => '[Int!]',
  7371.                                     ],
  7372.                                 ],
  7373.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  7374.                             ],
  7375.                             'updateCompanyProfileContactVisability' => [
  7376.                                 'type' => 'ProfileUpdateResponse!',
  7377.                                 'args' => [
  7378.                                     'profileID' => [
  7379.                                         'description' => 'The profile id',
  7380.                                         'type' => 'Int!',
  7381.                                     ],
  7382.                                     'galleryEntryID' => [
  7383.                                         'description' => 'The contact id',
  7384.                                         'type' => 'Int!',
  7385.                                     ],
  7386.                                     'visible' => [
  7387.                                         'description' => 'enable or disable visibility',
  7388.                                         'type' => 'Boolean!',
  7389.                                     ],
  7390.                                 ],
  7391.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  7392.                             ],
  7393.                             'addCompanyProfileGalleryPicture' => [
  7394.                                 'type' => 'ProfileUpdateResponse!',
  7395.                                 'args' => [
  7396.                                     'profileID' => [
  7397.                                         'description' => 'The profile id',
  7398.                                         'type' => 'Int!',
  7399.                                     ],
  7400.                                     'picture' => [
  7401.                                         'description' => 'The picture to add',
  7402.                                         'type' => 'UploadFile!',
  7403.                                     ],
  7404.                                 ],
  7405.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  7406.                             ],
  7407.                             'removeCompanyProfileGalleryPicture' => [
  7408.                                 'type' => 'ProfileUpdateResponse!',
  7409.                                 'args' => [
  7410.                                     'profileID' => [
  7411.                                         'description' => 'The profile id',
  7412.                                         'type' => 'Int!',
  7413.                                     ],
  7414.                                     'galleryEntryID' => [
  7415.                                         'description' => 'The gallery entry id',
  7416.                                         'type' => 'Int!',
  7417.                                     ],
  7418.                                 ],
  7419.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  7420.                             ],
  7421.                             'setCompanyProfileGalleryPictureCaption' => [
  7422.                                 'type' => 'ProfileUpdateResponse!',
  7423.                                 'args' => [
  7424.                                     'profileID' => [
  7425.                                         'description' => 'The profile id',
  7426.                                         'type' => 'Int!',
  7427.                                     ],
  7428.                                     'galleryEntryID' => [
  7429.                                         'description' => 'The gallery entry id',
  7430.                                         'type' => 'Int!',
  7431.                                     ],
  7432.                                     'caption' => [
  7433.                                         'description' => 'The caption',
  7434.                                         'type' => 'String!',
  7435.                                     ],
  7436.                                 ],
  7437.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7438.                             ],
  7439.                             'addCompanyProfileGalleryDocument' => [
  7440.                                 'type' => 'ProfileUpdateResponse!',
  7441.                                 'args' => [
  7442.                                     'profileID' => [
  7443.                                         'description' => 'The profile id',
  7444.                                         'type' => 'Int!',
  7445.                                     ],
  7446.                                     'document' => [
  7447.                                         'description' => 'The document to add',
  7448.                                         'type' => 'UploadFile!',
  7449.                                     ],
  7450.                                     'documentName' => [
  7451.                                         'description' => 'The document name',
  7452.                                         'type' => 'String!',
  7453.                                     ],
  7454.                                 ],
  7455.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  7456.                             ],
  7457.                             'removeCompanyProfileGalleryDocument' => [
  7458.                                 'type' => 'ProfileUpdateResponse!',
  7459.                                 'args' => [
  7460.                                     'profileID' => [
  7461.                                         'description' => 'The profile id',
  7462.                                         'type' => 'Int!',
  7463.                                     ],
  7464.                                     'galleryEntryID' => [
  7465.                                         'description' => 'The gallery entry id',
  7466.                                         'type' => 'Int!',
  7467.                                     ],
  7468.                                 ],
  7469.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  7470.                             ],
  7471.                             'setCompanyProfileGalleryDocumentCaption' => [
  7472.                                 'type' => 'ProfileUpdateResponse!',
  7473.                                 'args' => [
  7474.                                     'profileID' => [
  7475.                                         'description' => 'The profile id',
  7476.                                         'type' => 'Int!',
  7477.                                     ],
  7478.                                     'galleryEntryID' => [
  7479.                                         'description' => 'The gallery entry id',
  7480.                                         'type' => 'Int!',
  7481.                                     ],
  7482.                                     'caption' => [
  7483.                                         'description' => 'The caption',
  7484.                                         'type' => 'String!',
  7485.                                     ],
  7486.                                 ],
  7487.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7488.                             ],
  7489.                             'addCompanyProfileGalleryVideo' => [
  7490.                                 'type' => 'ProfileUpdateResponse!',
  7491.                                 'args' => [
  7492.                                     'profileID' => [
  7493.                                         'description' => 'The profile id',
  7494.                                         'type' => 'Int!',
  7495.                                     ],
  7496.                                     'youtubeURL' => [
  7497.                                         'description' => 'The youtube url',
  7498.                                         'type' => 'String!',
  7499.                                     ],
  7500.                                     'videoName' => [
  7501.                                         'description' => 'The video name',
  7502.                                         'type' => 'String!',
  7503.                                     ],
  7504.                                 ],
  7505.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  7506.                             ],
  7507.                             'removeCompanyProfileGalleryVideo' => [
  7508.                                 'type' => 'ProfileUpdateResponse!',
  7509.                                 'args' => [
  7510.                                     'profileID' => [
  7511.                                         'description' => 'The profile id',
  7512.                                         'type' => 'Int!',
  7513.                                     ],
  7514.                                     'galleryEntryID' => [
  7515.                                         'description' => 'The gallery entry id',
  7516.                                         'type' => 'Int!',
  7517.                                     ],
  7518.                                 ],
  7519.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  7520.                             ],
  7521.                             'setCompanyProfileGalleryVideoCaption' => [
  7522.                                 'type' => 'ProfileUpdateResponse!',
  7523.                                 'args' => [
  7524.                                     'profileID' => [
  7525.                                         'description' => 'The profile id',
  7526.                                         'type' => 'Int!',
  7527.                                     ],
  7528.                                     'galleryEntryID' => [
  7529.                                         'description' => 'The gallery entry id',
  7530.                                         'type' => 'Int!',
  7531.                                     ],
  7532.                                     'caption' => [
  7533.                                         'description' => 'The caption',
  7534.                                         'type' => 'String!',
  7535.                                     ],
  7536.                                 ],
  7537.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7538.                             ],
  7539.                             'setCompanyProfileGalleryItemsVisability' => [
  7540.                                 'type' => 'ProfileUpdateResponse!',
  7541.                                 'args' => [
  7542.                                     'profileID' => [
  7543.                                         'description' => 'The profile id',
  7544.                                         'type' => 'Int!',
  7545.                                     ],
  7546.                                     'galleryEntryIDs' => [
  7547.                                         'description' => 'The gallery entry id',
  7548.                                         'type' => '[Int!]',
  7549.                                     ],
  7550.                                     'visible' => [
  7551.                                         'description' => 'enable or disable visibility',
  7552.                                         'type' => 'Boolean!',
  7553.                                     ],
  7554.                                 ],
  7555.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  7556.                             ],
  7557.                             'setCompanyProfileGalleryItemsPosition' => [
  7558.                                 'type' => 'ProfileUpdateResponse!',
  7559.                                 'args' => [
  7560.                                     'profileID' => [
  7561.                                         'description' => 'The profile id',
  7562.                                         'type' => 'Int!',
  7563.                                     ],
  7564.                                     'galleryEntryIDs' => [
  7565.                                         'description' => 'The gallery entry id',
  7566.                                         'type' => '[Int!]',
  7567.                                     ],
  7568.                                 ],
  7569.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  7570.                             ],
  7571.                             'updateCompanyProfileLinks' => [
  7572.                                 'type' => 'ProfileUpdateResponse!',
  7573.                                 'args' => [
  7574.                                     'profileID' => [
  7575.                                         'description' => 'The profile id',
  7576.                                         'type' => 'Int!',
  7577.                                     ],
  7578.                                     'links' => [
  7579.                                         'description' => 'The link urls',
  7580.                                         'type' => '[InLink!]',
  7581.                                     ],
  7582.                                 ],
  7583.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  7584.                             ],
  7585.                             'addCompanyProfileLocation' => [
  7586.                                 'type' => 'ProfileUpdateResponse!',
  7587.                                 'args' => [
  7588.                                     'profileID' => [
  7589.                                         'description' => 'The profile id',
  7590.                                         'type' => 'Int!',
  7591.                                     ],
  7592.                                     'location' => [
  7593.                                         'description' => 'The location data',
  7594.                                         'type' => 'InLocation!',
  7595.                                     ],
  7596.                                 ],
  7597.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  7598.                             ],
  7599.                             'removeCompanyProfileLocation' => [
  7600.                                 'type' => 'ProfileUpdateResponse!',
  7601.                                 'args' => [
  7602.                                     'profileID' => [
  7603.                                         'description' => 'The profile id',
  7604.                                         'type' => 'Int!',
  7605.                                     ],
  7606.                                     'locationID' => [
  7607.                                         'description' => 'The location ID',
  7608.                                         'type' => 'Int!',
  7609.                                     ],
  7610.                                 ],
  7611.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  7612.                             ],
  7613.                             'updateCompanyProfileLocation' => [
  7614.                                 'type' => 'ProfileUpdateResponse!',
  7615.                                 'args' => [
  7616.                                     'profileID' => [
  7617.                                         'description' => 'The profile id',
  7618.                                         'type' => 'Int!',
  7619.                                     ],
  7620.                                     'locationID' => [
  7621.                                         'description' => 'The location ID',
  7622.                                         'type' => 'Int!',
  7623.                                     ],
  7624.                                     'location' => [
  7625.                                         'description' => 'The location data',
  7626.                                         'type' => 'InLocation!',
  7627.                                     ],
  7628.                                 ],
  7629.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  7630.                             ],
  7631.                             'toggleCompanyProfileBenefit' => [
  7632.                                 'type' => 'ProfileUpdateResponse!',
  7633.                                 'args' => [
  7634.                                     'profileID' => [
  7635.                                         'description' => 'The profile id',
  7636.                                         'type' => 'Int!',
  7637.                                     ],
  7638.                                     'benefitID' => [
  7639.                                         'description' => 'The benefit id',
  7640.                                         'type' => 'Int!',
  7641.                                     ],
  7642.                                     'enable' => [
  7643.                                         'description' => 'enable or disable',
  7644.                                         'type' => 'Boolean!',
  7645.                                     ],
  7646.                                 ],
  7647.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  7648.                             ],
  7649.                             'setCompanyProfileBenefits' => [
  7650.                                 'type' => 'ProfileUpdateResponse!',
  7651.                                 'args' => [
  7652.                                     'profileID' => [
  7653.                                         'description' => 'The profile id',
  7654.                                         'type' => 'Int!',
  7655.                                     ],
  7656.                                     'benefitIDs' => [
  7657.                                         'description' => 'The benefit ids',
  7658.                                         'type' => '[Int!]',
  7659.                                     ],
  7660.                                 ],
  7661.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  7662.                             ],
  7663.                             'toggleCompanyProfileCertificate' => [
  7664.                                 'type' => 'ProfileUpdateResponse!',
  7665.                                 'args' => [
  7666.                                     'profileID' => [
  7667.                                         'description' => 'The profile id',
  7668.                                         'type' => 'Int!',
  7669.                                     ],
  7670.                                     'certificateID' => [
  7671.                                         'description' => 'The certificate id',
  7672.                                         'type' => 'Int!',
  7673.                                     ],
  7674.                                     'enable' => [
  7675.                                         'description' => 'enable or disable',
  7676.                                         'type' => 'Boolean!',
  7677.                                     ],
  7678.                                 ],
  7679.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  7680.                             ],
  7681.                             'toggleCompanyProfileJob' => [
  7682.                                 'type' => 'ProfileUpdateResponse!',
  7683.                                 'args' => [
  7684.                                     'profileID' => [
  7685.                                         'description' => 'The profile id',
  7686.                                         'type' => 'Int!',
  7687.                                     ],
  7688.                                     'jobID' => [
  7689.                                         'description' => 'The job id',
  7690.                                         'type' => 'Int!',
  7691.                                     ],
  7692.                                     'enable' => [
  7693.                                         'description' => 'enable or disable',
  7694.                                         'type' => 'Boolean!',
  7695.                                     ],
  7696.                                 ],
  7697.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  7698.                             ],
  7699.                             'setCompanyProfileOffers' => [
  7700.                                 'type' => 'ProfileUpdateResponse!',
  7701.                                 'args' => [
  7702.                                     'profileID' => [
  7703.                                         'description' => 'The profile id',
  7704.                                         'type' => 'Int!',
  7705.                                     ],
  7706.                                     'offerIDs' => [
  7707.                                         'description' => 'The offer ids',
  7708.                                         'type' => '[Int!]',
  7709.                                     ],
  7710.                                 ],
  7711.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  7712.                             ],
  7713.                             'setCompanyProfileOffersDate' => [
  7714.                                 'type' => 'ProfileUpdateResponse!',
  7715.                                 'args' => [
  7716.                                     'profileID' => [
  7717.                                         'description' => 'The profile id',
  7718.                                         'type' => 'Int!',
  7719.                                     ],
  7720.                                     'offers' => [
  7721.                                         'description' => 'Array of offer data',
  7722.                                         'type' => '[InOffer!]',
  7723.                                     ],
  7724.                                 ],
  7725.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  7726.                             ],
  7727.                             'toggleCompanyProfileOffer' => [
  7728.                                 'type' => 'ProfileUpdateResponse!',
  7729.                                 'args' => [
  7730.                                     'profileID' => [
  7731.                                         'description' => 'The profile id',
  7732.                                         'type' => 'Int!',
  7733.                                     ],
  7734.                                     'offerID' => [
  7735.                                         'description' => 'The offer id',
  7736.                                         'type' => 'Int!',
  7737.                                     ],
  7738.                                     'enable' => [
  7739.                                         'description' => 'enable or disable',
  7740.                                         'type' => 'Boolean!',
  7741.                                     ],
  7742.                                 ],
  7743.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  7744.                             ],
  7745.                             'updateCompanyProfileDescription' => [
  7746.                                 'type' => 'ProfileUpdateResponse!',
  7747.                                 'args' => [
  7748.                                     'profileID' => [
  7749.                                         'description' => 'The profile id',
  7750.                                         'type' => 'Int!',
  7751.                                     ],
  7752.                                     'description' => [
  7753.                                         'description' => 'The company profile description',
  7754.                                         'type' => 'String!',
  7755.                                     ],
  7756.                                 ],
  7757.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  7758.                             ],
  7759.                             'updateCompanyProfileEducationInformation' => [
  7760.                                 'type' => 'ProfileUpdateResponse!',
  7761.                                 'args' => [
  7762.                                     'profileID' => [
  7763.                                         'description' => 'The profile id',
  7764.                                         'type' => 'Int!',
  7765.                                     ],
  7766.                                     'educationInformation' => [
  7767.                                         'description' => 'The education information',
  7768.                                         'type' => 'String!',
  7769.                                     ],
  7770.                                 ],
  7771.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  7772.                             ],
  7773.                             'setCompanyProfileHeader' => [
  7774.                                 'type' => 'ProfileUpdateResponse!',
  7775.                                 'args' => [
  7776.                                     'profileID' => [
  7777.                                         'description' => 'The profile id',
  7778.                                         'type' => 'Int!',
  7779.                                     ],
  7780.                                     'galleryEntryID' => [
  7781.                                         'description' => 'The gallery entry id',
  7782.                                         'type' => 'Int!',
  7783.                                     ],
  7784.                                 ],
  7785.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  7786.                             ],
  7787.                             'removeCompanyProfileHeader' => [
  7788.                                 'type' => 'ProfileUpdateResponse!',
  7789.                                 'args' => [
  7790.                                     'profileID' => [
  7791.                                         'description' => 'The profile id',
  7792.                                         'type' => 'Int!',
  7793.                                     ],
  7794.                                 ],
  7795.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  7796.                             ],
  7797.                             'updateCompanyProfileLogo' => [
  7798.                                 'type' => 'ProfileUpdateResponse!',
  7799.                                 'args' => [
  7800.                                     'profileID' => [
  7801.                                         'description' => 'The profile id',
  7802.                                         'type' => 'Int!',
  7803.                                     ],
  7804.                                     'logo' => [
  7805.                                         'description' => 'The picture of the logo',
  7806.                                         'type' => 'UploadFile!',
  7807.                                     ],
  7808.                                     'copyright' => [
  7809.                                         'description' => 'The copyright of the picture',
  7810.                                         'type' => 'String',
  7811.                                     ],
  7812.                                 ],
  7813.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  7814.                             ],
  7815.                             'updateCompanyProfileLogoByGallery' => [
  7816.                                 'type' => 'ProfileUpdateResponse!',
  7817.                                 'args' => [
  7818.                                     'profileID' => [
  7819.                                         'description' => 'The profile id',
  7820.                                         'type' => 'Int!',
  7821.                                     ],
  7822.                                     'galleryEntryID' => [
  7823.                                         'description' => 'The gallery entry id',
  7824.                                         'type' => 'Int!',
  7825.                                     ],
  7826.                                 ],
  7827.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  7828.                             ],
  7829.                             'updateCompanyProfileLogoStyle' => [
  7830.                                 'type' => 'ProfileUpdateResponse!',
  7831.                                 'args' => [
  7832.                                     'profileID' => [
  7833.                                         'description' => 'The profile id',
  7834.                                         'type' => 'Int!',
  7835.                                     ],
  7836.                                     'logoStyle' => [
  7837.                                         'description' => 'The logo style',
  7838.                                         'type' => 'LogoStyle!',
  7839.                                     ],
  7840.                                     'copyright' => [
  7841.                                         'description' => 'The copyright of the picture',
  7842.                                         'type' => 'String',
  7843.                                     ],
  7844.                                 ],
  7845.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  7846.                             ],
  7847.                             'removeCompanyProfileLogo' => [
  7848.                                 'type' => 'ProfileUpdateResponse!',
  7849.                                 'args' => [
  7850.                                     'profileID' => [
  7851.                                         'description' => 'The profile id',
  7852.                                         'type' => 'Int!',
  7853.                                     ],
  7854.                                 ],
  7855.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  7856.                             ],
  7857.                             'updateCompanyProfileName' => [
  7858.                                 'type' => 'ProfileUpdateResponse!',
  7859.                                 'args' => [
  7860.                                     'profileID' => [
  7861.                                         'description' => 'The profile id',
  7862.                                         'type' => 'Int!',
  7863.                                     ],
  7864.                                     'name' => [
  7865.                                         'description' => 'The new profile name',
  7866.                                         'type' => 'String!',
  7867.                                     ],
  7868.                                 ],
  7869.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  7870.                             ],
  7871.                             'updateCompanyProfileSize' => [
  7872.                                 'type' => 'ProfileUpdateResponse!',
  7873.                                 'args' => [
  7874.                                     'profileID' => [
  7875.                                         'description' => 'The profile id',
  7876.                                         'type' => 'Int!',
  7877.                                     ],
  7878.                                     'companySizeID' => [
  7879.                                         'description' => 'The company size id',
  7880.                                         'type' => 'Int!',
  7881.                                     ],
  7882.                                 ],
  7883.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  7884.                             ],
  7885.                             'updateCompanyProfileYearOfFoundation' => [
  7886.                                 'type' => 'ProfileUpdateResponse!',
  7887.                                 'args' => [
  7888.                                     'profileID' => [
  7889.                                         'description' => 'The profile id',
  7890.                                         'type' => 'Int!',
  7891.                                     ],
  7892.                                     'year' => [
  7893.                                         'description' => 'The year of foundation',
  7894.                                         'type' => 'Int!',
  7895.                                     ],
  7896.                                 ],
  7897.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  7898.                             ],
  7899.                             'setCompanyProfileSelected' => [
  7900.                                 'type' => 'Status!',
  7901.                                 'args' => [
  7902.                                     'profileID' => [
  7903.                                         'description' => 'The company profile id',
  7904.                                         'type' => 'Int!',
  7905.                                     ],
  7906.                                 ],
  7907.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  7908.                             ],
  7909.                             'deleteCompanyProfileQuiz' => [
  7910.                                 'type' => 'Status!',
  7911.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::deleteCompanyProfileQuiz")',
  7912.                             ],
  7913.                             'updateCompanyProfileQuizQuestions' => [
  7914.                                 'type' => 'Status!',
  7915.                                 'args' => [
  7916.                                     'questions' => [
  7917.                                         'description' => 'The questions',
  7918.                                         'type' => '[InQuizQuestion!]',
  7919.                                     ],
  7920.                                 ],
  7921.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanyProfileQuizQuestions", args["questions"])',
  7922.                             ],
  7923.                             'addJobMarket' => [
  7924.                                 'type' => 'JobMarket!',
  7925.                                 'args' => [
  7926.                                     'data' => [
  7927.                                         'description' => 'The minimum job market data',
  7928.                                         'type' => 'InJobMarket!',
  7929.                                     ],
  7930.                                 ],
  7931.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  7932.                             ],
  7933.                             'createJobMarket' => [
  7934.                                 'type' => 'JobMarket!',
  7935.                                 'args' => [
  7936.                                     'jobTitle' => [
  7937.                                         'description' => 'The job market title',
  7938.                                         'type' => 'String!',
  7939.                                     ],
  7940.                                 ],
  7941.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::createJobMarket", args["jobTitle"])',
  7942.                             ],
  7943.                             'deleteJobMarket' => [
  7944.                                 'type' => 'Status!',
  7945.                                 'args' => [
  7946.                                     'jobMarketID' => [
  7947.                                         'description' => 'The job market id',
  7948.                                         'type' => 'Int!',
  7949.                                     ],
  7950.                                 ],
  7951.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteJobMarket", args["jobMarketID"])',
  7952.                             ],
  7953.                             'updateJobMarketImage' => [
  7954.                                 'type' => 'Status!',
  7955.                                 'args' => [
  7956.                                     'jobMarketID' => [
  7957.                                         'description' => 'The job market id',
  7958.                                         'type' => 'Int!',
  7959.                                     ],
  7960.                                     'image' => [
  7961.                                         'description' => 'The image',
  7962.                                         'type' => 'UploadFile!',
  7963.                                     ],
  7964.                                 ],
  7965.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImage", args["jobMarketID"], args["image"])',
  7966.                             ],
  7967.                             'updateJobMarketImageByGallery' => [
  7968.                                 'type' => 'Status!',
  7969.                                 'args' => [
  7970.                                     'jobMarketID' => [
  7971.                                         'description' => 'The job market id',
  7972.                                         'type' => 'Int!',
  7973.                                     ],
  7974.                                     'galleryEntryID' => [
  7975.                                         'description' => 'The gallery entry id',
  7976.                                         'type' => 'Int!',
  7977.                                     ],
  7978.                                 ],
  7979.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImageByGallery", args["jobMarketID"], args["galleryEntryID"])',
  7980.                             ],
  7981.                             'updateJobMarketJobs' => [
  7982.                                 'type' => 'Status!',
  7983.                                 'args' => [
  7984.                                     'jobMarketID' => [
  7985.                                         'description' => 'The job market id',
  7986.                                         'type' => 'Int!',
  7987.                                     ],
  7988.                                     'jobIDs' => [
  7989.                                         'description' => 'The job IDs',
  7990.                                         'type' => '[Int!]',
  7991.                                     ],
  7992.                                 ],
  7993.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateJobs", args["jobMarketID"], args["jobIDs"])',
  7994.                             ],
  7995.                             'updateJobMarketName' => [
  7996.                                 'type' => 'Status!',
  7997.                                 'args' => [
  7998.                                     'jobMarketID' => [
  7999.                                         'description' => 'The job market id',
  8000.                                         'type' => 'Int!',
  8001.                                     ],
  8002.                                     'name' => [
  8003.                                         'description' => 'The new name',
  8004.                                         'type' => 'String!',
  8005.                                     ],
  8006.                                 ],
  8007.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  8008.                             ],
  8009.                             'updateJobMarketNumberOfPositions' => [
  8010.                                 'type' => 'Status!',
  8011.                                 'args' => [
  8012.                                     'jobMarketID' => [
  8013.                                         'description' => 'The job market id',
  8014.                                         'type' => 'Int!',
  8015.                                     ],
  8016.                                     'numberOfPositions' => [
  8017.                                         'description' => 'The number of positions',
  8018.                                         'type' => 'Int!',
  8019.                                     ],
  8020.                                 ],
  8021.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateNumberOfPositions", args["jobMarketID"], args["numberOfPositions"])',
  8022.                             ],
  8023.                             'updateJobMarketOpenClose' => [
  8024.                                 'type' => 'Status!',
  8025.                                 'args' => [
  8026.                                     'jobMarketID' => [
  8027.                                         'description' => 'The job market id',
  8028.                                         'type' => 'Int!',
  8029.                                     ],
  8030.                                     'openDate' => [
  8031.                                         'description' => 'The open date',
  8032.                                         'type' => 'String!',
  8033.                                     ],
  8034.                                     'closeDate' => [
  8035.                                         'description' => 'The close date',
  8036.                                         'type' => 'String!',
  8037.                                     ],
  8038.                                 ],
  8039.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  8040.                             ],
  8041.                             'updateJobMarketPositionType' => [
  8042.                                 'type' => 'Status!',
  8043.                                 'args' => [
  8044.                                     'jobMarketID' => [
  8045.                                         'description' => 'The job market id',
  8046.                                         'type' => 'Int!',
  8047.                                     ],
  8048.                                     'positionType' => [
  8049.                                         'description' => 'The position type',
  8050.                                         'type' => 'JobMarketPositionType!',
  8051.                                     ],
  8052.                                 ],
  8053.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  8054.                             ],
  8055.                             'updateJobMarketAdditionalInfo' => [
  8056.                                 'type' => 'Status!',
  8057.                                 'args' => [
  8058.                                     'jobMarketID' => [
  8059.                                         'description' => 'The job market id',
  8060.                                         'type' => 'Int!',
  8061.                                     ],
  8062.                                     'additionalInfo' => [
  8063.                                         'description' => 'The additional info text',
  8064.                                         'type' => 'String!',
  8065.                                     ],
  8066.                                 ],
  8067.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAdditionalInfo", args["jobMarketID"], args["additionalInfo"])',
  8068.                             ],
  8069.                             'updateJobMarketAddresses' => [
  8070.                                 'type' => 'Status!',
  8071.                                 'args' => [
  8072.                                     'jobMarketID' => [
  8073.                                         'description' => 'The job market id',
  8074.                                         'type' => 'Int!',
  8075.                                     ],
  8076.                                     'companyLocationIDs' => [
  8077.                                         'description' => 'The company location id',
  8078.                                         'type' => '[Int!]',
  8079.                                     ],
  8080.                                 ],
  8081.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAddresses", args["jobMarketID"], args["companyLocationIDs"])',
  8082.                             ],
  8083.                             'updateJobMarketApplyType' => [
  8084.                                 'type' => 'Status!',
  8085.                                 'args' => [
  8086.                                     'jobMarketID' => [
  8087.                                         'description' => 'The job market id',
  8088.                                         'type' => 'Int!',
  8089.                                     ],
  8090.                                     'applyType' => [
  8091.                                         'description' => 'The apply type',
  8092.                                         'type' => 'JobMarketApplyType!',
  8093.                                     ],
  8094.                                 ],
  8095.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  8096.                             ],
  8097.                             'updateJobMarketApplyTypeUrl' => [
  8098.                                 'type' => 'Status!',
  8099.                                 'args' => [
  8100.                                     'jobMarketID' => [
  8101.                                         'description' => 'The job market id',
  8102.                                         'type' => 'Int!',
  8103.                                     ],
  8104.                                     'applyType' => [
  8105.                                         'description' => 'The apply type',
  8106.                                         'type' => 'JobMarketApplyType!',
  8107.                                     ],
  8108.                                     'url' => [
  8109.                                         'description' => 'The url string',
  8110.                                         'type' => 'String!',
  8111.                                     ],
  8112.                                 ],
  8113.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyTypeUrl", args["jobMarketID"], args["applyType"], args["url"])',
  8114.                             ],
  8115.                             'updateJobMarketViewType' => [
  8116.                                 'type' => 'Status!',
  8117.                                 'args' => [
  8118.                                     'jobMarketID' => [
  8119.                                         'description' => 'The job market id',
  8120.                                         'type' => 'Int!',
  8121.                                     ],
  8122.                                     'viewType' => [
  8123.                                         'description' => 'The view type',
  8124.                                         'type' => 'JobMarketViewType!',
  8125.                                     ],
  8126.                                 ],
  8127.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateViewType", args["jobMarketID"], args["viewType"])',
  8128.                             ],
  8129.                             'updateJobMarketDescription' => [
  8130.                                 'type' => 'Status!',
  8131.                                 'args' => [
  8132.                                     'jobMarketID' => [
  8133.                                         'description' => 'The job market id',
  8134.                                         'type' => 'Int!',
  8135.                                     ],
  8136.                                     'description' => [
  8137.                                         'description' => 'The description text',
  8138.                                         'type' => 'String!',
  8139.                                     ],
  8140.                                 ],
  8141.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  8142.                             ],
  8143.                             'updateJobMarketDetails' => [
  8144.                                 'type' => 'Status!',
  8145.                                 'args' => [
  8146.                                     'jobMarketID' => [
  8147.                                         'description' => 'The job market id',
  8148.                                         'type' => 'Int!',
  8149.                                     ],
  8150.                                     'details' => [
  8151.                                         'description' => 'The details text',
  8152.                                         'type' => 'String!',
  8153.                                     ],
  8154.                                 ],
  8155.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDetails", args["jobMarketID"], args["details"])',
  8156.                             ],
  8157.                             'updateJobMarketRequirements' => [
  8158.                                 'type' => 'Status!',
  8159.                                 'args' => [
  8160.                                     'jobMarketID' => [
  8161.                                         'description' => 'The job market id',
  8162.                                         'type' => 'Int!',
  8163.                                     ],
  8164.                                     'requirements' => [
  8165.                                         'description' => 'The requirements text',
  8166.                                         'type' => 'String!',
  8167.                                     ],
  8168.                                 ],
  8169.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  8170.                             ],
  8171.                             'updateJobMarketSalary' => [
  8172.                                 'type' => 'Status!',
  8173.                                 'args' => [
  8174.                                     'jobMarketID' => [
  8175.                                         'description' => 'The job market id',
  8176.                                         'type' => 'Int!',
  8177.                                     ],
  8178.                                     'salary' => [
  8179.                                         'description' => 'The salary text',
  8180.                                         'type' => 'String!',
  8181.                                     ],
  8182.                                 ],
  8183.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  8184.                             ],
  8185.                             'updateJobMarketStartDate' => [
  8186.                                 'type' => 'Status!',
  8187.                                 'args' => [
  8188.                                     'jobMarketID' => [
  8189.                                         'description' => 'The job market id',
  8190.                                         'type' => 'Int!',
  8191.                                     ],
  8192.                                     'startDate' => [
  8193.                                         'description' => 'The start date',
  8194.                                         'type' => 'String!',
  8195.                                     ],
  8196.                                 ],
  8197.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  8198.                             ],
  8199.                             'updateJobMarketStartType' => [
  8200.                                 'type' => 'Status!',
  8201.                                 'args' => [
  8202.                                     'jobMarketID' => [
  8203.                                         'description' => 'The job market id',
  8204.                                         'type' => 'Int!',
  8205.                                     ],
  8206.                                     'startType' => [
  8207.                                         'description' => 'The start type',
  8208.                                         'type' => 'JobMarketStartType!',
  8209.                                     ],
  8210.                                 ],
  8211.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartType", args["jobMarketID"], args["startType"])',
  8212.                             ],
  8213.                             'updateJobMarketApplyUntil' => [
  8214.                                 'type' => 'Status!',
  8215.                                 'args' => [
  8216.                                     'jobMarketID' => [
  8217.                                         'description' => 'The job market id',
  8218.                                         'type' => 'Int!',
  8219.                                     ],
  8220.                                     'applyUntilDate' => [
  8221.                                         'description' => 'The start date',
  8222.                                         'type' => 'String',
  8223.                                     ],
  8224.                                 ],
  8225.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyUntil", args["jobMarketID"], args["applyUntilDate"])',
  8226.                             ],
  8227.                             'updateJobMarketContact' => [
  8228.                                 'type' => 'Status!',
  8229.                                 'args' => [
  8230.                                     'jobMarketID' => [
  8231.                                         'description' => 'The job market id',
  8232.                                         'type' => 'Int!',
  8233.                                     ],
  8234.                                     'contactID' => [
  8235.                                         'description' => 'The contactID',
  8236.                                         'type' => 'Int!',
  8237.                                     ],
  8238.                                 ],
  8239.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  8240.                             ],
  8241.                             'deleteJobMarketCustomAdvertisment' => [
  8242.                                 'type' => 'Status!',
  8243.                                 'args' => [
  8244.                                     'jobMarketID' => [
  8245.                                         'description' => 'The job market id',
  8246.                                         'type' => 'Int!',
  8247.                                     ],
  8248.                                 ],
  8249.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteCustomAdvertisment", args["jobMarketID"])',
  8250.                             ],
  8251.                             'updateJobMarketCustomAdvertisment' => [
  8252.                                 'type' => 'Status!',
  8253.                                 'args' => [
  8254.                                     'jobMarketID' => [
  8255.                                         'description' => 'The job market id',
  8256.                                         'type' => 'Int!',
  8257.                                     ],
  8258.                                     'mediaFile' => [
  8259.                                         'description' => 'The custom advertisment media file',
  8260.                                         'type' => 'UploadFile!',
  8261.                                     ],
  8262.                                 ],
  8263.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateCustomAdvertisment", args["jobMarketID"], args["mediaFile"])',
  8264.                             ],
  8265.                             'updateJobMarketState' => [
  8266.                                 'type' => 'Status!',
  8267.                                 'args' => [
  8268.                                     'jobMarketID' => [
  8269.                                         'description' => 'The job market id',
  8270.                                         'type' => 'Int!',
  8271.                                     ],
  8272.                                     'state' => [
  8273.                                         'description' => 'The state',
  8274.                                         'type' => 'JobMarketState!',
  8275.                                     ],
  8276.                                 ],
  8277.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateState", args["jobMarketID"], args["state"])',
  8278.                             ],
  8279.                             'updateJobMarketUrl' => [
  8280.                                 'type' => 'Status!',
  8281.                                 'args' => [
  8282.                                     'jobMarketID' => [
  8283.                                         'description' => 'The job market id',
  8284.                                         'type' => 'Int!',
  8285.                                     ],
  8286.                                     'url' => [
  8287.                                         'description' => 'The url string',
  8288.                                         'type' => 'String!',
  8289.                                     ],
  8290.                                 ],
  8291.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateUrl", args["jobMarketID"], args["url"])',
  8292.                             ],
  8293.                             'addSchoolTeacher' => [
  8294.                                 'type' => 'Status!',
  8295.                                 'args' => [
  8296.                                     'email' => [
  8297.                                         'description' => 'The Teacher email',
  8298.                                         'type' => 'String!',
  8299.                                     ],
  8300.                                 ],
  8301.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  8302.                             ],
  8303.                             'removeSchoolTeacher' => [
  8304.                                 'type' => 'Status!',
  8305.                                 'args' => [
  8306.                                     'teacherID' => [
  8307.                                         'description' => 'The TeacherID',
  8308.                                         'type' => 'Int!',
  8309.                                     ],
  8310.                                 ],
  8311.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  8312.                             ],
  8313.                             'addSchoolClass' => [
  8314.                                 'type' => 'Status!',
  8315.                                 'args' => [
  8316.                                     'data' => [
  8317.                                         'description' => 'The school class data',
  8318.                                         'type' => 'InSchoolClass!',
  8319.                                     ],
  8320.                                 ],
  8321.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  8322.                             ],
  8323.                             'updateSchoolClass' => [
  8324.                                 'type' => 'Status!',
  8325.                                 'args' => [
  8326.                                     'schoolClassID' => [
  8327.                                         'description' => 'The SchoolClassID',
  8328.                                         'type' => 'Int!',
  8329.                                     ],
  8330.                                     'data' => [
  8331.                                         'description' => 'The school class data',
  8332.                                         'type' => 'InSchoolClass!',
  8333.                                     ],
  8334.                                 ],
  8335.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  8336.                             ],
  8337.                             'removeSchoolClass' => [
  8338.                                 'type' => 'Status!',
  8339.                                 'args' => [
  8340.                                     'schoolClassID' => [
  8341.                                         'description' => 'The SchoolClassID',
  8342.                                         'type' => 'Int!',
  8343.                                     ],
  8344.                                 ],
  8345.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  8346.                             ],
  8347.                             'addSchoolClassTeacher' => [
  8348.                                 'type' => 'Status!',
  8349.                                 'args' => [
  8350.                                     'schoolClassID' => [
  8351.                                         'description' => 'The SchoolClassID',
  8352.                                         'type' => 'Int!',
  8353.                                     ],
  8354.                                     'email' => [
  8355.                                         'description' => 'The Teacher email',
  8356.                                         'type' => 'String!',
  8357.                                     ],
  8358.                                 ],
  8359.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  8360.                             ],
  8361.                             'removeSchoolClassTeacher' => [
  8362.                                 'type' => 'Status!',
  8363.                                 'args' => [
  8364.                                     'schoolClassID' => [
  8365.                                         'description' => 'The SchoolClassID',
  8366.                                         'type' => 'Int!',
  8367.                                     ],
  8368.                                     'teacherID' => [
  8369.                                         'description' => 'The TeacherID',
  8370.                                         'type' => 'Int!',
  8371.                                     ],
  8372.                                 ],
  8373.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  8374.                             ],
  8375.                             'sendTeachingIdea' => [
  8376.                                 'type' => 'Status!',
  8377.                                 'args' => [
  8378.                                     'schoolClassID' => [
  8379.                                         'description' => 'The SchoolClassID',
  8380.                                         'type' => 'Int!',
  8381.                                     ],
  8382.                                     'data' => [
  8383.                                         'description' => 'The teaching idea data',
  8384.                                         'type' => 'InTeachingIdea!',
  8385.                                     ],
  8386.                                 ],
  8387.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  8388.                             ],
  8389.                             'addSchoolProfileContact' => [
  8390.                                 'type' => 'ProfileUpdateResponse!',
  8391.                                 'args' => [
  8392.                                     'profileID' => [
  8393.                                         'description' => 'The profile id',
  8394.                                         'type' => 'Int!',
  8395.                                     ],
  8396.                                     'contact' => [
  8397.                                         'description' => 'The contact data',
  8398.                                         'type' => 'InContactPerson!',
  8399.                                     ],
  8400.                                 ],
  8401.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  8402.                             ],
  8403.                             'removeSchoolProfileContact' => [
  8404.                                 'type' => 'ProfileUpdateResponse!',
  8405.                                 'args' => [
  8406.                                     'profileID' => [
  8407.                                         'description' => 'The profile id',
  8408.                                         'type' => 'Int!',
  8409.                                     ],
  8410.                                     'galleryEntryID' => [
  8411.                                         'description' => 'The contact id',
  8412.                                         'type' => 'Int!',
  8413.                                     ],
  8414.                                 ],
  8415.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  8416.                             ],
  8417.                             'updateSchoolProfileContact' => [
  8418.                                 'type' => 'ProfileUpdateResponse!',
  8419.                                 'args' => [
  8420.                                     'profileID' => [
  8421.                                         'description' => 'The profile id',
  8422.                                         'type' => 'Int!',
  8423.                                     ],
  8424.                                     'contactID' => [
  8425.                                         'description' => 'The contact id',
  8426.                                         'type' => 'Int!',
  8427.                                     ],
  8428.                                     'contact' => [
  8429.                                         'description' => 'The contact data',
  8430.                                         'type' => 'InContactPerson!',
  8431.                                     ],
  8432.                                 ],
  8433.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  8434.                             ],
  8435.                             'updateSchoolProfileContactPosition' => [
  8436.                                 'type' => 'ProfileUpdateResponse!',
  8437.                                 'args' => [
  8438.                                     'profileID' => [
  8439.                                         'description' => 'The profile id',
  8440.                                         'type' => 'Int!',
  8441.                                     ],
  8442.                                     'contactGalleryEntryIDs' => [
  8443.                                         'description' => 'The contact ids',
  8444.                                         'type' => '[Int!]',
  8445.                                     ],
  8446.                                 ],
  8447.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  8448.                             ],
  8449.                             'updateSchoolProfileContactVisability' => [
  8450.                                 'type' => 'ProfileUpdateResponse!',
  8451.                                 'args' => [
  8452.                                     'profileID' => [
  8453.                                         'description' => 'The profile id',
  8454.                                         'type' => 'Int!',
  8455.                                     ],
  8456.                                     'galleryEntryID' => [
  8457.                                         'description' => 'The contact id',
  8458.                                         'type' => 'Int!',
  8459.                                     ],
  8460.                                     'visible' => [
  8461.                                         'description' => 'enable or disable visibility',
  8462.                                         'type' => 'Boolean!',
  8463.                                     ],
  8464.                                 ],
  8465.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  8466.                             ],
  8467.                             'addSchoolProfileGalleryPicture' => [
  8468.                                 'type' => 'ProfileUpdateResponse!',
  8469.                                 'args' => [
  8470.                                     'profileID' => [
  8471.                                         'description' => 'The profile id',
  8472.                                         'type' => 'Int!',
  8473.                                     ],
  8474.                                     'picture' => [
  8475.                                         'description' => 'The picture to add',
  8476.                                         'type' => 'UploadFile!',
  8477.                                     ],
  8478.                                 ],
  8479.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  8480.                             ],
  8481.                             'removeSchoolProfileGalleryPicture' => [
  8482.                                 'type' => 'ProfileUpdateResponse!',
  8483.                                 'args' => [
  8484.                                     'profileID' => [
  8485.                                         'description' => 'The profile id',
  8486.                                         'type' => 'Int!',
  8487.                                     ],
  8488.                                     'galleryEntryID' => [
  8489.                                         'description' => 'The gallery entry id',
  8490.                                         'type' => 'Int!',
  8491.                                     ],
  8492.                                 ],
  8493.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  8494.                             ],
  8495.                             'setSchoolProfileGalleryPictureCaption' => [
  8496.                                 'type' => 'ProfileUpdateResponse!',
  8497.                                 'args' => [
  8498.                                     'profileID' => [
  8499.                                         'description' => 'The profile id',
  8500.                                         'type' => 'Int!',
  8501.                                     ],
  8502.                                     'galleryEntryID' => [
  8503.                                         'description' => 'The gallery entry id',
  8504.                                         'type' => 'Int!',
  8505.                                     ],
  8506.                                     'caption' => [
  8507.                                         'description' => 'The caption',
  8508.                                         'type' => 'String!',
  8509.                                     ],
  8510.                                 ],
  8511.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  8512.                             ],
  8513.                             'addSchoolProfileGalleryDocument' => [
  8514.                                 'type' => 'ProfileUpdateResponse!',
  8515.                                 'args' => [
  8516.                                     'profileID' => [
  8517.                                         'description' => 'The profile id',
  8518.                                         'type' => 'Int!',
  8519.                                     ],
  8520.                                     'document' => [
  8521.                                         'description' => 'The document to add',
  8522.                                         'type' => 'UploadFile!',
  8523.                                     ],
  8524.                                     'documentName' => [
  8525.                                         'description' => 'The document name',
  8526.                                         'type' => 'String!',
  8527.                                     ],
  8528.                                 ],
  8529.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  8530.                             ],
  8531.                             'removeSchoolProfileGalleryDocument' => [
  8532.                                 'type' => 'ProfileUpdateResponse!',
  8533.                                 'args' => [
  8534.                                     'profileID' => [
  8535.                                         'description' => 'The profile id',
  8536.                                         'type' => 'Int!',
  8537.                                     ],
  8538.                                     'galleryEntryID' => [
  8539.                                         'description' => 'The gallery entry id',
  8540.                                         'type' => 'Int!',
  8541.                                     ],
  8542.                                 ],
  8543.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  8544.                             ],
  8545.                             'setSchoolProfileGalleryDocumentCaption' => [
  8546.                                 'type' => 'ProfileUpdateResponse!',
  8547.                                 'args' => [
  8548.                                     'profileID' => [
  8549.                                         'description' => 'The profile id',
  8550.                                         'type' => 'Int!',
  8551.                                     ],
  8552.                                     'galleryEntryID' => [
  8553.                                         'description' => 'The gallery entry id',
  8554.                                         'type' => 'Int!',
  8555.                                     ],
  8556.                                     'caption' => [
  8557.                                         'description' => 'The caption',
  8558.                                         'type' => 'String!',
  8559.                                     ],
  8560.                                 ],
  8561.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  8562.                             ],
  8563.                             'addSchoolProfileGalleryVideo' => [
  8564.                                 'type' => 'ProfileUpdateResponse!',
  8565.                                 'args' => [
  8566.                                     'profileID' => [
  8567.                                         'description' => 'The profile id',
  8568.                                         'type' => 'Int!',
  8569.                                     ],
  8570.                                     'youtubeURL' => [
  8571.                                         'description' => 'The youtube url',
  8572.                                         'type' => 'String!',
  8573.                                     ],
  8574.                                     'videoName' => [
  8575.                                         'description' => 'The video name',
  8576.                                         'type' => 'String!',
  8577.                                     ],
  8578.                                 ],
  8579.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  8580.                             ],
  8581.                             'removeSchoolProfileGalleryVideo' => [
  8582.                                 'type' => 'ProfileUpdateResponse!',
  8583.                                 'args' => [
  8584.                                     'profileID' => [
  8585.                                         'description' => 'The profile id',
  8586.                                         'type' => 'Int!',
  8587.                                     ],
  8588.                                     'galleryEntryID' => [
  8589.                                         'description' => 'The gallery entry id',
  8590.                                         'type' => 'Int!',
  8591.                                     ],
  8592.                                 ],
  8593.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  8594.                             ],
  8595.                             'setSchoolProfileGalleryVideoCaption' => [
  8596.                                 'type' => 'ProfileUpdateResponse!',
  8597.                                 'args' => [
  8598.                                     'profileID' => [
  8599.                                         'description' => 'The profile id',
  8600.                                         'type' => 'Int!',
  8601.                                     ],
  8602.                                     'galleryEntryID' => [
  8603.                                         'description' => 'The gallery entry id',
  8604.                                         'type' => 'Int!',
  8605.                                     ],
  8606.                                     'caption' => [
  8607.                                         'description' => 'The caption',
  8608.                                         'type' => 'String!',
  8609.                                     ],
  8610.                                 ],
  8611.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  8612.                             ],
  8613.                             'setSchoolProfileGalleryItemsVisability' => [
  8614.                                 'type' => 'ProfileUpdateResponse!',
  8615.                                 'args' => [
  8616.                                     'profileID' => [
  8617.                                         'description' => 'The profile id',
  8618.                                         'type' => 'Int!',
  8619.                                     ],
  8620.                                     'galleryEntryIDs' => [
  8621.                                         'description' => 'The gallery entry id',
  8622.                                         'type' => '[Int!]',
  8623.                                     ],
  8624.                                     'visible' => [
  8625.                                         'description' => 'enable or disable visibility',
  8626.                                         'type' => 'Boolean!',
  8627.                                     ],
  8628.                                 ],
  8629.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  8630.                             ],
  8631.                             'setSchoolProfileGalleryItemsPosition' => [
  8632.                                 'type' => 'ProfileUpdateResponse!',
  8633.                                 'args' => [
  8634.                                     'profileID' => [
  8635.                                         'description' => 'The profile id',
  8636.                                         'type' => 'Int!',
  8637.                                     ],
  8638.                                     'galleryEntryIDs' => [
  8639.                                         'description' => 'The gallery entry id',
  8640.                                         'type' => '[Int!]',
  8641.                                     ],
  8642.                                 ],
  8643.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  8644.                             ],
  8645.                             'updateSchoolProfileLinks' => [
  8646.                                 'type' => 'ProfileUpdateResponse!',
  8647.                                 'args' => [
  8648.                                     'profileID' => [
  8649.                                         'description' => 'The profile id',
  8650.                                         'type' => 'Int!',
  8651.                                     ],
  8652.                                     'links' => [
  8653.                                         'description' => 'The link urls',
  8654.                                         'type' => '[InLink!]',
  8655.                                     ],
  8656.                                 ],
  8657.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  8658.                             ],
  8659.                             'addSchoolProfileLocation' => [
  8660.                                 'type' => 'ProfileUpdateResponse!',
  8661.                                 'args' => [
  8662.                                     'profileID' => [
  8663.                                         'description' => 'The profile id',
  8664.                                         'type' => 'Int!',
  8665.                                     ],
  8666.                                     'location' => [
  8667.                                         'description' => 'The location data',
  8668.                                         'type' => 'InLocation!',
  8669.                                     ],
  8670.                                 ],
  8671.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  8672.                             ],
  8673.                             'removeSchoolProfileLocation' => [
  8674.                                 'type' => 'ProfileUpdateResponse!',
  8675.                                 'args' => [
  8676.                                     'profileID' => [
  8677.                                         'description' => 'The profile id',
  8678.                                         'type' => 'Int!',
  8679.                                     ],
  8680.                                     'locationID' => [
  8681.                                         'description' => 'The location ID',
  8682.                                         'type' => 'Int!',
  8683.                                     ],
  8684.                                 ],
  8685.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  8686.                             ],
  8687.                             'updateSchoolProfileLocation' => [
  8688.                                 'type' => 'ProfileUpdateResponse!',
  8689.                                 'args' => [
  8690.                                     'profileID' => [
  8691.                                         'description' => 'The profile id',
  8692.                                         'type' => 'Int!',
  8693.                                     ],
  8694.                                     'locationID' => [
  8695.                                         'description' => 'The location ID',
  8696.                                         'type' => 'Int!',
  8697.                                     ],
  8698.                                     'location' => [
  8699.                                         'description' => 'The location data',
  8700.                                         'type' => 'InLocation!',
  8701.                                     ],
  8702.                                 ],
  8703.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  8704.                             ],
  8705.                             'toggleSchoolProfileJob' => [
  8706.                                 'type' => 'ProfileUpdateResponse!',
  8707.                                 'args' => [
  8708.                                     'profileID' => [
  8709.                                         'description' => 'The profile id',
  8710.                                         'type' => 'Int!',
  8711.                                     ],
  8712.                                     'jobID' => [
  8713.                                         'description' => 'The job id',
  8714.                                         'type' => 'Int!',
  8715.                                     ],
  8716.                                     'enable' => [
  8717.                                         'description' => 'enable or disable',
  8718.                                         'type' => 'Boolean!',
  8719.                                     ],
  8720.                                 ],
  8721.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  8722.                             ],
  8723.                             'setSchoolProfileOffers' => [
  8724.                                 'type' => 'ProfileUpdateResponse!',
  8725.                                 'args' => [
  8726.                                     'profileID' => [
  8727.                                         'description' => 'The profile id',
  8728.                                         'type' => 'Int!',
  8729.                                     ],
  8730.                                     'offerIDs' => [
  8731.                                         'description' => 'The offer ids',
  8732.                                         'type' => '[Int!]',
  8733.                                     ],
  8734.                                 ],
  8735.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  8736.                             ],
  8737.                             'setSchoolProfileOffersDate' => [
  8738.                                 'type' => 'ProfileUpdateResponse!',
  8739.                                 'args' => [
  8740.                                     'profileID' => [
  8741.                                         'description' => 'The profile id',
  8742.                                         'type' => 'Int!',
  8743.                                     ],
  8744.                                     'offers' => [
  8745.                                         'description' => 'Array of offer data',
  8746.                                         'type' => '[InOffer!]',
  8747.                                     ],
  8748.                                 ],
  8749.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  8750.                             ],
  8751.                             'toggleSchoolProfileOffer' => [
  8752.                                 'type' => 'ProfileUpdateResponse!',
  8753.                                 'args' => [
  8754.                                     'profileID' => [
  8755.                                         'description' => 'The profile id',
  8756.                                         'type' => 'Int!',
  8757.                                     ],
  8758.                                     'offerID' => [
  8759.                                         'description' => 'The offer id',
  8760.                                         'type' => 'Int!',
  8761.                                     ],
  8762.                                     'enable' => [
  8763.                                         'description' => 'enable or disable',
  8764.                                         'type' => 'Boolean!',
  8765.                                     ],
  8766.                                 ],
  8767.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  8768.                             ],
  8769.                             'updateSchoolProfileDescription' => [
  8770.                                 'type' => 'ProfileUpdateResponse!',
  8771.                                 'args' => [
  8772.                                     'profileID' => [
  8773.                                         'description' => 'The profile id',
  8774.                                         'type' => 'Int!',
  8775.                                     ],
  8776.                                     'description' => [
  8777.                                         'description' => 'The company profile description',
  8778.                                         'type' => 'String!',
  8779.                                     ],
  8780.                                 ],
  8781.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  8782.                             ],
  8783.                             'updateSchoolProfileTrainingInformation' => [
  8784.                                 'type' => 'ProfileUpdateResponse!',
  8785.                                 'args' => [
  8786.                                     'profileID' => [
  8787.                                         'description' => 'The profile id',
  8788.                                         'type' => 'Int!',
  8789.                                     ],
  8790.                                     'trainingInformation' => [
  8791.                                         'description' => 'The school profile training information',
  8792.                                         'type' => 'String!',
  8793.                                     ],
  8794.                                 ],
  8795.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateTrainingInformation", args["profileID"], args["trainingInformation"])',
  8796.                             ],
  8797.                             'updateSchoolProfileEducationInformation' => [
  8798.                                 'type' => 'ProfileUpdateResponse!',
  8799.                                 'args' => [
  8800.                                     'profileID' => [
  8801.                                         'description' => 'The profile id',
  8802.                                         'type' => 'Int!',
  8803.                                     ],
  8804.                                     'educationInformation' => [
  8805.                                         'description' => 'The education information',
  8806.                                         'type' => 'String!',
  8807.                                     ],
  8808.                                 ],
  8809.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  8810.                             ],
  8811.                             'setSchoolProfileHeader' => [
  8812.                                 'type' => 'ProfileUpdateResponse!',
  8813.                                 'args' => [
  8814.                                     'profileID' => [
  8815.                                         'description' => 'The profile id',
  8816.                                         'type' => 'Int!',
  8817.                                     ],
  8818.                                     'galleryEntryID' => [
  8819.                                         'description' => 'The gallery entry id',
  8820.                                         'type' => 'Int!',
  8821.                                     ],
  8822.                                 ],
  8823.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  8824.                             ],
  8825.                             'removeSchoolProfileHeader' => [
  8826.                                 'type' => 'ProfileUpdateResponse!',
  8827.                                 'args' => [
  8828.                                     'profileID' => [
  8829.                                         'description' => 'The profile id',
  8830.                                         'type' => 'Int!',
  8831.                                     ],
  8832.                                 ],
  8833.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeHeaderPicture", args["profileID"])',
  8834.                             ],
  8835.                             'updateSchoolProfileLogo' => [
  8836.                                 'type' => 'ProfileUpdateResponse!',
  8837.                                 'args' => [
  8838.                                     'profileID' => [
  8839.                                         'description' => 'The profile id',
  8840.                                         'type' => 'Int!',
  8841.                                     ],
  8842.                                     'logo' => [
  8843.                                         'description' => 'The picture of the logo',
  8844.                                         'type' => 'UploadFile!',
  8845.                                     ],
  8846.                                     'copyright' => [
  8847.                                         'description' => 'The copyright of the picture',
  8848.                                         'type' => 'String',
  8849.                                     ],
  8850.                                 ],
  8851.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  8852.                             ],
  8853.                             'updateSchoolProfileLogoByGallery' => [
  8854.                                 'type' => 'ProfileUpdateResponse!',
  8855.                                 'args' => [
  8856.                                     'profileID' => [
  8857.                                         'description' => 'The profile id',
  8858.                                         'type' => 'Int!',
  8859.                                     ],
  8860.                                     'galleryEntryID' => [
  8861.                                         'description' => 'The gallery entry id',
  8862.                                         'type' => 'Int!',
  8863.                                     ],
  8864.                                 ],
  8865.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  8866.                             ],
  8867.                             'updateSchoolProfileLogoStyle' => [
  8868.                                 'type' => 'ProfileUpdateResponse!',
  8869.                                 'args' => [
  8870.                                     'profileID' => [
  8871.                                         'description' => 'The profile id',
  8872.                                         'type' => 'Int!',
  8873.                                     ],
  8874.                                     'logoStyle' => [
  8875.                                         'description' => 'The logo style',
  8876.                                         'type' => 'LogoStyle!',
  8877.                                     ],
  8878.                                     'copyright' => [
  8879.                                         'description' => 'The copyright of the picture',
  8880.                                         'type' => 'String',
  8881.                                     ],
  8882.                                 ],
  8883.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  8884.                             ],
  8885.                             'updateSchoolProfileName' => [
  8886.                                 'type' => 'ProfileUpdateResponse!',
  8887.                                 'args' => [
  8888.                                     'profileID' => [
  8889.                                         'description' => 'The profile id',
  8890.                                         'type' => 'Int!',
  8891.                                     ],
  8892.                                     'name' => [
  8893.                                         'description' => 'The new profile name',
  8894.                                         'type' => 'String!',
  8895.                                     ],
  8896.                                 ],
  8897.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  8898.                             ],
  8899.                             'setSchoolProfileSelected' => [
  8900.                                 'type' => 'Status!',
  8901.                                 'args' => [
  8902.                                     'profileID' => [
  8903.                                         'description' => 'The school profile id',
  8904.                                         'type' => 'Int!',
  8905.                                     ],
  8906.                                 ],
  8907.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setSchoolProfileSelected", args["profileID"])',
  8908.                             ],
  8909.                             'deleteSchoolProfileQuiz' => [
  8910.                                 'type' => 'Status!',
  8911.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::deleteSchoolProfileQuiz")',
  8912.                             ],
  8913.                             'updateSchoolProfileQuizQuestions' => [
  8914.                                 'type' => 'Status!',
  8915.                                 'args' => [
  8916.                                     'questions' => [
  8917.                                         'description' => 'The questions',
  8918.                                         'type' => '[InQuizQuestion!]',
  8919.                                     ],
  8920.                                 ],
  8921.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateSchoolProfileQuizQuestions", args["questions"])',
  8922.                             ],
  8923.                             'updateUser' => [
  8924.                                 'type' => 'Status!',
  8925.                                 'args' => [
  8926.                                     'data' => [
  8927.                                         'description' => 'The user data',
  8928.                                         'type' => 'InUser!',
  8929.                                     ],
  8930.                                 ],
  8931.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::updateUser", args["data"])',
  8932.                             ],
  8933.                             'setUserRoleSelected' => [
  8934.                                 'type' => 'Status!',
  8935.                                 'args' => [
  8936.                                     'role' => [
  8937.                                         'description' => 'The user role string',
  8938.                                         'type' => 'String!',
  8939.                                     ],
  8940.                                 ],
  8941.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  8942.                             ],
  8943.                         ],
  8944.                         'name' => 'InternalMutation',
  8945.                         'builders' => [
  8946.                         ],
  8947.                         'interfaces' => [
  8948.                         ],
  8949.                     ],
  8950.                 ],
  8951.                 'DefaultMutation' => [
  8952.                     'type' => 'object',
  8953.                     'inherits' => [
  8954.                         => 'DefaultJobMarketMutation',
  8955.                         => 'DefaultRegisterMutation',
  8956.                         => 'DefaultRookieMutation',
  8957.                     ],
  8958.                     'class_name' => 'DefaultMutationType',
  8959.                     'decorator' => false,
  8960.                     'config' => [
  8961.                         'description' => 'Default Mutation',
  8962.                         'fields' => [
  8963.                             'increaseJobMarketApplicationCount' => [
  8964.                                 'type' => 'Status!',
  8965.                                 'args' => [
  8966.                                     'jobMarketID' => [
  8967.                                         'description' => 'The job market id',
  8968.                                         'type' => 'Int!',
  8969.                                     ],
  8970.                                 ],
  8971.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\JobMarketResolver::increaseApplicationCount", args["jobMarketID"])',
  8972.                             ],
  8973.                             'registerBoPartner' => [
  8974.                                 'type' => 'Status!',
  8975.                                 'args' => [
  8976.                                     'login' => [
  8977.                                         'description' => 'The login data',
  8978.                                         'type' => 'InRegisterLogin!',
  8979.                                     ],
  8980.                                     'person' => [
  8981.                                         'description' => 'The person data',
  8982.                                         'type' => 'InRegisterPerson!',
  8983.                                     ],
  8984.                                     'organisation' => [
  8985.                                         'description' => 'The bo partner data',
  8986.                                         'type' => 'InRegisterOrganisation!',
  8987.                                     ],
  8988.                                 ],
  8989.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  8990.                             ],
  8991.                             'registerCompany' => [
  8992.                                 'type' => 'Status!',
  8993.                                 'args' => [
  8994.                                     'login' => [
  8995.                                         'description' => 'The login data',
  8996.                                         'type' => 'InRegisterLogin!',
  8997.                                     ],
  8998.                                     'person' => [
  8999.                                         'description' => 'The person data',
  9000.                                         'type' => 'InRegisterPerson!',
  9001.                                     ],
  9002.                                     'organisation' => [
  9003.                                         'description' => 'The company data',
  9004.                                         'type' => 'InRegisterOrganisation!',
  9005.                                     ],
  9006.                                 ],
  9007.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  9008.                             ],
  9009.                             'registerSchool' => [
  9010.                                 'type' => 'Status!',
  9011.                                 'args' => [
  9012.                                     'login' => [
  9013.                                         'description' => 'The login data',
  9014.                                         'type' => 'InRegisterLogin!',
  9015.                                     ],
  9016.                                     'person' => [
  9017.                                         'description' => 'The person data',
  9018.                                         'type' => 'InRegisterPerson!',
  9019.                                     ],
  9020.                                     'organisation' => [
  9021.                                         'description' => 'The school data',
  9022.                                         'type' => 'InRegisterOrganisation!',
  9023.                                     ],
  9024.                                 ],
  9025.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  9026.                             ],
  9027.                             'registerDirector' => [
  9028.                                 'type' => 'Status!',
  9029.                                 'args' => [
  9030.                                     'login' => [
  9031.                                         'description' => 'The login data',
  9032.                                         'type' => 'InRegisterLogin!',
  9033.                                     ],
  9034.                                     'person' => [
  9035.                                         'description' => 'The person data',
  9036.                                         'type' => 'InRegisterPerson!',
  9037.                                     ],
  9038.                                     'schoolID' => [
  9039.                                         'description' => 'The school id',
  9040.                                         'type' => 'Int!',
  9041.                                     ],
  9042.                                 ],
  9043.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  9044.                             ],
  9045.                             'registerTeacher' => [
  9046.                                 'type' => 'Status!',
  9047.                                 'args' => [
  9048.                                     'login' => [
  9049.                                         'description' => 'The login data',
  9050.                                         'type' => 'InRegisterLogin!',
  9051.                                     ],
  9052.                                     'person' => [
  9053.                                         'description' => 'The person data',
  9054.                                         'type' => 'InRegisterPerson!',
  9055.                                     ],
  9056.                                 ],
  9057.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  9058.                             ],
  9059.                             'rookieRegisterCompany' => [
  9060.                                 'type' => 'Status!',
  9061.                                 'args' => [
  9062.                                     'companyData' => [
  9063.                                         'description' => 'Submitted company data',
  9064.                                         'type' => 'InRookieRegisterCompany!',
  9065.                                     ],
  9066.                                 ],
  9067.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Rookie\\\\RegisterCompanyResolver::registerCompany", args["companyData"])',
  9068.                             ],
  9069.                             'rookieScholarBooking' => [
  9070.                                 'type' => 'Status!',
  9071.                                 'args' => [
  9072.                                     'scholarData' => [
  9073.                                         'description' => 'Submitted scholar data',
  9074.                                         'type' => 'InRookieScholar!',
  9075.                                     ],
  9076.                                 ],
  9077.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Rookie\\\\ScholarBookingResolver::scholarBooking", args["scholarData"])',
  9078.                             ],
  9079.                             'updateBoPartnerProfileViewCount' => [
  9080.                                 'type' => 'Boolean',
  9081.                                 'args' => [
  9082.                                     'id' => [
  9083.                                         'description' => 'ID of the BO Partner Profile',
  9084.                                         'type' => 'Int',
  9085.                                     ],
  9086.                                     'uuid' => [
  9087.                                         'description' => 'UUID of the BO Partner Profile',
  9088.                                         'type' => 'String',
  9089.                                     ],
  9090.                                 ],
  9091.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::updateViewCount", args["id"], args["uuid"])',
  9092.                             ],
  9093.                             'updateCompanyProfileViewCount' => [
  9094.                                 'type' => 'Boolean',
  9095.                                 'args' => [
  9096.                                     'id' => [
  9097.                                         'description' => 'ID of the Company Profile',
  9098.                                         'type' => 'Int',
  9099.                                     ],
  9100.                                     'uuid' => [
  9101.                                         'description' => 'UUID of the Company Profile',
  9102.                                         'type' => 'String',
  9103.                                     ],
  9104.                                 ],
  9105.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::updateViewCount", args["id"], args["uuid"])',
  9106.                             ],
  9107.                             'updateSchoolProfileViewCount' => [
  9108.                                 'type' => 'Boolean',
  9109.                                 'args' => [
  9110.                                     'id' => [
  9111.                                         'description' => 'ID of the School Profile',
  9112.                                         'type' => 'Int',
  9113.                                     ],
  9114.                                     'uuid' => [
  9115.                                         'description' => 'UUID of the School Profile',
  9116.                                         'type' => 'String',
  9117.                                     ],
  9118.                                 ],
  9119.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::updateViewCount", args["id"], args["uuid"])',
  9120.                             ],
  9121.                         ],
  9122.                         'name' => 'DefaultMutation',
  9123.                         'builders' => [
  9124.                         ],
  9125.                         'interfaces' => [
  9126.                         ],
  9127.                     ],
  9128.                 ],
  9129.                 'RoundPlayersEntry' => [
  9130.                     'type' => 'object',
  9131.                     'class_name' => 'RoundPlayersEntryType',
  9132.                     'inherits' => [
  9133.                     ],
  9134.                     'decorator' => false,
  9135.                     'config' => [
  9136.                         'description' => NULL,
  9137.                         'fields' => [
  9138.                             'round' => [
  9139.                                 'type' => 'Int!',
  9140.                                 'description' => NULL,
  9141.                             ],
  9142.                             'players' => [
  9143.                                 'type' => 'Int!',
  9144.                                 'description' => NULL,
  9145.                             ],
  9146.                         ],
  9147.                         'interfaces' => [
  9148.                         ],
  9149.                         'name' => 'RoundPlayersEntry',
  9150.                         'builders' => [
  9151.                         ],
  9152.                     ],
  9153.                 ],
  9154.                 'StoryCard' => [
  9155.                     'type' => 'object',
  9156.                     'class_name' => 'StoryCardType',
  9157.                     'inherits' => [
  9158.                     ],
  9159.                     'decorator' => false,
  9160.                     'config' => [
  9161.                         'description' => NULL,
  9162.                         'fields' => [
  9163.                             'title' => [
  9164.                                 'type' => 'String',
  9165.                                 'description' => NULL,
  9166.                             ],
  9167.                             'time' => [
  9168.                                 'type' => 'String!',
  9169.                                 'description' => NULL,
  9170.                             ],
  9171.                             'backgroundImage' => [
  9172.                                 'type' => 'Image',
  9173.                                 'description' => NULL,
  9174.                             ],
  9175.                             'backgroundVideo' => [
  9176.                                 'type' => 'Video',
  9177.                                 'description' => NULL,
  9178.                             ],
  9179.                             'embedVideo' => [
  9180.                                 'type' => 'Video',
  9181.                                 'description' => NULL,
  9182.                             ],
  9183.                             'lottieAnimation' => [
  9184.                                 'type' => 'String',
  9185.                                 'description' => NULL,
  9186.                             ],
  9187.                             'textHeading' => [
  9188.                                 'type' => 'String',
  9189.                                 'description' => NULL,
  9190.                             ],
  9191.                             'text' => [
  9192.                                 'type' => 'String',
  9193.                                 'description' => NULL,
  9194.                             ],
  9195.                             'image' => [
  9196.                                 'type' => 'Image',
  9197.                                 'description' => NULL,
  9198.                             ],
  9199.                             'imagePosition' => [
  9200.                                 'type' => 'StoryCardImagePosition',
  9201.                                 'description' => NULL,
  9202.                             ],
  9203.                             'highlightPosition' => [
  9204.                                 'type' => 'StoryCardHighlightPosition',
  9205.                                 'description' => NULL,
  9206.                             ],
  9207.                             'layout' => [
  9208.                                 'type' => 'StoryCardLayout!',
  9209.                                 'description' => NULL,
  9210.                             ],
  9211.                             'theme' => [
  9212.                                 'type' => 'StoryCardTheme!',
  9213.                                 'description' => NULL,
  9214.                             ],
  9215.                         ],
  9216.                         'interfaces' => [
  9217.                         ],
  9218.                         'name' => 'StoryCard',
  9219.                         'builders' => [
  9220.                         ],
  9221.                     ],
  9222.                 ],
  9223.                 'TrophyStats' => [
  9224.                     'type' => 'object',
  9225.                     'class_name' => 'TrophyStatsType',
  9226.                     'inherits' => [
  9227.                     ],
  9228.                     'decorator' => false,
  9229.                     'config' => [
  9230.                         'description' => NULL,
  9231.                         'fields' => [
  9232.                             'scoredCount' => [
  9233.                                 'type' => 'Int!',
  9234.                                 'description' => NULL,
  9235.                             ],
  9236.                             'totalCount' => [
  9237.                                 'type' => 'Int!',
  9238.                                 'description' => NULL,
  9239.                             ],
  9240.                         ],
  9241.                         'interfaces' => [
  9242.                         ],
  9243.                         'name' => 'TrophyStats',
  9244.                         'builders' => [
  9245.                         ],
  9246.                     ],
  9247.                 ],
  9248.                 'GameCategoriesPerGame' => [
  9249.                     'type' => 'object',
  9250.                     'class_name' => 'GameCategoriesPerGameType',
  9251.                     'inherits' => [
  9252.                     ],
  9253.                     'decorator' => false,
  9254.                     'config' => [
  9255.                         'description' => NULL,
  9256.                         'fields' => [
  9257.                             'status' => [
  9258.                                 'type' => 'Status!',
  9259.                                 'description' => NULL,
  9260.                             ],
  9261.                             'guessTheJob' => [
  9262.                                 'type' => 'Int!',
  9263.                                 'description' => NULL,
  9264.                             ],
  9265.                             'quiz' => [
  9266.                                 'type' => 'Int!',
  9267.                                 'description' => NULL,
  9268.                             ],
  9269.                         ],
  9270.                         'interfaces' => [
  9271.                         ],
  9272.                         'name' => 'GameCategoriesPerGame',
  9273.                         'builders' => [
  9274.                         ],
  9275.                     ],
  9276.                 ],
  9277.                 'Person' => [
  9278.                     'type' => 'object',
  9279.                     'class_name' => 'PersonType',
  9280.                     'inherits' => [
  9281.                     ],
  9282.                     'decorator' => false,
  9283.                     'config' => [
  9284.                         'description' => NULL,
  9285.                         'fields' => [
  9286.                             'id' => [
  9287.                                 'type' => 'ID!',
  9288.                                 'description' => NULL,
  9289.                             ],
  9290.                             'firstname' => [
  9291.                                 'type' => 'String!',
  9292.                                 'description' => NULL,
  9293.                             ],
  9294.                             'lastname' => [
  9295.                                 'type' => 'String!',
  9296.                                 'description' => NULL,
  9297.                             ],
  9298.                             'sex' => [
  9299.                                 'type' => 'Int',
  9300.                                 'description' => NULL,
  9301.                             ],
  9302.                             'titles' => [
  9303.                                 'type' => '[Title!]',
  9304.                                 'description' => NULL,
  9305.                             ],
  9306.                         ],
  9307.                         'interfaces' => [
  9308.                         ],
  9309.                         'name' => 'Person',
  9310.                         'builders' => [
  9311.                         ],
  9312.                     ],
  9313.                 ],
  9314.                 'Bookmark' => [
  9315.                     'type' => 'object',
  9316.                     'class_name' => 'BookmarkType',
  9317.                     'inherits' => [
  9318.                     ],
  9319.                     'decorator' => false,
  9320.                     'config' => [
  9321.                         'description' => NULL,
  9322.                         'fields' => [
  9323.                             'id' => [
  9324.                                 'type' => 'ID!',
  9325.                                 'description' => NULL,
  9326.                             ],
  9327.                             'accessToken' => [
  9328.                                 'type' => 'String!',
  9329.                                 'description' => NULL,
  9330.                             ],
  9331.                             'storedValue' => [
  9332.                                 'type' => 'String',
  9333.                                 'description' => NULL,
  9334.                             ],
  9335.                             'createdAt' => [
  9336.                                 'type' => 'String!',
  9337.                                 'description' => NULL,
  9338.                             ],
  9339.                         ],
  9340.                         'interfaces' => [
  9341.                         ],
  9342.                         'name' => 'Bookmark',
  9343.                         'builders' => [
  9344.                         ],
  9345.                     ],
  9346.                 ],
  9347.                 'Contact' => [
  9348.                     'type' => 'object',
  9349.                     'class_name' => 'ContactType',
  9350.                     'inherits' => [
  9351.                     ],
  9352.                     'decorator' => false,
  9353.                     'config' => [
  9354.                         'description' => NULL,
  9355.                         'fields' => [
  9356.                             'id' => [
  9357.                                 'type' => 'ID!',
  9358.                                 'description' => NULL,
  9359.                             ],
  9360.                             'employeePosition' => [
  9361.                                 'type' => 'String',
  9362.                                 'description' => NULL,
  9363.                             ],
  9364.                             'communication' => [
  9365.                                 'type' => 'Communication!',
  9366.                                 'description' => NULL,
  9367.                             ],
  9368.                             'person' => [
  9369.                                 'type' => 'Person!',
  9370.                                 'description' => NULL,
  9371.                             ],
  9372.                             'picture' => [
  9373.                                 'type' => 'Image',
  9374.                                 'description' => NULL,
  9375.                             ],
  9376.                         ],
  9377.                         'interfaces' => [
  9378.                         ],
  9379.                         'name' => 'Contact',
  9380.                         'builders' => [
  9381.                         ],
  9382.                     ],
  9383.                 ],
  9384.                 'GameTrophyHuntSchoolClassEntry' => [
  9385.                     'type' => 'object',
  9386.                     'class_name' => 'GameTrophyHuntSchoolClassEntryType',
  9387.                     'inherits' => [
  9388.                     ],
  9389.                     'decorator' => false,
  9390.                     'config' => [
  9391.                         'description' => NULL,
  9392.                         'fields' => [
  9393.                             'id' => [
  9394.                                 'type' => 'Int!',
  9395.                                 'description' => NULL,
  9396.                             ],
  9397.                             'step' => [
  9398.                                 'type' => 'Int!',
  9399.                                 'description' => NULL,
  9400.                             ],
  9401.                             'description' => [
  9402.                                 'type' => 'String!',
  9403.                                 'description' => NULL,
  9404.                             ],
  9405.                             'wordsLength' => [
  9406.                                 'type' => '[Int!]!',
  9407.                                 'description' => NULL,
  9408.                             ],
  9409.                         ],
  9410.                         'interfaces' => [
  9411.                         ],
  9412.                         'name' => 'GameTrophyHuntSchoolClassEntry',
  9413.                         'builders' => [
  9414.                         ],
  9415.                     ],
  9416.                 ],
  9417.                 'Gallery' => [
  9418.                     'type' => 'object',
  9419.                     'class_name' => 'GalleryType',
  9420.                     'inherits' => [
  9421.                     ],
  9422.                     'decorator' => false,
  9423.                     'config' => [
  9424.                         'description' => NULL,
  9425.                         'fields' => [
  9426.                             'id' => [
  9427.                                 'type' => 'ID!',
  9428.                                 'description' => NULL,
  9429.                             ],
  9430.                             'name' => [
  9431.                                 'type' => 'String',
  9432.                                 'description' => NULL,
  9433.                             ],
  9434.                             'galleryItems' => [
  9435.                                 'type' => '[Media]',
  9436.                                 'description' => NULL,
  9437.                             ],
  9438.                         ],
  9439.                         'interfaces' => [
  9440.                         ],
  9441.                         'name' => 'Gallery',
  9442.                         'builders' => [
  9443.                         ],
  9444.                     ],
  9445.                 ],
  9446.                 'BasisCheckStartResponse' => [
  9447.                     'type' => 'object',
  9448.                     'class_name' => 'BasisCheckStartResponseType',
  9449.                     'inherits' => [
  9450.                     ],
  9451.                     'decorator' => false,
  9452.                     'config' => [
  9453.                         'description' => NULL,
  9454.                         'fields' => [
  9455.                             'status' => [
  9456.                                 'type' => 'Status!',
  9457.                                 'description' => NULL,
  9458.                             ],
  9459.                             'redirectUrl' => [
  9460.                                 'type' => 'String',
  9461.                                 'description' => NULL,
  9462.                             ],
  9463.                         ],
  9464.                         'interfaces' => [
  9465.                         ],
  9466.                         'name' => 'BasisCheckStartResponse',
  9467.                         'builders' => [
  9468.                         ],
  9469.                     ],
  9470.                 ],
  9471.                 'CompanyBasisCheckLimit' => [
  9472.                     'type' => 'object',
  9473.                     'class_name' => 'CompanyBasisCheckLimitType',
  9474.                     'inherits' => [
  9475.                     ],
  9476.                     'decorator' => false,
  9477.                     'config' => [
  9478.                         'description' => NULL,
  9479.                         'fields' => [
  9480.                             'checksUsed' => [
  9481.                                 'type' => 'Int!',
  9482.                                 'description' => NULL,
  9483.                             ],
  9484.                             'checksRemaining' => [
  9485.                                 'type' => 'Int!',
  9486.                                 'description' => NULL,
  9487.                             ],
  9488.                             'checksLimit' => [
  9489.                                 'type' => 'Int!',
  9490.                                 'description' => NULL,
  9491.                             ],
  9492.                         ],
  9493.                         'interfaces' => [
  9494.                         ],
  9495.                         'name' => 'CompanyBasisCheckLimit',
  9496.                         'builders' => [
  9497.                         ],
  9498.                     ],
  9499.                 ],
  9500.                 'CompanyBasisCheck' => [
  9501.                     'type' => 'object',
  9502.                     'class_name' => 'CompanyBasisCheckType',
  9503.                     'inherits' => [
  9504.                     ],
  9505.                     'decorator' => false,
  9506.                     'config' => [
  9507.                         'description' => NULL,
  9508.                         'fields' => [
  9509.                             'date' => [
  9510.                                 'type' => 'String!',
  9511.                                 'description' => NULL,
  9512.                             ],
  9513.                             'profession' => [
  9514.                                 'type' => 'String!',
  9515.                                 'description' => NULL,
  9516.                             ],
  9517.                             'firstName' => [
  9518.                                 'type' => 'String!',
  9519.                                 'description' => NULL,
  9520.                             ],
  9521.                             'status' => [
  9522.                                 'type' => 'String!',
  9523.                                 'description' => NULL,
  9524.                             ],
  9525.                             'downloadUrl' => [
  9526.                                 'type' => 'String',
  9527.                                 'description' => NULL,
  9528.                             ],
  9529.                         ],
  9530.                         'interfaces' => [
  9531.                         ],
  9532.                         'name' => 'CompanyBasisCheck',
  9533.                         'builders' => [
  9534.                         ],
  9535.                     ],
  9536.                 ],
  9537.                 'JobSchoolSubject' => [
  9538.                     'type' => 'object',
  9539.                     'class_name' => 'JobSchoolSubjectType',
  9540.                     'inherits' => [
  9541.                     ],
  9542.                     'decorator' => false,
  9543.                     'config' => [
  9544.                         'description' => NULL,
  9545.                         'fields' => [
  9546.                             'id' => [
  9547.                                 'type' => 'ID!',
  9548.                                 'description' => NULL,
  9549.                             ],
  9550.                             'subjectName' => [
  9551.                                 'type' => 'String!',
  9552.                                 'description' => NULL,
  9553.                             ],
  9554.                             'abbreviation' => [
  9555.                                 'type' => 'String!',
  9556.                                 'description' => NULL,
  9557.                             ],
  9558.                         ],
  9559.                         'interfaces' => [
  9560.                         ],
  9561.                         'name' => 'JobSchoolSubject',
  9562.                         'builders' => [
  9563.                         ],
  9564.                     ],
  9565.                 ],
  9566.                 'GameTrophyProgress' => [
  9567.                     'type' => 'object',
  9568.                     'class_name' => 'GameTrophyProgressType',
  9569.                     'inherits' => [
  9570.                     ],
  9571.                     'decorator' => false,
  9572.                     'config' => [
  9573.                         'description' => NULL,
  9574.                         'fields' => [
  9575.                             'id' => [
  9576.                                 'type' => 'ID!',
  9577.                                 'description' => NULL,
  9578.                             ],
  9579.                             'schoolClassID' => [
  9580.                                 'type' => 'Int',
  9581.                                 'description' => NULL,
  9582.                             ],
  9583.                             'createdAt' => [
  9584.                                 'type' => 'String',
  9585.                                 'description' => NULL,
  9586.                             ],
  9587.                             'entries' => [
  9588.                                 'type' => '[GameTrophyProgressEntry!]',
  9589.                                 'description' => NULL,
  9590.                             ],
  9591.                         ],
  9592.                         'interfaces' => [
  9593.                         ],
  9594.                         'name' => 'GameTrophyProgress',
  9595.                         'builders' => [
  9596.                         ],
  9597.                     ],
  9598.                 ],
  9599.                 'SchoolClassLogin' => [
  9600.                     'type' => 'object',
  9601.                     'class_name' => 'SchoolClassLoginType',
  9602.                     'inherits' => [
  9603.                     ],
  9604.                     'decorator' => false,
  9605.                     'config' => [
  9606.                         'description' => NULL,
  9607.                         'fields' => [
  9608.                             'status' => [
  9609.                                 'type' => 'Status!',
  9610.                                 'description' => NULL,
  9611.                             ],
  9612.                             'clientId' => [
  9613.                                 'type' => 'String!',
  9614.                                 'description' => NULL,
  9615.                             ],
  9616.                             'school' => [
  9617.                                 'type' => 'School',
  9618.                                 'description' => NULL,
  9619.                             ],
  9620.                             'schoolClass' => [
  9621.                                 'type' => 'SchoolClass',
  9622.                                 'description' => NULL,
  9623.                             ],
  9624.                         ],
  9625.                         'interfaces' => [
  9626.                         ],
  9627.                         'name' => 'SchoolClassLogin',
  9628.                         'builders' => [
  9629.                         ],
  9630.                     ],
  9631.                 ],
  9632.                 'GlobalSearch' => [
  9633.                     'type' => 'object',
  9634.                     'class_name' => 'GlobalSearchType',
  9635.                     'inherits' => [
  9636.                     ],
  9637.                     'decorator' => false,
  9638.                     'config' => [
  9639.                         'description' => NULL,
  9640.                         'fields' => [
  9641.                             'jobs' => [
  9642.                                 'type' => '[Job!]',
  9643.                                 'description' => NULL,
  9644.                             ],
  9645.                             'jobMarkets' => [
  9646.                                 'type' => '[JobMarket!]',
  9647.                                 'description' => NULL,
  9648.                             ],
  9649.                             'profiles' => [
  9650.                                 'type' => '[Profile!]',
  9651.                                 'description' => NULL,
  9652.                             ],
  9653.                             'stories' => [
  9654.                                 'type' => '[Story!]',
  9655.                                 'description' => NULL,
  9656.                             ],
  9657.                         ],
  9658.                         'interfaces' => [
  9659.                         ],
  9660.                         'name' => 'GlobalSearch',
  9661.                         'builders' => [
  9662.                         ],
  9663.                     ],
  9664.                 ],
  9665.                 'Offer' => [
  9666.                     'type' => 'object',
  9667.                     'class_name' => 'OfferType',
  9668.                     'inherits' => [
  9669.                     ],
  9670.                     'decorator' => false,
  9671.                     'config' => [
  9672.                         'description' => NULL,
  9673.                         'fields' => [
  9674.                             'id' => [
  9675.                                 'type' => 'ID!',
  9676.                                 'description' => NULL,
  9677.                             ],
  9678.                             'offerType' => [
  9679.                                 'type' => 'OfferType',
  9680.                                 'description' => NULL,
  9681.                             ],
  9682.                             'name' => [
  9683.                                 'type' => 'String',
  9684.                                 'description' => NULL,
  9685.                             ],
  9686.                             'dateFrom' => [
  9687.                                 'type' => 'String',
  9688.                                 'description' => NULL,
  9689.                             ],
  9690.                             'dateTo' => [
  9691.                                 'type' => 'String',
  9692.                                 'description' => NULL,
  9693.                             ],
  9694.                         ],
  9695.                         'interfaces' => [
  9696.                         ],
  9697.                         'name' => 'Offer',
  9698.                         'builders' => [
  9699.                         ],
  9700.                     ],
  9701.                 ],
  9702.                 'UserRole' => [
  9703.                     'type' => 'object',
  9704.                     'class_name' => 'UserRoleType',
  9705.                     'inherits' => [
  9706.                     ],
  9707.                     'decorator' => false,
  9708.                     'config' => [
  9709.                         'description' => NULL,
  9710.                         'fields' => [
  9711.                             'id' => [
  9712.                                 'type' => 'Int',
  9713.                                 'description' => NULL,
  9714.                             ],
  9715.                             'roleName' => [
  9716.                                 'type' => 'String',
  9717.                                 'description' => NULL,
  9718.                             ],
  9719.                         ],
  9720.                         'interfaces' => [
  9721.                         ],
  9722.                         'name' => 'UserRole',
  9723.                         'builders' => [
  9724.                         ],
  9725.                     ],
  9726.                 ],
  9727.                 'Video' => [
  9728.                     'type' => 'object',
  9729.                     'class_name' => 'VideoType',
  9730.                     'inherits' => [
  9731.                     ],
  9732.                     'decorator' => false,
  9733.                     'config' => [
  9734.                         'description' => NULL,
  9735.                         'fields' => [
  9736.                             'id' => [
  9737.                                 'type' => 'ID!',
  9738.                                 'description' => NULL,
  9739.                             ],
  9740.                             'title' => [
  9741.                                 'type' => 'String',
  9742.                                 'description' => NULL,
  9743.                             ],
  9744.                             'author' => [
  9745.                                 'type' => 'String',
  9746.                                 'description' => NULL,
  9747.                             ],
  9748.                             'authorUrl' => [
  9749.                                 'type' => 'String',
  9750.                                 'description' => NULL,
  9751.                             ],
  9752.                             'thumbnailUrl' => [
  9753.                                 'type' => 'String',
  9754.                                 'description' => NULL,
  9755.                             ],
  9756.                             'thumbnailHeight' => [
  9757.                                 'type' => 'Int',
  9758.                                 'description' => NULL,
  9759.                             ],
  9760.                             'thumbnailWidth' => [
  9761.                                 'type' => 'Int',
  9762.                                 'description' => NULL,
  9763.                             ],
  9764.                             'src' => [
  9765.                                 'type' => 'String',
  9766.                                 'description' => NULL,
  9767.                             ],
  9768.                         ],
  9769.                         'interfaces' => [
  9770.                         ],
  9771.                         'name' => 'Video',
  9772.                         'builders' => [
  9773.                         ],
  9774.                     ],
  9775.                 ],
  9776.                 'QuestUserType' => [
  9777.                     'type' => 'enum',
  9778.                     'class_name' => 'QuestUserTypeType',
  9779.                     'inherits' => [
  9780.                     ],
  9781.                     'decorator' => false,
  9782.                     'config' => [
  9783.                         'description' => NULL,
  9784.                         'values' => [
  9785.                             'TEACHER' => [
  9786.                                 'description' => NULL,
  9787.                                 'value' => 'TEACHER',
  9788.                             ],
  9789.                             'SCHOLAR' => [
  9790.                                 'description' => NULL,
  9791.                                 'value' => 'SCHOLAR',
  9792.                             ],
  9793.                         ],
  9794.                         'name' => 'QuestUserType',
  9795.                     ],
  9796.                 ],
  9797.                 'ImageData' => [
  9798.                     'type' => 'object',
  9799.                     'class_name' => 'ImageDataType',
  9800.                     'inherits' => [
  9801.                     ],
  9802.                     'decorator' => false,
  9803.                     'config' => [
  9804.                         'description' => NULL,
  9805.                         'fields' => [
  9806.                             'url' => [
  9807.                                 'type' => 'String',
  9808.                                 'description' => NULL,
  9809.                             ],
  9810.                             'width' => [
  9811.                                 'type' => 'Int',
  9812.                                 'description' => NULL,
  9813.                             ],
  9814.                         ],
  9815.                         'interfaces' => [
  9816.                         ],
  9817.                         'name' => 'ImageData',
  9818.                         'builders' => [
  9819.                         ],
  9820.                     ],
  9821.                 ],
  9822.                 'TeachingIdea' => [
  9823.                     'type' => 'object',
  9824.                     'class_name' => 'TeachingIdeaType',
  9825.                     'inherits' => [
  9826.                     ],
  9827.                     'decorator' => false,
  9828.                     'config' => [
  9829.                         'description' => NULL,
  9830.                         'fields' => [
  9831.                             'type' => [
  9832.                                 'type' => 'TeachingIdeaType!',
  9833.                                 'description' => NULL,
  9834.                             ],
  9835.                             'implementedAt' => [
  9836.                                 'type' => 'String!',
  9837.                                 'description' => NULL,
  9838.                             ],
  9839.                             'difficulties' => [
  9840.                                 'type' => 'String!',
  9841.                                 'description' => NULL,
  9842.                             ],
  9843.                             'worksWell' => [
  9844.                                 'type' => 'String!',
  9845.                                 'description' => NULL,
  9846.                             ],
  9847.                             'note' => [
  9848.                                 'type' => 'String!',
  9849.                                 'description' => NULL,
  9850.                             ],
  9851.                             'rating' => [
  9852.                                 'type' => 'Int!',
  9853.                                 'description' => NULL,
  9854.                             ],
  9855.                             'status' => [
  9856.                                 'type' => 'Int!',
  9857.                                 'description' => NULL,
  9858.                             ],
  9859.                         ],
  9860.                         'interfaces' => [
  9861.                         ],
  9862.                         'name' => 'TeachingIdea',
  9863.                         'builders' => [
  9864.                         ],
  9865.                     ],
  9866.                 ],
  9867.                 'UserInfo' => [
  9868.                     'type' => 'object',
  9869.                     'class_name' => 'UserInfoType',
  9870.                     'inherits' => [
  9871.                     ],
  9872.                     'decorator' => false,
  9873.                     'config' => [
  9874.                         'description' => NULL,
  9875.                         'fields' => [
  9876.                             'id' => [
  9877.                                 'type' => 'Int',
  9878.                                 'description' => NULL,
  9879.                             ],
  9880.                             'title' => [
  9881.                                 'type' => '[Title!]',
  9882.                                 'description' => NULL,
  9883.                             ],
  9884.                             'email' => [
  9885.                                 'type' => 'String',
  9886.                                 'description' => NULL,
  9887.                             ],
  9888.                             'username' => [
  9889.                                 'type' => 'String',
  9890.                                 'description' => NULL,
  9891.                             ],
  9892.                             'firstname' => [
  9893.                                 'type' => 'String',
  9894.                                 'description' => NULL,
  9895.                             ],
  9896.                             'lastname' => [
  9897.                                 'type' => 'String',
  9898.                                 'description' => NULL,
  9899.                             ],
  9900.                             'roles' => [
  9901.                                 'type' => '[UserRole]',
  9902.                                 'description' => NULL,
  9903.                             ],
  9904.                             'avatar' => [
  9905.                                 'type' => 'Media',
  9906.                                 'description' => NULL,
  9907.                             ],
  9908.                             'mappingPending' => [
  9909.                                 'type' => 'Boolean!',
  9910.                                 'description' => NULL,
  9911.                             ],
  9912.                         ],
  9913.                         'interfaces' => [
  9914.                         ],
  9915.                         'name' => 'UserInfo',
  9916.                         'builders' => [
  9917.                         ],
  9918.                     ],
  9919.                 ],
  9920.                 'QuestionAnswer' => [
  9921.                     'type' => 'object',
  9922.                     'class_name' => 'QuestionAnswerType',
  9923.                     'inherits' => [
  9924.                     ],
  9925.                     'decorator' => false,
  9926.                     'config' => [
  9927.                         'description' => NULL,
  9928.                         'fields' => [
  9929.                             'id' => [
  9930.                                 'type' => 'ID!',
  9931.                                 'description' => NULL,
  9932.                             ],
  9933.                             'questionID' => [
  9934.                                 'type' => 'Int',
  9935.                                 'description' => NULL,
  9936.                             ],
  9937.                             'text' => [
  9938.                                 'type' => 'String',
  9939.                                 'description' => NULL,
  9940.                             ],
  9941.                         ],
  9942.                         'interfaces' => [
  9943.                         ],
  9944.                         'name' => 'QuestionAnswer',
  9945.                         'builders' => [
  9946.                         ],
  9947.                     ],
  9948.                 ],
  9949.                 'StoryCardImagePosition' => [
  9950.                     'type' => 'enum',
  9951.                     'class_name' => 'StoryCardImagePositionType',
  9952.                     'inherits' => [
  9953.                     ],
  9954.                     'decorator' => false,
  9955.                     'config' => [
  9956.                         'description' => NULL,
  9957.                         'values' => [
  9958.                             'TOP' => [
  9959.                                 'description' => NULL,
  9960.                                 'value' => 'TOP',
  9961.                             ],
  9962.                             'CENTER' => [
  9963.                                 'description' => NULL,
  9964.                                 'value' => 'CENTER',
  9965.                             ],
  9966.                             'BOTTOM' => [
  9967.                                 'description' => NULL,
  9968.                                 'value' => 'BOTTOM',
  9969.                             ],
  9970.                         ],
  9971.                         'name' => 'StoryCardImagePosition',
  9972.                     ],
  9973.                 ],
  9974.                 'GameTimer' => [
  9975.                     'type' => 'object',
  9976.                     'class_name' => 'GameTimerType',
  9977.                     'inherits' => [
  9978.                     ],
  9979.                     'decorator' => false,
  9980.                     'config' => [
  9981.                         'description' => NULL,
  9982.                         'fields' => [
  9983.                             'status' => [
  9984.                                 'type' => 'Status!',
  9985.                                 'description' => NULL,
  9986.                             ],
  9987.                             'id' => [
  9988.                                 'type' => 'Int!',
  9989.                                 'description' => NULL,
  9990.                             ],
  9991.                             'schoolClassID' => [
  9992.                                 'type' => 'Int',
  9993.                                 'description' => NULL,
  9994.                             ],
  9995.                             'startAt' => [
  9996.                                 'type' => 'String',
  9997.                                 'description' => NULL,
  9998.                             ],
  9999.                             'endAt' => [
  10000.                                 'type' => 'String',
  10001.                                 'description' => NULL,
  10002.                             ],
  10003.                             'duration' => [
  10004.                                 'type' => 'Int',
  10005.                                 'description' => NULL,
  10006.                             ],
  10007.                             'createdAt' => [
  10008.                                 'type' => 'String',
  10009.                                 'description' => NULL,
  10010.                             ],
  10011.                         ],
  10012.                         'interfaces' => [
  10013.                         ],
  10014.                         'name' => 'GameTimer',
  10015.                         'builders' => [
  10016.                         ],
  10017.                     ],
  10018.                 ],
  10019.                 'TrophyItemType' => [
  10020.                     'type' => 'enum',
  10021.                     'class_name' => 'TrophyItemTypeType',
  10022.                     'inherits' => [
  10023.                     ],
  10024.                     'decorator' => false,
  10025.                     'config' => [
  10026.                         'description' => NULL,
  10027.                         'values' => [
  10028.                             'BOPARTNERPROFILE' => [
  10029.                                 'description' => NULL,
  10030.                                 'value' => 'BOPARTNERPROFILE',
  10031.                             ],
  10032.                             'CLICKTHEPIC' => [
  10033.                                 'description' => NULL,
  10034.                                 'value' => 'CLICKTHEPIC',
  10035.                             ],
  10036.                             'COMPANYPROFILE' => [
  10037.                                 'description' => NULL,
  10038.                                 'value' => 'COMPANYPROFILE',
  10039.                             ],
  10040.                             'JOB' => [
  10041.                                 'description' => NULL,
  10042.                                 'value' => 'JOB',
  10043.                             ],
  10044.                             'JOBPORTRAIT' => [
  10045.                                 'description' => NULL,
  10046.                                 'value' => 'JOBPORTRAIT',
  10047.                             ],
  10048.                             'PROVIDERQUIZ' => [
  10049.                                 'description' => NULL,
  10050.                                 'value' => 'PROVIDERQUIZ',
  10051.                             ],
  10052.                             'QUIZ' => [
  10053.                                 'description' => NULL,
  10054.                                 'value' => 'QUIZ',
  10055.                             ],
  10056.                             'SCHOOLPORTRAIT' => [
  10057.                                 'description' => NULL,
  10058.                                 'value' => 'SCHOOLPORTRAIT',
  10059.                             ],
  10060.                             'SCHOOLPROFILE' => [
  10061.                                 'description' => NULL,
  10062.                                 'value' => 'SCHOOLPROFILE',
  10063.                             ],
  10064.                             'TEACHINGIDEA' => [
  10065.                                 'description' => NULL,
  10066.                                 'value' => 'TEACHINGIDEA',
  10067.                             ],
  10068.                         ],
  10069.                         'name' => 'TrophyItemType',
  10070.                     ],
  10071.                 ],
  10072.                 'Profile' => [
  10073.                     'type' => 'object',
  10074.                     'class_name' => 'ProfileType',
  10075.                     'inherits' => [
  10076.                     ],
  10077.                     'decorator' => false,
  10078.                     'config' => [
  10079.                         'description' => NULL,
  10080.                         'fields' => [
  10081.                             'id' => [
  10082.                                 'type' => 'ID!',
  10083.                                 'description' => NULL,
  10084.                             ],
  10085.                             'uuid' => [
  10086.                                 'type' => 'String!',
  10087.                                 'description' => NULL,
  10088.                             ],
  10089.                             'name' => [
  10090.                                 'type' => 'String!',
  10091.                                 'description' => NULL,
  10092.                             ],
  10093.                             'searchTags' => [
  10094.                                 'type' => '[SearchTag!]',
  10095.                                 'description' => NULL,
  10096.                             ],
  10097.                             'address' => [
  10098.                                 'type' => '[Address!]',
  10099.                                 'description' => NULL,
  10100.                             ],
  10101.                             'jobs' => [
  10102.                                 'type' => '[Job!]',
  10103.                                 'description' => NULL,
  10104.                             ],
  10105.                             'picture' => [
  10106.                                 'type' => 'Image',
  10107.                                 'description' => NULL,
  10108.                             ],
  10109.                             'benefits' => [
  10110.                                 'type' => '[Benefit!]',
  10111.                                 'description' => NULL,
  10112.                             ],
  10113.                             'profileType' => [
  10114.                                 'type' => 'ProfileType!',
  10115.                                 'description' => NULL,
  10116.                             ],
  10117.                             'profileLink' => [
  10118.                                 'type' => 'ProfileLink',
  10119.                                 'description' => NULL,
  10120.                             ],
  10121.                             'hasStory' => [
  10122.                                 'type' => 'Boolean!',
  10123.                                 'description' => NULL,
  10124.                             ],
  10125.                             'providerUrl' => [
  10126.                                 'type' => 'String',
  10127.                                 'description' => NULL,
  10128.                             ],
  10129.                             'logoStyle' => [
  10130.                                 'type' => 'LogoStyle!',
  10131.                                 'description' => NULL,
  10132.                             ],
  10133.                             'quizDone' => [
  10134.                                 'type' => 'Boolean!',
  10135.                                 'description' => NULL,
  10136.                             ],
  10137.                         ],
  10138.                         'interfaces' => [
  10139.                             => 'ProfileInterface',
  10140.                         ],
  10141.                         'name' => 'Profile',
  10142.                         'builders' => [
  10143.                         ],
  10144.                     ],
  10145.                 ],
  10146.                 'JobMarketResults' => [
  10147.                     'type' => 'object',
  10148.                     'class_name' => 'JobMarketResultsType',
  10149.                     'inherits' => [
  10150.                     ],
  10151.                     'decorator' => false,
  10152.                     'config' => [
  10153.                         'description' => NULL,
  10154.                         'fields' => [
  10155.                             'numResults' => [
  10156.                                 'type' => 'Int!',
  10157.                                 'description' => NULL,
  10158.                             ],
  10159.                             'entries' => [
  10160.                                 'type' => '[JobMarket!]',
  10161.                                 'description' => NULL,
  10162.                             ],
  10163.                         ],
  10164.                         'interfaces' => [
  10165.                         ],
  10166.                         'name' => 'JobMarketResults',
  10167.                         'builders' => [
  10168.                         ],
  10169.                     ],
  10170.                 ],
  10171.                 'ProfileInterface' => [
  10172.                     'type' => 'interface',
  10173.                     'class_name' => 'ProfileInterfaceType',
  10174.                     'inherits' => [
  10175.                     ],
  10176.                     'decorator' => false,
  10177.                     'config' => [
  10178.                         'description' => NULL,
  10179.                         'fields' => [
  10180.                             'id' => [
  10181.                                 'type' => 'ID!',
  10182.                                 'description' => NULL,
  10183.                             ],
  10184.                             'name' => [
  10185.                                 'type' => 'String!',
  10186.                                 'description' => NULL,
  10187.                             ],
  10188.                             'uuid' => [
  10189.                                 'type' => 'String!',
  10190.                                 'description' => NULL,
  10191.                             ],
  10192.                             'searchTags' => [
  10193.                                 'type' => '[SearchTag!]',
  10194.                                 'description' => NULL,
  10195.                             ],
  10196.                             'providerUrl' => [
  10197.                                 'type' => 'String',
  10198.                                 'description' => NULL,
  10199.                             ],
  10200.                             'logoStyle' => [
  10201.                                 'type' => 'LogoStyle!',
  10202.                                 'description' => NULL,
  10203.                             ],
  10204.                         ],
  10205.                         'interfaces' => [
  10206.                         ],
  10207.                         'name' => 'ProfileInterface',
  10208.                     ],
  10209.                 ],
  10210.                 'SchoolLocation' => [
  10211.                     'type' => 'object',
  10212.                     'class_name' => 'SchoolLocationType',
  10213.                     'inherits' => [
  10214.                     ],
  10215.                     'decorator' => false,
  10216.                     'config' => [
  10217.                         'description' => NULL,
  10218.                         'fields' => [
  10219.                             'id' => [
  10220.                                 'type' => 'ID!',
  10221.                                 'description' => NULL,
  10222.                             ],
  10223.                             'name' => [
  10224.                                 'type' => 'String',
  10225.                                 'description' => NULL,
  10226.                             ],
  10227.                             'address' => [
  10228.                                 'type' => 'Address',
  10229.                                 'description' => NULL,
  10230.                             ],
  10231.                         ],
  10232.                         'interfaces' => [
  10233.                         ],
  10234.                         'name' => 'SchoolLocation',
  10235.                         'builders' => [
  10236.                         ],
  10237.                     ],
  10238.                 ],
  10239.                 'StoryGradient' => [
  10240.                     'type' => 'enum',
  10241.                     'class_name' => 'StoryGradientType',
  10242.                     'inherits' => [
  10243.                     ],
  10244.                     'decorator' => false,
  10245.                     'config' => [
  10246.                         'description' => NULL,
  10247.                         'values' => [
  10248.                             'OFF' => [
  10249.                                 'description' => NULL,
  10250.                                 'value' => 'OFF',
  10251.                             ],
  10252.                             'BLACK' => [
  10253.                                 'description' => NULL,
  10254.                                 'value' => 'BLACK',
  10255.                             ],
  10256.                             'WHITE' => [
  10257.                                 'description' => NULL,
  10258.                                 'value' => 'WHITE',
  10259.                             ],
  10260.                         ],
  10261.                         'name' => 'StoryGradient',
  10262.                     ],
  10263.                 ],
  10264.                 'InterestField' => [
  10265.                     'type' => 'object',
  10266.                     'class_name' => 'InterestFieldType',
  10267.                     'inherits' => [
  10268.                     ],
  10269.                     'decorator' => false,
  10270.                     'config' => [
  10271.                         'description' => NULL,
  10272.                         'fields' => [
  10273.                             'id' => [
  10274.                                 'type' => 'ID!',
  10275.                                 'description' => NULL,
  10276.                             ],
  10277.                             'interestName' => [
  10278.                                 'type' => 'String!',
  10279.                                 'description' => NULL,
  10280.                             ],
  10281.                             'subHeading' => [
  10282.                                 'type' => 'String!',
  10283.                                 'description' => NULL,
  10284.                             ],
  10285.                             'countJobs' => [
  10286.                                 'type' => 'Int',
  10287.                                 'description' => NULL,
  10288.                             ],
  10289.                             'countSchools' => [
  10290.                                 'type' => 'Int',
  10291.                                 'description' => NULL,
  10292.                             ],
  10293.                             'countProviders' => [
  10294.                                 'type' => 'Int',
  10295.                                 'description' => NULL,
  10296.                             ],
  10297.                         ],
  10298.                         'interfaces' => [
  10299.                         ],
  10300.                         'name' => 'InterestField',
  10301.                         'builders' => [
  10302.                         ],
  10303.                     ],
  10304.                 ],
  10305.                 'GameTrophy' => [
  10306.                     'type' => 'object',
  10307.                     'class_name' => 'GameTrophyType',
  10308.                     'inherits' => [
  10309.                     ],
  10310.                     'decorator' => false,
  10311.                     'config' => [
  10312.                         'description' => NULL,
  10313.                         'fields' => [
  10314.                             'id' => [
  10315.                                 'type' => 'ID!',
  10316.                                 'description' => NULL,
  10317.                             ],
  10318.                             'trophyName' => [
  10319.                                 'type' => 'String',
  10320.                                 'description' => NULL,
  10321.                             ],
  10322.                             'description' => [
  10323.                                 'type' => 'String',
  10324.                                 'description' => NULL,
  10325.                             ],
  10326.                             'trophyStatus' => [
  10327.                                 'type' => 'GameTrophyStatus!',
  10328.                                 'description' => NULL,
  10329.                             ],
  10330.                         ],
  10331.                         'interfaces' => [
  10332.                         ],
  10333.                         'name' => 'GameTrophy',
  10334.                         'builders' => [
  10335.                         ],
  10336.                     ],
  10337.                 ],
  10338.                 'CompanyProfile' => [
  10339.                     'type' => 'object',
  10340.                     'class_name' => 'CompanyProfileType',
  10341.                     'inherits' => [
  10342.                     ],
  10343.                     'decorator' => false,
  10344.                     'config' => [
  10345.                         'description' => NULL,
  10346.                         'fields' => [
  10347.                             'id' => [
  10348.                                 'type' => 'ID!',
  10349.                                 'description' => NULL,
  10350.                             ],
  10351.                             'uuid' => [
  10352.                                 'type' => 'String!',
  10353.                                 'description' => NULL,
  10354.                             ],
  10355.                             'name' => [
  10356.                                 'type' => 'String!',
  10357.                                 'description' => NULL,
  10358.                             ],
  10359.                             'description' => [
  10360.                                 'type' => 'String',
  10361.                                 'description' => NULL,
  10362.                             ],
  10363.                             'searchTags' => [
  10364.                                 'type' => '[SearchTag!]',
  10365.                                 'description' => NULL,
  10366.                             ],
  10367.                             'locations' => [
  10368.                                 'type' => '[CompanyLocation!]',
  10369.                                 'description' => NULL,
  10370.                             ],
  10371.                             'jobs' => [
  10372.                                 'type' => '[Job!]',
  10373.                                 'description' => NULL,
  10374.                             ],
  10375.                             'communication' => [
  10376.                                 'type' => '[Communication!]',
  10377.                                 'description' => NULL,
  10378.                             ],
  10379.                             'url' => [
  10380.                                 'type' => 'String',
  10381.                                 'description' => NULL,
  10382.                             ],
  10383.                             'contactGallery' => [
  10384.                                 'type' => 'ContactGallery',
  10385.                                 'description' => NULL,
  10386.                             ],
  10387.                             'mediaGallery' => [
  10388.                                 'type' => 'Gallery',
  10389.                                 'description' => NULL,
  10390.                             ],
  10391.                             'documents' => [
  10392.                                 'type' => 'Gallery',
  10393.                                 'description' => NULL,
  10394.                             ],
  10395.                             'founded' => [
  10396.                                 'type' => 'Int',
  10397.                                 'description' => NULL,
  10398.                             ],
  10399.                             'companySize' => [
  10400.                                 'type' => 'CompanySize',
  10401.                                 'description' => NULL,
  10402.                             ],
  10403.                             'companyBenefits' => [
  10404.                                 'type' => '[CompanyBenefit!]',
  10405.                                 'description' => NULL,
  10406.                             ],
  10407.                             'certificates' => [
  10408.                                 'type' => '[CompanyCertificate!]',
  10409.                                 'description' => NULL,
  10410.                             ],
  10411.                             'trainingInformation' => [
  10412.                                 'type' => 'String',
  10413.                                 'description' => NULL,
  10414.                             ],
  10415.                             'companyProfilePicture' => [
  10416.                                 'type' => 'Image',
  10417.                                 'description' => NULL,
  10418.                             ],
  10419.                             'headerPicture' => [
  10420.                                 'type' => 'Image',
  10421.                                 'description' => NULL,
  10422.                             ],
  10423.                             'profileLink' => [
  10424.                                 'type' => 'ProfileLink',
  10425.                                 'description' => NULL,
  10426.                             ],
  10427.                             'offers' => [
  10428.                                 'type' => '[Offer!]',
  10429.                                 'description' => NULL,
  10430.                             ],
  10431.                             'relatedCompanies' => [
  10432.                                 'type' => '[CompanyProfile!]',
  10433.                                 'description' => NULL,
  10434.                             ],
  10435.                             'jobMarkets' => [
  10436.                                 'type' => '[JobMarket!]',
  10437.                                 'description' => NULL,
  10438.                             ],
  10439.                             'quizUrl' => [
  10440.                                 'type' => 'String',
  10441.                                 'description' => NULL,
  10442.                             ],
  10443.                             'visits' => [
  10444.                                 'type' => 'Int',
  10445.                                 'description' => NULL,
  10446.                             ],
  10447.                             'providerUrl' => [
  10448.                                 'type' => 'String',
  10449.                                 'description' => NULL,
  10450.                             ],
  10451.                             'logoStyle' => [
  10452.                                 'type' => 'LogoStyle!',
  10453.                                 'description' => NULL,
  10454.                             ],
  10455.                         ],
  10456.                         'interfaces' => [
  10457.                             => 'ProfileInterface',
  10458.                         ],
  10459.                         'name' => 'CompanyProfile',
  10460.                         'builders' => [
  10461.                         ],
  10462.                     ],
  10463.                 ],
  10464.                 'UserSetting' => [
  10465.                     'type' => 'object',
  10466.                     'class_name' => 'UserSettingType',
  10467.                     'inherits' => [
  10468.                     ],
  10469.                     'decorator' => false,
  10470.                     'config' => [
  10471.                         'description' => NULL,
  10472.                         'fields' => [
  10473.                             'status' => [
  10474.                                 'type' => 'Status!',
  10475.                                 'description' => NULL,
  10476.                             ],
  10477.                             'selectedUserRole' => [
  10478.                                 'type' => 'String!',
  10479.                                 'description' => NULL,
  10480.                             ],
  10481.                             'userRoles' => [
  10482.                                 'type' => '[String!]',
  10483.                                 'description' => NULL,
  10484.                             ],
  10485.                             'changedAt' => [
  10486.                                 'type' => 'String!',
  10487.                                 'description' => NULL,
  10488.                             ],
  10489.                             'createdAt' => [
  10490.                                 'type' => 'String!',
  10491.                                 'description' => NULL,
  10492.                             ],
  10493.                         ],
  10494.                         'interfaces' => [
  10495.                         ],
  10496.                         'name' => 'UserSetting',
  10497.                         'builders' => [
  10498.                         ],
  10499.                     ],
  10500.                 ],
  10501.                 'PopularSchool' => [
  10502.                     'type' => 'object',
  10503.                     'class_name' => 'PopularSchoolType',
  10504.                     'inherits' => [
  10505.                     ],
  10506.                     'decorator' => false,
  10507.                     'config' => [
  10508.                         'description' => NULL,
  10509.                         'fields' => [
  10510.                             'id' => [
  10511.                                 'type' => 'Int!',
  10512.                                 'description' => NULL,
  10513.                             ],
  10514.                             'schoolName' => [
  10515.                                 'type' => 'String!',
  10516.                                 'description' => NULL,
  10517.                             ],
  10518.                             'value' => [
  10519.                                 'type' => 'Int!',
  10520.                                 'description' => NULL,
  10521.                             ],
  10522.                         ],
  10523.                         'interfaces' => [
  10524.                         ],
  10525.                         'name' => 'PopularSchool',
  10526.                         'builders' => [
  10527.                         ],
  10528.                     ],
  10529.                 ],
  10530.                 'CompanyLocation' => [
  10531.                     'type' => 'object',
  10532.                     'class_name' => 'CompanyLocationType',
  10533.                     'inherits' => [
  10534.                     ],
  10535.                     'decorator' => false,
  10536.                     'config' => [
  10537.                         'description' => NULL,
  10538.                         'fields' => [
  10539.                             'id' => [
  10540.                                 'type' => 'ID!',
  10541.                                 'description' => NULL,
  10542.                             ],
  10543.                             'name' => [
  10544.                                 'type' => 'String',
  10545.                                 'description' => NULL,
  10546.                             ],
  10547.                             'address' => [
  10548.                                 'type' => 'Address',
  10549.                                 'description' => NULL,
  10550.                             ],
  10551.                         ],
  10552.                         'interfaces' => [
  10553.                         ],
  10554.                         'name' => 'CompanyLocation',
  10555.                         'builders' => [
  10556.                         ],
  10557.                     ],
  10558.                 ],
  10559.                 'JobRequirement' => [
  10560.                     'type' => 'object',
  10561.                     'class_name' => 'JobRequirementType',
  10562.                     'inherits' => [
  10563.                     ],
  10564.                     'decorator' => false,
  10565.                     'config' => [
  10566.                         'description' => NULL,
  10567.                         'fields' => [
  10568.                             'id' => [
  10569.                                 'type' => 'ID!',
  10570.                                 'description' => NULL,
  10571.                             ],
  10572.                             'bicID' => [
  10573.                                 'type' => 'Int',
  10574.                                 'description' => NULL,
  10575.                             ],
  10576.                             'requirementName' => [
  10577.                                 'type' => 'String!',
  10578.                                 'description' => NULL,
  10579.                             ],
  10580.                             'description' => [
  10581.                                 'type' => 'String',
  10582.                                 'description' => NULL,
  10583.                             ],
  10584.                         ],
  10585.                         'interfaces' => [
  10586.                         ],
  10587.                         'name' => 'JobRequirement',
  10588.                         'builders' => [
  10589.                         ],
  10590.                     ],
  10591.                 ],
  10592.                 'Quest' => [
  10593.                     'type' => 'object',
  10594.                     'class_name' => 'QuestType',
  10595.                     'inherits' => [
  10596.                     ],
  10597.                     'decorator' => false,
  10598.                     'config' => [
  10599.                         'description' => NULL,
  10600.                         'fields' => [
  10601.                             'id' => [
  10602.                                 'type' => 'ID!',
  10603.                                 'description' => NULL,
  10604.                             ],
  10605.                             'questTitle' => [
  10606.                                 'type' => 'String',
  10607.                                 'description' => NULL,
  10608.                             ],
  10609.                             'descriptionText' => [
  10610.                                 'type' => 'String',
  10611.                                 'description' => NULL,
  10612.                             ],
  10613.                             'startAt' => [
  10614.                                 'type' => 'String',
  10615.                                 'description' => NULL,
  10616.                             ],
  10617.                             'endAt' => [
  10618.                                 'type' => 'String',
  10619.                                 'description' => NULL,
  10620.                             ],
  10621.                             'remainingTime' => [
  10622.                                 'type' => 'String',
  10623.                                 'description' => NULL,
  10624.                             ],
  10625.                             'questTasks' => [
  10626.                                 'type' => '[QuestTask!]',
  10627.                                 'description' => NULL,
  10628.                             ],
  10629.                             'iconNumber' => [
  10630.                                 'type' => 'Int',
  10631.                                 'description' => NULL,
  10632.                             ],
  10633.                             'interestField' => [
  10634.                                 'type' => 'InterestField',
  10635.                                 'description' => NULL,
  10636.                             ],
  10637.                         ],
  10638.                         'interfaces' => [
  10639.                         ],
  10640.                         'name' => 'Quest',
  10641.                         'builders' => [
  10642.                         ],
  10643.                     ],
  10644.                 ],
  10645.                 'JobMarketSubmitType' => [
  10646.                     'type' => 'enum',
  10647.                     'class_name' => 'JobMarketSubmitTypeType',
  10648.                     'inherits' => [
  10649.                     ],
  10650.                     'decorator' => false,
  10651.                     'config' => [
  10652.                         'description' => NULL,
  10653.                         'values' => [
  10654.                             'NORMAL' => [
  10655.                                 'description' => NULL,
  10656.                                 'value' => 'NORMAL',
  10657.                             ],
  10658.                             'EXISTING' => [
  10659.                                 'description' => NULL,
  10660.                                 'value' => 'EXISTING',
  10661.                             ],
  10662.                         ],
  10663.                         'name' => 'JobMarketSubmitType',
  10664.                     ],
  10665.                 ],
  10666.                 'Title' => [
  10667.                     'type' => 'object',
  10668.                     'class_name' => 'TitleType',
  10669.                     'inherits' => [
  10670.                     ],
  10671.                     'decorator' => false,
  10672.                     'config' => [
  10673.                         'description' => NULL,
  10674.                         'fields' => [
  10675.                             'id' => [
  10676.                                 'type' => 'Int!',
  10677.                                 'description' => NULL,
  10678.                             ],
  10679.                             'shortName' => [
  10680.                                 'type' => 'String!',
  10681.                                 'description' => NULL,
  10682.                             ],
  10683.                             'description' => [
  10684.                                 'type' => 'String!',
  10685.                                 'description' => NULL,
  10686.                             ],
  10687.                         ],
  10688.                         'interfaces' => [
  10689.                         ],
  10690.                         'name' => 'Title',
  10691.                         'builders' => [
  10692.                         ],
  10693.                     ],
  10694.                 ],
  10695.                 'StoryCardLayout' => [
  10696.                     'type' => 'enum',
  10697.                     'class_name' => 'StoryCardLayoutType',
  10698.                     'inherits' => [
  10699.                     ],
  10700.                     'decorator' => false,
  10701.                     'config' => [
  10702.                         'description' => NULL,
  10703.                         'values' => [
  10704.                             'COVER' => [
  10705.                                 'description' => NULL,
  10706.                                 'value' => 'COVER',
  10707.                             ],
  10708.                             'VIDEO' => [
  10709.                                 'description' => NULL,
  10710.                                 'value' => 'VIDEO',
  10711.                             ],
  10712.                             'ANIMATION' => [
  10713.                                 'description' => NULL,
  10714.                                 'value' => 'ANIMATION',
  10715.                             ],
  10716.                             'CONTENT' => [
  10717.                                 'description' => NULL,
  10718.                                 'value' => 'CONTENT',
  10719.                             ],
  10720.                             'HIGHLIGHT' => [
  10721.                                 'description' => NULL,
  10722.                                 'value' => 'HIGHLIGHT',
  10723.                             ],
  10724.                             'QUIZ' => [
  10725.                                 'description' => NULL,
  10726.                                 'value' => 'QUIZ',
  10727.                             ],
  10728.                             'QUIZGAME' => [
  10729.                                 'description' => NULL,
  10730.                                 'value' => 'QUIZGAME',
  10731.                             ],
  10732.                         ],
  10733.                         'name' => 'StoryCardLayout',
  10734.                     ],
  10735.                 ],
  10736.                 'ProfileType' => [
  10737.                     'type' => 'object',
  10738.                     'class_name' => 'ProfileTypeType',
  10739.                     'inherits' => [
  10740.                     ],
  10741.                     'decorator' => false,
  10742.                     'config' => [
  10743.                         'description' => NULL,
  10744.                         'fields' => [
  10745.                             'id' => [
  10746.                                 'type' => 'ID!',
  10747.                                 'description' => NULL,
  10748.                             ],
  10749.                             'name' => [
  10750.                                 'type' => 'String!',
  10751.                                 'description' => NULL,
  10752.                             ],
  10753.                             'shortName' => [
  10754.                                 'type' => 'String!',
  10755.                                 'description' => NULL,
  10756.                             ],
  10757.                             'position' => [
  10758.                                 'type' => 'Int!',
  10759.                                 'description' => NULL,
  10760.                             ],
  10761.                         ],
  10762.                         'interfaces' => [
  10763.                         ],
  10764.                         'name' => 'ProfileType',
  10765.                         'builders' => [
  10766.                         ],
  10767.                     ],
  10768.                 ],
  10769.                 'CommonResult' => [
  10770.                     'type' => 'object',
  10771.                     'class_name' => 'CommonResultType',
  10772.                     'inherits' => [
  10773.                     ],
  10774.                     'decorator' => false,
  10775.                     'config' => [
  10776.                         'description' => NULL,
  10777.                         'fields' => [
  10778.                             'status' => [
  10779.                                 'type' => 'Status!',
  10780.                                 'description' => NULL,
  10781.                             ],
  10782.                             'intValue' => [
  10783.                                 'type' => 'Int',
  10784.                                 'description' => NULL,
  10785.                             ],
  10786.                             'stringValue' => [
  10787.                                 'type' => 'String',
  10788.                                 'description' => NULL,
  10789.                             ],
  10790.                         ],
  10791.                         'interfaces' => [
  10792.                         ],
  10793.                         'name' => 'CommonResult',
  10794.                         'builders' => [
  10795.                         ],
  10796.                     ],
  10797.                 ],
  10798.                 'ProfileLinkEntry' => [
  10799.                     'type' => 'object',
  10800.                     'class_name' => 'ProfileLinkEntryType',
  10801.                     'inherits' => [
  10802.                     ],
  10803.                     'decorator' => false,
  10804.                     'config' => [
  10805.                         'description' => NULL,
  10806.                         'fields' => [
  10807.                             'id' => [
  10808.                                 'type' => 'Int!',
  10809.                                 'description' => NULL,
  10810.                             ],
  10811.                             'linkType' => [
  10812.                                 'type' => 'ProfileLinkType!',
  10813.                                 'description' => NULL,
  10814.                             ],
  10815.                             'linkValue' => [
  10816.                                 'type' => 'String!',
  10817.                                 'description' => NULL,
  10818.                             ],
  10819.                         ],
  10820.                         'interfaces' => [
  10821.                         ],
  10822.                         'name' => 'ProfileLinkEntry',
  10823.                         'builders' => [
  10824.                         ],
  10825.                     ],
  10826.                 ],
  10827.                 'InfoSectionSubCategory' => [
  10828.                     'type' => 'object',
  10829.                     'class_name' => 'InfoSectionSubCategoryType',
  10830.                     'inherits' => [
  10831.                     ],
  10832.                     'decorator' => false,
  10833.                     'config' => [
  10834.                         'description' => NULL,
  10835.                         'fields' => [
  10836.                             'id' => [
  10837.                                 'type' => 'ID!',
  10838.                                 'description' => NULL,
  10839.                             ],
  10840.                             'heading' => [
  10841.                                 'type' => 'String!',
  10842.                                 'description' => NULL,
  10843.                             ],
  10844.                             'description' => [
  10845.                                 'type' => 'String',
  10846.                                 'description' => NULL,
  10847.                             ],
  10848.                             'position' => [
  10849.                                 'type' => 'Int',
  10850.                                 'description' => NULL,
  10851.                             ],
  10852.                             'urlText' => [
  10853.                                 'type' => 'String',
  10854.                                 'description' => NULL,
  10855.                             ],
  10856.                             'entries' => [
  10857.                                 'type' => '[InfoSectionEntry!]',
  10858.                                 'description' => NULL,
  10859.                             ],
  10860.                         ],
  10861.                         'interfaces' => [
  10862.                         ],
  10863.                         'name' => 'InfoSectionSubCategory',
  10864.                         'builders' => [
  10865.                         ],
  10866.                     ],
  10867.                 ],
  10868.                 'StoryUser' => [
  10869.                     'type' => 'object',
  10870.                     'class_name' => 'StoryUserType',
  10871.                     'inherits' => [
  10872.                     ],
  10873.                     'decorator' => false,
  10874.                     'config' => [
  10875.                         'description' => NULL,
  10876.                         'fields' => [
  10877.                             'avatar' => [
  10878.                                 'type' => 'Image',
  10879.                                 'description' => NULL,
  10880.                             ],
  10881.                             'position' => [
  10882.                                 'type' => 'String',
  10883.                                 'description' => NULL,
  10884.                             ],
  10885.                         ],
  10886.                         'interfaces' => [
  10887.                         ],
  10888.                         'name' => 'StoryUser',
  10889.                         'builders' => [
  10890.                         ],
  10891.                     ],
  10892.                 ],
  10893.                 'JobScholasticDuration' => [
  10894.                     'type' => 'object',
  10895.                     'class_name' => 'JobScholasticDurationType',
  10896.                     'inherits' => [
  10897.                     ],
  10898.                     'decorator' => false,
  10899.                     'config' => [
  10900.                         'description' => NULL,
  10901.                         'fields' => [
  10902.                             'id' => [
  10903.                                 'type' => 'ID!',
  10904.                                 'description' => NULL,
  10905.                             ],
  10906.                             'durationName' => [
  10907.                                 'type' => 'String',
  10908.                                 'description' => NULL,
  10909.                             ],
  10910.                             'position' => [
  10911.                                 'type' => 'Int',
  10912.                                 'description' => NULL,
  10913.                             ],
  10914.                         ],
  10915.                         'interfaces' => [
  10916.                         ],
  10917.                         'name' => 'JobScholasticDuration',
  10918.                         'builders' => [
  10919.                         ],
  10920.                     ],
  10921.                 ],
  10922.                 'GameCategory' => [
  10923.                     'type' => 'object',
  10924.                     'class_name' => 'GameCategoryType',
  10925.                     'inherits' => [
  10926.                     ],
  10927.                     'decorator' => false,
  10928.                     'config' => [
  10929.                         'description' => NULL,
  10930.                         'fields' => [
  10931.                             'id' => [
  10932.                                 'type' => 'ID!',
  10933.                                 'description' => NULL,
  10934.                             ],
  10935.                             'name' => [
  10936.                                 'type' => 'String!',
  10937.                                 'description' => NULL,
  10938.                             ],
  10939.                             'multiplier' => [
  10940.                                 'type' => 'Float!',
  10941.                                 'description' => NULL,
  10942.                             ],
  10943.                             'isActive' => [
  10944.                                 'type' => 'Boolean!',
  10945.                                 'description' => NULL,
  10946.                             ],
  10947.                             'isSelected' => [
  10948.                                 'type' => 'Boolean!',
  10949.                                 'description' => NULL,
  10950.                             ],
  10951.                             'progress' => [
  10952.                                 'type' => '[GameCategoryProgress!]',
  10953.                                 'description' => NULL,
  10954.                             ],
  10955.                             'isQuestOfMonth' => [
  10956.                                 'type' => 'Boolean!',
  10957.                                 'description' => NULL,
  10958.                             ],
  10959.                             'scoreType' => [
  10960.                                 'type' => 'Int',
  10961.                                 'description' => NULL,
  10962.                             ],
  10963.                             'completePoints' => [
  10964.                                 'type' => 'Int',
  10965.                                 'description' => NULL,
  10966.                             ],
  10967.                             'totalPoints' => [
  10968.                                 'type' => 'Int',
  10969.                                 'description' => NULL,
  10970.                             ],
  10971.                             'completeEntries' => [
  10972.                                 'type' => 'Int',
  10973.                                 'description' => NULL,
  10974.                             ],
  10975.                             'totalEntries' => [
  10976.                                 'type' => 'Int',
  10977.                                 'description' => NULL,
  10978.                             ],
  10979.                         ],
  10980.                         'interfaces' => [
  10981.                         ],
  10982.                         'name' => 'GameCategory',
  10983.                         'builders' => [
  10984.                         ],
  10985.                     ],
  10986.                 ],
  10987.                 'Appointment' => [
  10988.                     'type' => 'object',
  10989.                     'class_name' => 'AppointmentType',
  10990.                     'inherits' => [
  10991.                     ],
  10992.                     'decorator' => false,
  10993.                     'config' => [
  10994.                         'description' => NULL,
  10995.                         'fields' => [
  10996.                             'id' => [
  10997.                                 'type' => 'ID!',
  10998.                                 'description' => NULL,
  10999.                             ],
  11000.                             'startTime' => [
  11001.                                 'type' => 'String',
  11002.                                 'description' => NULL,
  11003.                             ],
  11004.                             'endTime' => [
  11005.                                 'type' => 'String',
  11006.                                 'description' => NULL,
  11007.                             ],
  11008.                             'startDate' => [
  11009.                                 'type' => 'String',
  11010.                                 'description' => NULL,
  11011.                             ],
  11012.                             'endDate' => [
  11013.                                 'type' => 'String',
  11014.                                 'description' => NULL,
  11015.                             ],
  11016.                             'note' => [
  11017.                                 'type' => 'AppointmentNote',
  11018.                                 'description' => NULL,
  11019.                             ],
  11020.                             'bookableUntil' => [
  11021.                                 'type' => 'String',
  11022.                                 'description' => NULL,
  11023.                             ],
  11024.                             'maxParticipantes' => [
  11025.                                 'type' => 'Int',
  11026.                                 'description' => NULL,
  11027.                             ],
  11028.                             'appointmentType' => [
  11029.                                 'type' => 'AppointmentType',
  11030.                                 'description' => NULL,
  11031.                             ],
  11032.                             'appointmentState' => [
  11033.                                 'type' => 'AppointmentState',
  11034.                                 'description' => NULL,
  11035.                             ],
  11036.                             'bookingLink' => [
  11037.                                 'type' => 'String',
  11038.                                 'description' => NULL,
  11039.                             ],
  11040.                         ],
  11041.                         'interfaces' => [
  11042.                         ],
  11043.                         'name' => 'Appointment',
  11044.                         'builders' => [
  11045.                         ],
  11046.                     ],
  11047.                 ],
  11048.                 'JobMarketDistrict' => [
  11049.                     'type' => 'object',
  11050.                     'class_name' => 'JobMarketDistrictType',
  11051.                     'inherits' => [
  11052.                     ],
  11053.                     'decorator' => false,
  11054.                     'config' => [
  11055.                         'description' => NULL,
  11056.                         'fields' => [
  11057.                             'districtID' => [
  11058.                                 'type' => 'Int',
  11059.                                 'description' => NULL,
  11060.                             ],
  11061.                             'districtName' => [
  11062.                                 'type' => 'String',
  11063.                                 'description' => NULL,
  11064.                             ],
  11065.                             'trainingCompanies' => [
  11066.                                 'type' => '[CompanyProfileSimple!]',
  11067.                                 'description' => NULL,
  11068.                             ],
  11069.                             'jobMarketEntries' => [
  11070.                                 'type' => '[CompanyProfileSimple!]',
  11071.                                 'description' => NULL,
  11072.                             ],
  11073.                         ],
  11074.                         'interfaces' => [
  11075.                         ],
  11076.                         'name' => 'JobMarketDistrict',
  11077.                         'builders' => [
  11078.                         ],
  11079.                     ],
  11080.                 ],
  11081.                 'FaqQuestion' => [
  11082.                     'type' => 'object',
  11083.                     'class_name' => 'FaqQuestionType',
  11084.                     'inherits' => [
  11085.                     ],
  11086.                     'decorator' => false,
  11087.                     'config' => [
  11088.                         'description' => NULL,
  11089.                         'fields' => [
  11090.                             'question' => [
  11091.                                 'type' => 'String!',
  11092.                                 'description' => NULL,
  11093.                             ],
  11094.                             'answer' => [
  11095.                                 'type' => 'String!',
  11096.                                 'description' => NULL,
  11097.                             ],
  11098.                             'position' => [
  11099.                                 'type' => 'Int',
  11100.                                 'description' => NULL,
  11101.                             ],
  11102.                         ],
  11103.                         'interfaces' => [
  11104.                         ],
  11105.                         'name' => 'FaqQuestion',
  11106.                         'builders' => [
  11107.                         ],
  11108.                     ],
  11109.                 ],
  11110.                 'KeyValue' => [
  11111.                     'type' => 'object',
  11112.                     'class_name' => 'KeyValueType',
  11113.                     'inherits' => [
  11114.                     ],
  11115.                     'decorator' => false,
  11116.                     'config' => [
  11117.                         'description' => NULL,
  11118.                         'fields' => [
  11119.                             'key' => [
  11120.                                 'type' => 'String!',
  11121.                                 'description' => NULL,
  11122.                             ],
  11123.                             'value' => [
  11124.                                 'type' => 'String',
  11125.                                 'description' => NULL,
  11126.                             ],
  11127.                         ],
  11128.                         'interfaces' => [
  11129.                         ],
  11130.                         'name' => 'KeyValue',
  11131.                         'builders' => [
  11132.                         ],
  11133.                     ],
  11134.                 ],
  11135.                 'FaqSubCategory' => [
  11136.                     'type' => 'object',
  11137.                     'class_name' => 'FaqSubCategoryType',
  11138.                     'inherits' => [
  11139.                     ],
  11140.                     'decorator' => false,
  11141.                     'config' => [
  11142.                         'description' => NULL,
  11143.                         'fields' => [
  11144.                             'subCategoryName' => [
  11145.                                 'type' => 'String!',
  11146.                                 'description' => NULL,
  11147.                             ],
  11148.                             'position' => [
  11149.                                 'type' => 'Int!',
  11150.                                 'description' => NULL,
  11151.                             ],
  11152.                             'questions' => [
  11153.                                 'type' => '[FaqQuestion!]',
  11154.                                 'description' => NULL,
  11155.                             ],
  11156.                         ],
  11157.                         'interfaces' => [
  11158.                         ],
  11159.                         'name' => 'FaqSubCategory',
  11160.                         'builders' => [
  11161.                         ],
  11162.                     ],
  11163.                 ],
  11164.                 'CompanyContact' => [
  11165.                     'type' => 'object',
  11166.                     'class_name' => 'CompanyContactType',
  11167.                     'inherits' => [
  11168.                     ],
  11169.                     'decorator' => false,
  11170.                     'config' => [
  11171.                         'description' => NULL,
  11172.                         'fields' => [
  11173.                             'id' => [
  11174.                                 'type' => 'ID!',
  11175.                                 'description' => NULL,
  11176.                             ],
  11177.                             'employeePosition' => [
  11178.                                 'type' => 'String!',
  11179.                                 'description' => NULL,
  11180.                             ],
  11181.                             'communication' => [
  11182.                                 'type' => 'Communication!',
  11183.                                 'description' => NULL,
  11184.                             ],
  11185.                         ],
  11186.                         'interfaces' => [
  11187.                         ],
  11188.                         'name' => 'CompanyContact',
  11189.                         'builders' => [
  11190.                         ],
  11191.                     ],
  11192.                 ],
  11193.                 'GameTimerModifyType' => [
  11194.                     'type' => 'enum',
  11195.                     'class_name' => 'GameTimerModifyTypeType',
  11196.                     'inherits' => [
  11197.                     ],
  11198.                     'decorator' => false,
  11199.                     'config' => [
  11200.                         'description' => NULL,
  11201.                         'values' => [
  11202.                             'END' => [
  11203.                                 'description' => NULL,
  11204.                                 'value' => 'END',
  11205.                             ],
  11206.                             'EXTEND' => [
  11207.                                 'description' => NULL,
  11208.                                 'value' => 'EXTEND',
  11209.                             ],
  11210.                             'PAUSE' => [
  11211.                                 'description' => NULL,
  11212.                                 'value' => 'PAUSE',
  11213.                             ],
  11214.                             'RESUME' => [
  11215.                                 'description' => NULL,
  11216.                                 'value' => 'RESUME',
  11217.                             ],
  11218.                         ],
  11219.                         'name' => 'GameTimerModifyType',
  11220.                     ],
  11221.                 ],
  11222.                 'GameType' => [
  11223.                     'type' => 'enum',
  11224.                     'class_name' => 'GameTypeType',
  11225.                     'inherits' => [
  11226.                     ],
  11227.                     'decorator' => false,
  11228.                     'config' => [
  11229.                         'description' => NULL,
  11230.                         'values' => [
  11231.                             'NOTSET' => [
  11232.                                 'description' => NULL,
  11233.                                 'value' => 'NOTSET',
  11234.                             ],
  11235.                             'QUIZ' => [
  11236.                                 'description' => NULL,
  11237.                                 'value' => 'QUIZ',
  11238.                             ],
  11239.                             'CLICKTHEPIC' => [
  11240.                                 'description' => NULL,
  11241.                                 'value' => 'CLICKTHEPIC',
  11242.                             ],
  11243.                             'STORYQUIZGAME' => [
  11244.                                 'description' => NULL,
  11245.                                 'value' => 'STORYQUIZGAME',
  11246.                             ],
  11247.                         ],
  11248.                         'name' => 'GameType',
  11249.                     ],
  11250.                 ],
  11251.                 'Status' => [
  11252.                     'type' => 'object',
  11253.                     'class_name' => 'StatusType',
  11254.                     'inherits' => [
  11255.                     ],
  11256.                     'decorator' => false,
  11257.                     'config' => [
  11258.                         'description' => NULL,
  11259.                         'fields' => [
  11260.                             'type' => [
  11261.                                 'type' => 'StatusType!',
  11262.                                 'description' => NULL,
  11263.                             ],
  11264.                             'message' => [
  11265.                                 'type' => 'String',
  11266.                                 'description' => NULL,
  11267.                             ],
  11268.                         ],
  11269.                         'interfaces' => [
  11270.                         ],
  11271.                         'name' => 'Status',
  11272.                         'builders' => [
  11273.                         ],
  11274.                     ],
  11275.                 ],
  11276.                 'BoPartnerLocation' => [
  11277.                     'type' => 'object',
  11278.                     'class_name' => 'BoPartnerLocationType',
  11279.                     'inherits' => [
  11280.                     ],
  11281.                     'decorator' => false,
  11282.                     'config' => [
  11283.                         'description' => NULL,
  11284.                         'fields' => [
  11285.                             'id' => [
  11286.                                 'type' => 'ID!',
  11287.                                 'description' => NULL,
  11288.                             ],
  11289.                             'name' => [
  11290.                                 'type' => 'String',
  11291.                                 'description' => NULL,
  11292.                             ],
  11293.                             'address' => [
  11294.                                 'type' => 'Address',
  11295.                                 'description' => NULL,
  11296.                             ],
  11297.                         ],
  11298.                         'interfaces' => [
  11299.                         ],
  11300.                         'name' => 'BoPartnerLocation',
  11301.                         'builders' => [
  11302.                         ],
  11303.                     ],
  11304.                 ],
  11305.                 'SchoolClass' => [
  11306.                     'type' => 'object',
  11307.                     'class_name' => 'SchoolClassType',
  11308.                     'inherits' => [
  11309.                     ],
  11310.                     'decorator' => false,
  11311.                     'config' => [
  11312.                         'description' => NULL,
  11313.                         'fields' => [
  11314.                             'id' => [
  11315.                                 'type' => 'Int!',
  11316.                                 'description' => NULL,
  11317.                             ],
  11318.                             'name' => [
  11319.                                 'type' => 'String!',
  11320.                                 'description' => NULL,
  11321.                             ],
  11322.                             'classNumber' => [
  11323.                                 'type' => 'String!',
  11324.                                 'description' => NULL,
  11325.                             ],
  11326.                             'classAddition' => [
  11327.                                 'type' => 'String!',
  11328.                                 'description' => NULL,
  11329.                             ],
  11330.                             'numberStudents' => [
  11331.                                 'type' => 'Int',
  11332.                                 'description' => NULL,
  11333.                             ],
  11334.                             'schoolClassYear' => [
  11335.                                 'type' => 'SchoolClassYear',
  11336.                                 'description' => NULL,
  11337.                             ],
  11338.                             'grade' => [
  11339.                                 'type' => 'SchoolClassGrade',
  11340.                                 'description' => NULL,
  11341.                             ],
  11342.                             'classCode' => [
  11343.                                 'type' => 'String',
  11344.                                 'description' => NULL,
  11345.                             ],
  11346.                             'school' => [
  11347.                                 'type' => 'School',
  11348.                                 'description' => NULL,
  11349.                             ],
  11350.                             'teachers' => [
  11351.                                 'type' => '[Teacher!]',
  11352.                                 'description' => NULL,
  11353.                             ],
  11354.                             'schoolClassRankMin' => [
  11355.                                 'type' => 'SchoolClassRankMin',
  11356.                                 'description' => NULL,
  11357.                             ],
  11358.                             'trophyStats' => [
  11359.                                 'type' => 'TrophyStats',
  11360.                                 'description' => NULL,
  11361.                             ],
  11362.                             'milestoneStats' => [
  11363.                                 'type' => 'MilestoneStats',
  11364.                                 'description' => NULL,
  11365.                             ],
  11366.                             'createdAt' => [
  11367.                                 'type' => 'String',
  11368.                                 'description' => NULL,
  11369.                             ],
  11370.                         ],
  11371.                         'interfaces' => [
  11372.                         ],
  11373.                         'name' => 'SchoolClass',
  11374.                         'builders' => [
  11375.                         ],
  11376.                     ],
  11377.                 ],
  11378.                 'Stories' => [
  11379.                     'type' => 'object',
  11380.                     'class_name' => 'StoriesType',
  11381.                     'inherits' => [
  11382.                     ],
  11383.                     'decorator' => false,
  11384.                     'config' => [
  11385.                         'description' => NULL,
  11386.                         'fields' => [
  11387.                             'entries' => [
  11388.                                 'type' => '[Story!]',
  11389.                                 'description' => NULL,
  11390.                             ],
  11391.                         ],
  11392.                         'interfaces' => [
  11393.                         ],
  11394.                         'name' => 'Stories',
  11395.                         'builders' => [
  11396.                         ],
  11397.                     ],
  11398.                 ],
  11399.                 'CompanySize' => [
  11400.                     'type' => 'object',
  11401.                     'class_name' => 'CompanySizeType',
  11402.                     'inherits' => [
  11403.                     ],
  11404.                     'decorator' => false,
  11405.                     'config' => [
  11406.                         'description' => NULL,
  11407.                         'fields' => [
  11408.                             'id' => [
  11409.                                 'type' => 'ID!',
  11410.                                 'description' => NULL,
  11411.                             ],
  11412.                             'name' => [
  11413.                                 'type' => 'String!',
  11414.                                 'description' => NULL,
  11415.                             ],
  11416.                             'text' => [
  11417.                                 'type' => 'String!',
  11418.                                 'description' => NULL,
  11419.                             ],
  11420.                         ],
  11421.                         'interfaces' => [
  11422.                         ],
  11423.                         'name' => 'CompanySize',
  11424.                         'builders' => [
  11425.                         ],
  11426.                     ],
  11427.                 ],
  11428.                 'HomeContent' => [
  11429.                     'type' => 'object',
  11430.                     'class_name' => 'HomeContentType',
  11431.                     'inherits' => [
  11432.                     ],
  11433.                     'decorator' => false,
  11434.                     'config' => [
  11435.                         'description' => NULL,
  11436.                         'fields' => [
  11437.                             'featuredCompanies' => [
  11438.                                 'type' => '[CompanyProfile!]',
  11439.                                 'description' => NULL,
  11440.                             ],
  11441.                             'featuredStories' => [
  11442.                                 'type' => '[Story!]',
  11443.                                 'description' => NULL,
  11444.                             ],
  11445.                             'helpfulLinks' => [
  11446.                                 'type' => '[ExternalLink!]',
  11447.                                 'description' => NULL,
  11448.                             ],
  11449.                         ],
  11450.                         'interfaces' => [
  11451.                         ],
  11452.                         'name' => 'HomeContent',
  11453.                         'builders' => [
  11454.                         ],
  11455.                     ],
  11456.                 ],
  11457.                 'ProfileUpdateResponse' => [
  11458.                     'type' => 'object',
  11459.                     'class_name' => 'ProfileUpdateResponseType',
  11460.                     'inherits' => [
  11461.                     ],
  11462.                     'decorator' => false,
  11463.                     'config' => [
  11464.                         'description' => NULL,
  11465.                         'fields' => [
  11466.                             'status' => [
  11467.                                 'type' => 'Status!',
  11468.                                 'description' => NULL,
  11469.                             ],
  11470.                             'keyValues' => [
  11471.                                 'type' => '[KeyValue!]',
  11472.                                 'description' => NULL,
  11473.                             ],
  11474.                             'media' => [
  11475.                                 'type' => 'Media',
  11476.                                 'description' => NULL,
  11477.                             ],
  11478.                             'contactGalleryEntry' => [
  11479.                                 'type' => 'ContactGalleryEntry',
  11480.                                 'description' => NULL,
  11481.                             ],
  11482.                         ],
  11483.                         'interfaces' => [
  11484.                         ],
  11485.                         'name' => 'ProfileUpdateResponse',
  11486.                         'builders' => [
  11487.                         ],
  11488.                     ],
  11489.                 ],
  11490.                 'Color' => [
  11491.                     'type' => 'enum',
  11492.                     'class_name' => 'ColorType',
  11493.                     'inherits' => [
  11494.                     ],
  11495.                     'decorator' => false,
  11496.                     'config' => [
  11497.                         'description' => NULL,
  11498.                         'values' => [
  11499.                             'BLACK' => [
  11500.                                 'description' => NULL,
  11501.                                 'value' => 'BLACK',
  11502.                             ],
  11503.                             'DARKBLUE' => [
  11504.                                 'description' => NULL,
  11505.                                 'value' => 'DARKBLUE',
  11506.                             ],
  11507.                             'DARKGREEN' => [
  11508.                                 'description' => NULL,
  11509.                                 'value' => 'DARKGREEN',
  11510.                             ],
  11511.                             'GREY' => [
  11512.                                 'description' => NULL,
  11513.                                 'value' => 'GREY',
  11514.                             ],
  11515.                             'LIGHTGREEN' => [
  11516.                                 'description' => NULL,
  11517.                                 'value' => 'LIGHTGREEN',
  11518.                             ],
  11519.                             'LIGHTBLUE' => [
  11520.                                 'description' => NULL,
  11521.                                 'value' => 'LIGHTBLUE',
  11522.                             ],
  11523.                             'PETROL' => [
  11524.                                 'description' => NULL,
  11525.                                 'value' => 'PETROL',
  11526.                             ],
  11527.                             'RED' => [
  11528.                                 'description' => NULL,
  11529.                                 'value' => 'RED',
  11530.                             ],
  11531.                             'WHITE' => [
  11532.                                 'description' => NULL,
  11533.                                 'value' => 'WHITE',
  11534.                             ],
  11535.                             'YELLOW' => [
  11536.                                 'description' => NULL,
  11537.                                 'value' => 'YELLOW',
  11538.                             ],
  11539.                         ],
  11540.                         'name' => 'Color',
  11541.                     ],
  11542.                 ],
  11543.                 'GameEndType' => [
  11544.                     'type' => 'enum',
  11545.                     'class_name' => 'GameEndTypeType',
  11546.                     'inherits' => [
  11547.                     ],
  11548.                     'decorator' => false,
  11549.                     'config' => [
  11550.                         'description' => NULL,
  11551.                         'values' => [
  11552.                             'NOTSET' => [
  11553.                                 'description' => NULL,
  11554.                                 'value' => 'NOTSET',
  11555.                             ],
  11556.                             'DECISION' => [
  11557.                                 'description' => NULL,
  11558.                                 'value' => 'DECISION',
  11559.                             ],
  11560.                             'WRONGANSWER' => [
  11561.                                 'description' => NULL,
  11562.                                 'value' => 'WRONGANSWER',
  11563.                             ],
  11564.                         ],
  11565.                         'name' => 'GameEndType',
  11566.                     ],
  11567.                 ],
  11568.                 'SchoolClassGameState' => [
  11569.                     'type' => 'object',
  11570.                     'class_name' => 'SchoolClassGameStateType',
  11571.                     'inherits' => [
  11572.                     ],
  11573.                     'decorator' => false,
  11574.                     'config' => [
  11575.                         'description' => NULL,
  11576.                         'fields' => [
  11577.                             'status' => [
  11578.                                 'type' => 'Status!',
  11579.                                 'description' => NULL,
  11580.                             ],
  11581.                             'viewCount' => [
  11582.                                 'type' => 'ViewCount',
  11583.                                 'description' => NULL,
  11584.                             ],
  11585.                         ],
  11586.                         'interfaces' => [
  11587.                         ],
  11588.                         'name' => 'SchoolClassGameState',
  11589.                         'builders' => [
  11590.                         ],
  11591.                     ],
  11592.                 ],
  11593.                 'GameTrophyHuntSchoolClass' => [
  11594.                     'type' => 'object',
  11595.                     'class_name' => 'GameTrophyHuntSchoolClassType',
  11596.                     'inherits' => [
  11597.                     ],
  11598.                     'decorator' => false,
  11599.                     'config' => [
  11600.                         'description' => NULL,
  11601.                         'fields' => [
  11602.                             'id' => [
  11603.                                 'type' => 'Int!',
  11604.                                 'description' => NULL,
  11605.                             ],
  11606.                             'totalSteps' => [
  11607.                                 'type' => 'Int!',
  11608.                                 'description' => NULL,
  11609.                             ],
  11610.                             'lastStep' => [
  11611.                                 'type' => 'Int',
  11612.                                 'description' => NULL,
  11613.                             ],
  11614.                         ],
  11615.                         'interfaces' => [
  11616.                         ],
  11617.                         'name' => 'GameTrophyHuntSchoolClass',
  11618.                         'builders' => [
  11619.                         ],
  11620.                     ],
  11621.                 ],
  11622.                 'GameJRRequirementType' => [
  11623.                     'type' => 'object',
  11624.                     'class_name' => 'GameJRRequirementTypeType',
  11625.                     'inherits' => [
  11626.                     ],
  11627.                     'decorator' => false,
  11628.                     'config' => [
  11629.                         'description' => NULL,
  11630.                         'fields' => [
  11631.                             'jobRequirementType' => [
  11632.                                 'type' => 'JobRequirementType',
  11633.                                 'description' => NULL,
  11634.                             ],
  11635.                             'requirements' => [
  11636.                                 'type' => '[JobRequirement!]',
  11637.                                 'description' => NULL,
  11638.                             ],
  11639.                         ],
  11640.                         'interfaces' => [
  11641.                         ],
  11642.                         'name' => 'GameJRRequirementType',
  11643.                         'builders' => [
  11644.                         ],
  11645.                     ],
  11646.                 ],
  11647.                 'JobSalaryEntry' => [
  11648.                     'type' => 'object',
  11649.                     'class_name' => 'JobSalaryEntryType',
  11650.                     'inherits' => [
  11651.                     ],
  11652.                     'decorator' => false,
  11653.                     'config' => [
  11654.                         'description' => NULL,
  11655.                         'fields' => [
  11656.                             'id' => [
  11657.                                 'type' => 'ID!',
  11658.                                 'description' => NULL,
  11659.                             ],
  11660.                             'salaryType' => [
  11661.                                 'type' => 'JobSalaryType',
  11662.                                 'description' => NULL,
  11663.                             ],
  11664.                             'salaryFrom' => [
  11665.                                 'type' => 'String',
  11666.                                 'description' => NULL,
  11667.                             ],
  11668.                             'salaryTo' => [
  11669.                                 'type' => 'String',
  11670.                                 'description' => NULL,
  11671.                             ],
  11672.                             'createdAt' => [
  11673.                                 'type' => 'String',
  11674.                                 'description' => NULL,
  11675.                             ],
  11676.                         ],
  11677.                         'interfaces' => [
  11678.                         ],
  11679.                         'name' => 'JobSalaryEntry',
  11680.                         'builders' => [
  11681.                         ],
  11682.                     ],
  11683.                 ],
  11684.                 'Document' => [
  11685.                     'type' => 'object',
  11686.                     'class_name' => 'DocumentType',
  11687.                     'inherits' => [
  11688.                     ],
  11689.                     'decorator' => false,
  11690.                     'config' => [
  11691.                         'description' => NULL,
  11692.                         'fields' => [
  11693.                             'id' => [
  11694.                                 'type' => 'ID!',
  11695.                                 'description' => NULL,
  11696.                             ],
  11697.                             'name' => [
  11698.                                 'type' => 'String',
  11699.                                 'description' => NULL,
  11700.                             ],
  11701.                             'filePath' => [
  11702.                                 'type' => 'String',
  11703.                                 'description' => NULL,
  11704.                             ],
  11705.                         ],
  11706.                         'interfaces' => [
  11707.                         ],
  11708.                         'name' => 'Document',
  11709.                         'builders' => [
  11710.                         ],
  11711.                     ],
  11712.                 ],
  11713.                 'AppointmentState' => [
  11714.                     'type' => 'enum',
  11715.                     'class_name' => 'AppointmentStateType',
  11716.                     'inherits' => [
  11717.                     ],
  11718.                     'decorator' => false,
  11719.                     'config' => [
  11720.                         'description' => NULL,
  11721.                         'values' => [
  11722.                             'ACTIVE' => [
  11723.                                 'description' => NULL,
  11724.                                 'value' => 'ACTIVE',
  11725.                             ],
  11726.                             'FULL' => [
  11727.                                 'description' => NULL,
  11728.                                 'value' => 'FULL',
  11729.                             ],
  11730.                             'CANCELLED' => [
  11731.                                 'description' => NULL,
  11732.                                 'value' => 'CANCELLED',
  11733.                             ],
  11734.                             'DELETED' => [
  11735.                                 'description' => NULL,
  11736.                                 'value' => 'DELETED',
  11737.                             ],
  11738.                         ],
  11739.                         'name' => 'AppointmentState',
  11740.                     ],
  11741.                 ],
  11742.                 'LogoStyle' => [
  11743.                     'type' => 'enum',
  11744.                     'class_name' => 'LogoStyleType',
  11745.                     'inherits' => [
  11746.                     ],
  11747.                     'decorator' => false,
  11748.                     'config' => [
  11749.                         'description' => NULL,
  11750.                         'values' => [
  11751.                             'NOTSET' => [
  11752.                                 'description' => NULL,
  11753.                                 'value' => 'NOTSET',
  11754.                             ],
  11755.                             'NORMAL' => [
  11756.                                 'description' => NULL,
  11757.                                 'value' => 'NORMAL',
  11758.                             ],
  11759.                             'DISTANCE' => [
  11760.                                 'description' => NULL,
  11761.                                 'value' => 'DISTANCE',
  11762.                             ],
  11763.                         ],
  11764.                         'name' => 'LogoStyle',
  11765.                     ],
  11766.                 ],
  11767.                 'OfferType' => [
  11768.                     'type' => 'enum',
  11769.                     'class_name' => 'OfferTypeType',
  11770.                     'inherits' => [
  11771.                     ],
  11772.                     'decorator' => false,
  11773.                     'config' => [
  11774.                         'description' => NULL,
  11775.                         'values' => [
  11776.                             'BERUFSBERATUNG' => [
  11777.                                 'description' => NULL,
  11778.                                 'value' => 'BERUFSBERATUNG',
  11779.                             ],
  11780.                             'BERUFSPRAKTISCH' => [
  11781.                                 'description' => NULL,
  11782.                                 'value' => 'BERUFSPRAKTISCH',
  11783.                             ],
  11784.                             'BETRIEBSERKUNDUNG' => [
  11785.                                 'description' => NULL,
  11786.                                 'value' => 'BETRIEBSERKUNDUNG',
  11787.                             ],
  11788.                             'TAGOFFENETUER' => [
  11789.                                 'description' => NULL,
  11790.                                 'value' => 'TAGOFFENETUER',
  11791.                             ],
  11792.                             'UNTERNEHMENSCHULE' => [
  11793.                                 'description' => NULL,
  11794.                                 'value' => 'UNTERNEHMENSCHULE',
  11795.                             ],
  11796.                             'VORTRAG' => [
  11797.                                 'description' => NULL,
  11798.                                 'value' => 'VORTRAG',
  11799.                             ],
  11800.                             'WORKSHOP' => [
  11801.                                 'description' => NULL,
  11802.                                 'value' => 'WORKSHOP',
  11803.                             ],
  11804.                             'WORKSHOPBO' => [
  11805.                                 'description' => NULL,
  11806.                                 'value' => 'WORKSHOPBO',
  11807.                             ],
  11808.                         ],
  11809.                         'name' => 'OfferType',
  11810.                     ],
  11811.                 ],
  11812.                 'CompanyProfileSimple' => [
  11813.                     'type' => 'object',
  11814.                     'class_name' => 'CompanyProfileSimpleType',
  11815.                     'inherits' => [
  11816.                     ],
  11817.                     'decorator' => false,
  11818.                     'config' => [
  11819.                         'description' => NULL,
  11820.                         'fields' => [
  11821.                             'id' => [
  11822.                                 'type' => 'Int',
  11823.                                 'description' => NULL,
  11824.                             ],
  11825.                             'uuid' => [
  11826.                                 'type' => 'String',
  11827.                                 'description' => NULL,
  11828.                             ],
  11829.                             'name' => [
  11830.                                 'type' => 'String',
  11831.                                 'description' => NULL,
  11832.                             ],
  11833.                             'companyProfilePicture' => [
  11834.                                 'type' => 'Image',
  11835.                                 'description' => NULL,
  11836.                             ],
  11837.                             'isSelected' => [
  11838.                                 'type' => 'Boolean!',
  11839.                                 'description' => NULL,
  11840.                             ],
  11841.                         ],
  11842.                         'interfaces' => [
  11843.                         ],
  11844.                         'name' => 'CompanyProfileSimple',
  11845.                         'builders' => [
  11846.                         ],
  11847.                     ],
  11848.                 ],
  11849.                 'AnswerResponse' => [
  11850.                     'type' => 'object',
  11851.                     'class_name' => 'AnswerResponseType',
  11852.                     'inherits' => [
  11853.                     ],
  11854.                     'decorator' => false,
  11855.                     'config' => [
  11856.                         'description' => NULL,
  11857.                         'fields' => [
  11858.                             'status' => [
  11859.                                 'type' => 'Status!',
  11860.                                 'description' => NULL,
  11861.                             ],
  11862.                             'correctAnswerId' => [
  11863.                                 'type' => 'Int',
  11864.                                 'description' => NULL,
  11865.                             ],
  11866.                         ],
  11867.                         'interfaces' => [
  11868.                         ],
  11869.                         'name' => 'AnswerResponse',
  11870.                         'builders' => [
  11871.                         ],
  11872.                     ],
  11873.                 ],
  11874.                 'InformationLink' => [
  11875.                     'type' => 'object',
  11876.                     'class_name' => 'InformationLinkType',
  11877.                     'inherits' => [
  11878.                     ],
  11879.                     'decorator' => false,
  11880.                     'config' => [
  11881.                         'description' => NULL,
  11882.                         'fields' => [
  11883.                             'id' => [
  11884.                                 'type' => 'ID!',
  11885.                                 'description' => NULL,
  11886.                             ],
  11887.                             'heading' => [
  11888.                                 'type' => 'String',
  11889.                                 'description' => NULL,
  11890.                             ],
  11891.                             'description' => [
  11892.                                 'type' => 'String',
  11893.                                 'description' => NULL,
  11894.                             ],
  11895.                             'linkUrl' => [
  11896.                                 'type' => 'String',
  11897.                                 'description' => NULL,
  11898.                             ],
  11899.                             'target' => [
  11900.                                 'type' => 'Int',
  11901.                                 'description' => NULL,
  11902.                             ],
  11903.                             'position' => [
  11904.                                 'type' => 'Int',
  11905.                                 'description' => NULL,
  11906.                             ],
  11907.                             'media' => [
  11908.                                 'type' => 'Media',
  11909.                                 'description' => NULL,
  11910.                             ],
  11911.                             'type' => [
  11912.                                 'type' => 'InformationLinkType!',
  11913.                                 'description' => NULL,
  11914.                             ],
  11915.                         ],
  11916.                         'interfaces' => [
  11917.                         ],
  11918.                         'name' => 'InformationLink',
  11919.                         'builders' => [
  11920.                         ],
  11921.                     ],
  11922.                 ],
  11923.                 'JobMarket' => [
  11924.                     'type' => 'object',
  11925.                     'class_name' => 'JobMarketType',
  11926.                     'inherits' => [
  11927.                     ],
  11928.                     'decorator' => false,
  11929.                     'config' => [
  11930.                         'description' => NULL,
  11931.                         'fields' => [
  11932.                             'status' => [
  11933.                                 'type' => 'Status!',
  11934.                                 'description' => NULL,
  11935.                             ],
  11936.                             'id' => [
  11937.                                 'type' => 'ID!',
  11938.                                 'description' => NULL,
  11939.                             ],
  11940.                             'name' => [
  11941.                                 'type' => 'String!',
  11942.                                 'description' => NULL,
  11943.                             ],
  11944.                             'numberOfPositions' => [
  11945.                                 'type' => 'Int',
  11946.                                 'description' => NULL,
  11947.                             ],
  11948.                             'description' => [
  11949.                                 'type' => 'String',
  11950.                                 'description' => NULL,
  11951.                             ],
  11952.                             'details' => [
  11953.                                 'type' => 'String',
  11954.                                 'description' => NULL,
  11955.                             ],
  11956.                             'url' => [
  11957.                                 'type' => 'String',
  11958.                                 'description' => NULL,
  11959.                             ],
  11960.                             'requirements' => [
  11961.                                 'type' => 'String',
  11962.                                 'description' => NULL,
  11963.                             ],
  11964.                             'salary' => [
  11965.                                 'type' => 'String',
  11966.                                 'description' => NULL,
  11967.                             ],
  11968.                             'additionalInfo' => [
  11969.                                 'type' => 'JobMarketAdditionalInfo',
  11970.                                 'description' => NULL,
  11971.                             ],
  11972.                             'startDate' => [
  11973.                                 'type' => 'String',
  11974.                                 'description' => NULL,
  11975.                             ],
  11976.                             'applyUntil' => [
  11977.                                 'type' => 'String',
  11978.                                 'description' => NULL,
  11979.                             ],
  11980.                             'openDate' => [
  11981.                                 'type' => 'String',
  11982.                                 'description' => NULL,
  11983.                             ],
  11984.                             'closeDate' => [
  11985.                                 'type' => 'String',
  11986.                                 'description' => NULL,
  11987.                             ],
  11988.                             'companyProfile' => [
  11989.                                 'type' => 'CompanyProfile',
  11990.                                 'description' => NULL,
  11991.                             ],
  11992.                             'contact' => [
  11993.                                 'type' => 'Contact',
  11994.                                 'description' => NULL,
  11995.                             ],
  11996.                             'image' => [
  11997.                                 'type' => 'Image',
  11998.                                 'description' => NULL,
  11999.                             ],
  12000.                             'customMedia' => [
  12001.                                 'type' => 'Media',
  12002.                                 'description' => NULL,
  12003.                             ],
  12004.                             'positionType' => [
  12005.                                 'type' => 'JobMarketPositionType',
  12006.                                 'description' => NULL,
  12007.                             ],
  12008.                             'applyType' => [
  12009.                                 'type' => 'JobMarketApplyType',
  12010.                                 'description' => NULL,
  12011.                             ],
  12012.                             'viewType' => [
  12013.                                 'type' => 'JobMarketViewType',
  12014.                                 'description' => NULL,
  12015.                             ],
  12016.                             'onlineUrl' => [
  12017.                                 'type' => 'String',
  12018.                                 'description' => NULL,
  12019.                             ],
  12020.                             'startType' => [
  12021.                                 'type' => 'JobMarketStartType',
  12022.                                 'description' => NULL,
  12023.                             ],
  12024.                             'addresses' => [
  12025.                                 'type' => '[Address!]',
  12026.                                 'description' => NULL,
  12027.                             ],
  12028.                             'jobs' => [
  12029.                                 'type' => '[JobSimple!]',
  12030.                                 'description' => NULL,
  12031.                             ],
  12032.                             'state' => [
  12033.                                 'type' => 'JobMarketState!',
  12034.                                 'description' => NULL,
  12035.                             ],
  12036.                             'viewCount' => [
  12037.                                 'type' => 'Int!',
  12038.                                 'description' => NULL,
  12039.                             ],
  12040.                             'applicationCount' => [
  12041.                                 'type' => 'Int!',
  12042.                                 'description' => NULL,
  12043.                             ],
  12044.                         ],
  12045.                         'interfaces' => [
  12046.                         ],
  12047.                         'name' => 'JobMarket',
  12048.                         'builders' => [
  12049.                         ],
  12050.                     ],
  12051.                 ],
  12052.                 'JobRequirementTypeCollection' => [
  12053.                     'type' => 'object',
  12054.                     'class_name' => 'JobRequirementTypeCollectionType',
  12055.                     'inherits' => [
  12056.                     ],
  12057.                     'decorator' => false,
  12058.                     'config' => [
  12059.                         'description' => NULL,
  12060.                         'fields' => [
  12061.                             'requirementType' => [
  12062.                                 'type' => 'JobRequirementType!',
  12063.                                 'description' => NULL,
  12064.                             ],
  12065.                             'requirements' => [
  12066.                                 'type' => '[JobRequirement!]',
  12067.                                 'description' => NULL,
  12068.                             ],
  12069.                         ],
  12070.                         'interfaces' => [
  12071.                         ],
  12072.                         'name' => 'JobRequirementTypeCollection',
  12073.                         'builders' => [
  12074.                         ],
  12075.                     ],
  12076.                 ],
  12077.                 'QuestTask' => [
  12078.                     'type' => 'object',
  12079.                     'class_name' => 'QuestTaskType',
  12080.                     'inherits' => [
  12081.                     ],
  12082.                     'decorator' => false,
  12083.                     'config' => [
  12084.                         'description' => NULL,
  12085.                         'fields' => [
  12086.                             'id' => [
  12087.                                 'type' => 'ID!',
  12088.                                 'description' => NULL,
  12089.                             ],
  12090.                             'taskTitle' => [
  12091.                                 'type' => 'String',
  12092.                                 'description' => NULL,
  12093.                             ],
  12094.                             'taskDescription' => [
  12095.                                 'type' => 'String',
  12096.                                 'description' => NULL,
  12097.                             ],
  12098.                             'iconNumber' => [
  12099.                                 'type' => 'Int',
  12100.                                 'description' => NULL,
  12101.                             ],
  12102.                             'questTaskType' => [
  12103.                                 'type' => 'QuestTaskType',
  12104.                                 'description' => NULL,
  12105.                             ],
  12106.                             'targetGroup' => [
  12107.                                 'type' => 'QuestTaskTargetGroup',
  12108.                                 'description' => NULL,
  12109.                             ],
  12110.                             'links' => [
  12111.                                 'type' => '[QuestTaskLink!]',
  12112.                                 'description' => NULL,
  12113.                             ],
  12114.                             'taskTag' => [
  12115.                                 'type' => 'String',
  12116.                                 'description' => NULL,
  12117.                             ],
  12118.                         ],
  12119.                         'interfaces' => [
  12120.                         ],
  12121.                         'name' => 'QuestTask',
  12122.                         'builders' => [
  12123.                         ],
  12124.                     ],
  12125.                 ],
  12126.                 'JobLinkMapping' => [
  12127.                     'type' => 'object',
  12128.                     'class_name' => 'JobLinkMappingType',
  12129.                     'inherits' => [
  12130.                     ],
  12131.                     'decorator' => false,
  12132.                     'config' => [
  12133.                         'description' => NULL,
  12134.                         'fields' => [
  12135.                             'id' => [
  12136.                                 'type' => 'ID!',
  12137.                                 'description' => NULL,
  12138.                             ],
  12139.                             'jobLink' => [
  12140.                                 'type' => 'JobLink',
  12141.                                 'description' => NULL,
  12142.                             ],
  12143.                             'jobLinkMappingCategory' => [
  12144.                                 'type' => 'JobLinkMappingCategory',
  12145.                                 'description' => NULL,
  12146.                             ],
  12147.                             'jobLinkMappingType' => [
  12148.                                 'type' => 'JobLinkMappingType',
  12149.                                 'description' => NULL,
  12150.                             ],
  12151.                         ],
  12152.                         'interfaces' => [
  12153.                         ],
  12154.                         'name' => 'JobLinkMapping',
  12155.                         'builders' => [
  12156.                         ],
  12157.                     ],
  12158.                 ],
  12159.                 'JobSalary' => [
  12160.                     'type' => 'object',
  12161.                     'class_name' => 'JobSalaryType',
  12162.                     'inherits' => [
  12163.                     ],
  12164.                     'decorator' => false,
  12165.                     'config' => [
  12166.                         'description' => NULL,
  12167.                         'fields' => [
  12168.                             'id' => [
  12169.                                 'type' => 'ID!',
  12170.                                 'description' => NULL,
  12171.                             ],
  12172.                             'entryValue' => [
  12173.                                 'type' => 'String',
  12174.                                 'description' => NULL,
  12175.                             ],
  12176.                             'entries' => [
  12177.                                 'type' => '[JobSalaryEntry!]',
  12178.                                 'description' => NULL,
  12179.                             ],
  12180.                             'amsUrl' => [
  12181.                                 'type' => 'String',
  12182.                                 'description' => NULL,
  12183.                             ],
  12184.                             'lehrlingseinkommenUrl' => [
  12185.                                 'type' => 'String',
  12186.                                 'description' => NULL,
  12187.                             ],
  12188.                             'createdAt' => [
  12189.                                 'type' => 'String',
  12190.                                 'description' => NULL,
  12191.                             ],
  12192.                         ],
  12193.                         'interfaces' => [
  12194.                         ],
  12195.                         'name' => 'JobSalary',
  12196.                         'builders' => [
  12197.                         ],
  12198.                     ],
  12199.                 ],
  12200.                 'CompanyCertificate' => [
  12201.                     'type' => 'object',
  12202.                     'class_name' => 'CompanyCertificateType',
  12203.                     'inherits' => [
  12204.                     ],
  12205.                     'decorator' => false,
  12206.                     'config' => [
  12207.                         'description' => NULL,
  12208.                         'fields' => [
  12209.                             'id' => [
  12210.                                 'type' => 'ID!',
  12211.                                 'description' => NULL,
  12212.                             ],
  12213.                             'name' => [
  12214.                                 'type' => 'String!',
  12215.                                 'description' => NULL,
  12216.                             ],
  12217.                             'shortName' => [
  12218.                                 'type' => 'String!',
  12219.                                 'description' => NULL,
  12220.                             ],
  12221.                             'picturePath' => [
  12222.                                 'type' => 'String!',
  12223.                                 'description' => NULL,
  12224.                             ],
  12225.                         ],
  12226.                         'interfaces' => [
  12227.                         ],
  12228.                         'name' => 'CompanyCertificate',
  12229.                         'builders' => [
  12230.                         ],
  12231.                     ],
  12232.                 ],
  12233.                 'ContentType' => [
  12234.                     'type' => 'enum',
  12235.                     'class_name' => 'ContentTypeType',
  12236.                     'inherits' => [
  12237.                     ],
  12238.                     'decorator' => false,
  12239.                     'config' => [
  12240.                         'description' => NULL,
  12241.                         'values' => [
  12242.                             'IMAGE' => [
  12243.                                 'description' => NULL,
  12244.                                 'value' => 'IMAGE',
  12245.                             ],
  12246.                             'VIDEO' => [
  12247.                                 'description' => NULL,
  12248.                                 'value' => 'VIDEO',
  12249.                             ],
  12250.                             'DOCUMENT' => [
  12251.                                 'description' => NULL,
  12252.                                 'value' => 'DOCUMENT',
  12253.                             ],
  12254.                         ],
  12255.                         'name' => 'ContentType',
  12256.                     ],
  12257.                 ],
  12258.                 'AppointmentNote' => [
  12259.                     'type' => 'object',
  12260.                     'class_name' => 'AppointmentNoteType',
  12261.                     'inherits' => [
  12262.                     ],
  12263.                     'decorator' => false,
  12264.                     'config' => [
  12265.                         'description' => NULL,
  12266.                         'fields' => [
  12267.                             'link' => [
  12268.                                 'type' => 'String',
  12269.                                 'description' => NULL,
  12270.                             ],
  12271.                             'firstname' => [
  12272.                                 'type' => 'String',
  12273.                                 'description' => NULL,
  12274.                             ],
  12275.                             'lastname' => [
  12276.                                 'type' => 'String',
  12277.                                 'description' => NULL,
  12278.                             ],
  12279.                             'email' => [
  12280.                                 'type' => 'String',
  12281.                                 'description' => NULL,
  12282.                             ],
  12283.                             'phone' => [
  12284.                                 'type' => 'String',
  12285.                                 'description' => NULL,
  12286.                             ],
  12287.                             'remark' => [
  12288.                                 'type' => 'String',
  12289.                                 'description' => NULL,
  12290.                             ],
  12291.                         ],
  12292.                         'interfaces' => [
  12293.                         ],
  12294.                         'name' => 'AppointmentNote',
  12295.                         'builders' => [
  12296.                         ],
  12297.                     ],
  12298.                 ],
  12299.                 'GameTrophyStatus' => [
  12300.                     'type' => 'enum',
  12301.                     'class_name' => 'GameTrophyStatusType',
  12302.                     'inherits' => [
  12303.                     ],
  12304.                     'decorator' => false,
  12305.                     'config' => [
  12306.                         'description' => NULL,
  12307.                         'values' => [
  12308.                             'NORMAL' => [
  12309.                                 'description' => NULL,
  12310.                                 'value' => 'NORMAL',
  12311.                             ],
  12312.                             'HIDDEN' => [
  12313.                                 'description' => NULL,
  12314.                                 'value' => 'HIDDEN',
  12315.                             ],
  12316.                         ],
  12317.                         'name' => 'GameTrophyStatus',
  12318.                     ],
  12319.                 ],
  12320.                 'GameScoreBoard' => [
  12321.                     'type' => 'object',
  12322.                     'class_name' => 'GameScoreBoardType',
  12323.                     'inherits' => [
  12324.                     ],
  12325.                     'decorator' => false,
  12326.                     'config' => [
  12327.                         'description' => NULL,
  12328.                         'fields' => [
  12329.                             'multiplier' => [
  12330.                                 'type' => 'Float!',
  12331.                                 'description' => NULL,
  12332.                             ],
  12333.                             'entries' => [
  12334.                                 'type' => '[GameScoreBoardEntry!]',
  12335.                                 'description' => NULL,
  12336.                             ],
  12337.                         ],
  12338.                         'interfaces' => [
  12339.                         ],
  12340.                         'name' => 'GameScoreBoard',
  12341.                         'builders' => [
  12342.                         ],
  12343.                     ],
  12344.                 ],
  12345.                 'SchoolClassRankMin' => [
  12346.                     'type' => 'object',
  12347.                     'class_name' => 'SchoolClassRankMinType',
  12348.                     'inherits' => [
  12349.                     ],
  12350.                     'decorator' => false,
  12351.                     'config' => [
  12352.                         'description' => NULL,
  12353.                         'fields' => [
  12354.                             'rank' => [
  12355.                                 'type' => 'Int!',
  12356.                                 'description' => NULL,
  12357.                             ],
  12358.                             'points' => [
  12359.                                 'type' => 'Int!',
  12360.                                 'description' => NULL,
  12361.                             ],
  12362.                             'playtimeMinutes' => [
  12363.                                 'type' => 'Int!',
  12364.                                 'description' => NULL,
  12365.                             ],
  12366.                             'activityLevel' => [
  12367.                                 'type' => 'Int!',
  12368.                                 'description' => NULL,
  12369.                             ],
  12370.                         ],
  12371.                         'interfaces' => [
  12372.                         ],
  12373.                         'name' => 'SchoolClassRankMin',
  12374.                         'builders' => [
  12375.                         ],
  12376.                     ],
  12377.                 ],
  12378.                 'Address' => [
  12379.                     'type' => 'object',
  12380.                     'class_name' => 'AddressType',
  12381.                     'inherits' => [
  12382.                     ],
  12383.                     'decorator' => false,
  12384.                     'config' => [
  12385.                         'description' => NULL,
  12386.                         'fields' => [
  12387.                             'id' => [
  12388.                                 'type' => 'ID!',
  12389.                                 'description' => NULL,
  12390.                             ],
  12391.                             'street' => [
  12392.                                 'type' => 'String',
  12393.                                 'description' => NULL,
  12394.                             ],
  12395.                             'number' => [
  12396.                                 'type' => 'String',
  12397.                                 'description' => NULL,
  12398.                             ],
  12399.                             'floor' => [
  12400.                                 'type' => 'String',
  12401.                                 'description' => NULL,
  12402.                             ],
  12403.                             'stair' => [
  12404.                                 'type' => 'String',
  12405.                                 'description' => NULL,
  12406.                             ],
  12407.                             'addressLatLon' => [
  12408.                                 'type' => 'AddressLatLon',
  12409.                                 'description' => NULL,
  12410.                             ],
  12411.                             'addressCity' => [
  12412.                                 'type' => 'AddressCity',
  12413.                                 'description' => NULL,
  12414.                             ],
  12415.                         ],
  12416.                         'interfaces' => [
  12417.                         ],
  12418.                         'name' => 'Address',
  12419.                         'builders' => [
  12420.                         ],
  12421.                     ],
  12422.                 ],
  12423.                 'JobSchoolSubjectMapping' => [
  12424.                     'type' => 'object',
  12425.                     'class_name' => 'JobSchoolSubjectMappingType',
  12426.                     'inherits' => [
  12427.                     ],
  12428.                     'decorator' => false,
  12429.                     'config' => [
  12430.                         'description' => NULL,
  12431.                         'fields' => [
  12432.                             'id' => [
  12433.                                 'type' => 'ID!',
  12434.                                 'description' => NULL,
  12435.                             ],
  12436.                             'jobSchoolSubject' => [
  12437.                                 'type' => 'JobSchoolSubject!',
  12438.                                 'description' => NULL,
  12439.                             ],
  12440.                         ],
  12441.                         'interfaces' => [
  12442.                         ],
  12443.                         'name' => 'JobSchoolSubjectMapping',
  12444.                         'builders' => [
  12445.                         ],
  12446.                     ],
  12447.                 ],
  12448.                 'CommunicationType' => [
  12449.                     'type' => 'object',
  12450.                     'class_name' => 'CommunicationTypeType',
  12451.                     'inherits' => [
  12452.                     ],
  12453.                     'decorator' => false,
  12454.                     'config' => [
  12455.                         'description' => NULL,
  12456.                         'fields' => [
  12457.                             'name' => [
  12458.                                 'type' => 'String!',
  12459.                                 'description' => NULL,
  12460.                             ],
  12461.                             'shortName' => [
  12462.                                 'type' => 'String!',
  12463.                                 'description' => NULL,
  12464.                             ],
  12465.                             'visible' => [
  12466.                                 'type' => 'Boolean!',
  12467.                                 'description' => NULL,
  12468.                             ],
  12469.                         ],
  12470.                         'interfaces' => [
  12471.                         ],
  12472.                         'name' => 'CommunicationType',
  12473.                         'builders' => [
  12474.                         ],
  12475.                     ],
  12476.                 ],
  12477.                 'Media' => [
  12478.                     'type' => 'object',
  12479.                     'class_name' => 'MediaType',
  12480.                     'inherits' => [
  12481.                     ],
  12482.                     'decorator' => false,
  12483.                     'config' => [
  12484.                         'description' => NULL,
  12485.                         'fields' => [
  12486.                             'id' => [
  12487.                                 'type' => 'ID!',
  12488.                                 'description' => NULL,
  12489.                             ],
  12490.                             'name' => [
  12491.                                 'type' => 'String',
  12492.                                 'description' => NULL,
  12493.                             ],
  12494.                             'contentType' => [
  12495.                                 'type' => 'ContentType',
  12496.                                 'description' => NULL,
  12497.                             ],
  12498.                             'position' => [
  12499.                                 'type' => 'Int!',
  12500.                                 'description' => NULL,
  12501.                             ],
  12502.                             'visible' => [
  12503.                                 'type' => 'Boolean!',
  12504.                                 'description' => NULL,
  12505.                             ],
  12506.                             'image' => [
  12507.                                 'type' => 'Image',
  12508.                                 'description' => NULL,
  12509.                             ],
  12510.                             'video' => [
  12511.                                 'type' => 'Video',
  12512.                                 'description' => NULL,
  12513.                             ],
  12514.                             'document' => [
  12515.                                 'type' => 'Document',
  12516.                                 'description' => NULL,
  12517.                             ],
  12518.                         ],
  12519.                         'interfaces' => [
  12520.                         ],
  12521.                         'name' => 'Media',
  12522.                         'builders' => [
  12523.                         ],
  12524.                     ],
  12525.                 ],
  12526.                 'GameTrophyProgressEntry' => [
  12527.                     'type' => 'object',
  12528.                     'class_name' => 'GameTrophyProgressEntryType',
  12529.                     'inherits' => [
  12530.                     ],
  12531.                     'decorator' => false,
  12532.                     'config' => [
  12533.                         'description' => NULL,
  12534.                         'fields' => [
  12535.                             'id' => [
  12536.                                 'type' => 'ID!',
  12537.                                 'description' => NULL,
  12538.                             ],
  12539.                             'trophy' => [
  12540.                                 'type' => 'GameTrophy!',
  12541.                                 'description' => NULL,
  12542.                             ],
  12543.                             'percentValue' => [
  12544.                                 'type' => 'Int!',
  12545.                                 'description' => NULL,
  12546.                             ],
  12547.                             'createdAt' => [
  12548.                                 'type' => 'String',
  12549.                                 'description' => NULL,
  12550.                             ],
  12551.                             'finishedAt' => [
  12552.                                 'type' => 'String',
  12553.                                 'description' => NULL,
  12554.                             ],
  12555.                         ],
  12556.                         'interfaces' => [
  12557.                         ],
  12558.                         'name' => 'GameTrophyProgressEntry',
  12559.                         'builders' => [
  12560.                         ],
  12561.                     ],
  12562.                 ],
  12563.                 'JobRequirementStats' => [
  12564.                     'type' => 'object',
  12565.                     'class_name' => 'JobRequirementStatsType',
  12566.                     'inherits' => [
  12567.                     ],
  12568.                     'decorator' => false,
  12569.                     'config' => [
  12570.                         'description' => NULL,
  12571.                         'fields' => [
  12572.                             'id' => [
  12573.                                 'type' => 'ID!',
  12574.                                 'description' => NULL,
  12575.                             ],
  12576.                             'requirementName' => [
  12577.                                 'type' => 'String!',
  12578.                                 'description' => NULL,
  12579.                             ],
  12580.                             'value' => [
  12581.                                 'type' => 'Int!',
  12582.                                 'description' => NULL,
  12583.                             ],
  12584.                         ],
  12585.                         'interfaces' => [
  12586.                         ],
  12587.                         'name' => 'JobRequirementStats',
  12588.                         'builders' => [
  12589.                         ],
  12590.                     ],
  12591.                 ],
  12592.                 'CommunicationEntry' => [
  12593.                     'type' => 'object',
  12594.                     'class_name' => 'CommunicationEntryType',
  12595.                     'inherits' => [
  12596.                     ],
  12597.                     'decorator' => false,
  12598.                     'config' => [
  12599.                         'description' => NULL,
  12600.                         'fields' => [
  12601.                             'id' => [
  12602.                                 'type' => 'ID!',
  12603.                                 'description' => NULL,
  12604.                             ],
  12605.                             'entryValue' => [
  12606.                                 'type' => 'String!',
  12607.                                 'description' => NULL,
  12608.                             ],
  12609.                             'communicationType' => [
  12610.                                 'type' => 'CommunicationType!',
  12611.                                 'description' => NULL,
  12612.                             ],
  12613.                         ],
  12614.                         'interfaces' => [
  12615.                         ],
  12616.                         'name' => 'CommunicationEntry',
  12617.                         'builders' => [
  12618.                         ],
  12619.                     ],
  12620.                 ],
  12621.                 'AppointmentType' => [
  12622.                     'type' => 'enum',
  12623.                     'class_name' => 'AppointmentTypeType',
  12624.                     'inherits' => [
  12625.                     ],
  12626.                     'decorator' => false,
  12627.                     'config' => [
  12628.                         'description' => NULL,
  12629.                         'values' => [
  12630.                             'AGREEMENT' => [
  12631.                                 'description' => NULL,
  12632.                                 'value' => 'AGREEMENT',
  12633.                             ],
  12634.                             'FIXED' => [
  12635.                                 'description' => NULL,
  12636.                                 'value' => 'FIXED',
  12637.                             ],
  12638.                             'BOTHPOSSIBLE' => [
  12639.                                 'description' => NULL,
  12640.                                 'value' => 'BOTHPOSSIBLE',
  12641.                             ],
  12642.                             'INDIVIDUAL' => [
  12643.                                 'description' => NULL,
  12644.                                 'value' => 'INDIVIDUAL',
  12645.                             ],
  12646.                             'CUSTOM' => [
  12647.                                 'description' => NULL,
  12648.                                 'value' => 'CUSTOM',
  12649.                             ],
  12650.                         ],
  12651.                         'name' => 'AppointmentType',
  12652.                     ],
  12653.                 ],
  12654.                 'GameJRSchoolClassEntry' => [
  12655.                     'type' => 'object',
  12656.                     'class_name' => 'GameJRSchoolClassEntryType',
  12657.                     'inherits' => [
  12658.                     ],
  12659.                     'decorator' => false,
  12660.                     'config' => [
  12661.                         'description' => NULL,
  12662.                         'fields' => [
  12663.                             'id' => [
  12664.                                 'type' => 'Int!',
  12665.                                 'description' => NULL,
  12666.                             ],
  12667.                             'job' => [
  12668.                                 'type' => 'JobSimple',
  12669.                                 'description' => NULL,
  12670.                             ],
  12671.                             'avatarImage' => [
  12672.                                 'type' => 'Image',
  12673.                                 'description' => NULL,
  12674.                             ],
  12675.                             'jobImage' => [
  12676.                                 'type' => 'Image',
  12677.                                 'description' => NULL,
  12678.                             ],
  12679.                             'requirementType' => [
  12680.                                 'type' => 'GameJRRequirementType',
  12681.                                 'description' => NULL,
  12682.                             ],
  12683.                         ],
  12684.                         'interfaces' => [
  12685.                         ],
  12686.                         'name' => 'GameJRSchoolClassEntry',
  12687.                         'builders' => [
  12688.                         ],
  12689.                     ],
  12690.                 ],
  12691.                 'ProfileLinkType' => [
  12692.                     'type' => 'enum',
  12693.                     'class_name' => 'ProfileLinkTypeType',
  12694.                     'inherits' => [
  12695.                     ],
  12696.                     'decorator' => false,
  12697.                     'config' => [
  12698.                         'description' => NULL,
  12699.                         'values' => [
  12700.                             'HOMEPAGE' => [
  12701.                                 'description' => NULL,
  12702.                                 'value' => 'HOMEPAGE',
  12703.                             ],
  12704.                             'FACEBOOK' => [
  12705.                                 'description' => NULL,
  12706.                                 'value' => 'FACEBOOK',
  12707.                             ],
  12708.                             'YOUTUBE' => [
  12709.                                 'description' => NULL,
  12710.                                 'value' => 'YOUTUBE',
  12711.                             ],
  12712.                             'LINKEDIN' => [
  12713.                                 'description' => NULL,
  12714.                                 'value' => 'LINKEDIN',
  12715.                             ],
  12716.                             'XING' => [
  12717.                                 'description' => NULL,
  12718.                                 'value' => 'XING',
  12719.                             ],
  12720.                             'KARRIEREPORTAL' => [
  12721.                                 'description' => NULL,
  12722.                                 'value' => 'KARRIEREPORTAL',
  12723.                             ],
  12724.                             'INSTAGRAM' => [
  12725.                                 'description' => NULL,
  12726.                                 'value' => 'INSTAGRAM',
  12727.                             ],
  12728.                             'X' => [
  12729.                                 'description' => NULL,
  12730.                                 'value' => 'X',
  12731.                             ],
  12732.                             'TIKTOK' => [
  12733.                                 'description' => NULL,
  12734.                                 'value' => 'TIKTOK',
  12735.                             ],
  12736.                         ],
  12737.                         'name' => 'ProfileLinkType',
  12738.                     ],
  12739.                 ],
  12740.                 'JobWorkField' => [
  12741.                     'type' => 'object',
  12742.                     'class_name' => 'JobWorkFieldType',
  12743.                     'inherits' => [
  12744.                     ],
  12745.                     'decorator' => false,
  12746.                     'config' => [
  12747.                         'description' => NULL,
  12748.                         'fields' => [
  12749.                             'id' => [
  12750.                                 'type' => 'ID!',
  12751.                                 'description' => NULL,
  12752.                             ],
  12753.                             'name' => [
  12754.                                 'type' => 'String!',
  12755.                                 'description' => NULL,
  12756.                             ],
  12757.                             'bicID' => [
  12758.                                 'type' => 'Int',
  12759.                                 'description' => NULL,
  12760.                             ],
  12761.                             'description' => [
  12762.                                 'type' => 'String',
  12763.                                 'description' => NULL,
  12764.                             ],
  12765.                         ],
  12766.                         'interfaces' => [
  12767.                         ],
  12768.                         'name' => 'JobWorkField',
  12769.                         'builders' => [
  12770.                         ],
  12771.                     ],
  12772.                 ],
  12773.                 'GameJRSchoolClass' => [
  12774.                     'type' => 'object',
  12775.                     'class_name' => 'GameJRSchoolClassType',
  12776.                     'inherits' => [
  12777.                     ],
  12778.                     'decorator' => false,
  12779.                     'config' => [
  12780.                         'description' => NULL,
  12781.                         'fields' => [
  12782.                             'id' => [
  12783.                                 'type' => 'Int!',
  12784.                                 'description' => NULL,
  12785.                             ],
  12786.                             'jobs' => [
  12787.                                 'type' => '[GameJRJob]',
  12788.                                 'description' => NULL,
  12789.                             ],
  12790.                             'lastJob' => [
  12791.                                 'type' => 'JobSimple',
  12792.                                 'description' => NULL,
  12793.                             ],
  12794.                             'lastStep' => [
  12795.                                 'type' => 'Int',
  12796.                                 'description' => NULL,
  12797.                             ],
  12798.                         ],
  12799.                         'interfaces' => [
  12800.                         ],
  12801.                         'name' => 'GameJRSchoolClass',
  12802.                         'builders' => [
  12803.                         ],
  12804.                     ],
  12805.                 ],
  12806.                 'Icon' => [
  12807.                     'type' => 'object',
  12808.                     'class_name' => 'IconType',
  12809.                     'inherits' => [
  12810.                     ],
  12811.                     'decorator' => false,
  12812.                     'config' => [
  12813.                         'description' => NULL,
  12814.                         'fields' => [
  12815.                             'iconValue' => [
  12816.                                 'type' => 'String!',
  12817.                                 'description' => NULL,
  12818.                             ],
  12819.                             'color' => [
  12820.                                 'type' => 'Color',
  12821.                                 'description' => NULL,
  12822.                             ],
  12823.                         ],
  12824.                         'interfaces' => [
  12825.                         ],
  12826.                         'name' => 'Icon',
  12827.                         'builders' => [
  12828.                         ],
  12829.                     ],
  12830.                 ],
  12831.                 'School' => [
  12832.                     'type' => 'object',
  12833.                     'class_name' => 'SchoolType',
  12834.                     'inherits' => [
  12835.                     ],
  12836.                     'decorator' => false,
  12837.                     'config' => [
  12838.                         'description' => NULL,
  12839.                         'fields' => [
  12840.                             'id' => [
  12841.                                 'type' => 'ID!',
  12842.                                 'description' => NULL,
  12843.                             ],
  12844.                             'name' => [
  12845.                                 'type' => 'String!',
  12846.                                 'description' => NULL,
  12847.                             ],
  12848.                             'url' => [
  12849.                                 'type' => 'String',
  12850.                                 'description' => NULL,
  12851.                             ],
  12852.                             'address' => [
  12853.                                 'type' => 'Address',
  12854.                                 'description' => NULL,
  12855.                             ],
  12856.                             'communication' => [
  12857.                                 'type' => 'Communication',
  12858.                                 'description' => NULL,
  12859.                             ],
  12860.                         ],
  12861.                         'interfaces' => [
  12862.                         ],
  12863.                         'name' => 'School',
  12864.                         'builders' => [
  12865.                         ],
  12866.                     ],
  12867.                 ],
  12868.                 'StoryCardHighlightPosition' => [
  12869.                     'type' => 'enum',
  12870.                     'class_name' => 'StoryCardHighlightPositionType',
  12871.                     'inherits' => [
  12872.                     ],
  12873.                     'decorator' => false,
  12874.                     'config' => [
  12875.                         'description' => NULL,
  12876.                         'values' => [
  12877.                             'AFTER' => [
  12878.                                 'description' => NULL,
  12879.                                 'value' => 'AFTER',
  12880.                             ],
  12881.                             'BEFORE' => [
  12882.                                 'description' => NULL,
  12883.                                 'value' => 'BEFORE',
  12884.                             ],
  12885.                         ],
  12886.                         'name' => 'StoryCardHighlightPosition',
  12887.                     ],
  12888.                 ],
  12889.                 'GameCategoryProgress' => [
  12890.                     'type' => 'object',
  12891.                     'class_name' => 'GameCategoryProgressType',
  12892.                     'inherits' => [
  12893.                     ],
  12894.                     'decorator' => false,
  12895.                     'config' => [
  12896.                         'description' => NULL,
  12897.                         'fields' => [
  12898.                             'id' => [
  12899.                                 'type' => 'ID!',
  12900.                                 'description' => NULL,
  12901.                             ],
  12902.                             'gameType' => [
  12903.                                 'type' => 'GameType!',
  12904.                                 'description' => NULL,
  12905.                             ],
  12906.                             'roundNumber' => [
  12907.                                 'type' => 'Int!',
  12908.                                 'description' => NULL,
  12909.                             ],
  12910.                             'highscore' => [
  12911.                                 'type' => 'Int!',
  12912.                                 'description' => NULL,
  12913.                             ],
  12914.                         ],
  12915.                         'interfaces' => [
  12916.                         ],
  12917.                         'name' => 'GameCategoryProgress',
  12918.                         'builders' => [
  12919.                         ],
  12920.                     ],
  12921.                 ],
  12922.                 'Image' => [
  12923.                     'type' => 'object',
  12924.                     'class_name' => 'ImageType',
  12925.                     'inherits' => [
  12926.                     ],
  12927.                     'decorator' => false,
  12928.                     'config' => [
  12929.                         'description' => NULL,
  12930.                         'fields' => [
  12931.                             'id' => [
  12932.                                 'type' => 'ID!',
  12933.                                 'description' => NULL,
  12934.                             ],
  12935.                             'info' => [
  12936.                                 'type' => 'ImageInfo',
  12937.                                 'description' => NULL,
  12938.                             ],
  12939.                             'medium' => [
  12940.                                 'type' => 'ImageData',
  12941.                                 'description' => NULL,
  12942.                             ],
  12943.                             'portrait' => [
  12944.                                 'type' => 'ImageData',
  12945.                                 'description' => NULL,
  12946.                             ],
  12947.                             'landscape' => [
  12948.                                 'type' => 'ImageData',
  12949.                                 'description' => NULL,
  12950.                             ],
  12951.                             'large' => [
  12952.                                 'type' => 'ImageData',
  12953.                                 'description' => NULL,
  12954.                             ],
  12955.                             'xlarge' => [
  12956.                                 'type' => 'ImageData',
  12957.                                 'description' => NULL,
  12958.                             ],
  12959.                             'huge' => [
  12960.                                 'type' => 'ImageData',
  12961.                                 'description' => NULL,
  12962.                             ],
  12963.                         ],
  12964.                         'interfaces' => [
  12965.                         ],
  12966.                         'name' => 'Image',
  12967.                         'builders' => [
  12968.                         ],
  12969.                     ],
  12970.                 ],
  12971.                 'Question' => [
  12972.                     'type' => 'object',
  12973.                     'class_name' => 'QuestionType',
  12974.                     'inherits' => [
  12975.                     ],
  12976.                     'decorator' => false,
  12977.                     'config' => [
  12978.                         'description' => NULL,
  12979.                         'fields' => [
  12980.                             'status' => [
  12981.                                 'type' => 'Status',
  12982.                                 'description' => NULL,
  12983.                             ],
  12984.                             'id' => [
  12985.                                 'type' => 'ID!',
  12986.                                 'description' => NULL,
  12987.                             ],
  12988.                             'text' => [
  12989.                                 'type' => 'String',
  12990.                                 'description' => NULL,
  12991.                             ],
  12992.                             'image' => [
  12993.                                 'type' => 'Image',
  12994.                                 'description' => NULL,
  12995.                             ],
  12996.                             'answers' => [
  12997.                                 'type' => '[QuestionAnswer!]',
  12998.                                 'description' => NULL,
  12999.                             ],
  13000.                         ],
  13001.                         'interfaces' => [
  13002.                         ],
  13003.                         'name' => 'Question',
  13004.                         'builders' => [
  13005.                         ],
  13006.                     ],
  13007.                 ],
  13008.                 'Communication' => [
  13009.                     'type' => 'object',
  13010.                     'class_name' => 'CommunicationType',
  13011.                     'inherits' => [
  13012.                     ],
  13013.                     'decorator' => false,
  13014.                     'config' => [
  13015.                         'description' => NULL,
  13016.                         'fields' => [
  13017.                             'id' => [
  13018.                                 'type' => 'ID!',
  13019.                                 'description' => NULL,
  13020.                             ],
  13021.                             'entries' => [
  13022.                                 'type' => '[CommunicationEntry!]',
  13023.                                 'description' => NULL,
  13024.                             ],
  13025.                         ],
  13026.                         'interfaces' => [
  13027.                         ],
  13028.                         'name' => 'Communication',
  13029.                         'builders' => [
  13030.                         ],
  13031.                     ],
  13032.                 ],
  13033.                 'EventState' => [
  13034.                     'type' => 'enum',
  13035.                     'class_name' => 'EventStateType',
  13036.                     'inherits' => [
  13037.                     ],
  13038.                     'decorator' => false,
  13039.                     'config' => [
  13040.                         'description' => NULL,
  13041.                         'values' => [
  13042.                             'ACTIVE' => [
  13043.                                 'description' => NULL,
  13044.                                 'value' => 'ACTIVE',
  13045.                             ],
  13046.                             'INACTIVE' => [
  13047.                                 'description' => NULL,
  13048.                                 'value' => 'INACTIVE',
  13049.                             ],
  13050.                             'DELETED' => [
  13051.                                 'description' => NULL,
  13052.                                 'value' => 'DELETED',
  13053.                             ],
  13054.                         ],
  13055.                         'name' => 'EventState',
  13056.                     ],
  13057.                 ],
  13058.                 'JobSimple' => [
  13059.                     'type' => 'object',
  13060.                     'class_name' => 'JobSimpleType',
  13061.                     'inherits' => [
  13062.                     ],
  13063.                     'decorator' => false,
  13064.                     'config' => [
  13065.                         'description' => NULL,
  13066.                         'fields' => [
  13067.                             'id' => [
  13068.                                 'type' => 'ID!',
  13069.                                 'description' => NULL,
  13070.                             ],
  13071.                             'name' => [
  13072.                                 'type' => 'String!',
  13073.                                 'description' => NULL,
  13074.                             ],
  13075.                             'bicID' => [
  13076.                                 'type' => 'Int',
  13077.                                 'description' => NULL,
  13078.                             ],
  13079.                             'interestFields' => [
  13080.                                 'type' => '[InterestField!]',
  13081.                                 'description' => NULL,
  13082.                             ],
  13083.                         ],
  13084.                         'interfaces' => [
  13085.                         ],
  13086.                         'name' => 'JobSimple',
  13087.                         'builders' => [
  13088.                         ],
  13089.                     ],
  13090.                 ],
  13091.                 'SearchTag' => [
  13092.                     'type' => 'object',
  13093.                     'class_name' => 'SearchTagType',
  13094.                     'inherits' => [
  13095.                     ],
  13096.                     'decorator' => false,
  13097.                     'config' => [
  13098.                         'description' => NULL,
  13099.                         'fields' => [
  13100.                             'id' => [
  13101.                                 'type' => 'ID!',
  13102.                                 'description' => NULL,
  13103.                             ],
  13104.                             'name' => [
  13105.                                 'type' => 'String!',
  13106.                                 'description' => NULL,
  13107.                             ],
  13108.                         ],
  13109.                         'interfaces' => [
  13110.                         ],
  13111.                         'name' => 'SearchTag',
  13112.                         'builders' => [
  13113.                         ],
  13114.                     ],
  13115.                 ],
  13116.                 'ViewCount' => [
  13117.                     'type' => 'object',
  13118.                     'class_name' => 'ViewCountType',
  13119.                     'inherits' => [
  13120.                     ],
  13121.                     'decorator' => false,
  13122.                     'config' => [
  13123.                         'description' => NULL,
  13124.                         'fields' => [
  13125.                             'jobs' => [
  13126.                                 'type' => 'Int',
  13127.                                 'description' => NULL,
  13128.                             ],
  13129.                             'profiles' => [
  13130.                                 'type' => 'Int',
  13131.                                 'description' => NULL,
  13132.                             ],
  13133.                         ],
  13134.                         'interfaces' => [
  13135.                         ],
  13136.                         'name' => 'ViewCount',
  13137.                         'builders' => [
  13138.                         ],
  13139.                     ],
  13140.                 ],
  13141.                 'InterestFieldStats' => [
  13142.                     'type' => 'object',
  13143.                     'class_name' => 'InterestFieldStatsType',
  13144.                     'inherits' => [
  13145.                     ],
  13146.                     'decorator' => false,
  13147.                     'config' => [
  13148.                         'description' => NULL,
  13149.                         'fields' => [
  13150.                             'id' => [
  13151.                                 'type' => 'ID!',
  13152.                                 'description' => NULL,
  13153.                             ],
  13154.                             'interestName' => [
  13155.                                 'type' => 'String!',
  13156.                                 'description' => NULL,
  13157.                             ],
  13158.                             'value' => [
  13159.                                 'type' => 'Int!',
  13160.                                 'description' => NULL,
  13161.                             ],
  13162.                         ],
  13163.                         'interfaces' => [
  13164.                         ],
  13165.                         'name' => 'InterestFieldStats',
  13166.                         'builders' => [
  13167.                         ],
  13168.                     ],
  13169.                 ],
  13170.                 'GameJRAnswer' => [
  13171.                     'type' => 'object',
  13172.                     'class_name' => 'GameJRAnswerType',
  13173.                     'inherits' => [
  13174.                     ],
  13175.                     'decorator' => false,
  13176.                     'config' => [
  13177.                         'description' => NULL,
  13178.                         'fields' => [
  13179.                             'isCorrect' => [
  13180.                                 'type' => 'Boolean!',
  13181.                                 'description' => NULL,
  13182.                             ],
  13183.                             'isComplete' => [
  13184.                                 'type' => 'Boolean!',
  13185.                                 'description' => NULL,
  13186.                             ],
  13187.                             'answerHeadline' => [
  13188.                                 'type' => 'String!',
  13189.                                 'description' => NULL,
  13190.                             ],
  13191.                             'requirements' => [
  13192.                                 'type' => '[JobRequirement!]',
  13193.                                 'description' => NULL,
  13194.                             ],
  13195.                         ],
  13196.                         'interfaces' => [
  13197.                         ],
  13198.                         'name' => 'GameJRAnswer',
  13199.                         'builders' => [
  13200.                         ],
  13201.                     ],
  13202.                 ],
  13203.                 'JobExpertTerm' => [
  13204.                     'type' => 'object',
  13205.                     'class_name' => 'JobExpertTermType',
  13206.                     'inherits' => [
  13207.                     ],
  13208.                     'decorator' => false,
  13209.                     'config' => [
  13210.                         'description' => NULL,
  13211.                         'fields' => [
  13212.                             'id' => [
  13213.                                 'type' => 'ID!',
  13214.                                 'description' => NULL,
  13215.                             ],
  13216.                             'bicID' => [
  13217.                                 'type' => 'Int',
  13218.                                 'description' => NULL,
  13219.                             ],
  13220.                             'termName' => [
  13221.                                 'type' => 'String!',
  13222.                                 'description' => NULL,
  13223.                             ],
  13224.                             'description' => [
  13225.                                 'type' => 'String',
  13226.                                 'description' => NULL,
  13227.                             ],
  13228.                         ],
  13229.                         'interfaces' => [
  13230.                         ],
  13231.                         'name' => 'JobExpertTerm',
  13232.                         'builders' => [
  13233.                         ],
  13234.                     ],
  13235.                 ],
  13236.                 'Championship' => [
  13237.                     'type' => 'object',
  13238.                     'class_name' => 'ChampionshipType',
  13239.                     'inherits' => [
  13240.                     ],
  13241.                     'decorator' => false,
  13242.                     'config' => [
  13243.                         'description' => NULL,
  13244.                         'fields' => [
  13245.                             'id' => [
  13246.                                 'type' => 'ID!',
  13247.                                 'description' => NULL,
  13248.                             ],
  13249.                             'competitionName' => [
  13250.                                 'type' => 'String!',
  13251.                                 'description' => NULL,
  13252.                             ],
  13253.                             'startAt' => [
  13254.                                 'type' => 'String',
  13255.                                 'description' => NULL,
  13256.                             ],
  13257.                             'endAt' => [
  13258.                                 'type' => 'String',
  13259.                                 'description' => NULL,
  13260.                             ],
  13261.                             'daysLeft' => [
  13262.                                 'type' => 'Int!',
  13263.                                 'description' => NULL,
  13264.                             ],
  13265.                         ],
  13266.                         'interfaces' => [
  13267.                         ],
  13268.                         'name' => 'Championship',
  13269.                         'builders' => [
  13270.                         ],
  13271.                     ],
  13272.                 ],
  13273.                 'AddressDistrict' => [
  13274.                     'type' => 'object',
  13275.                     'class_name' => 'AddressDistrictType',
  13276.                     'inherits' => [
  13277.                     ],
  13278.                     'decorator' => false,
  13279.                     'config' => [
  13280.                         'description' => NULL,
  13281.                         'fields' => [
  13282.                             'id' => [
  13283.                                 'type' => 'ID!',
  13284.                                 'description' => NULL,
  13285.                             ],
  13286.                             'name' => [
  13287.                                 'type' => 'String!',
  13288.                                 'description' => NULL,
  13289.                             ],
  13290.                             'bkz' => [
  13291.                                 'type' => 'String!',
  13292.                                 'description' => NULL,
  13293.                             ],
  13294.                         ],
  13295.                         'interfaces' => [
  13296.                         ],
  13297.                         'name' => 'AddressDistrict',
  13298.                         'builders' => [
  13299.                         ],
  13300.                     ],
  13301.                 ],
  13302.                 'Event' => [
  13303.                     'type' => 'object',
  13304.                     'class_name' => 'EventType',
  13305.                     'inherits' => [
  13306.                     ],
  13307.                     'decorator' => false,
  13308.                     'config' => [
  13309.                         'description' => NULL,
  13310.                         'fields' => [
  13311.                             'id' => [
  13312.                                 'type' => 'ID!',
  13313.                                 'description' => NULL,
  13314.                             ],
  13315.                             'name' => [
  13316.                                 'type' => 'String!',
  13317.                                 'description' => NULL,
  13318.                             ],
  13319.                             'description' => [
  13320.                                 'type' => 'String!',
  13321.                                 'description' => NULL,
  13322.                             ],
  13323.                             'descriptionLong' => [
  13324.                                 'type' => 'String!',
  13325.                                 'description' => NULL,
  13326.                             ],
  13327.                             'maxParticipants' => [
  13328.                                 'type' => 'Int',
  13329.                                 'description' => NULL,
  13330.                             ],
  13331.                             'duration' => [
  13332.                                 'type' => 'String',
  13333.                                 'description' => NULL,
  13334.                             ],
  13335.                             'requirements' => [
  13336.                                 'type' => 'String',
  13337.                                 'description' => NULL,
  13338.                             ],
  13339.                             'createdAt' => [
  13340.                                 'type' => 'String',
  13341.                                 'description' => NULL,
  13342.                             ],
  13343.                             'address' => [
  13344.                                 'type' => 'Address',
  13345.                                 'description' => NULL,
  13346.                             ],
  13347.                             'image' => [
  13348.                                 'type' => 'Image',
  13349.                                 'description' => NULL,
  13350.                             ],
  13351.                             'eventState' => [
  13352.                                 'type' => 'EventState',
  13353.                                 'description' => NULL,
  13354.                             ],
  13355.                             'eventTags' => [
  13356.                                 'type' => '[EventTag!]',
  13357.                                 'description' => NULL,
  13358.                             ],
  13359.                             'jobs' => [
  13360.                                 'type' => '[JobSimple!]',
  13361.                                 'description' => NULL,
  13362.                             ],
  13363.                             'media' => [
  13364.                                 'type' => '[Media!]',
  13365.                                 'description' => NULL,
  13366.                             ],
  13367.                             'appointments' => [
  13368.                                 'type' => '[Appointment!]',
  13369.                                 'description' => NULL,
  13370.                             ],
  13371.                             'mediaGallery' => [
  13372.                                 'type' => 'Gallery',
  13373.                                 'description' => NULL,
  13374.                             ],
  13375.                             'documents' => [
  13376.                                 'type' => 'Gallery',
  13377.                                 'description' => NULL,
  13378.                             ],
  13379.                             'documentsFollowUp' => [
  13380.                                 'type' => 'Gallery',
  13381.                                 'description' => NULL,
  13382.                             ],
  13383.                         ],
  13384.                         'interfaces' => [
  13385.                         ],
  13386.                         'name' => 'Event',
  13387.                         'builders' => [
  13388.                         ],
  13389.                     ],
  13390.                 ],
  13391.                 'AnswerWrong' => [
  13392.                     'type' => 'object',
  13393.                     'class_name' => 'AnswerWrongType',
  13394.                     'inherits' => [
  13395.                     ],
  13396.                     'decorator' => false,
  13397.                     'config' => [
  13398.                         'description' => NULL,
  13399.                         'fields' => [
  13400.                             'status' => [
  13401.                                 'type' => 'Status!',
  13402.                                 'description' => NULL,
  13403.                             ],
  13404.                             'answerIds' => [
  13405.                                 'type' => '[Int]',
  13406.                                 'description' => NULL,
  13407.                             ],
  13408.                         ],
  13409.                         'interfaces' => [
  13410.                         ],
  13411.                         'name' => 'AnswerWrong',
  13412.                         'builders' => [
  13413.                         ],
  13414.                     ],
  13415.                 ],
  13416.                 'ProfileResults' => [
  13417.                     'type' => 'object',
  13418.                     'class_name' => 'ProfileResultsType',
  13419.                     'inherits' => [
  13420.                     ],
  13421.                     'decorator' => false,
  13422.                     'config' => [
  13423.                         'description' => NULL,
  13424.                         'fields' => [
  13425.                             'numResults' => [
  13426.                                 'type' => 'Int!',
  13427.                                 'description' => NULL,
  13428.                             ],
  13429.                             'profiles' => [
  13430.                                 'type' => '[Profile!]',
  13431.                                 'description' => NULL,
  13432.                             ],
  13433.                         ],
  13434.                         'interfaces' => [
  13435.                         ],
  13436.                         'name' => 'ProfileResults',
  13437.                         'builders' => [
  13438.                         ],
  13439.                     ],
  13440.                 ],
  13441.                 'Story' => [
  13442.                     'type' => 'object',
  13443.                     'class_name' => 'StoryType',
  13444.                     'inherits' => [
  13445.                     ],
  13446.                     'decorator' => false,
  13447.                     'config' => [
  13448.                         'description' => NULL,
  13449.                         'fields' => [
  13450.                             'id' => [
  13451.                                 'type' => 'Int',
  13452.                                 'description' => NULL,
  13453.                             ],
  13454.                             'bicID' => [
  13455.                                 'type' => 'Int',
  13456.                                 'description' => NULL,
  13457.                             ],
  13458.                             'jobName' => [
  13459.                                 'type' => 'String',
  13460.                                 'description' => NULL,
  13461.                             ],
  13462.                             'title' => [
  13463.                                 'type' => 'String',
  13464.                                 'description' => NULL,
  13465.                             ],
  13466.                             'portrait' => [
  13467.                                 'type' => 'String',
  13468.                                 'description' => NULL,
  13469.                             ],
  13470.                             'user' => [
  13471.                                 'type' => 'StoryUser',
  13472.                                 'description' => NULL,
  13473.                             ],
  13474.                             'cards' => [
  13475.                                 'type' => '[StoryCard!]',
  13476.                                 'description' => NULL,
  13477.                             ],
  13478.                             'nextStories' => [
  13479.                                 'type' => 'NextStoryCard',
  13480.                                 'description' => NULL,
  13481.                             ],
  13482.                             'image' => [
  13483.                                 'type' => 'Image',
  13484.                                 'description' => NULL,
  13485.                             ],
  13486.                             'icon' => [
  13487.                                 'type' => 'Icon',
  13488.                                 'description' => NULL,
  13489.                             ],
  13490.                             'tags' => [
  13491.                                 'type' => '[Tag!]',
  13492.                                 'description' => NULL,
  13493.                             ],
  13494.                             'color' => [
  13495.                                 'type' => 'Color',
  13496.                                 'description' => NULL,
  13497.                             ],
  13498.                             'gradient' => [
  13499.                                 'type' => 'StoryGradient',
  13500.                                 'description' => NULL,
  13501.                             ],
  13502.                             'quizLink' => [
  13503.                                 'type' => 'String',
  13504.                                 'description' => NULL,
  13505.                             ],
  13506.                             'vrDirectLink' => [
  13507.                                 'type' => 'String',
  13508.                                 'description' => NULL,
  13509.                             ],
  13510.                             'schoolProfile' => [
  13511.                                 'type' => 'SchoolProfile',
  13512.                                 'description' => NULL,
  13513.                             ],
  13514.                             'visits' => [
  13515.                                 'type' => 'Int',
  13516.                                 'description' => NULL,
  13517.                             ],
  13518.                             'quizDone' => [
  13519.                                 'type' => 'Boolean!',
  13520.                                 'description' => NULL,
  13521.                             ],
  13522.                         ],
  13523.                         'interfaces' => [
  13524.                         ],
  13525.                         'name' => 'Story',
  13526.                         'builders' => [
  13527.                         ],
  13528.                     ],
  13529.                 ],
  13530.                 'RookieOfferPreview' => [
  13531.                     'type' => 'object',
  13532.                     'class_name' => 'RookieOfferPreviewType',
  13533.                     'inherits' => [
  13534.                     ],
  13535.                     'decorator' => false,
  13536.                     'config' => [
  13537.                         'description' => NULL,
  13538.                         'fields' => [
  13539.                             'id' => [
  13540.                                 'type' => 'Int!',
  13541.                                 'description' => NULL,
  13542.                             ],
  13543.                             'provider' => [
  13544.                                 'type' => 'RookieProvider!',
  13545.                                 'description' => NULL,
  13546.                             ],
  13547.                             'job' => [
  13548.                                 'type' => 'JobSimple!',
  13549.                                 'description' => NULL,
  13550.                             ],
  13551.                             'timeSlot' => [
  13552.                                 'type' => 'RookieTimeSlot',
  13553.                                 'description' => NULL,
  13554.                             ],
  13555.                             'remainingSlots' => [
  13556.                                 'type' => 'Int!',
  13557.                                 'description' => NULL,
  13558.                             ],
  13559.                             'shortCode' => [
  13560.                                 'type' => 'String!',
  13561.                                 'description' => NULL,
  13562.                             ],
  13563.                             'rookieDistrict' => [
  13564.                                 'type' => 'RookieDistrict!',
  13565.                                 'description' => NULL,
  13566.                             ],
  13567.                         ],
  13568.                         'interfaces' => [
  13569.                         ],
  13570.                         'name' => 'RookieOfferPreview',
  13571.                         'builders' => [
  13572.                         ],
  13573.                     ],
  13574.                 ],
  13575.                 'RookieSchool' => [
  13576.                     'type' => 'object',
  13577.                     'class_name' => 'RookieSchoolType',
  13578.                     'inherits' => [
  13579.                     ],
  13580.                     'decorator' => false,
  13581.                     'config' => [
  13582.                         'description' => NULL,
  13583.                         'fields' => [
  13584.                             'id' => [
  13585.                                 'type' => 'Int!',
  13586.                                 'description' => NULL,
  13587.                             ],
  13588.                             'schoolName' => [
  13589.                                 'type' => 'String!',
  13590.                                 'description' => NULL,
  13591.                             ],
  13592.                             'timeSlot' => [
  13593.                                 'type' => 'RookieTimeSlot',
  13594.                                 'description' => NULL,
  13595.                             ],
  13596.                         ],
  13597.                         'interfaces' => [
  13598.                         ],
  13599.                         'name' => 'RookieSchool',
  13600.                         'builders' => [
  13601.                         ],
  13602.                     ],
  13603.                 ],
  13604.                 'InRookieTimeSlotEntry' => [
  13605.                     'type' => 'input-object',
  13606.                     'class_name' => 'InRookieTimeSlotEntryType',
  13607.                     'inherits' => [
  13608.                     ],
  13609.                     'decorator' => false,
  13610.                     'config' => [
  13611.                         'description' => NULL,
  13612.                         'fields' => [
  13613.                             'timeSlotId' => [
  13614.                                 'type' => 'Int!',
  13615.                                 'description' => NULL,
  13616.                             ],
  13617.                             'numScholar' => [
  13618.                                 'type' => 'Int!',
  13619.                                 'description' => NULL,
  13620.                             ],
  13621.                         ],
  13622.                         'name' => 'InRookieTimeSlotEntry',
  13623.                     ],
  13624.                 ],
  13625.                 'RookieTimeSlot' => [
  13626.                     'type' => 'object',
  13627.                     'class_name' => 'RookieTimeSlotType',
  13628.                     'inherits' => [
  13629.                     ],
  13630.                     'decorator' => false,
  13631.                     'config' => [
  13632.                         'description' => NULL,
  13633.                         'fields' => [
  13634.                             'id' => [
  13635.                                 'type' => 'Int!',
  13636.                                 'description' => NULL,
  13637.                             ],
  13638.                             'state' => [
  13639.                                 'type' => 'RookieTimeSlotState!',
  13640.                                 'description' => NULL,
  13641.                             ],
  13642.                             'name' => [
  13643.                                 'type' => 'String!',
  13644.                                 'description' => NULL,
  13645.                             ],
  13646.                             'openAt' => [
  13647.                                 'type' => 'String!',
  13648.                                 'description' => NULL,
  13649.                             ],
  13650.                             'closeAt' => [
  13651.                                 'type' => 'String!',
  13652.                                 'description' => NULL,
  13653.                             ],
  13654.                             'workFrom' => [
  13655.                                 'type' => 'String!',
  13656.                                 'description' => NULL,
  13657.                             ],
  13658.                             'workTo' => [
  13659.                                 'type' => 'String!',
  13660.                                 'description' => NULL,
  13661.                             ],
  13662.                             'schools' => [
  13663.                                 'type' => '[RookieSchool!]',
  13664.                                 'description' => NULL,
  13665.                             ],
  13666.                         ],
  13667.                         'interfaces' => [
  13668.                         ],
  13669.                         'name' => 'RookieTimeSlot',
  13670.                         'builders' => [
  13671.                         ],
  13672.                     ],
  13673.                 ],
  13674.                 'InRookieContact' => [
  13675.                     'type' => 'input-object',
  13676.                     'class_name' => 'InRookieContactType',
  13677.                     'inherits' => [
  13678.                     ],
  13679.                     'decorator' => false,
  13680.                     'config' => [
  13681.                         'description' => NULL,
  13682.                         'fields' => [
  13683.                             'firstname' => [
  13684.                                 'type' => 'String!',
  13685.                                 'description' => NULL,
  13686.                             ],
  13687.                             'lastname' => [
  13688.                                 'type' => 'String!',
  13689.                                 'description' => NULL,
  13690.                             ],
  13691.                             'phone' => [
  13692.                                 'type' => 'String!',
  13693.                                 'description' => NULL,
  13694.                             ],
  13695.                             'email' => [
  13696.                                 'type' => 'String!',
  13697.                                 'description' => NULL,
  13698.                             ],
  13699.                         ],
  13700.                         'name' => 'InRookieContact',
  13701.                     ],
  13702.                 ],
  13703.                 'RookieDistrictState' => [
  13704.                     'type' => 'enum',
  13705.                     'class_name' => 'RookieDistrictStateType',
  13706.                     'inherits' => [
  13707.                     ],
  13708.                     'decorator' => false,
  13709.                     'config' => [
  13710.                         'description' => NULL,
  13711.                         'values' => [
  13712.                             'NOTSET' => [
  13713.                                 'description' => NULL,
  13714.                                 'value' => 'NOTSET',
  13715.                             ],
  13716.                             'HOLD' => [
  13717.                                 'description' => NULL,
  13718.                                 'value' => 'HOLD',
  13719.                             ],
  13720.                             'ACTIVE' => [
  13721.                                 'description' => NULL,
  13722.                                 'value' => 'ACTIVE',
  13723.                             ],
  13724.                         ],
  13725.                         'name' => 'RookieDistrictState',
  13726.                     ],
  13727.                 ],
  13728.                 'RookieSchoolClass' => [
  13729.                     'type' => 'object',
  13730.                     'class_name' => 'RookieSchoolClassType',
  13731.                     'inherits' => [
  13732.                     ],
  13733.                     'decorator' => false,
  13734.                     'config' => [
  13735.                         'description' => NULL,
  13736.                         'fields' => [
  13737.                             'schoolId' => [
  13738.                                 'type' => 'Int!',
  13739.                                 'description' => NULL,
  13740.                             ],
  13741.                             'schoolClassId' => [
  13742.                                 'type' => 'Int!',
  13743.                                 'description' => NULL,
  13744.                             ],
  13745.                             'schoolClassName' => [
  13746.                                 'type' => 'String!',
  13747.                                 'description' => NULL,
  13748.                             ],
  13749.                         ],
  13750.                         'interfaces' => [
  13751.                         ],
  13752.                         'name' => 'RookieSchoolClass',
  13753.                         'builders' => [
  13754.                         ],
  13755.                     ],
  13756.                 ],
  13757.                 'InRookieCompany' => [
  13758.                     'type' => 'input-object',
  13759.                     'class_name' => 'InRookieCompanyType',
  13760.                     'inherits' => [
  13761.                     ],
  13762.                     'decorator' => false,
  13763.                     'config' => [
  13764.                         'description' => NULL,
  13765.                         'fields' => [
  13766.                             'companyProfileId' => [
  13767.                                 'type' => 'Int',
  13768.                                 'description' => NULL,
  13769.                             ],
  13770.                             'companyName' => [
  13771.                                 'type' => 'String!',
  13772.                                 'description' => NULL,
  13773.                             ],
  13774.                             'street' => [
  13775.                                 'type' => 'String!',
  13776.                                 'description' => NULL,
  13777.                             ],
  13778.                             'zip' => [
  13779.                                 'type' => 'String!',
  13780.                                 'description' => NULL,
  13781.                             ],
  13782.                             'city' => [
  13783.                                 'type' => 'String!',
  13784.                                 'description' => NULL,
  13785.                             ],
  13786.                         ],
  13787.                         'name' => 'InRookieCompany',
  13788.                     ],
  13789.                 ],
  13790.                 'RookieOfferTimeSlotMapping' => [
  13791.                     'type' => 'object',
  13792.                     'class_name' => 'RookieOfferTimeSlotMappingType',
  13793.                     'inherits' => [
  13794.                     ],
  13795.                     'decorator' => false,
  13796.                     'config' => [
  13797.                         'description' => NULL,
  13798.                         'fields' => [
  13799.                             'id' => [
  13800.                                 'type' => 'Int!',
  13801.                                 'description' => NULL,
  13802.                             ],
  13803.                             'provider' => [
  13804.                                 'type' => 'RookieProvider!',
  13805.                                 'description' => NULL,
  13806.                             ],
  13807.                             'job' => [
  13808.                                 'type' => 'RookieJob!',
  13809.                                 'description' => NULL,
  13810.                             ],
  13811.                             'timeSlot' => [
  13812.                                 'type' => 'RookieTimeSlot!',
  13813.                                 'description' => NULL,
  13814.                             ],
  13815.                             'workTime' => [
  13816.                                 'type' => 'String',
  13817.                                 'description' => NULL,
  13818.                             ],
  13819.                             'workClothes' => [
  13820.                                 'type' => 'String',
  13821.                                 'description' => NULL,
  13822.                             ],
  13823.                             'remainingSlots' => [
  13824.                                 'type' => 'Int!',
  13825.                                 'description' => NULL,
  13826.                             ],
  13827.                             'additionalEntries' => [
  13828.                                 'type' => '[RookieOfferPreview!]',
  13829.                                 'description' => NULL,
  13830.                             ],
  13831.                             'shortCode' => [
  13832.                                 'type' => 'String!',
  13833.                                 'description' => NULL,
  13834.                             ],
  13835.                             'rookieDistrict' => [
  13836.                                 'type' => 'RookieDistrict!',
  13837.                                 'description' => NULL,
  13838.                             ],
  13839.                         ],
  13840.                         'interfaces' => [
  13841.                         ],
  13842.                         'name' => 'RookieOfferTimeSlotMapping',
  13843.                         'builders' => [
  13844.                         ],
  13845.                     ],
  13846.                 ],
  13847.                 'RookieDistrict' => [
  13848.                     'type' => 'object',
  13849.                     'class_name' => 'RookieDistrictType',
  13850.                     'inherits' => [
  13851.                     ],
  13852.                     'decorator' => false,
  13853.                     'config' => [
  13854.                         'description' => NULL,
  13855.                         'fields' => [
  13856.                             'id' => [
  13857.                                 'type' => 'Int!',
  13858.                                 'description' => NULL,
  13859.                             ],
  13860.                             'name' => [
  13861.                                 'type' => 'String!',
  13862.                                 'description' => NULL,
  13863.                             ],
  13864.                             'eventType' => [
  13865.                                 'type' => 'Int!',
  13866.                                 'description' => NULL,
  13867.                             ],
  13868.                             'state' => [
  13869.                                 'type' => 'RookieDistrictState!',
  13870.                                 'description' => NULL,
  13871.                             ],
  13872.                         ],
  13873.                         'interfaces' => [
  13874.                         ],
  13875.                         'name' => 'RookieDistrict',
  13876.                         'builders' => [
  13877.                         ],
  13878.                     ],
  13879.                 ],
  13880.                 'InRookieJobEntry' => [
  13881.                     'type' => 'input-object',
  13882.                     'class_name' => 'InRookieJobEntryType',
  13883.                     'inherits' => [
  13884.                     ],
  13885.                     'decorator' => false,
  13886.                     'config' => [
  13887.                         'description' => NULL,
  13888.                         'fields' => [
  13889.                             'jobId' => [
  13890.                                 'type' => 'Int!',
  13891.                                 'description' => NULL,
  13892.                             ],
  13893.                             'timeSlotEntries' => [
  13894.                                 'type' => '[InRookieTimeSlotEntry!]!',
  13895.                                 'description' => NULL,
  13896.                             ],
  13897.                             'workFrom' => [
  13898.                                 'type' => 'String!',
  13899.                                 'description' => NULL,
  13900.                             ],
  13901.                             'workTo' => [
  13902.                                 'type' => 'String!',
  13903.                                 'description' => NULL,
  13904.                             ],
  13905.                             'note' => [
  13906.                                 'type' => 'String',
  13907.                                 'description' => NULL,
  13908.                             ],
  13909.                         ],
  13910.                         'name' => 'InRookieJobEntry',
  13911.                     ],
  13912.                 ],
  13913.                 'RookieTimeSlotState' => [
  13914.                     'type' => 'enum',
  13915.                     'class_name' => 'RookieTimeSlotStateType',
  13916.                     'inherits' => [
  13917.                     ],
  13918.                     'decorator' => false,
  13919.                     'config' => [
  13920.                         'description' => NULL,
  13921.                         'values' => [
  13922.                             'NOTSET' => [
  13923.                                 'description' => NULL,
  13924.                                 'value' => 'NOTSET',
  13925.                             ],
  13926.                             'ACTIVE' => [
  13927.                                 'description' => NULL,
  13928.                                 'value' => 'ACTIVE',
  13929.                             ],
  13930.                             'ENDED' => [
  13931.                                 'description' => NULL,
  13932.                                 'value' => 'ENDED',
  13933.                             ],
  13934.                         ],
  13935.                         'name' => 'RookieTimeSlotState',
  13936.                     ],
  13937.                 ],
  13938.                 'RookieProviderRegisterTime' => [
  13939.                     'type' => 'object',
  13940.                     'class_name' => 'RookieProviderRegisterTimeType',
  13941.                     'inherits' => [
  13942.                     ],
  13943.                     'decorator' => false,
  13944.                     'config' => [
  13945.                         'description' => NULL,
  13946.                         'fields' => [
  13947.                             'openAt' => [
  13948.                                 'type' => 'String!',
  13949.                                 'description' => NULL,
  13950.                             ],
  13951.                             'closeAt' => [
  13952.                                 'type' => 'String!',
  13953.                                 'description' => NULL,
  13954.                             ],
  13955.                             'createdAt' => [
  13956.                                 'type' => 'String!',
  13957.                                 'description' => NULL,
  13958.                             ],
  13959.                         ],
  13960.                         'interfaces' => [
  13961.                         ],
  13962.                         'name' => 'RookieProviderRegisterTime',
  13963.                         'builders' => [
  13964.                         ],
  13965.                     ],
  13966.                 ],
  13967.                 'RookieOfferTimeSlotMappingSimple' => [
  13968.                     'type' => 'object',
  13969.                     'class_name' => 'RookieOfferTimeSlotMappingSimpleType',
  13970.                     'inherits' => [
  13971.                     ],
  13972.                     'decorator' => false,
  13973.                     'config' => [
  13974.                         'description' => NULL,
  13975.                         'fields' => [
  13976.                             'id' => [
  13977.                                 'type' => 'Int!',
  13978.                                 'description' => NULL,
  13979.                             ],
  13980.                             'timeSlot' => [
  13981.                                 'type' => 'RookieTimeSlot!',
  13982.                                 'description' => NULL,
  13983.                             ],
  13984.                         ],
  13985.                         'interfaces' => [
  13986.                         ],
  13987.                         'name' => 'RookieOfferTimeSlotMappingSimple',
  13988.                         'builders' => [
  13989.                         ],
  13990.                     ],
  13991.                 ],
  13992.                 'RookieProvider' => [
  13993.                     'type' => 'object',
  13994.                     'class_name' => 'RookieProviderType',
  13995.                     'inherits' => [
  13996.                     ],
  13997.                     'decorator' => false,
  13998.                     'config' => [
  13999.                         'description' => NULL,
  14000.                         'fields' => [
  14001.                             'id' => [
  14002.                                 'type' => 'Int!',
  14003.                                 'description' => NULL,
  14004.                             ],
  14005.                             'uuid' => [
  14006.                                 'type' => 'String!',
  14007.                                 'description' => NULL,
  14008.                             ],
  14009.                             'name' => [
  14010.                                 'type' => 'String!',
  14011.                                 'description' => NULL,
  14012.                             ],
  14013.                             'description' => [
  14014.                                 'type' => 'String!',
  14015.                                 'description' => NULL,
  14016.                             ],
  14017.                             'founded' => [
  14018.                                 'type' => 'Int',
  14019.                                 'description' => NULL,
  14020.                             ],
  14021.                             'locations' => [
  14022.                                 'type' => '[CompanyLocation!]',
  14023.                                 'description' => NULL,
  14024.                             ],
  14025.                             'mediaGallery' => [
  14026.                                 'type' => 'Gallery',
  14027.                                 'description' => NULL,
  14028.                             ],
  14029.                             'companySize' => [
  14030.                                 'type' => 'CompanySize',
  14031.                                 'description' => NULL,
  14032.                             ],
  14033.                             'companyBenefits' => [
  14034.                                 'type' => '[CompanyBenefit!]',
  14035.                                 'description' => NULL,
  14036.                             ],
  14037.                             'companyProfilePicture' => [
  14038.                                 'type' => 'Media',
  14039.                                 'description' => NULL,
  14040.                             ],
  14041.                             'headerPicture' => [
  14042.                                 'type' => 'Media',
  14043.                                 'description' => NULL,
  14044.                             ],
  14045.                         ],
  14046.                         'interfaces' => [
  14047.                         ],
  14048.                         'name' => 'RookieProvider',
  14049.                         'builders' => [
  14050.                         ],
  14051.                     ],
  14052.                 ],
  14053.                 'RookieJob' => [
  14054.                     'type' => 'object',
  14055.                     'class_name' => 'RookieJobType',
  14056.                     'inherits' => [
  14057.                     ],
  14058.                     'decorator' => false,
  14059.                     'config' => [
  14060.                         'description' => NULL,
  14061.                         'fields' => [
  14062.                             'id' => [
  14063.                                 'type' => 'Int!',
  14064.                                 'description' => NULL,
  14065.                             ],
  14066.                             'name' => [
  14067.                                 'type' => 'String!',
  14068.                                 'description' => NULL,
  14069.                             ],
  14070.                             'bicID' => [
  14071.                                 'type' => 'Int',
  14072.                                 'description' => NULL,
  14073.                             ],
  14074.                             'description' => [
  14075.                                 'type' => 'String',
  14076.                                 'description' => NULL,
  14077.                             ],
  14078.                             'jobEducationalPaths' => [
  14079.                                 'type' => '[JobEducationalPath!]',
  14080.                                 'description' => NULL,
  14081.                             ],
  14082.                             'scholasticDuration' => [
  14083.                                 'type' => 'JobScholasticDuration',
  14084.                                 'description' => NULL,
  14085.                             ],
  14086.                             'requirementsByType' => [
  14087.                                 'type' => 'JobRequirementCollection',
  14088.                                 'description' => NULL,
  14089.                             ],
  14090.                             'image' => [
  14091.                                 'type' => 'Image',
  14092.                                 'description' => NULL,
  14093.                             ],
  14094.                             'schoolSubjectMappings' => [
  14095.                                 'type' => '[JobSchoolSubjectMapping!]',
  14096.                                 'description' => NULL,
  14097.                             ],
  14098.                             'interestFields' => [
  14099.                                 'type' => '[InterestField!]',
  14100.                                 'description' => NULL,
  14101.                             ],
  14102.                             'jobLinkMappings' => [
  14103.                                 'type' => '[JobLinkMapping]',
  14104.                                 'description' => NULL,
  14105.                             ],
  14106.                             'jobRedirects' => [
  14107.                                 'type' => '[JobRedirect!]',
  14108.                                 'description' => NULL,
  14109.                             ],
  14110.                             'jobSalary' => [
  14111.                                 'type' => 'JobSalary',
  14112.                                 'description' => NULL,
  14113.                             ],
  14114.                             'jobWorkFields' => [
  14115.                                 'type' => '[JobWorkField!]',
  14116.                                 'description' => NULL,
  14117.                             ],
  14118.                         ],
  14119.                         'interfaces' => [
  14120.                         ],
  14121.                         'name' => 'RookieJob',
  14122.                         'builders' => [
  14123.                         ],
  14124.                     ],
  14125.                 ],
  14126.                 'InRookieRegisterCompany' => [
  14127.                     'type' => 'input-object',
  14128.                     'class_name' => 'InRookieRegisterCompanyType',
  14129.                     'inherits' => [
  14130.                     ],
  14131.                     'decorator' => false,
  14132.                     'config' => [
  14133.                         'description' => NULL,
  14134.                         'fields' => [
  14135.                             'districtId' => [
  14136.                                 'type' => 'Int!',
  14137.                                 'description' => NULL,
  14138.                             ],
  14139.                             'company' => [
  14140.                                 'type' => 'InRookieCompany!',
  14141.                                 'description' => NULL,
  14142.                             ],
  14143.                             'contact' => [
  14144.                                 'type' => 'InRookieContact!',
  14145.                                 'description' => NULL,
  14146.                             ],
  14147.                             'entries' => [
  14148.                                 'type' => '[InRookieJobEntry!]!',
  14149.                                 'description' => NULL,
  14150.                             ],
  14151.                         ],
  14152.                         'name' => 'InRookieRegisterCompany',
  14153.                     ],
  14154.                 ],
  14155.                 'RookieOffer' => [
  14156.                     'type' => 'object',
  14157.                     'class_name' => 'RookieOfferType',
  14158.                     'inherits' => [
  14159.                     ],
  14160.                     'decorator' => false,
  14161.                     'config' => [
  14162.                         'description' => NULL,
  14163.                         'fields' => [
  14164.                             'id' => [
  14165.                                 'type' => 'Int!',
  14166.                                 'description' => NULL,
  14167.                             ],
  14168.                             'provider' => [
  14169.                                 'type' => 'RookieProvider!',
  14170.                                 'description' => NULL,
  14171.                             ],
  14172.                             'job' => [
  14173.                                 'type' => 'RookieJob!',
  14174.                                 'description' => NULL,
  14175.                             ],
  14176.                             'timeSlotMappingsSimple' => [
  14177.                                 'type' => '[RookieOfferTimeSlotMappingSimple!]',
  14178.                                 'description' => NULL,
  14179.                             ],
  14180.                             'workTime' => [
  14181.                                 'type' => 'String',
  14182.                                 'description' => NULL,
  14183.                             ],
  14184.                             'workClothes' => [
  14185.                                 'type' => 'String',
  14186.                                 'description' => NULL,
  14187.                             ],
  14188.                             'remainingSlots' => [
  14189.                                 'type' => 'Int!',
  14190.                                 'description' => NULL,
  14191.                             ],
  14192.                             'additionalEntries' => [
  14193.                                 'type' => '[RookieOfferPreview!]',
  14194.                                 'description' => NULL,
  14195.                             ],
  14196.                             'shortCode' => [
  14197.                                 'type' => 'String!',
  14198.                                 'description' => NULL,
  14199.                             ],
  14200.                             'rookieDistrict' => [
  14201.                                 'type' => 'RookieDistrict!',
  14202.                                 'description' => NULL,
  14203.                             ],
  14204.                         ],
  14205.                         'interfaces' => [
  14206.                         ],
  14207.                         'name' => 'RookieOffer',
  14208.                         'builders' => [
  14209.                         ],
  14210.                     ],
  14211.                 ],
  14212.                 'InRookieScholar' => [
  14213.                     'type' => 'input-object',
  14214.                     'class_name' => 'InRookieScholarType',
  14215.                     'inherits' => [
  14216.                     ],
  14217.                     'decorator' => false,
  14218.                     'config' => [
  14219.                         'description' => NULL,
  14220.                         'fields' => [
  14221.                             'districtId' => [
  14222.                                 'type' => 'Int!',
  14223.                                 'description' => NULL,
  14224.                             ],
  14225.                             'positionId' => [
  14226.                                 'type' => 'Int',
  14227.                                 'description' => NULL,
  14228.                             ],
  14229.                             'schoolId' => [
  14230.                                 'type' => 'Int',
  14231.                                 'description' => NULL,
  14232.                             ],
  14233.                             'classId' => [
  14234.                                 'type' => 'Int',
  14235.                                 'description' => NULL,
  14236.                             ],
  14237.                             'selectedTimeSlots' => [
  14238.                                 'type' => '[Int!]',
  14239.                                 'description' => NULL,
  14240.                             ],
  14241.                             'firstName' => [
  14242.                                 'type' => 'String!',
  14243.                                 'description' => NULL,
  14244.                             ],
  14245.                             'lastName' => [
  14246.                                 'type' => 'String!',
  14247.                                 'description' => NULL,
  14248.                             ],
  14249.                             'email' => [
  14250.                                 'type' => 'String!',
  14251.                                 'description' => NULL,
  14252.                             ],
  14253.                             'phoneNumber' => [
  14254.                                 'type' => 'String!',
  14255.                                 'description' => NULL,
  14256.                             ],
  14257.                             'address' => [
  14258.                                 'type' => 'String!',
  14259.                                 'description' => NULL,
  14260.                             ],
  14261.                             'zip' => [
  14262.                                 'type' => 'String!',
  14263.                                 'description' => NULL,
  14264.                             ],
  14265.                             'location' => [
  14266.                                 'type' => 'String!',
  14267.                                 'description' => NULL,
  14268.                             ],
  14269.                             'privacyBoxSelected' => [
  14270.                                 'type' => 'Boolean!',
  14271.                                 'description' => NULL,
  14272.                             ],
  14273.                         ],
  14274.                         'name' => 'InRookieScholar',
  14275.                     ],
  14276.                 ],
  14277.                 'JobSalaryType' => [
  14278.                     'type' => 'enum',
  14279.                     'class_name' => 'JobSalaryTypeType',
  14280.                     'inherits' => [
  14281.                     ],
  14282.                     'decorator' => false,
  14283.                     'config' => [
  14284.                         'description' => NULL,
  14285.                         'values' => [
  14286.                             'YROA1' => [
  14287.                                 'description' => NULL,
  14288.                                 'value' => 'YROA1',
  14289.                             ],
  14290.                             'YROA2' => [
  14291.                                 'description' => NULL,
  14292.                                 'value' => 'YROA2',
  14293.                             ],
  14294.                             'YROA3' => [
  14295.                                 'description' => NULL,
  14296.                                 'value' => 'YROA3',
  14297.                             ],
  14298.                             'YROA4' => [
  14299.                                 'description' => NULL,
  14300.                                 'value' => 'YROA4',
  14301.                             ],
  14302.                             'ENTRY' => [
  14303.                                 'description' => NULL,
  14304.                                 'value' => 'ENTRY',
  14305.                             ],
  14306.                         ],
  14307.                         'name' => 'JobSalaryType',
  14308.                     ],
  14309.                 ],
  14310.                 'MiscFile' => [
  14311.                     'type' => 'object',
  14312.                     'class_name' => 'MiscFileType',
  14313.                     'inherits' => [
  14314.                     ],
  14315.                     'decorator' => false,
  14316.                     'config' => [
  14317.                         'description' => NULL,
  14318.                         'fields' => [
  14319.                             'id' => [
  14320.                                 'type' => 'ID!',
  14321.                                 'description' => NULL,
  14322.                             ],
  14323.                             'name' => [
  14324.                                 'type' => 'String',
  14325.                                 'description' => NULL,
  14326.                             ],
  14327.                             'filename' => [
  14328.                                 'type' => 'String',
  14329.                                 'description' => NULL,
  14330.                             ],
  14331.                         ],
  14332.                         'interfaces' => [
  14333.                         ],
  14334.                         'name' => 'MiscFile',
  14335.                         'builders' => [
  14336.                         ],
  14337.                     ],
  14338.                 ],
  14339.                 'JobEducationalPath' => [
  14340.                     'type' => 'object',
  14341.                     'class_name' => 'JobEducationalPathType',
  14342.                     'inherits' => [
  14343.                     ],
  14344.                     'decorator' => false,
  14345.                     'config' => [
  14346.                         'description' => NULL,
  14347.                         'fields' => [
  14348.                             'id' => [
  14349.                                 'type' => 'ID!',
  14350.                                 'description' => NULL,
  14351.                             ],
  14352.                             'bicID' => [
  14353.                                 'type' => 'Int',
  14354.                                 'description' => NULL,
  14355.                             ],
  14356.                             'name' => [
  14357.                                 'type' => 'String!',
  14358.                                 'description' => NULL,
  14359.                             ],
  14360.                             'description' => [
  14361.                                 'type' => 'String',
  14362.                                 'description' => NULL,
  14363.                             ],
  14364.                         ],
  14365.                         'interfaces' => [
  14366.                         ],
  14367.                         'name' => 'JobEducationalPath',
  14368.                         'builders' => [
  14369.                         ],
  14370.                     ],
  14371.                 ],
  14372.                 'JobMarketApplyType' => [
  14373.                     'type' => 'enum',
  14374.                     'class_name' => 'JobMarketApplyTypeType',
  14375.                     'inherits' => [
  14376.                     ],
  14377.                     'decorator' => false,
  14378.                     'config' => [
  14379.                         'description' => NULL,
  14380.                         'values' => [
  14381.                             'ONLINE' => [
  14382.                                 'description' => NULL,
  14383.                                 'value' => 'ONLINE',
  14384.                             ],
  14385.                             'EMAIL' => [
  14386.                                 'description' => NULL,
  14387.                                 'value' => 'EMAIL',
  14388.                             ],
  14389.                             'PHONE' => [
  14390.                                 'description' => NULL,
  14391.                                 'value' => 'PHONE',
  14392.                             ],
  14393.                             'POSTAL' => [
  14394.                                 'description' => NULL,
  14395.                                 'value' => 'POSTAL',
  14396.                             ],
  14397.                         ],
  14398.                         'name' => 'JobMarketApplyType',
  14399.                     ],
  14400.                 ],
  14401.                 'QuestionOpen' => [
  14402.                     'type' => 'object',
  14403.                     'class_name' => 'QuestionOpenType',
  14404.                     'inherits' => [
  14405.                     ],
  14406.                     'decorator' => false,
  14407.                     'config' => [
  14408.                         'description' => NULL,
  14409.                         'fields' => [
  14410.                             'status' => [
  14411.                                 'type' => 'Status',
  14412.                                 'description' => NULL,
  14413.                             ],
  14414.                             'id' => [
  14415.                                 'type' => 'ID!',
  14416.                                 'description' => NULL,
  14417.                             ],
  14418.                             'text' => [
  14419.                                 'type' => 'String',
  14420.                                 'description' => NULL,
  14421.                             ],
  14422.                             'answers' => [
  14423.                                 'type' => '[QuestionAnswer!]',
  14424.                                 'description' => NULL,
  14425.                             ],
  14426.                             'correctAnswer' => [
  14427.                                 'type' => 'QuestionAnswer!',
  14428.                                 'description' => NULL,
  14429.                             ],
  14430.                         ],
  14431.                         'interfaces' => [
  14432.                         ],
  14433.                         'name' => 'QuestionOpen',
  14434.                         'builders' => [
  14435.                         ],
  14436.                     ],
  14437.                 ],
  14438.                 'SchoolSubject' => [
  14439.                     'type' => 'object',
  14440.                     'class_name' => 'SchoolSubjectType',
  14441.                     'inherits' => [
  14442.                     ],
  14443.                     'decorator' => false,
  14444.                     'config' => [
  14445.                         'description' => NULL,
  14446.                         'fields' => [
  14447.                             'id' => [
  14448.                                 'type' => 'ID!',
  14449.                                 'description' => NULL,
  14450.                             ],
  14451.                             'name' => [
  14452.                                 'type' => 'String!',
  14453.                                 'description' => NULL,
  14454.                             ],
  14455.                             'abbreviation' => [
  14456.                                 'type' => 'String!',
  14457.                                 'description' => NULL,
  14458.                             ],
  14459.                         ],
  14460.                         'interfaces' => [
  14461.                         ],
  14462.                         'name' => 'SchoolSubject',
  14463.                         'builders' => [
  14464.                         ],
  14465.                     ],
  14466.                 ],
  14467.                 'MilestoneStats' => [
  14468.                     'type' => 'object',
  14469.                     'class_name' => 'MilestoneStatsType',
  14470.                     'inherits' => [
  14471.                     ],
  14472.                     'decorator' => false,
  14473.                     'config' => [
  14474.                         'description' => NULL,
  14475.                         'fields' => [
  14476.                             'scoredCount' => [
  14477.                                 'type' => 'Int!',
  14478.                                 'description' => NULL,
  14479.                             ],
  14480.                             'totalCount' => [
  14481.                                 'type' => 'Int!',
  14482.                                 'description' => NULL,
  14483.                             ],
  14484.                         ],
  14485.                         'interfaces' => [
  14486.                         ],
  14487.                         'name' => 'MilestoneStats',
  14488.                         'builders' => [
  14489.                         ],
  14490.                     ],
  14491.                 ],
  14492.                 'GameTrophyHuntAnswer' => [
  14493.                     'type' => 'object',
  14494.                     'class_name' => 'GameTrophyHuntAnswerType',
  14495.                     'inherits' => [
  14496.                     ],
  14497.                     'decorator' => false,
  14498.                     'config' => [
  14499.                         'description' => NULL,
  14500.                         'fields' => [
  14501.                             'isCorrect' => [
  14502.                                 'type' => 'Boolean!',
  14503.                                 'description' => NULL,
  14504.                             ],
  14505.                             'isComplete' => [
  14506.                                 'type' => 'Boolean!',
  14507.                                 'description' => NULL,
  14508.                             ],
  14509.                         ],
  14510.                         'interfaces' => [
  14511.                         ],
  14512.                         'name' => 'GameTrophyHuntAnswer',
  14513.                         'builders' => [
  14514.                         ],
  14515.                     ],
  14516.                 ],
  14517.                 'TeachingIdeaType' => [
  14518.                     'type' => 'object',
  14519.                     'class_name' => 'TeachingIdeaTypeType',
  14520.                     'inherits' => [
  14521.                     ],
  14522.                     'decorator' => false,
  14523.                     'config' => [
  14524.                         'description' => NULL,
  14525.                         'fields' => [
  14526.                             'id' => [
  14527.                                 'type' => 'Int!',
  14528.                                 'description' => NULL,
  14529.                             ],
  14530.                             'typeName' => [
  14531.                                 'type' => 'String!',
  14532.                                 'description' => NULL,
  14533.                             ],
  14534.                         ],
  14535.                         'interfaces' => [
  14536.                         ],
  14537.                         'name' => 'TeachingIdeaType',
  14538.                         'builders' => [
  14539.                         ],
  14540.                     ],
  14541.                 ],
  14542.                 'BoPartnerProfile' => [
  14543.                     'type' => 'object',
  14544.                     'class_name' => 'BoPartnerProfileType',
  14545.                     'inherits' => [
  14546.                     ],
  14547.                     'decorator' => false,
  14548.                     'config' => [
  14549.                         'description' => NULL,
  14550.                         'fields' => [
  14551.                             'id' => [
  14552.                                 'type' => 'ID!',
  14553.                                 'description' => NULL,
  14554.                             ],
  14555.                             'uuid' => [
  14556.                                 'type' => 'String!',
  14557.                                 'description' => NULL,
  14558.                             ],
  14559.                             'name' => [
  14560.                                 'type' => 'String!',
  14561.                                 'description' => NULL,
  14562.                             ],
  14563.                             'description' => [
  14564.                                 'type' => 'String',
  14565.                                 'description' => NULL,
  14566.                             ],
  14567.                             'certificateInformation' => [
  14568.                                 'type' => 'String',
  14569.                                 'description' => NULL,
  14570.                             ],
  14571.                             'searchTags' => [
  14572.                                 'type' => '[SearchTag!]',
  14573.                                 'description' => NULL,
  14574.                             ],
  14575.                             'locations' => [
  14576.                                 'type' => '[BoPartnerLocation!]',
  14577.                                 'description' => NULL,
  14578.                             ],
  14579.                             'jobs' => [
  14580.                                 'type' => '[Job!]',
  14581.                                 'description' => NULL,
  14582.                             ],
  14583.                             'communication' => [
  14584.                                 'type' => '[Communication!]',
  14585.                                 'description' => NULL,
  14586.                             ],
  14587.                             'url' => [
  14588.                                 'type' => 'String',
  14589.                                 'description' => NULL,
  14590.                             ],
  14591.                             'contactGallery' => [
  14592.                                 'type' => 'ContactGallery',
  14593.                                 'description' => NULL,
  14594.                             ],
  14595.                             'mediaGallery' => [
  14596.                                 'type' => 'Gallery',
  14597.                                 'description' => NULL,
  14598.                             ],
  14599.                             'documents' => [
  14600.                                 'type' => 'Gallery',
  14601.                                 'description' => NULL,
  14602.                             ],
  14603.                             'boPartnerProfilePicture' => [
  14604.                                 'type' => 'Image',
  14605.                                 'description' => NULL,
  14606.                             ],
  14607.                             'headerPicture' => [
  14608.                                 'type' => 'Image',
  14609.                                 'description' => NULL,
  14610.                             ],
  14611.                             'profileLink' => [
  14612.                                 'type' => 'ProfileLink',
  14613.                                 'description' => NULL,
  14614.                             ],
  14615.                             'offers' => [
  14616.                                 'type' => '[Offer!]',
  14617.                                 'description' => NULL,
  14618.                             ],
  14619.                             'relatedBoPartners' => [
  14620.                                 'type' => '[BoPartnerProfile!]',
  14621.                                 'description' => NULL,
  14622.                             ],
  14623.                             'quizUrl' => [
  14624.                                 'type' => 'String',
  14625.                                 'description' => NULL,
  14626.                             ],
  14627.                             'visits' => [
  14628.                                 'type' => 'Int',
  14629.                                 'description' => NULL,
  14630.                             ],
  14631.                             'providerUrl' => [
  14632.                                 'type' => 'String',
  14633.                                 'description' => NULL,
  14634.                             ],
  14635.                             'logoStyle' => [
  14636.                                 'type' => 'LogoStyle!',
  14637.                                 'description' => NULL,
  14638.                             ],
  14639.                         ],
  14640.                         'interfaces' => [
  14641.                             => 'ProfileInterface',
  14642.                         ],
  14643.                         'name' => 'BoPartnerProfile',
  14644.                         'builders' => [
  14645.                         ],
  14646.                     ],
  14647.                 ],
  14648.                 'GameJRJob' => [
  14649.                     'type' => 'object',
  14650.                     'class_name' => 'GameJRJobType',
  14651.                     'inherits' => [
  14652.                     ],
  14653.                     'decorator' => false,
  14654.                     'config' => [
  14655.                         'description' => NULL,
  14656.                         'fields' => [
  14657.                             'id' => [
  14658.                                 'type' => 'ID!',
  14659.                                 'description' => NULL,
  14660.                             ],
  14661.                             'nameDisplayed' => [
  14662.                                 'type' => 'String!',
  14663.                                 'description' => NULL,
  14664.                             ],
  14665.                             'name' => [
  14666.                                 'type' => 'String!',
  14667.                                 'description' => NULL,
  14668.                             ],
  14669.                             'bicID' => [
  14670.                                 'type' => 'Int',
  14671.                                 'description' => NULL,
  14672.                             ],
  14673.                             'avatarImage' => [
  14674.                                 'type' => 'Image',
  14675.                                 'description' => NULL,
  14676.                             ],
  14677.                             'jobImage' => [
  14678.                                 'type' => 'Image',
  14679.                                 'description' => NULL,
  14680.                             ],
  14681.                         ],
  14682.                         'interfaces' => [
  14683.                         ],
  14684.                         'name' => 'GameJRJob',
  14685.                         'builders' => [
  14686.                         ],
  14687.                     ],
  14688.                 ],
  14689.                 'SchoolClassQuest' => [
  14690.                     'type' => 'object',
  14691.                     'class_name' => 'SchoolClassQuestType',
  14692.                     'inherits' => [
  14693.                     ],
  14694.                     'decorator' => false,
  14695.                     'config' => [
  14696.                         'description' => NULL,
  14697.                         'fields' => [
  14698.                             'id' => [
  14699.                                 'type' => 'ID!',
  14700.                                 'description' => NULL,
  14701.                             ],
  14702.                             'progress' => [
  14703.                                 'type' => 'Int',
  14704.                                 'description' => NULL,
  14705.                             ],
  14706.                             'completeTasks' => [
  14707.                                 'type' => 'Int',
  14708.                                 'description' => NULL,
  14709.                             ],
  14710.                             'totalTasks' => [
  14711.                                 'type' => 'Int',
  14712.                                 'description' => NULL,
  14713.                             ],
  14714.                             'schoolClass' => [
  14715.                                 'type' => 'SchoolClass',
  14716.                                 'description' => NULL,
  14717.                             ],
  14718.                             'quest' => [
  14719.                                 'type' => 'Quest',
  14720.                                 'description' => NULL,
  14721.                             ],
  14722.                             'questTasks' => [
  14723.                                 'type' => '[SchoolClassQuestTask!]',
  14724.                                 'description' => NULL,
  14725.                             ],
  14726.                             'createdAt' => [
  14727.                                 'type' => 'String',
  14728.                                 'description' => NULL,
  14729.                             ],
  14730.                         ],
  14731.                         'interfaces' => [
  14732.                         ],
  14733.                         'name' => 'SchoolClassQuest',
  14734.                         'builders' => [
  14735.                         ],
  14736.                     ],
  14737.                 ],
  14738.                 'JobSector' => [
  14739.                     'type' => 'object',
  14740.                     'class_name' => 'JobSectorType',
  14741.                     'inherits' => [
  14742.                     ],
  14743.                     'decorator' => false,
  14744.                     'config' => [
  14745.                         'description' => NULL,
  14746.                         'fields' => [
  14747.                             'id' => [
  14748.                                 'type' => 'ID!',
  14749.                                 'description' => NULL,
  14750.                             ],
  14751.                             'name' => [
  14752.                                 'type' => 'String!',
  14753.                                 'description' => NULL,
  14754.                             ],
  14755.                             'bicID' => [
  14756.                                 'type' => 'Int',
  14757.                                 'description' => NULL,
  14758.                             ],
  14759.                             'description' => [
  14760.                                 'type' => 'String',
  14761.                                 'description' => NULL,
  14762.                             ],
  14763.                         ],
  14764.                         'interfaces' => [
  14765.                         ],
  14766.                         'name' => 'JobSector',
  14767.                         'builders' => [
  14768.                         ],
  14769.                     ],
  14770.                 ],
  14771.                 'FaqCategory' => [
  14772.                     'type' => 'object',
  14773.                     'class_name' => 'FaqCategoryType',
  14774.                     'inherits' => [
  14775.                     ],
  14776.                     'decorator' => false,
  14777.                     'config' => [
  14778.                         'description' => NULL,
  14779.                         'fields' => [
  14780.                             'categoryName' => [
  14781.                                 'type' => 'String!',
  14782.                                 'description' => NULL,
  14783.                             ],
  14784.                             'position' => [
  14785.                                 'type' => 'Int!',
  14786.                                 'description' => NULL,
  14787.                             ],
  14788.                             'subcategories' => [
  14789.                                 'type' => '[FaqSubCategory!]',
  14790.                                 'description' => NULL,
  14791.                             ],
  14792.                         ],
  14793.                         'interfaces' => [
  14794.                         ],
  14795.                         'name' => 'FaqCategory',
  14796.                         'builders' => [
  14797.                         ],
  14798.                     ],
  14799.                 ],
  14800.                 'Game' => [
  14801.                     'type' => 'object',
  14802.                     'class_name' => 'GameType',
  14803.                     'inherits' => [
  14804.                     ],
  14805.                     'decorator' => false,
  14806.                     'config' => [
  14807.                         'description' => NULL,
  14808.                         'fields' => [
  14809.                             'status' => [
  14810.                                 'type' => 'Status!',
  14811.                                 'description' => NULL,
  14812.                             ],
  14813.                             'id' => [
  14814.                                 'type' => 'ID!',
  14815.                                 'description' => NULL,
  14816.                             ],
  14817.                             'gameType' => [
  14818.                                 'type' => 'GameType',
  14819.                                 'description' => NULL,
  14820.                             ],
  14821.                             'clientID' => [
  14822.                                 'type' => 'String',
  14823.                                 'description' => NULL,
  14824.                             ],
  14825.                             'createdAt' => [
  14826.                                 'type' => 'String',
  14827.                                 'description' => NULL,
  14828.                             ],
  14829.                         ],
  14830.                         'interfaces' => [
  14831.                         ],
  14832.                         'name' => 'Game',
  14833.                         'builders' => [
  14834.                         ],
  14835.                     ],
  14836.                 ],
  14837.                 'SchoolProfile' => [
  14838.                     'type' => 'object',
  14839.                     'class_name' => 'SchoolProfileType',
  14840.                     'inherits' => [
  14841.                     ],
  14842.                     'decorator' => false,
  14843.                     'config' => [
  14844.                         'description' => NULL,
  14845.                         'fields' => [
  14846.                             'id' => [
  14847.                                 'type' => 'ID!',
  14848.                                 'description' => NULL,
  14849.                             ],
  14850.                             'uuid' => [
  14851.                                 'type' => 'String!',
  14852.                                 'description' => NULL,
  14853.                             ],
  14854.                             'name' => [
  14855.                                 'type' => 'String!',
  14856.                                 'description' => NULL,
  14857.                             ],
  14858.                             'description' => [
  14859.                                 'type' => 'String',
  14860.                                 'description' => NULL,
  14861.                             ],
  14862.                             'searchTags' => [
  14863.                                 'type' => '[SearchTag!]',
  14864.                                 'description' => NULL,
  14865.                             ],
  14866.                             'locations' => [
  14867.                                 'type' => '[SchoolLocation!]',
  14868.                                 'description' => NULL,
  14869.                             ],
  14870.                             'jobs' => [
  14871.                                 'type' => '[Job!]',
  14872.                                 'description' => NULL,
  14873.                             ],
  14874.                             'communication' => [
  14875.                                 'type' => '[Communication!]',
  14876.                                 'description' => NULL,
  14877.                             ],
  14878.                             'url' => [
  14879.                                 'type' => 'String',
  14880.                                 'description' => NULL,
  14881.                             ],
  14882.                             'contactGallery' => [
  14883.                                 'type' => 'ContactGallery',
  14884.                                 'description' => NULL,
  14885.                             ],
  14886.                             'mediaGallery' => [
  14887.                                 'type' => 'Gallery',
  14888.                                 'description' => NULL,
  14889.                             ],
  14890.                             'documents' => [
  14891.                                 'type' => 'Gallery',
  14892.                                 'description' => NULL,
  14893.                             ],
  14894.                             'trainingInformation' => [
  14895.                                 'type' => 'String',
  14896.                                 'description' => NULL,
  14897.                             ],
  14898.                             'certificateInformation' => [
  14899.                                 'type' => 'String',
  14900.                                 'description' => NULL,
  14901.                             ],
  14902.                             'schoolProfilePicture' => [
  14903.                                 'type' => 'Image',
  14904.                                 'description' => NULL,
  14905.                             ],
  14906.                             'headerPicture' => [
  14907.                                 'type' => 'Image',
  14908.                                 'description' => NULL,
  14909.                             ],
  14910.                             'profileLink' => [
  14911.                                 'type' => 'ProfileLink',
  14912.                                 'description' => NULL,
  14913.                             ],
  14914.                             'offers' => [
  14915.                                 'type' => '[Offer!]',
  14916.                                 'description' => NULL,
  14917.                             ],
  14918.                             'relatedSchools' => [
  14919.                                 'type' => '[SchoolProfile!]',
  14920.                                 'description' => NULL,
  14921.                             ],
  14922.                             'stories' => [
  14923.                                 'type' => '[Story!]',
  14924.                                 'description' => NULL,
  14925.                             ],
  14926.                             'videoUrl' => [
  14927.                                 'type' => 'String',
  14928.                                 'description' => NULL,
  14929.                             ],
  14930.                             'quizUrl' => [
  14931.                                 'type' => 'String',
  14932.                                 'description' => NULL,
  14933.                             ],
  14934.                             'visits' => [
  14935.                                 'type' => 'Int',
  14936.                                 'description' => NULL,
  14937.                             ],
  14938.                             'providerUrl' => [
  14939.                                 'type' => 'String',
  14940.                                 'description' => NULL,
  14941.                             ],
  14942.                             'logoStyle' => [
  14943.                                 'type' => 'LogoStyle!',
  14944.                                 'description' => NULL,
  14945.                             ],
  14946.                         ],
  14947.                         'interfaces' => [
  14948.                             => 'ProfileInterface',
  14949.                         ],
  14950.                         'name' => 'SchoolProfile',
  14951.                         'builders' => [
  14952.                         ],
  14953.                     ],
  14954.                 ],
  14955.                 'InTeachingIdea' => [
  14956.                     'type' => 'input-object',
  14957.                     'class_name' => 'InTeachingIdeaType',
  14958.                     'inherits' => [
  14959.                     ],
  14960.                     'decorator' => false,
  14961.                     'config' => [
  14962.                         'description' => NULL,
  14963.                         'fields' => [
  14964.                             'teachingIdeaType' => [
  14965.                                 'type' => 'Int!',
  14966.                                 'description' => NULL,
  14967.                             ],
  14968.                             'implementedAt' => [
  14969.                                 'type' => 'String!',
  14970.                                 'description' => NULL,
  14971.                             ],
  14972.                             'difficulties' => [
  14973.                                 'type' => 'String!',
  14974.                                 'description' => NULL,
  14975.                             ],
  14976.                             'worksWell' => [
  14977.                                 'type' => 'String!',
  14978.                                 'description' => NULL,
  14979.                             ],
  14980.                             'note' => [
  14981.                                 'type' => 'String!',
  14982.                                 'description' => NULL,
  14983.                             ],
  14984.                             'rating' => [
  14985.                                 'type' => 'Int!',
  14986.                                 'description' => NULL,
  14987.                             ],
  14988.                         ],
  14989.                         'name' => 'InTeachingIdea',
  14990.                     ],
  14991.                 ],
  14992.                 'InBasisCheck' => [
  14993.                     'type' => 'input-object',
  14994.                     'class_name' => 'InBasisCheckType',
  14995.                     'inherits' => [
  14996.                     ],
  14997.                     'decorator' => false,
  14998.                     'config' => [
  14999.                         'description' => NULL,
  15000.                         'fields' => [
  15001.                             'jobId' => [
  15002.                                 'type' => 'Int!',
  15003.                                 'description' => NULL,
  15004.                             ],
  15005.                             'firstname' => [
  15006.                                 'type' => 'String!',
  15007.                                 'description' => NULL,
  15008.                             ],
  15009.                         ],
  15010.                         'name' => 'InBasisCheck',
  15011.                     ],
  15012.                 ],
  15013.                 'InJobMarket' => [
  15014.                     'type' => 'input-object',
  15015.                     'class_name' => 'InJobMarketType',
  15016.                     'inherits' => [
  15017.                     ],
  15018.                     'decorator' => false,
  15019.                     'config' => [
  15020.                         'description' => NULL,
  15021.                         'fields' => [
  15022.                             'submitType' => [
  15023.                                 'type' => 'JobMarketSubmitType!',
  15024.                                 'description' => NULL,
  15025.                             ],
  15026.                             'openDate' => [
  15027.                                 'type' => 'String!',
  15028.                                 'description' => NULL,
  15029.                             ],
  15030.                             'closeDate' => [
  15031.                                 'type' => 'String!',
  15032.                                 'description' => NULL,
  15033.                             ],
  15034.                             'name' => [
  15035.                                 'type' => 'String!',
  15036.                                 'description' => NULL,
  15037.                             ],
  15038.                             'positionType' => [
  15039.                                 'type' => 'JobMarketPositionType!',
  15040.                                 'description' => NULL,
  15041.                             ],
  15042.                             'applyType' => [
  15043.                                 'type' => 'JobMarketApplyType!',
  15044.                                 'description' => NULL,
  15045.                             ],
  15046.                             'applyUntil' => [
  15047.                                 'type' => 'String',
  15048.                                 'description' => NULL,
  15049.                             ],
  15050.                             'description' => [
  15051.                                 'type' => 'String!',
  15052.                                 'description' => NULL,
  15053.                             ],
  15054.                             'requirements' => [
  15055.                                 'type' => 'String!',
  15056.                                 'description' => NULL,
  15057.                             ],
  15058.                             'salary' => [
  15059.                                 'type' => 'String',
  15060.                                 'description' => NULL,
  15061.                             ],
  15062.                             'numberOfPositions' => [
  15063.                                 'type' => 'Int!',
  15064.                                 'description' => NULL,
  15065.                             ],
  15066.                             'startDate' => [
  15067.                                 'type' => 'String',
  15068.                                 'description' => NULL,
  15069.                             ],
  15070.                             'additionalInfo' => [
  15071.                                 'type' => 'String',
  15072.                                 'description' => NULL,
  15073.                             ],
  15074.                             'contactID' => [
  15075.                                 'type' => 'Int!',
  15076.                                 'description' => NULL,
  15077.                             ],
  15078.                             'addressID' => [
  15079.                                 'type' => 'Int!',
  15080.                                 'description' => NULL,
  15081.                             ],
  15082.                             'jobIDs' => [
  15083.                                 'type' => '[Int!]',
  15084.                                 'description' => NULL,
  15085.                             ],
  15086.                             'pdf' => [
  15087.                                 'type' => 'UploadFile',
  15088.                                 'description' => NULL,
  15089.                             ],
  15090.                         ],
  15091.                         'name' => 'InJobMarket',
  15092.                     ],
  15093.                 ],
  15094.                 'InRegisterPerson' => [
  15095.                     'type' => 'input-object',
  15096.                     'class_name' => 'InRegisterPersonType',
  15097.                     'inherits' => [
  15098.                     ],
  15099.                     'decorator' => false,
  15100.                     'config' => [
  15101.                         'description' => NULL,
  15102.                         'fields' => [
  15103.                             'gender' => [
  15104.                                 'type' => 'Int!',
  15105.                                 'description' => NULL,
  15106.                             ],
  15107.                             'firstname' => [
  15108.                                 'type' => 'String!',
  15109.                                 'description' => NULL,
  15110.                             ],
  15111.                             'lastname' => [
  15112.                                 'type' => 'String!',
  15113.                                 'description' => NULL,
  15114.                             ],
  15115.                         ],
  15116.                         'name' => 'InRegisterPerson',
  15117.                     ],
  15118.                 ],
  15119.                 'InLink' => [
  15120.                     'type' => 'input-object',
  15121.                     'class_name' => 'InLinkType',
  15122.                     'inherits' => [
  15123.                     ],
  15124.                     'decorator' => false,
  15125.                     'config' => [
  15126.                         'description' => NULL,
  15127.                         'fields' => [
  15128.                             'linkType' => [
  15129.                                 'type' => 'ProfileLinkType!',
  15130.                                 'description' => NULL,
  15131.                             ],
  15132.                             'url' => [
  15133.                                 'type' => 'String!',
  15134.                                 'description' => NULL,
  15135.                             ],
  15136.                         ],
  15137.                         'name' => 'InLink',
  15138.                     ],
  15139.                 ],
  15140.                 'InRegisterLogin' => [
  15141.                     'type' => 'input-object',
  15142.                     'class_name' => 'InRegisterLoginType',
  15143.                     'inherits' => [
  15144.                     ],
  15145.                     'decorator' => false,
  15146.                     'config' => [
  15147.                         'description' => NULL,
  15148.                         'fields' => [
  15149.                             'email' => [
  15150.                                 'type' => 'String!',
  15151.                                 'description' => NULL,
  15152.                             ],
  15153.                             'password' => [
  15154.                                 'type' => 'String!',
  15155.                                 'description' => NULL,
  15156.                             ],
  15157.                         ],
  15158.                         'name' => 'InRegisterLogin',
  15159.                     ],
  15160.                 ],
  15161.                 'InUser' => [
  15162.                     'type' => 'input-object',
  15163.                     'class_name' => 'InUserType',
  15164.                     'inherits' => [
  15165.                     ],
  15166.                     'decorator' => false,
  15167.                     'config' => [
  15168.                         'description' => NULL,
  15169.                         'fields' => [
  15170.                             'picture' => [
  15171.                                 'type' => 'UploadFile',
  15172.                                 'description' => NULL,
  15173.                             ],
  15174.                             'title' => [
  15175.                                 'type' => '[Int!]',
  15176.                                 'description' => NULL,
  15177.                             ],
  15178.                             'firstname' => [
  15179.                                 'type' => 'String!',
  15180.                                 'description' => NULL,
  15181.                             ],
  15182.                             'lastname' => [
  15183.                                 'type' => 'String!',
  15184.                                 'description' => NULL,
  15185.                             ],
  15186.                             'email' => [
  15187.                                 'type' => 'String!',
  15188.                                 'description' => NULL,
  15189.                             ],
  15190.                             'currentPassword' => [
  15191.                                 'type' => 'String',
  15192.                                 'description' => NULL,
  15193.                             ],
  15194.                             'newPassword' => [
  15195.                                 'type' => 'String',
  15196.                                 'description' => NULL,
  15197.                             ],
  15198.                         ],
  15199.                         'name' => 'InUser',
  15200.                     ],
  15201.                 ],
  15202.                 'InSchoolClass' => [
  15203.                     'type' => 'input-object',
  15204.                     'class_name' => 'InSchoolClassType',
  15205.                     'inherits' => [
  15206.                     ],
  15207.                     'decorator' => false,
  15208.                     'config' => [
  15209.                         'description' => NULL,
  15210.                         'fields' => [
  15211.                             'schoolClassGradeID' => [
  15212.                                 'type' => 'Int!',
  15213.                                 'description' => NULL,
  15214.                             ],
  15215.                             'schoolClassYear' => [
  15216.                                 'type' => 'Int!',
  15217.                                 'description' => NULL,
  15218.                             ],
  15219.                             'classNumber' => [
  15220.                                 'type' => 'String!',
  15221.                                 'description' => NULL,
  15222.                             ],
  15223.                             'classAddition' => [
  15224.                                 'type' => 'String!',
  15225.                                 'description' => NULL,
  15226.                             ],
  15227.                             'numScholars' => [
  15228.                                 'type' => 'Int!',
  15229.                                 'description' => NULL,
  15230.                             ],
  15231.                             'teacherIDs' => [
  15232.                                 'type' => '[Int!]',
  15233.                                 'description' => NULL,
  15234.                             ],
  15235.                         ],
  15236.                         'name' => 'InSchoolClass',
  15237.                     ],
  15238.                 ],
  15239.                 'InRegisterOrganisation' => [
  15240.                     'type' => 'input-object',
  15241.                     'class_name' => 'InRegisterOrganisationType',
  15242.                     'inherits' => [
  15243.                     ],
  15244.                     'decorator' => false,
  15245.                     'config' => [
  15246.                         'description' => NULL,
  15247.                         'fields' => [
  15248.                             'name' => [
  15249.                                 'type' => 'String!',
  15250.                                 'description' => NULL,
  15251.                             ],
  15252.                             'wkoNr' => [
  15253.                                 'type' => 'String',
  15254.                                 'description' => NULL,
  15255.                             ],
  15256.                             'street' => [
  15257.                                 'type' => 'String!',
  15258.                                 'description' => NULL,
  15259.                             ],
  15260.                             'zip' => [
  15261.                                 'type' => 'String!',
  15262.                                 'description' => NULL,
  15263.                             ],
  15264.                             'place' => [
  15265.                                 'type' => 'String!',
  15266.                                 'description' => NULL,
  15267.                             ],
  15268.                         ],
  15269.                         'name' => 'InRegisterOrganisation',
  15270.                     ],
  15271.                 ],
  15272.                 'InQuizQuestion' => [
  15273.                     'type' => 'input-object',
  15274.                     'class_name' => 'InQuizQuestionType',
  15275.                     'inherits' => [
  15276.                     ],
  15277.                     'decorator' => false,
  15278.                     'config' => [
  15279.                         'description' => NULL,
  15280.                         'fields' => [
  15281.                             'questionId' => [
  15282.                                 'type' => 'Int!',
  15283.                                 'description' => NULL,
  15284.                             ],
  15285.                             'questionNumber' => [
  15286.                                 'type' => 'Int!',
  15287.                                 'description' => NULL,
  15288.                             ],
  15289.                             'question' => [
  15290.                                 'type' => 'String!',
  15291.                                 'description' => NULL,
  15292.                             ],
  15293.                             'answerCorrect' => [
  15294.                                 'type' => 'String!',
  15295.                                 'description' => NULL,
  15296.                             ],
  15297.                             'answerWrongOne' => [
  15298.                                 'type' => 'String!',
  15299.                                 'description' => NULL,
  15300.                             ],
  15301.                             'answerWrongTwo' => [
  15302.                                 'type' => 'String!',
  15303.                                 'description' => NULL,
  15304.                             ],
  15305.                             'answerWrongThree' => [
  15306.                                 'type' => 'String!',
  15307.                                 'description' => NULL,
  15308.                             ],
  15309.                         ],
  15310.                         'name' => 'InQuizQuestion',
  15311.                     ],
  15312.                 ],
  15313.                 'InLocation' => [
  15314.                     'type' => 'input-object',
  15315.                     'class_name' => 'InLocationType',
  15316.                     'inherits' => [
  15317.                     ],
  15318.                     'decorator' => false,
  15319.                     'config' => [
  15320.                         'description' => NULL,
  15321.                         'fields' => [
  15322.                             'locationname' => [
  15323.                                 'type' => 'String!',
  15324.                                 'description' => NULL,
  15325.                             ],
  15326.                             'street' => [
  15327.                                 'type' => 'String!',
  15328.                                 'description' => NULL,
  15329.                             ],
  15330.                             'zip' => [
  15331.                                 'type' => 'String!',
  15332.                                 'description' => NULL,
  15333.                             ],
  15334.                             'city' => [
  15335.                                 'type' => 'String!',
  15336.                                 'description' => NULL,
  15337.                             ],
  15338.                             'lat' => [
  15339.                                 'type' => 'String',
  15340.                                 'description' => NULL,
  15341.                             ],
  15342.                             'lon' => [
  15343.                                 'type' => 'String',
  15344.                                 'description' => NULL,
  15345.                             ],
  15346.                         ],
  15347.                         'name' => 'InLocation',
  15348.                     ],
  15349.                 ],
  15350.                 'InOffer' => [
  15351.                     'type' => 'input-object',
  15352.                     'class_name' => 'InOfferType',
  15353.                     'inherits' => [
  15354.                     ],
  15355.                     'decorator' => false,
  15356.                     'config' => [
  15357.                         'description' => NULL,
  15358.                         'fields' => [
  15359.                             'id' => [
  15360.                                 'type' => 'Int!',
  15361.                                 'description' => NULL,
  15362.                             ],
  15363.                             'dateFrom' => [
  15364.                                 'type' => 'String!',
  15365.                                 'description' => NULL,
  15366.                             ],
  15367.                             'dateTo' => [
  15368.                                 'type' => 'String!',
  15369.                                 'description' => NULL,
  15370.                             ],
  15371.                         ],
  15372.                         'name' => 'InOffer',
  15373.                     ],
  15374.                 ],
  15375.                 'InContactPerson' => [
  15376.                     'type' => 'input-object',
  15377.                     'class_name' => 'InContactPersonType',
  15378.                     'inherits' => [
  15379.                     ],
  15380.                     'decorator' => false,
  15381.                     'config' => [
  15382.                         'description' => NULL,
  15383.                         'fields' => [
  15384.                             'imageID' => [
  15385.                                 'type' => 'Int',
  15386.                                 'description' => NULL,
  15387.                             ],
  15388.                             'title' => [
  15389.                                 'type' => '[Int!]',
  15390.                                 'description' => NULL,
  15391.                             ],
  15392.                             'firstname' => [
  15393.                                 'type' => 'String!',
  15394.                                 'description' => NULL,
  15395.                             ],
  15396.                             'lastname' => [
  15397.                                 'type' => 'String!',
  15398.                                 'description' => NULL,
  15399.                             ],
  15400.                             'position' => [
  15401.                                 'type' => 'String',
  15402.                                 'description' => NULL,
  15403.                             ],
  15404.                             'phone' => [
  15405.                                 'type' => 'String!',
  15406.                                 'description' => NULL,
  15407.                             ],
  15408.                             'email' => [
  15409.                                 'type' => 'String!',
  15410.                                 'description' => NULL,
  15411.                             ],
  15412.                         ],
  15413.                         'name' => 'InContactPerson',
  15414.                     ],
  15415.                 ],
  15416.                 'ProviderQuizQuestion' => [
  15417.                     'type' => 'object',
  15418.                     'class_name' => 'ProviderQuizQuestionType',
  15419.                     'inherits' => [
  15420.                     ],
  15421.                     'decorator' => false,
  15422.                     'config' => [
  15423.                         'description' => NULL,
  15424.                         'fields' => [
  15425.                             'id' => [
  15426.                                 'type' => 'Int!',
  15427.                                 'description' => NULL,
  15428.                             ],
  15429.                             'questionNumber' => [
  15430.                                 'type' => 'Int!',
  15431.                                 'description' => NULL,
  15432.                             ],
  15433.                             'question' => [
  15434.                                 'type' => 'String!',
  15435.                                 'description' => NULL,
  15436.                             ],
  15437.                             'correctAnswer' => [
  15438.                                 'type' => 'String!',
  15439.                                 'description' => NULL,
  15440.                             ],
  15441.                             'wrongAnswer1' => [
  15442.                                 'type' => 'String!',
  15443.                                 'description' => NULL,
  15444.                             ],
  15445.                             'wrongAnswer2' => [
  15446.                                 'type' => 'String!',
  15447.                                 'description' => NULL,
  15448.                             ],
  15449.                             'wrongAnswer3' => [
  15450.                                 'type' => 'String!',
  15451.                                 'description' => NULL,
  15452.                             ],
  15453.                         ],
  15454.                         'interfaces' => [
  15455.                         ],
  15456.                         'name' => 'ProviderQuizQuestion',
  15457.                         'builders' => [
  15458.                         ],
  15459.                     ],
  15460.                 ],
  15461.                 'QuestTaskLinkType' => [
  15462.                     'type' => 'enum',
  15463.                     'class_name' => 'QuestTaskLinkTypeType',
  15464.                     'inherits' => [
  15465.                     ],
  15466.                     'decorator' => false,
  15467.                     'config' => [
  15468.                         'description' => NULL,
  15469.                         'values' => [
  15470.                             'NOTSET' => [
  15471.                                 'description' => NULL,
  15472.                                 'value' => 'NOTSET',
  15473.                             ],
  15474.                             'MAGICLINK' => [
  15475.                                 'description' => NULL,
  15476.                                 'value' => 'MAGICLINK',
  15477.                             ],
  15478.                             'URL' => [
  15479.                                 'description' => NULL,
  15480.                                 'value' => 'URL',
  15481.                             ],
  15482.                         ],
  15483.                         'name' => 'QuestTaskLinkType',
  15484.                     ],
  15485.                 ],
  15486.                 'SchoolClassQuestTask' => [
  15487.                     'type' => 'object',
  15488.                     'class_name' => 'SchoolClassQuestTaskType',
  15489.                     'inherits' => [
  15490.                     ],
  15491.                     'decorator' => false,
  15492.                     'config' => [
  15493.                         'description' => NULL,
  15494.                         'fields' => [
  15495.                             'id' => [
  15496.                                 'type' => 'ID!',
  15497.                                 'description' => NULL,
  15498.                             ],
  15499.                             'taskProgress' => [
  15500.                                 'type' => 'Int',
  15501.                                 'description' => NULL,
  15502.                             ],
  15503.                             'scoreType' => [
  15504.                                 'type' => 'Int',
  15505.                                 'description' => NULL,
  15506.                             ],
  15507.                             'completePoints' => [
  15508.                                 'type' => 'Int',
  15509.                                 'description' => NULL,
  15510.                             ],
  15511.                             'totalPoints' => [
  15512.                                 'type' => 'Int',
  15513.                                 'description' => NULL,
  15514.                             ],
  15515.                             'completeEntries' => [
  15516.                                 'type' => 'Int',
  15517.                                 'description' => NULL,
  15518.                             ],
  15519.                             'totalEntries' => [
  15520.                                 'type' => 'Int',
  15521.                                 'description' => NULL,
  15522.                             ],
  15523.                             'questTask' => [
  15524.                                 'type' => 'QuestTask',
  15525.                                 'description' => NULL,
  15526.                             ],
  15527.                             'taskEntries' => [
  15528.                                 'type' => '[SchoolClassQuestTaskEntry!]',
  15529.                                 'description' => NULL,
  15530.                             ],
  15531.                             'createdAt' => [
  15532.                                 'type' => 'String',
  15533.                                 'description' => NULL,
  15534.                             ],
  15535.                         ],
  15536.                         'interfaces' => [
  15537.                         ],
  15538.                         'name' => 'SchoolClassQuestTask',
  15539.                         'builders' => [
  15540.                         ],
  15541.                     ],
  15542.                 ],
  15543.                 'InformationLinkType' => [
  15544.                     'type' => 'object',
  15545.                     'class_name' => 'InformationLinkTypeType',
  15546.                     'inherits' => [
  15547.                     ],
  15548.                     'decorator' => false,
  15549.                     'config' => [
  15550.                         'description' => NULL,
  15551.                         'fields' => [
  15552.                             'id' => [
  15553.                                 'type' => 'ID!',
  15554.                                 'description' => NULL,
  15555.                             ],
  15556.                             'typeName' => [
  15557.                                 'type' => 'String!',
  15558.                                 'description' => NULL,
  15559.                             ],
  15560.                         ],
  15561.                         'interfaces' => [
  15562.                         ],
  15563.                         'name' => 'InformationLinkType',
  15564.                         'builders' => [
  15565.                         ],
  15566.                     ],
  15567.                 ],
  15568.                 'JobSchool' => [
  15569.                     'type' => 'object',
  15570.                     'class_name' => 'JobSchoolType',
  15571.                     'inherits' => [
  15572.                     ],
  15573.                     'decorator' => false,
  15574.                     'config' => [
  15575.                         'description' => NULL,
  15576.                         'fields' => [
  15577.                             'id' => [
  15578.                                 'type' => 'ID!',
  15579.                                 'description' => NULL,
  15580.                             ],
  15581.                             'school' => [
  15582.                                 'type' => 'School!',
  15583.                                 'description' => NULL,
  15584.                             ],
  15585.                         ],
  15586.                         'interfaces' => [
  15587.                         ],
  15588.                         'name' => 'JobSchool',
  15589.                         'builders' => [
  15590.                         ],
  15591.                     ],
  15592.                 ],
  15593.                 'SchoolClassGrade' => [
  15594.                     'type' => 'object',
  15595.                     'class_name' => 'SchoolClassGradeType',
  15596.                     'inherits' => [
  15597.                     ],
  15598.                     'decorator' => false,
  15599.                     'config' => [
  15600.                         'description' => NULL,
  15601.                         'fields' => [
  15602.                             'id' => [
  15603.                                 'type' => 'ID!',
  15604.                                 'description' => NULL,
  15605.                             ],
  15606.                             'name' => [
  15607.                                 'type' => 'String!',
  15608.                                 'description' => NULL,
  15609.                             ],
  15610.                         ],
  15611.                         'interfaces' => [
  15612.                         ],
  15613.                         'name' => 'SchoolClassGrade',
  15614.                         'builders' => [
  15615.                         ],
  15616.                     ],
  15617.                 ],
  15618.                 'GalleryType' => [
  15619.                     'type' => 'enum',
  15620.                     'class_name' => 'GalleryTypeType',
  15621.                     'inherits' => [
  15622.                     ],
  15623.                     'decorator' => false,
  15624.                     'config' => [
  15625.                         'description' => NULL,
  15626.                         'values' => [
  15627.                             'IMAGE' => [
  15628.                                 'description' => NULL,
  15629.                                 'value' => 'IMAGE',
  15630.                             ],
  15631.                             'DOCUMENT' => [
  15632.                                 'description' => NULL,
  15633.                                 'value' => 'DOCUMENT',
  15634.                             ],
  15635.                             'VIDEO' => [
  15636.                                 'description' => NULL,
  15637.                                 'value' => 'VIDEO',
  15638.                             ],
  15639.                         ],
  15640.                         'name' => 'GalleryType',
  15641.                     ],
  15642.                 ],
  15643.                 'JobRedirect' => [
  15644.                     'type' => 'object',
  15645.                     'class_name' => 'JobRedirectType',
  15646.                     'inherits' => [
  15647.                     ],
  15648.                     'decorator' => false,
  15649.                     'config' => [
  15650.                         'description' => NULL,
  15651.                         'fields' => [
  15652.                             'bicID' => [
  15653.                                 'type' => 'Int!',
  15654.                                 'description' => NULL,
  15655.                             ],
  15656.                             'jobName' => [
  15657.                                 'type' => 'String!',
  15658.                                 'description' => NULL,
  15659.                             ],
  15660.                             'redirectType' => [
  15661.                                 'type' => 'JobRedirectType!',
  15662.                                 'description' => NULL,
  15663.                             ],
  15664.                         ],
  15665.                         'interfaces' => [
  15666.                         ],
  15667.                         'name' => 'JobRedirect',
  15668.                         'builders' => [
  15669.                         ],
  15670.                     ],
  15671.                 ],
  15672.                 'ExternalLink' => [
  15673.                     'type' => 'object',
  15674.                     'class_name' => 'ExternalLinkType',
  15675.                     'inherits' => [
  15676.                     ],
  15677.                     'decorator' => false,
  15678.                     'config' => [
  15679.                         'description' => NULL,
  15680.                         'fields' => [
  15681.                             'heading' => [
  15682.                                 'type' => 'String!',
  15683.                                 'description' => NULL,
  15684.                             ],
  15685.                             'subHeading' => [
  15686.                                 'type' => 'String',
  15687.                                 'description' => NULL,
  15688.                             ],
  15689.                             'typeName' => [
  15690.                                 'type' => 'String!',
  15691.                                 'description' => NULL,
  15692.                             ],
  15693.                             'position' => [
  15694.                                 'type' => 'Int',
  15695.                                 'description' => NULL,
  15696.                             ],
  15697.                             'image' => [
  15698.                                 'type' => 'Image',
  15699.                                 'description' => NULL,
  15700.                             ],
  15701.                             'link' => [
  15702.                                 'type' => 'String!',
  15703.                                 'description' => NULL,
  15704.                             ],
  15705.                             'linkTargetType' => [
  15706.                                 'type' => 'LinkTargetType!',
  15707.                                 'description' => NULL,
  15708.                             ],
  15709.                         ],
  15710.                         'interfaces' => [
  15711.                         ],
  15712.                         'name' => 'ExternalLink',
  15713.                         'builders' => [
  15714.                         ],
  15715.                     ],
  15716.                 ],
  15717.                 'QuestTaskTargetGroup' => [
  15718.                     'type' => 'enum',
  15719.                     'class_name' => 'QuestTaskTargetGroupType',
  15720.                     'inherits' => [
  15721.                     ],
  15722.                     'decorator' => false,
  15723.                     'config' => [
  15724.                         'description' => NULL,
  15725.                         'values' => [
  15726.                             'NOTSET' => [
  15727.                                 'description' => NULL,
  15728.                                 'value' => 'NOTSET',
  15729.                             ],
  15730.                             'TEACHER' => [
  15731.                                 'description' => NULL,
  15732.                                 'value' => 'TEACHER',
  15733.                             ],
  15734.                             'SCHOLAR' => [
  15735.                                 'description' => NULL,
  15736.                                 'value' => 'SCHOLAR',
  15737.                             ],
  15738.                             'TOGETHER' => [
  15739.                                 'description' => NULL,
  15740.                                 'value' => 'TOGETHER',
  15741.                             ],
  15742.                         ],
  15743.                         'name' => 'QuestTaskTargetGroup',
  15744.                     ],
  15745.                 ],
  15746.                 'ContactGalleryEntry' => [
  15747.                     'type' => 'object',
  15748.                     'class_name' => 'ContactGalleryEntryType',
  15749.                     'inherits' => [
  15750.                     ],
  15751.                     'decorator' => false,
  15752.                     'config' => [
  15753.                         'description' => NULL,
  15754.                         'fields' => [
  15755.                             'id' => [
  15756.                                 'type' => 'ID!',
  15757.                                 'description' => NULL,
  15758.                             ],
  15759.                             'contact' => [
  15760.                                 'type' => 'Contact!',
  15761.                                 'description' => NULL,
  15762.                             ],
  15763.                             'enabled' => [
  15764.                                 'type' => 'Boolean!',
  15765.                                 'description' => NULL,
  15766.                             ],
  15767.                         ],
  15768.                         'interfaces' => [
  15769.                         ],
  15770.                         'name' => 'ContactGalleryEntry',
  15771.                         'builders' => [
  15772.                         ],
  15773.                     ],
  15774.                 ],
  15775.                 'ContactGallery' => [
  15776.                     'type' => 'object',
  15777.                     'class_name' => 'ContactGalleryType',
  15778.                     'inherits' => [
  15779.                     ],
  15780.                     'decorator' => false,
  15781.                     'config' => [
  15782.                         'description' => NULL,
  15783.                         'fields' => [
  15784.                             'status' => [
  15785.                                 'type' => 'Status!',
  15786.                                 'description' => NULL,
  15787.                             ],
  15788.                             'id' => [
  15789.                                 'type' => 'ID!',
  15790.                                 'description' => NULL,
  15791.                             ],
  15792.                             'galleryEntries' => [
  15793.                                 'type' => '[ContactGalleryEntry!]',
  15794.                                 'description' => NULL,
  15795.                             ],
  15796.                         ],
  15797.                         'interfaces' => [
  15798.                         ],
  15799.                         'name' => 'ContactGallery',
  15800.                         'builders' => [
  15801.                         ],
  15802.                     ],
  15803.                 ],
  15804.                 'JobMarketViewType' => [
  15805.                     'type' => 'enum',
  15806.                     'class_name' => 'JobMarketViewTypeType',
  15807.                     'inherits' => [
  15808.                     ],
  15809.                     'decorator' => false,
  15810.                     'config' => [
  15811.                         'description' => NULL,
  15812.                         'values' => [
  15813.                             'DEFAULT' => [
  15814.                                 'description' => NULL,
  15815.                                 'value' => 'DEFAULT',
  15816.                             ],
  15817.                             'PDF' => [
  15818.                                 'description' => NULL,
  15819.                                 'value' => 'PDF',
  15820.                             ],
  15821.                         ],
  15822.                         'name' => 'JobMarketViewType',
  15823.                     ],
  15824.                 ],
  15825.                 'NextStoryPreview' => [
  15826.                     'type' => 'object',
  15827.                     'class_name' => 'NextStoryPreviewType',
  15828.                     'inherits' => [
  15829.                     ],
  15830.                     'decorator' => false,
  15831.                     'config' => [
  15832.                         'description' => NULL,
  15833.                         'fields' => [
  15834.                             'avatar' => [
  15835.                                 'type' => 'Image',
  15836.                                 'description' => NULL,
  15837.                             ],
  15838.                             'title' => [
  15839.                                 'type' => 'String',
  15840.                                 'description' => NULL,
  15841.                             ],
  15842.                             'linkTitle' => [
  15843.                                 'type' => 'String',
  15844.                                 'description' => NULL,
  15845.                             ],
  15846.                             'portrait' => [
  15847.                                 'type' => 'String',
  15848.                                 'description' => NULL,
  15849.                             ],
  15850.                             'storyId' => [
  15851.                                 'type' => 'String',
  15852.                                 'description' => NULL,
  15853.                             ],
  15854.                         ],
  15855.                         'interfaces' => [
  15856.                         ],
  15857.                         'name' => 'NextStoryPreview',
  15858.                         'builders' => [
  15859.                         ],
  15860.                     ],
  15861.                 ],
  15862.                 'GameScoreBoardEntry' => [
  15863.                     'type' => 'object',
  15864.                     'class_name' => 'GameScoreBoardEntryType',
  15865.                     'inherits' => [
  15866.                     ],
  15867.                     'decorator' => false,
  15868.                     'config' => [
  15869.                         'description' => NULL,
  15870.                         'fields' => [
  15871.                             'level' => [
  15872.                                 'type' => 'Int!',
  15873.                                 'description' => NULL,
  15874.                             ],
  15875.                             'points' => [
  15876.                                 'type' => 'Int!',
  15877.                                 'description' => NULL,
  15878.                             ],
  15879.                             'isHighScore' => [
  15880.                                 'type' => 'Boolean!',
  15881.                                 'description' => NULL,
  15882.                             ],
  15883.                             'reachedCount' => [
  15884.                                 'type' => 'Int!',
  15885.                                 'description' => NULL,
  15886.                             ],
  15887.                         ],
  15888.                         'interfaces' => [
  15889.                         ],
  15890.                         'name' => 'GameScoreBoardEntry',
  15891.                         'builders' => [
  15892.                         ],
  15893.                     ],
  15894.                 ],
  15895.                 'JobMarketAdditionalInfo' => [
  15896.                     'type' => 'object',
  15897.                     'class_name' => 'JobMarketAdditionalInfoType',
  15898.                     'inherits' => [
  15899.                     ],
  15900.                     'decorator' => false,
  15901.                     'config' => [
  15902.                         'description' => NULL,
  15903.                         'fields' => [
  15904.                             'from' => [
  15905.                                 'type' => 'String',
  15906.                                 'description' => NULL,
  15907.                             ],
  15908.                             'to' => [
  15909.                                 'type' => 'String',
  15910.                                 'description' => NULL,
  15911.                             ],
  15912.                             'workFrom' => [
  15913.                                 'type' => 'String',
  15914.                                 'description' => NULL,
  15915.                             ],
  15916.                             'workTo' => [
  15917.                                 'type' => 'String',
  15918.                                 'description' => NULL,
  15919.                             ],
  15920.                             'age' => [
  15921.                                 'type' => 'String',
  15922.                                 'description' => NULL,
  15923.                             ],
  15924.                         ],
  15925.                         'interfaces' => [
  15926.                         ],
  15927.                         'name' => 'JobMarketAdditionalInfo',
  15928.                         'builders' => [
  15929.                         ],
  15930.                     ],
  15931.                 ],
  15932.                 'RoundPlayers' => [
  15933.                     'type' => 'object',
  15934.                     'class_name' => 'RoundPlayersType',
  15935.                     'inherits' => [
  15936.                     ],
  15937.                     'decorator' => false,
  15938.                     'config' => [
  15939.                         'description' => NULL,
  15940.                         'fields' => [
  15941.                             'highscore' => [
  15942.                                 'type' => 'Int!',
  15943.                                 'description' => NULL,
  15944.                             ],
  15945.                             'entries' => [
  15946.                                 'type' => '[RoundPlayersEntry!]',
  15947.                                 'description' => NULL,
  15948.                             ],
  15949.                         ],
  15950.                         'interfaces' => [
  15951.                         ],
  15952.                         'name' => 'RoundPlayers',
  15953.                         'builders' => [
  15954.                         ],
  15955.                     ],
  15956.                 ],
  15957.                 'SchoolClassYear' => [
  15958.                     'type' => 'object',
  15959.                     'class_name' => 'SchoolClassYearType',
  15960.                     'inherits' => [
  15961.                     ],
  15962.                     'decorator' => false,
  15963.                     'config' => [
  15964.                         'description' => NULL,
  15965.                         'fields' => [
  15966.                             'id' => [
  15967.                                 'type' => 'ID!',
  15968.                                 'description' => NULL,
  15969.                             ],
  15970.                             'name' => [
  15971.                                 'type' => 'String!',
  15972.                                 'description' => NULL,
  15973.                             ],
  15974.                             'startYear' => [
  15975.                                 'type' => 'String!',
  15976.                                 'description' => NULL,
  15977.                             ],
  15978.                             'endYear' => [
  15979.                                 'type' => 'String!',
  15980.                                 'description' => NULL,
  15981.                             ],
  15982.                         ],
  15983.                         'interfaces' => [
  15984.                         ],
  15985.                         'name' => 'SchoolClassYear',
  15986.                         'builders' => [
  15987.                         ],
  15988.                     ],
  15989.                 ],
  15990.                 'OfferList' => [
  15991.                     'type' => 'object',
  15992.                     'class_name' => 'OfferListType',
  15993.                     'inherits' => [
  15994.                     ],
  15995.                     'decorator' => false,
  15996.                     'config' => [
  15997.                         'description' => NULL,
  15998.                         'fields' => [
  15999.                             'boPartnerTypes' => [
  16000.                                 'type' => '[Offer!]',
  16001.                                 'description' => NULL,
  16002.                             ],
  16003.                             'companyTypes' => [
  16004.                                 'type' => '[Offer!]',
  16005.                                 'description' => NULL,
  16006.                             ],
  16007.                             'schoolTypes' => [
  16008.                                 'type' => '[Offer!]',
  16009.                                 'description' => NULL,
  16010.                             ],
  16011.                         ],
  16012.                         'interfaces' => [
  16013.                         ],
  16014.                         'name' => 'OfferList',
  16015.                         'builders' => [
  16016.                         ],
  16017.                     ],
  16018.                 ],
  16019.                 'SchoolClassGameHistory' => [
  16020.                     'type' => 'object',
  16021.                     'class_name' => 'SchoolClassGameHistoryType',
  16022.                     'inherits' => [
  16023.                     ],
  16024.                     'decorator' => false,
  16025.                     'config' => [
  16026.                         'description' => NULL,
  16027.                         'fields' => [
  16028.                             'status' => [
  16029.                                 'type' => 'Status!',
  16030.                                 'description' => NULL,
  16031.                             ],
  16032.                             'schoolClassID' => [
  16033.                                 'type' => 'Int',
  16034.                                 'description' => NULL,
  16035.                             ],
  16036.                             'points' => [
  16037.                                 'type' => 'Float',
  16038.                                 'description' => NULL,
  16039.                             ],
  16040.                             'playtime' => [
  16041.                                 'type' => 'Int',
  16042.                                 'description' => NULL,
  16043.                             ],
  16044.                             'createdAt' => [
  16045.                                 'type' => 'String',
  16046.                                 'description' => NULL,
  16047.                             ],
  16048.                         ],
  16049.                         'interfaces' => [
  16050.                         ],
  16051.                         'name' => 'SchoolClassGameHistory',
  16052.                         'builders' => [
  16053.                         ],
  16054.                     ],
  16055.                 ],
  16056.                 'Benefit' => [
  16057.                     'type' => 'object',
  16058.                     'class_name' => 'BenefitType',
  16059.                     'inherits' => [
  16060.                     ],
  16061.                     'decorator' => false,
  16062.                     'config' => [
  16063.                         'description' => NULL,
  16064.                         'fields' => [
  16065.                             'id' => [
  16066.                                 'type' => 'ID!',
  16067.                                 'description' => NULL,
  16068.                             ],
  16069.                             'name' => [
  16070.                                 'type' => 'String!',
  16071.                                 'description' => NULL,
  16072.                             ],
  16073.                         ],
  16074.                         'interfaces' => [
  16075.                         ],
  16076.                         'name' => 'Benefit',
  16077.                         'builders' => [
  16078.                         ],
  16079.                     ],
  16080.                 ],
  16081.                 'JobLink' => [
  16082.                     'type' => 'object',
  16083.                     'class_name' => 'JobLinkType',
  16084.                     'inherits' => [
  16085.                     ],
  16086.                     'decorator' => false,
  16087.                     'config' => [
  16088.                         'description' => NULL,
  16089.                         'fields' => [
  16090.                             'id' => [
  16091.                                 'type' => 'ID!',
  16092.                                 'description' => NULL,
  16093.                             ],
  16094.                             'url' => [
  16095.                                 'type' => 'String',
  16096.                                 'description' => NULL,
  16097.                             ],
  16098.                             'title' => [
  16099.                                 'type' => 'String',
  16100.                                 'description' => NULL,
  16101.                             ],
  16102.                             'start' => [
  16103.                                 'type' => 'Int',
  16104.                                 'description' => NULL,
  16105.                             ],
  16106.                             'end' => [
  16107.                                 'type' => 'Int',
  16108.                                 'description' => NULL,
  16109.                             ],
  16110.                             'titleFrontend' => [
  16111.                                 'type' => 'String',
  16112.                                 'description' => NULL,
  16113.                             ],
  16114.                             'titleBackend' => [
  16115.                                 'type' => 'String',
  16116.                                 'description' => NULL,
  16117.                             ],
  16118.                         ],
  16119.                         'interfaces' => [
  16120.                         ],
  16121.                         'name' => 'JobLink',
  16122.                         'builders' => [
  16123.                         ],
  16124.                     ],
  16125.                 ],
  16126.                 'SchoolClassQuestTaskEntry' => [
  16127.                     'type' => 'object',
  16128.                     'class_name' => 'SchoolClassQuestTaskEntryType',
  16129.                     'inherits' => [
  16130.                     ],
  16131.                     'decorator' => false,
  16132.                     'config' => [
  16133.                         'description' => NULL,
  16134.                         'fields' => [
  16135.                             'id' => [
  16136.                                 'type' => 'ID!',
  16137.                                 'description' => NULL,
  16138.                             ],
  16139.                             'itemID' => [
  16140.                                 'type' => 'Int',
  16141.                                 'description' => NULL,
  16142.                             ],
  16143.                             'createdAt' => [
  16144.                                 'type' => 'String',
  16145.                                 'description' => NULL,
  16146.                             ],
  16147.                         ],
  16148.                         'interfaces' => [
  16149.                         ],
  16150.                         'name' => 'SchoolClassQuestTaskEntry',
  16151.                         'builders' => [
  16152.                         ],
  16153.                     ],
  16154.                 ],
  16155.                 'JobRedirectType' => [
  16156.                     'type' => 'enum',
  16157.                     'class_name' => 'JobRedirectTypeType',
  16158.                     'inherits' => [
  16159.                     ],
  16160.                     'decorator' => false,
  16161.                     'config' => [
  16162.                         'description' => NULL,
  16163.                         'values' => [
  16164.                             'ALTERNATIVES' => [
  16165.                                 'description' => NULL,
  16166.                                 'value' => 'ALTERNATIVES',
  16167.                             ],
  16168.                             'CONNECTED' => [
  16169.                                 'description' => NULL,
  16170.                                 'value' => 'CONNECTED',
  16171.                             ],
  16172.                             'DESCRIPTION' => [
  16173.                                 'description' => NULL,
  16174.                                 'value' => 'DESCRIPTION',
  16175.                             ],
  16176.                             'EXPIRED' => [
  16177.                                 'description' => NULL,
  16178.                                 'value' => 'EXPIRED',
  16179.                             ],
  16180.                             'SPECIALIZED' => [
  16181.                                 'description' => NULL,
  16182.                                 'value' => 'SPECIALIZED',
  16183.                             ],
  16184.                             'REDIRECT' => [
  16185.                                 'description' => NULL,
  16186.                                 'value' => 'REDIRECT',
  16187.                             ],
  16188.                         ],
  16189.                         'name' => 'JobRedirectType',
  16190.                     ],
  16191.                 ],
  16192.                 'JobMarketPositionType' => [
  16193.                     'type' => 'enum',
  16194.                     'class_name' => 'JobMarketPositionTypeType',
  16195.                     'inherits' => [
  16196.                     ],
  16197.                     'decorator' => false,
  16198.                     'config' => [
  16199.                         'description' => NULL,
  16200.                         'values' => [
  16201.                             'LEHRSTELLE' => [
  16202.                                 'description' => NULL,
  16203.                                 'value' => 'LEHRSTELLE',
  16204.                             ],
  16205.                             'FERIALJOB' => [
  16206.                                 'description' => NULL,
  16207.                                 'value' => 'FERIALJOB',
  16208.                             ],
  16209.                             'PRAKTIKUM' => [
  16210.                                 'description' => NULL,
  16211.                                 'value' => 'PRAKTIKUM',
  16212.                             ],
  16213.                         ],
  16214.                         'name' => 'JobMarketPositionType',
  16215.                     ],
  16216.                 ],
  16217.                 'Tag' => [
  16218.                     'type' => 'object',
  16219.                     'class_name' => 'TagType',
  16220.                     'inherits' => [
  16221.                     ],
  16222.                     'decorator' => false,
  16223.                     'config' => [
  16224.                         'description' => NULL,
  16225.                         'fields' => [
  16226.                             'tagName' => [
  16227.                                 'type' => 'String!',
  16228.                                 'description' => NULL,
  16229.                             ],
  16230.                         ],
  16231.                         'interfaces' => [
  16232.                         ],
  16233.                         'name' => 'Tag',
  16234.                         'builders' => [
  16235.                         ],
  16236.                     ],
  16237.                 ],
  16238.                 'JobMarketDistricts' => [
  16239.                     'type' => 'object',
  16240.                     'class_name' => 'JobMarketDistrictsType',
  16241.                     'inherits' => [
  16242.                     ],
  16243.                     'decorator' => false,
  16244.                     'config' => [
  16245.                         'description' => NULL,
  16246.                         'fields' => [
  16247.                             'districts' => [
  16248.                                 'type' => '[JobMarketDistrict!]',
  16249.                                 'description' => NULL,
  16250.                             ],
  16251.                             'countDistricts' => [
  16252.                                 'type' => 'Int!',
  16253.                                 'description' => NULL,
  16254.                             ],
  16255.                         ],
  16256.                         'interfaces' => [
  16257.                         ],
  16258.                         'name' => 'JobMarketDistricts',
  16259.                         'builders' => [
  16260.                         ],
  16261.                     ],
  16262.                 ],
  16263.                 'JobPreview' => [
  16264.                     'type' => 'object',
  16265.                     'class_name' => 'JobPreviewType',
  16266.                     'inherits' => [
  16267.                     ],
  16268.                     'decorator' => false,
  16269.                     'config' => [
  16270.                         'description' => NULL,
  16271.                         'fields' => [
  16272.                             'id' => [
  16273.                                 'type' => 'Int!',
  16274.                                 'description' => NULL,
  16275.                             ],
  16276.                             'name' => [
  16277.                                 'type' => 'String!',
  16278.                                 'description' => NULL,
  16279.                             ],
  16280.                             'image' => [
  16281.                                 'type' => 'Image',
  16282.                                 'description' => NULL,
  16283.                             ],
  16284.                             'positionType' => [
  16285.                                 'type' => 'String',
  16286.                                 'description' => NULL,
  16287.                             ],
  16288.                             'associatedProfessions' => [
  16289.                                 'type' => '[JobSimple]',
  16290.                                 'description' => NULL,
  16291.                             ],
  16292.                             'companyProfile' => [
  16293.                                 'type' => 'CompanyProfileSimple',
  16294.                                 'description' => NULL,
  16295.                             ],
  16296.                             'addresses' => [
  16297.                                 'type' => '[Address]',
  16298.                                 'description' => NULL,
  16299.                             ],
  16300.                             'interestFields' => [
  16301.                                 'type' => '[Int!]',
  16302.                                 'description' => NULL,
  16303.                             ],
  16304.                         ],
  16305.                         'interfaces' => [
  16306.                         ],
  16307.                         'name' => 'JobPreview',
  16308.                         'builders' => [
  16309.                         ],
  16310.                     ],
  16311.                 ],
  16312.                 'JobMarketState' => [
  16313.                     'type' => 'enum',
  16314.                     'class_name' => 'JobMarketStateType',
  16315.                     'inherits' => [
  16316.                     ],
  16317.                     'decorator' => false,
  16318.                     'config' => [
  16319.                         'description' => NULL,
  16320.                         'values' => [
  16321.                             'ACTIVE' => [
  16322.                                 'description' => NULL,
  16323.                                 'value' => 'ACTIVE',
  16324.                             ],
  16325.                             'INACTIVE' => [
  16326.                                 'description' => NULL,
  16327.                                 'value' => 'INACTIVE',
  16328.                             ],
  16329.                             'DELETED' => [
  16330.                                 'description' => NULL,
  16331.                                 'value' => 'DELETED',
  16332.                             ],
  16333.                             'DRAFT' => [
  16334.                                 'description' => NULL,
  16335.                                 'value' => 'DRAFT',
  16336.                             ],
  16337.                             'NOTSET' => [
  16338.                                 'description' => NULL,
  16339.                                 'value' => 'NOTSET',
  16340.                             ],
  16341.                         ],
  16342.                         'name' => 'JobMarketState',
  16343.                     ],
  16344.                 ],
  16345.                 'JobRequirementType' => [
  16346.                     'type' => 'object',
  16347.                     'class_name' => 'JobRequirementTypeType',
  16348.                     'inherits' => [
  16349.                     ],
  16350.                     'decorator' => false,
  16351.                     'config' => [
  16352.                         'description' => NULL,
  16353.                         'fields' => [
  16354.                             'id' => [
  16355.                                 'type' => 'ID!',
  16356.                                 'description' => NULL,
  16357.                             ],
  16358.                             'bicID' => [
  16359.                                 'type' => 'Int',
  16360.                                 'description' => NULL,
  16361.                             ],
  16362.                             'typeName' => [
  16363.                                 'type' => 'String!',
  16364.                                 'description' => NULL,
  16365.                             ],
  16366.                             'shortName' => [
  16367.                                 'type' => 'String!',
  16368.                                 'description' => NULL,
  16369.                             ],
  16370.                         ],
  16371.                         'interfaces' => [
  16372.                         ],
  16373.                         'name' => 'JobRequirementType',
  16374.                         'builders' => [
  16375.                         ],
  16376.                     ],
  16377.                 ],
  16378.                 'QuestTaskType' => [
  16379.                     'type' => 'enum',
  16380.                     'class_name' => 'QuestTaskTypeType',
  16381.                     'inherits' => [
  16382.                     ],
  16383.                     'decorator' => false,
  16384.                     'config' => [
  16385.                         'description' => NULL,
  16386.                         'values' => [
  16387.                             'COMPANYQUIZ' => [
  16388.                                 'description' => NULL,
  16389.                                 'value' => 'COMPANYQUIZ',
  16390.                             ],
  16391.                             'GAMECTP' => [
  16392.                                 'description' => NULL,
  16393.                                 'value' => 'GAMECTP',
  16394.                             ],
  16395.                             'GAMEQUIZ' => [
  16396.                                 'description' => NULL,
  16397.                                 'value' => 'GAMEQUIZ',
  16398.                             ],
  16399.                             'GAMETROPHYHUNT' => [
  16400.                                 'description' => NULL,
  16401.                                 'value' => 'GAMETROPHYHUNT',
  16402.                             ],
  16403.                             'REQUIREMENTCHECK' => [
  16404.                                 'description' => NULL,
  16405.                                 'value' => 'REQUIREMENTCHECK',
  16406.                             ],
  16407.                             'STORYQUIZ' => [
  16408.                                 'description' => NULL,
  16409.                                 'value' => 'STORYQUIZ',
  16410.                             ],
  16411.                             'TEACHINGIDEA' => [
  16412.                                 'description' => NULL,
  16413.                                 'value' => 'TEACHINGIDEA',
  16414.                             ],
  16415.                         ],
  16416.                         'name' => 'QuestTaskType',
  16417.                     ],
  16418.                 ],
  16419.                 'JobMarketStartType' => [
  16420.                     'type' => 'enum',
  16421.                     'class_name' => 'JobMarketStartTypeType',
  16422.                     'inherits' => [
  16423.                     ],
  16424.                     'decorator' => false,
  16425.                     'config' => [
  16426.                         'description' => NULL,
  16427.                         'values' => [
  16428.                             'ANYTIME' => [
  16429.                                 'description' => NULL,
  16430.                                 'value' => 'ANYTIME',
  16431.                             ],
  16432.                             'CONSENT' => [
  16433.                                 'description' => NULL,
  16434.                                 'value' => 'CONSENT',
  16435.                             ],
  16436.                             'DATE' => [
  16437.                                 'description' => NULL,
  16438.                                 'value' => 'DATE',
  16439.                             ],
  16440.                         ],
  16441.                         'name' => 'JobMarketStartType',
  16442.                     ],
  16443.                 ],
  16444.                 'StatusType' => [
  16445.                     'type' => 'enum',
  16446.                     'class_name' => 'StatusTypeType',
  16447.                     'inherits' => [
  16448.                     ],
  16449.                     'decorator' => false,
  16450.                     'config' => [
  16451.                         'description' => NULL,
  16452.                         'values' => [
  16453.                             'OK' => [
  16454.                                 'description' => NULL,
  16455.                                 'value' => 'OK',
  16456.                             ],
  16457.                             'ERROR' => [
  16458.                                 'description' => NULL,
  16459.                                 'value' => 'ERROR',
  16460.                             ],
  16461.                             'GAMEEND' => [
  16462.                                 'description' => NULL,
  16463.                                 'value' => 'GAMEEND',
  16464.                             ],
  16465.                         ],
  16466.                         'name' => 'StatusType',
  16467.                     ],
  16468.                 ],
  16469.                 'ProfileSimple' => [
  16470.                     'type' => 'object',
  16471.                     'class_name' => 'ProfileSimpleType',
  16472.                     'inherits' => [
  16473.                     ],
  16474.                     'decorator' => false,
  16475.                     'config' => [
  16476.                         'description' => NULL,
  16477.                         'fields' => [
  16478.                             'type' => [
  16479.                                 'type' => 'ProfileType!',
  16480.                                 'description' => NULL,
  16481.                             ],
  16482.                             'id' => [
  16483.                                 'type' => 'Int',
  16484.                                 'description' => NULL,
  16485.                             ],
  16486.                             'uuid' => [
  16487.                                 'type' => 'String',
  16488.                                 'description' => NULL,
  16489.                             ],
  16490.                             'name' => [
  16491.                                 'type' => 'String',
  16492.                                 'description' => NULL,
  16493.                             ],
  16494.                             'profilePicture' => [
  16495.                                 'type' => 'Image',
  16496.                                 'description' => NULL,
  16497.                             ],
  16498.                             'isSelected' => [
  16499.                                 'type' => 'Boolean!',
  16500.                                 'description' => NULL,
  16501.                             ],
  16502.                         ],
  16503.                         'interfaces' => [
  16504.                         ],
  16505.                         'name' => 'ProfileSimple',
  16506.                         'builders' => [
  16507.                         ],
  16508.                     ],
  16509.                 ],
  16510.                 'CompanyBenefit' => [
  16511.                     'type' => 'object',
  16512.                     'class_name' => 'CompanyBenefitType',
  16513.                     'inherits' => [
  16514.                     ],
  16515.                     'decorator' => false,
  16516.                     'config' => [
  16517.                         'description' => NULL,
  16518.                         'fields' => [
  16519.                             'id' => [
  16520.                                 'type' => 'Int!',
  16521.                                 'description' => NULL,
  16522.                             ],
  16523.                             'name' => [
  16524.                                 'type' => 'String!',
  16525.                                 'description' => NULL,
  16526.                             ],
  16527.                         ],
  16528.                         'interfaces' => [
  16529.                         ],
  16530.                         'name' => 'CompanyBenefit',
  16531.                         'builders' => [
  16532.                         ],
  16533.                     ],
  16534.                 ],
  16535.                 'Teacher' => [
  16536.                     'type' => 'object',
  16537.                     'class_name' => 'TeacherType',
  16538.                     'inherits' => [
  16539.                     ],
  16540.                     'decorator' => false,
  16541.                     'config' => [
  16542.                         'description' => NULL,
  16543.                         'fields' => [
  16544.                             'id' => [
  16545.                                 'type' => 'Int',
  16546.                                 'description' => NULL,
  16547.                             ],
  16548.                             'email' => [
  16549.                                 'type' => 'String',
  16550.                                 'description' => NULL,
  16551.                             ],
  16552.                             'firstname' => [
  16553.                                 'type' => 'String',
  16554.                                 'description' => NULL,
  16555.                             ],
  16556.                             'lastname' => [
  16557.                                 'type' => 'String',
  16558.                                 'description' => NULL,
  16559.                             ],
  16560.                         ],
  16561.                         'interfaces' => [
  16562.                         ],
  16563.                         'name' => 'Teacher',
  16564.                         'builders' => [
  16565.                         ],
  16566.                     ],
  16567.                 ],
  16568.                 'SchoolClassRank' => [
  16569.                     'type' => 'object',
  16570.                     'class_name' => 'SchoolClassRankType',
  16571.                     'inherits' => [
  16572.                     ],
  16573.                     'decorator' => false,
  16574.                     'config' => [
  16575.                         'description' => NULL,
  16576.                         'fields' => [
  16577.                             'school' => [
  16578.                                 'type' => 'School!',
  16579.                                 'description' => NULL,
  16580.                             ],
  16581.                             'schoolClass' => [
  16582.                                 'type' => 'SchoolClass!',
  16583.                                 'description' => NULL,
  16584.                             ],
  16585.                             'points' => [
  16586.                                 'type' => 'Int!',
  16587.                                 'description' => NULL,
  16588.                             ],
  16589.                             'playtimeMinutes' => [
  16590.                                 'type' => 'Int!',
  16591.                                 'description' => NULL,
  16592.                             ],
  16593.                         ],
  16594.                         'interfaces' => [
  16595.                         ],
  16596.                         'name' => 'SchoolClassRank',
  16597.                         'builders' => [
  16598.                         ],
  16599.                     ],
  16600.                 ],
  16601.                 'NextStoryCard' => [
  16602.                     'type' => 'object',
  16603.                     'class_name' => 'NextStoryCardType',
  16604.                     'inherits' => [
  16605.                     ],
  16606.                     'decorator' => false,
  16607.                     'config' => [
  16608.                         'description' => NULL,
  16609.                         'fields' => [
  16610.                             'title' => [
  16611.                                 'type' => 'String',
  16612.                                 'description' => NULL,
  16613.                             ],
  16614.                             'description' => [
  16615.                                 'type' => 'String',
  16616.                                 'description' => NULL,
  16617.                             ],
  16618.                             'stories' => [
  16619.                                 'type' => '[NextStoryPreview!]',
  16620.                                 'description' => NULL,
  16621.                             ],
  16622.                         ],
  16623.                         'interfaces' => [
  16624.                         ],
  16625.                         'name' => 'NextStoryCard',
  16626.                         'builders' => [
  16627.                         ],
  16628.                     ],
  16629.                 ],
  16630.                 'ProfileLink' => [
  16631.                     'type' => 'object',
  16632.                     'class_name' => 'ProfileLinkType',
  16633.                     'inherits' => [
  16634.                     ],
  16635.                     'decorator' => false,
  16636.                     'config' => [
  16637.                         'description' => NULL,
  16638.                         'fields' => [
  16639.                             'createdAt' => [
  16640.                                 'type' => 'String!',
  16641.                                 'description' => NULL,
  16642.                             ],
  16643.                             'entries' => [
  16644.                                 'type' => '[ProfileLinkEntry!]',
  16645.                                 'description' => NULL,
  16646.                             ],
  16647.                         ],
  16648.                         'interfaces' => [
  16649.                         ],
  16650.                         'name' => 'ProfileLink',
  16651.                         'builders' => [
  16652.                         ],
  16653.                     ],
  16654.                 ],
  16655.                 'InfoSectionCategory' => [
  16656.                     'type' => 'object',
  16657.                     'class_name' => 'InfoSectionCategoryType',
  16658.                     'inherits' => [
  16659.                     ],
  16660.                     'decorator' => false,
  16661.                     'config' => [
  16662.                         'description' => NULL,
  16663.                         'fields' => [
  16664.                             'id' => [
  16665.                                 'type' => 'ID!',
  16666.                                 'description' => NULL,
  16667.                             ],
  16668.                             'heading' => [
  16669.                                 'type' => 'String!',
  16670.                                 'description' => NULL,
  16671.                             ],
  16672.                             'description' => [
  16673.                                 'type' => 'String',
  16674.                                 'description' => NULL,
  16675.                             ],
  16676.                             'link' => [
  16677.                                 'type' => 'String',
  16678.                                 'description' => NULL,
  16679.                             ],
  16680.                             'type' => [
  16681.                                 'type' => 'InfoSectionType!',
  16682.                                 'description' => NULL,
  16683.                             ],
  16684.                             'image' => [
  16685.                                 'type' => 'Image',
  16686.                                 'description' => NULL,
  16687.                             ],
  16688.                             'position' => [
  16689.                                 'type' => 'Int',
  16690.                                 'description' => NULL,
  16691.                             ],
  16692.                             'urlText' => [
  16693.                                 'type' => 'String',
  16694.                                 'description' => NULL,
  16695.                             ],
  16696.                             'subCategories' => [
  16697.                                 'type' => '[InfoSectionSubCategory!]',
  16698.                                 'description' => NULL,
  16699.                             ],
  16700.                         ],
  16701.                         'interfaces' => [
  16702.                         ],
  16703.                         'name' => 'InfoSectionCategory',
  16704.                         'builders' => [
  16705.                         ],
  16706.                     ],
  16707.                 ],
  16708.                 'JobLinkMappingType' => [
  16709.                     'type' => 'object',
  16710.                     'class_name' => 'JobLinkMappingTypeType',
  16711.                     'inherits' => [
  16712.                     ],
  16713.                     'decorator' => false,
  16714.                     'config' => [
  16715.                         'description' => NULL,
  16716.                         'fields' => [
  16717.                             'id' => [
  16718.                                 'type' => 'ID!',
  16719.                                 'description' => NULL,
  16720.                             ],
  16721.                             'name' => [
  16722.                                 'type' => 'String',
  16723.                                 'description' => NULL,
  16724.                             ],
  16725.                         ],
  16726.                         'interfaces' => [
  16727.                         ],
  16728.                         'name' => 'JobLinkMappingType',
  16729.                         'builders' => [
  16730.                         ],
  16731.                     ],
  16732.                 ],
  16733.                 'JobRequirementCollection' => [
  16734.                     'type' => 'object',
  16735.                     'class_name' => 'JobRequirementCollectionType',
  16736.                     'inherits' => [
  16737.                     ],
  16738.                     'decorator' => false,
  16739.                     'config' => [
  16740.                         'description' => NULL,
  16741.                         'fields' => [
  16742.                             'requirementTypes' => [
  16743.                                 'type' => '[JobRequirementTypeCollection]',
  16744.                                 'description' => NULL,
  16745.                             ],
  16746.                         ],
  16747.                         'interfaces' => [
  16748.                         ],
  16749.                         'name' => 'JobRequirementCollection',
  16750.                         'builders' => [
  16751.                         ],
  16752.                     ],
  16753.                 ],
  16754.                 'InfoSectionType' => [
  16755.                     'type' => 'object',
  16756.                     'class_name' => 'InfoSectionTypeType',
  16757.                     'inherits' => [
  16758.                     ],
  16759.                     'decorator' => false,
  16760.                     'config' => [
  16761.                         'description' => NULL,
  16762.                         'fields' => [
  16763.                             'id' => [
  16764.                                 'type' => 'ID!',
  16765.                                 'description' => NULL,
  16766.                             ],
  16767.                             'name' => [
  16768.                                 'type' => 'String!',
  16769.                                 'description' => NULL,
  16770.                             ],
  16771.                         ],
  16772.                         'interfaces' => [
  16773.                         ],
  16774.                         'name' => 'InfoSectionType',
  16775.                         'builders' => [
  16776.                         ],
  16777.                     ],
  16778.                 ],
  16779.                 'ImageInfo' => [
  16780.                     'type' => 'object',
  16781.                     'class_name' => 'ImageInfoType',
  16782.                     'inherits' => [
  16783.                     ],
  16784.                     'decorator' => false,
  16785.                     'config' => [
  16786.                         'description' => NULL,
  16787.                         'fields' => [
  16788.                             'caption' => [
  16789.                                 'type' => 'String',
  16790.                                 'description' => NULL,
  16791.                             ],
  16792.                             'copyright' => [
  16793.                                 'type' => 'String',
  16794.                                 'description' => NULL,
  16795.                             ],
  16796.                             'alttext' => [
  16797.                                 'type' => 'String',
  16798.                                 'description' => NULL,
  16799.                             ],
  16800.                         ],
  16801.                         'interfaces' => [
  16802.                         ],
  16803.                         'name' => 'ImageInfo',
  16804.                         'builders' => [
  16805.                         ],
  16806.                     ],
  16807.                 ],
  16808.                 'StoryCardTheme' => [
  16809.                     'type' => 'enum',
  16810.                     'class_name' => 'StoryCardThemeType',
  16811.                     'inherits' => [
  16812.                     ],
  16813.                     'decorator' => false,
  16814.                     'config' => [
  16815.                         'description' => NULL,
  16816.                         'values' => [
  16817.                             'DEFAULT' => [
  16818.                                 'description' => NULL,
  16819.                                 'value' => 'DEFAULT',
  16820.                             ],
  16821.                             'YELLOW' => [
  16822.                                 'description' => NULL,
  16823.                                 'value' => 'YELLOW',
  16824.                             ],
  16825.                             'RED' => [
  16826.                                 'description' => NULL,
  16827.                                 'value' => 'RED',
  16828.                             ],
  16829.                             'BLUE' => [
  16830.                                 'description' => NULL,
  16831.                                 'value' => 'BLUE',
  16832.                             ],
  16833.                         ],
  16834.                         'name' => 'StoryCardTheme',
  16835.                     ],
  16836.                 ],
  16837.                 'InfoSectionEntry' => [
  16838.                     'type' => 'object',
  16839.                     'class_name' => 'InfoSectionEntryType',
  16840.                     'inherits' => [
  16841.                     ],
  16842.                     'decorator' => false,
  16843.                     'config' => [
  16844.                         'description' => NULL,
  16845.                         'fields' => [
  16846.                             'id' => [
  16847.                                 'type' => 'ID!',
  16848.                                 'description' => NULL,
  16849.                             ],
  16850.                             'heading' => [
  16851.                                 'type' => 'String!',
  16852.                                 'description' => NULL,
  16853.                             ],
  16854.                             'description' => [
  16855.                                 'type' => 'String',
  16856.                                 'description' => NULL,
  16857.                             ],
  16858.                             'url' => [
  16859.                                 'type' => 'String',
  16860.                                 'description' => NULL,
  16861.                             ],
  16862.                             'urlType' => [
  16863.                                 'type' => 'String',
  16864.                                 'description' => NULL,
  16865.                             ],
  16866.                             'image' => [
  16867.                                 'type' => 'Image',
  16868.                                 'description' => NULL,
  16869.                             ],
  16870.                             'position' => [
  16871.                                 'type' => 'Int',
  16872.                                 'description' => NULL,
  16873.                             ],
  16874.                         ],
  16875.                         'interfaces' => [
  16876.                         ],
  16877.                         'name' => 'InfoSectionEntry',
  16878.                         'builders' => [
  16879.                         ],
  16880.                     ],
  16881.                 ],
  16882.                 'LinkTargetType' => [
  16883.                     'type' => 'enum',
  16884.                     'class_name' => 'LinkTargetTypeType',
  16885.                     'inherits' => [
  16886.                     ],
  16887.                     'decorator' => false,
  16888.                     'config' => [
  16889.                         'description' => NULL,
  16890.                         'values' => [
  16891.                             'BLANK' => [
  16892.                                 'description' => NULL,
  16893.                                 'value' => 'BLANK',
  16894.                             ],
  16895.                             'SELF' => [
  16896.                                 'description' => NULL,
  16897.                                 'value' => 'SELF',
  16898.                             ],
  16899.                         ],
  16900.                         'name' => 'LinkTargetType',
  16901.                     ],
  16902.                 ],
  16903.                 'AddressCity' => [
  16904.                     'type' => 'object',
  16905.                     'class_name' => 'AddressCityType',
  16906.                     'inherits' => [
  16907.                     ],
  16908.                     'decorator' => false,
  16909.                     'config' => [
  16910.                         'description' => NULL,
  16911.                         'fields' => [
  16912.                             'id' => [
  16913.                                 'type' => 'ID!',
  16914.                                 'description' => NULL,
  16915.                             ],
  16916.                             'name' => [
  16917.                                 'type' => 'String!',
  16918.                                 'description' => NULL,
  16919.                             ],
  16920.                             'zip' => [
  16921.                                 'type' => 'Int!',
  16922.                                 'description' => NULL,
  16923.                             ],
  16924.                             'addressDistrict' => [
  16925.                                 'type' => 'AddressDistrict',
  16926.                                 'description' => NULL,
  16927.                             ],
  16928.                         ],
  16929.                         'interfaces' => [
  16930.                         ],
  16931.                         'name' => 'AddressCity',
  16932.                         'builders' => [
  16933.                         ],
  16934.                     ],
  16935.                 ],
  16936.                 'QuestTaskLink' => [
  16937.                     'type' => 'object',
  16938.                     'class_name' => 'QuestTaskLinkType',
  16939.                     'inherits' => [
  16940.                     ],
  16941.                     'decorator' => false,
  16942.                     'config' => [
  16943.                         'description' => NULL,
  16944.                         'fields' => [
  16945.                             'id' => [
  16946.                                 'type' => 'ID!',
  16947.                                 'description' => NULL,
  16948.                             ],
  16949.                             'linkName' => [
  16950.                                 'type' => 'String',
  16951.                                 'description' => NULL,
  16952.                             ],
  16953.                             'linkValue' => [
  16954.                                 'type' => 'String',
  16955.                                 'description' => NULL,
  16956.                             ],
  16957.                             'linkType' => [
  16958.                                 'type' => 'QuestTaskLinkType',
  16959.                                 'description' => NULL,
  16960.                             ],
  16961.                             'position' => [
  16962.                                 'type' => 'Int',
  16963.                                 'description' => NULL,
  16964.                             ],
  16965.                         ],
  16966.                         'interfaces' => [
  16967.                         ],
  16968.                         'name' => 'QuestTaskLink',
  16969.                         'builders' => [
  16970.                         ],
  16971.                     ],
  16972.                 ],
  16973.                 'JobLinkMappingCategory' => [
  16974.                     'type' => 'object',
  16975.                     'class_name' => 'JobLinkMappingCategoryType',
  16976.                     'inherits' => [
  16977.                     ],
  16978.                     'decorator' => false,
  16979.                     'config' => [
  16980.                         'description' => NULL,
  16981.                         'fields' => [
  16982.                             'id' => [
  16983.                                 'type' => 'ID!',
  16984.                                 'description' => NULL,
  16985.                             ],
  16986.                             'name' => [
  16987.                                 'type' => 'String',
  16988.                                 'description' => NULL,
  16989.                             ],
  16990.                         ],
  16991.                         'interfaces' => [
  16992.                         ],
  16993.                         'name' => 'JobLinkMappingCategory',
  16994.                         'builders' => [
  16995.                         ],
  16996.                     ],
  16997.                 ],
  16998.                 'AddressLatLon' => [
  16999.                     'type' => 'object',
  17000.                     'class_name' => 'AddressLatLonType',
  17001.                     'inherits' => [
  17002.                     ],
  17003.                     'decorator' => false,
  17004.                     'config' => [
  17005.                         'description' => NULL,
  17006.                         'fields' => [
  17007.                             'id' => [
  17008.                                 'type' => 'ID!',
  17009.                                 'description' => NULL,
  17010.                             ],
  17011.                             'lat' => [
  17012.                                 'type' => 'String',
  17013.                                 'description' => NULL,
  17014.                             ],
  17015.                             'lon' => [
  17016.                                 'type' => 'String',
  17017.                                 'description' => NULL,
  17018.                             ],
  17019.                         ],
  17020.                         'interfaces' => [
  17021.                         ],
  17022.                         'name' => 'AddressLatLon',
  17023.                         'builders' => [
  17024.                         ],
  17025.                     ],
  17026.                 ],
  17027.                 'EventTag' => [
  17028.                     'type' => 'object',
  17029.                     'class_name' => 'EventTagType',
  17030.                     'inherits' => [
  17031.                     ],
  17032.                     'decorator' => false,
  17033.                     'config' => [
  17034.                         'description' => NULL,
  17035.                         'fields' => [
  17036.                             'tagName' => [
  17037.                                 'type' => 'String!',
  17038.                                 'description' => NULL,
  17039.                             ],
  17040.                         ],
  17041.                         'interfaces' => [
  17042.                         ],
  17043.                         'name' => 'EventTag',
  17044.                         'builders' => [
  17045.                         ],
  17046.                     ],
  17047.                 ],
  17048.                 'Job' => [
  17049.                     'type' => 'object',
  17050.                     'class_name' => 'JobType',
  17051.                     'inherits' => [
  17052.                     ],
  17053.                     'decorator' => false,
  17054.                     'config' => [
  17055.                         'description' => NULL,
  17056.                         'fields' => [
  17057.                             'id' => [
  17058.                                 'type' => 'ID!',
  17059.                                 'description' => NULL,
  17060.                             ],
  17061.                             'name' => [
  17062.                                 'type' => 'String!',
  17063.                                 'description' => NULL,
  17064.                             ],
  17065.                             'bicID' => [
  17066.                                 'type' => 'Int',
  17067.                                 'description' => NULL,
  17068.                             ],
  17069.                             'image' => [
  17070.                                 'type' => 'Image',
  17071.                                 'description' => NULL,
  17072.                             ],
  17073.                             'description' => [
  17074.                                 'type' => 'String',
  17075.                                 'description' => NULL,
  17076.                             ],
  17077.                             'bicAlternativen' => [
  17078.                                 'type' => 'String',
  17079.                                 'description' => NULL,
  17080.                             ],
  17081.                             'bicAnforderungen' => [
  17082.                                 'type' => 'String',
  17083.                                 'description' => NULL,
  17084.                             ],
  17085.                             'bicAusbildungBerufschule' => [
  17086.                                 'type' => 'String',
  17087.                                 'description' => NULL,
  17088.                             ],
  17089.                             'bicMoeglichkeiten' => [
  17090.                                 'type' => 'String',
  17091.                                 'description' => NULL,
  17092.                             ],
  17093.                             'operationsAndTasks' => [
  17094.                                 'type' => 'String',
  17095.                                 'description' => NULL,
  17096.                             ],
  17097.                             'scholasticDuration' => [
  17098.                                 'type' => 'JobScholasticDuration',
  17099.                                 'description' => NULL,
  17100.                             ],
  17101.                             'showSchoolSubjects' => [
  17102.                                 'type' => 'Boolean',
  17103.                                 'description' => NULL,
  17104.                             ],
  17105.                             'expertTerms' => [
  17106.                                 'type' => '[JobExpertTerm!]',
  17107.                                 'description' => NULL,
  17108.                             ],
  17109.                             'interestFields' => [
  17110.                                 'type' => '[InterestField!]',
  17111.                                 'description' => NULL,
  17112.                             ],
  17113.                             'jobEducationCompanies' => [
  17114.                                 'type' => '[CompanyProfileSimple!]',
  17115.                                 'description' => NULL,
  17116.                             ],
  17117.                             'jobEducationalPaths' => [
  17118.                                 'type' => '[JobEducationalPath!]',
  17119.                                 'description' => NULL,
  17120.                             ],
  17121.                             'insights' => [
  17122.                                 'type' => '[Story!]',
  17123.                                 'description' => NULL,
  17124.                             ],
  17125.                             'jobLinkMappings' => [
  17126.                                 'type' => '[JobLinkMapping]',
  17127.                                 'description' => NULL,
  17128.                             ],
  17129.                             'jobMarketDistricts' => [
  17130.                                 'type' => 'JobMarketDistricts',
  17131.                                 'description' => NULL,
  17132.                             ],
  17133.                             'jobRedirects' => [
  17134.                                 'type' => '[JobRedirect!]',
  17135.                                 'description' => NULL,
  17136.                             ],
  17137.                             'jobSalary' => [
  17138.                                 'type' => 'JobSalary',
  17139.                                 'description' => NULL,
  17140.                             ],
  17141.                             'jobSectors' => [
  17142.                                 'type' => '[JobSector!]',
  17143.                                 'description' => NULL,
  17144.                             ],
  17145.                             'jobSchools' => [
  17146.                                 'type' => '[JobSchool!]',
  17147.                                 'description' => NULL,
  17148.                             ],
  17149.                             'jobWorkFields' => [
  17150.                                 'type' => '[JobWorkField!]',
  17151.                                 'description' => NULL,
  17152.                             ],
  17153.                             'requirementsByType' => [
  17154.                                 'type' => 'JobRequirementCollection',
  17155.                                 'description' => NULL,
  17156.                             ],
  17157.                             'schoolSubjectMappings' => [
  17158.                                 'type' => '[JobSchoolSubjectMapping!]',
  17159.                                 'description' => NULL,
  17160.                             ],
  17161.                             'videoUrl' => [
  17162.                                 'type' => 'String',
  17163.                                 'description' => NULL,
  17164.                             ],
  17165.                             'pdfUrl' => [
  17166.                                 'type' => 'String',
  17167.                                 'description' => NULL,
  17168.                             ],
  17169.                             'searchTags' => [
  17170.                                 'type' => '[String]',
  17171.                                 'description' => NULL,
  17172.                             ],
  17173.                             'visits' => [
  17174.                                 'type' => 'Int',
  17175.                                 'description' => NULL,
  17176.                             ],
  17177.                         ],
  17178.                         'interfaces' => [
  17179.                         ],
  17180.                         'name' => 'Job',
  17181.                         'builders' => [
  17182.                         ],
  17183.                     ],
  17184.                 ],
  17185.                 'PageInfo' => [
  17186.                     'type' => 'object',
  17187.                     'class_name' => 'PageInfoType',
  17188.                     'inherits' => [
  17189.                     ],
  17190.                     'decorator' => false,
  17191.                     'config' => [
  17192.                         'description' => 'Information about pagination in a connection.',
  17193.                         'fields' => [
  17194.                             'hasNextPage' => [
  17195.                                 'type' => 'Boolean!',
  17196.                                 'description' => 'When paginating forwards, are there more items?',
  17197.                             ],
  17198.                             'hasPreviousPage' => [
  17199.                                 'type' => 'Boolean!',
  17200.                                 'description' => 'When paginating backwards, are there more items?',
  17201.                             ],
  17202.                             'startCursor' => [
  17203.                                 'type' => 'String',
  17204.                                 'description' => 'When paginating backwards, the cursor to continue.',
  17205.                             ],
  17206.                             'endCursor' => [
  17207.                                 'type' => 'String',
  17208.                                 'description' => 'When paginating forwards, the cursor to continue.',
  17209.                             ],
  17210.                         ],
  17211.                         'name' => 'PageInfo',
  17212.                         'builders' => [
  17213.                         ],
  17214.                         'interfaces' => [
  17215.                         ],
  17216.                     ],
  17217.                 ],
  17218.             ],
  17219.             'overblog_graphql.batching_method' => 'relay',
  17220.             'overblog_graphql.query_max_depth' => 0,
  17221.             'overblog_graphql.query_max_complexity' => 0,
  17222.             'overblog_graphql.enable_introspection' => true,
  17223.             'overblog_graphql.handle_cors' => false,
  17224.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  17225.             'overblog_graphql.cache_dir' => NULL,
  17226.             'overblog_graphql.cache_dir_permissions' => NULL,
  17227.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  17228.             'overblog_graphql.use_experimental_executor' => false,
  17229.             'overblog_graphql.profiler.query_match' => NULL,
  17230.             'overblog_graphql.use_classloader_listener' => true,
  17231.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  17232.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  17233.             'sonata.block.container.types' => [
  17234.                 => 'sonata.block.service.container',
  17235.                 => 'sonata.page.block.container',
  17236.                 => 'sonata.dashboard.block.container',
  17237.                 => 'cmf.block.container',
  17238.                 => 'cmf.block.slideshow',
  17239.             ],
  17240.             'sonata_block.blocks' => [
  17241.                 'block.footer' => [
  17242.                     'contexts' => [
  17243.                     ],
  17244.                     'templates' => [
  17245.                     ],
  17246.                     'cache' => 'sonata.cache.noop',
  17247.                     'settings' => [
  17248.                     ],
  17249.                 ],
  17250.                 'block.frontpage.news' => [
  17251.                     'contexts' => [
  17252.                     ],
  17253.                     'templates' => [
  17254.                     ],
  17255.                     'cache' => 'sonata.cache.noop',
  17256.                     'settings' => [
  17257.                     ],
  17258.                 ],
  17259.                 'block.events.4x1' => [
  17260.                     'contexts' => [
  17261.                     ],
  17262.                     'templates' => [
  17263.                     ],
  17264.                     'cache' => 'sonata.cache.noop',
  17265.                     'settings' => [
  17266.                     ],
  17267.                 ],
  17268.                 'block.random.jobs' => [
  17269.                     'contexts' => [
  17270.                     ],
  17271.                     'templates' => [
  17272.                     ],
  17273.                     'cache' => 'sonata.cache.noop',
  17274.                     'settings' => [
  17275.                     ],
  17276.                 ],
  17277.                 'block.slider' => [
  17278.                     'contexts' => [
  17279.                     ],
  17280.                     'templates' => [
  17281.                     ],
  17282.                     'cache' => 'sonata.cache.noop',
  17283.                     'settings' => [
  17284.                     ],
  17285.                 ],
  17286.                 'block.header.main' => [
  17287.                     'contexts' => [
  17288.                     ],
  17289.                     'templates' => [
  17290.                     ],
  17291.                     'cache' => 'sonata.cache.noop',
  17292.                     'settings' => [
  17293.                     ],
  17294.                 ],
  17295.                 'block.header.child' => [
  17296.                     'contexts' => [
  17297.                     ],
  17298.                     'templates' => [
  17299.                     ],
  17300.                     'cache' => 'sonata.cache.noop',
  17301.                     'settings' => [
  17302.                     ],
  17303.                 ],
  17304.                 'block.heading' => [
  17305.                     'contexts' => [
  17306.                     ],
  17307.                     'templates' => [
  17308.                     ],
  17309.                     'cache' => 'sonata.cache.noop',
  17310.                     'settings' => [
  17311.                     ],
  17312.                 ],
  17313.                 'block.editor' => [
  17314.                     'contexts' => [
  17315.                     ],
  17316.                     'templates' => [
  17317.                     ],
  17318.                     'cache' => 'sonata.cache.noop',
  17319.                     'settings' => [
  17320.                     ],
  17321.                 ],
  17322.                 'sonata.block.service.container' => [
  17323.                     'contexts' => [
  17324.                     ],
  17325.                     'templates' => [
  17326.                     ],
  17327.                     'cache' => 'sonata.cache.noop',
  17328.                     'settings' => [
  17329.                     ],
  17330.                 ],
  17331.                 'sonata.block.service.empty' => [
  17332.                     'contexts' => [
  17333.                     ],
  17334.                     'templates' => [
  17335.                     ],
  17336.                     'cache' => 'sonata.cache.noop',
  17337.                     'settings' => [
  17338.                     ],
  17339.                 ],
  17340.                 'sonata.block.service.text' => [
  17341.                     'contexts' => [
  17342.                     ],
  17343.                     'templates' => [
  17344.                     ],
  17345.                     'cache' => 'sonata.cache.noop',
  17346.                     'settings' => [
  17347.                     ],
  17348.                 ],
  17349.                 'sonata.block.service.rss' => [
  17350.                     'contexts' => [
  17351.                     ],
  17352.                     'templates' => [
  17353.                     ],
  17354.                     'cache' => 'sonata.cache.noop',
  17355.                     'settings' => [
  17356.                     ],
  17357.                 ],
  17358.                 'sonata.block.service.template' => [
  17359.                     'contexts' => [
  17360.                     ],
  17361.                     'templates' => [
  17362.                     ],
  17363.                     'cache' => 'sonata.cache.noop',
  17364.                     'settings' => [
  17365.                     ],
  17366.                 ],
  17367.                 'sonata.block.service.menu' => [
  17368.                     'contexts' => [
  17369.                     ],
  17370.                     'templates' => [
  17371.                     ],
  17372.                     'cache' => 'sonata.cache.noop',
  17373.                     'settings' => [
  17374.                     ],
  17375.                 ],
  17376.                 'sonata.admin.block.admin_list' => [
  17377.                     'contexts' => [
  17378.                     ],
  17379.                     'templates' => [
  17380.                     ],
  17381.                     'cache' => 'sonata.cache.noop',
  17382.                     'settings' => [
  17383.                     ],
  17384.                 ],
  17385.                 'sonata.admin.block.search_result' => [
  17386.                     'contexts' => [
  17387.                     ],
  17388.                     'templates' => [
  17389.                     ],
  17390.                     'cache' => 'sonata.cache.noop',
  17391.                     'settings' => [
  17392.                     ],
  17393.                 ],
  17394.                 'sonata.admin.block.stats' => [
  17395.                     'contexts' => [
  17396.                     ],
  17397.                     'templates' => [
  17398.                     ],
  17399.                     'cache' => 'sonata.cache.noop',
  17400.                     'settings' => [
  17401.                     ],
  17402.                 ],
  17403.                 'sonata.admin.block.admin_preview' => [
  17404.                     'contexts' => [
  17405.                     ],
  17406.                     'templates' => [
  17407.                     ],
  17408.                     'cache' => 'sonata.cache.noop',
  17409.                     'settings' => [
  17410.                     ],
  17411.                 ],
  17412.                 'sonata.seo.block.breadcrumb.homepage' => [
  17413.                     'contexts' => [
  17414.                     ],
  17415.                     'templates' => [
  17416.                     ],
  17417.                     'cache' => 'sonata.cache.noop',
  17418.                     'settings' => [
  17419.                     ],
  17420.                 ],
  17421.             ],
  17422.             'sonata_block.blocks_by_class' => [
  17423.             ],
  17424.             'sonata_blocks.block_types' => [
  17425.                 => 'block.footer',
  17426.                 => 'block.frontpage.news',
  17427.                 => 'block.events.4x1',
  17428.                 => 'block.random.jobs',
  17429.                 => 'block.slider',
  17430.                 => 'block.header.main',
  17431.                 => 'block.header.child',
  17432.                 => 'block.heading',
  17433.                 => 'block.editor',
  17434.                 => 'sonata.block.service.container',
  17435.                 10 => 'sonata.block.service.empty',
  17436.                 11 => 'sonata.block.service.text',
  17437.                 12 => 'sonata.block.service.rss',
  17438.                 13 => 'sonata.block.service.template',
  17439.                 14 => 'sonata.block.service.menu',
  17440.                 15 => 'sonata.admin.block.admin_list',
  17441.                 16 => 'sonata.admin.block.search_result',
  17442.                 17 => 'sonata.admin.block.stats',
  17443.                 18 => 'sonata.admin.block.admin_preview',
  17444.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  17445.             ],
  17446.             'sonata_block.cache_blocks' => [
  17447.                 'by_class' => [
  17448.                 ],
  17449.                 'by_type' => [
  17450.                     'block.footer' => 'sonata.cache.noop',
  17451.                     'block.frontpage.news' => 'sonata.cache.noop',
  17452.                     'block.events.4x1' => 'sonata.cache.noop',
  17453.                     'block.random.jobs' => 'sonata.cache.noop',
  17454.                     'block.slider' => 'sonata.cache.noop',
  17455.                     'block.header.main' => 'sonata.cache.noop',
  17456.                     'block.header.child' => 'sonata.cache.noop',
  17457.                     'block.heading' => 'sonata.cache.noop',
  17458.                     'block.editor' => 'sonata.cache.noop',
  17459.                     'sonata.block.service.container' => 'sonata.cache.noop',
  17460.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  17461.                     'sonata.block.service.text' => 'sonata.cache.noop',
  17462.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  17463.                     'sonata.block.service.template' => 'sonata.cache.noop',
  17464.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  17465.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  17466.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  17467.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  17468.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  17469.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  17470.                 ],
  17471.             ],
  17472.             'sonata_blocks.default_contexts' => [
  17473.             ],
  17474.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  17475.                 'enum' => 'select',
  17476.                 'choice' => 'select',
  17477.                 'boolean' => 'select',
  17478.                 'textarea' => 'textarea',
  17479.                 'html' => 'textarea',
  17480.                 'email' => 'email',
  17481.                 'string' => 'text',
  17482.                 'integer' => 'number',
  17483.                 'float' => 'number',
  17484.                 'currency' => 'number',
  17485.                 'percent' => 'number',
  17486.                 'url' => 'url',
  17487.             ],
  17488.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  17489.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  17490.             'sonata.admin.configuration.templates' => [
  17491.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  17492.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  17493.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  17494.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  17495.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  17496.                 'search' => '@SonataAdmin/Core/search.html.twig',
  17497.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  17498.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  17499.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  17500.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  17501.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  17502.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  17503.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  17504.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  17505.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  17506.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  17507.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  17508.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  17509.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  17510.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  17511.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  17512.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  17513.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  17514.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  17515.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  17516.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  17517.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  17518.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  17519.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  17520.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  17521.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  17522.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  17523.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  17524.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  17525.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  17526.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  17527.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  17528.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  17529.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  17530.                 'form_theme' => [
  17531.                 ],
  17532.                 'filter_theme' => [
  17533.                 ],
  17534.             ],
  17535.             'sonata.admin.configuration.default_admin_services' => [
  17536.                 'model_manager' => NULL,
  17537.                 'data_source' => NULL,
  17538.                 'field_description_factory' => NULL,
  17539.                 'form_contractor' => NULL,
  17540.                 'show_builder' => NULL,
  17541.                 'list_builder' => NULL,
  17542.                 'datagrid_builder' => NULL,
  17543.                 'translator' => NULL,
  17544.                 'configuration_pool' => NULL,
  17545.                 'route_generator' => NULL,
  17546.                 'security_handler' => NULL,
  17547.                 'menu_factory' => NULL,
  17548.                 'route_builder' => NULL,
  17549.                 'label_translator_strategy' => NULL,
  17550.                 'pager_type' => NULL,
  17551.             ],
  17552.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  17553.             'sonata.admin.configuration.dashboard_groups' => [
  17554.             ],
  17555.             'sonata.admin.configuration.dashboard_blocks' => [
  17556.                 => [
  17557.                     'position' => 'left',
  17558.                     'settings' => [
  17559.                     ],
  17560.                     'type' => 'sonata.admin.block.admin_list',
  17561.                     'roles' => [
  17562.                     ],
  17563.                 ],
  17564.             ],
  17565.             'sonata.admin.configuration.sort_admins' => false,
  17566.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  17567.             'sonata.admin.configuration.default_group' => 'default',
  17568.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  17569.             'sonata.admin.configuration.default_translation_domain' => NULL,
  17570.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  17571.             'sonata.admin.configuration.breadcrumbs' => [
  17572.                 'child_admin_route' => 'show',
  17573.             ],
  17574.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  17575.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  17576.             'sonata.admin.configuration.security.information' => [
  17577.             ],
  17578.             'sonata.admin.configuration.security.admin_permissions' => [
  17579.                 => 'CREATE',
  17580.                 => 'LIST',
  17581.                 => 'DELETE',
  17582.                 => 'UNDELETE',
  17583.                 => 'EXPORT',
  17584.                 => 'OPERATOR',
  17585.                 => 'MASTER',
  17586.             ],
  17587.             'sonata.admin.configuration.security.object_permissions' => [
  17588.                 => 'VIEW',
  17589.                 => 'EDIT',
  17590.                 => 'HISTORY',
  17591.                 => 'DELETE',
  17592.                 => 'UNDELETE',
  17593.                 => 'OPERATOR',
  17594.                 => 'MASTER',
  17595.                 => 'OWNER',
  17596.             ],
  17597.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  17598.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  17599.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  17600.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  17601.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  17602.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  17603.             'sonata.admin.extension.map' => [
  17604.             ],
  17605.             'sonata.admin.configuration.filters.persist' => false,
  17606.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  17607.             'sonata.admin.configuration.show.mosaic.button' => true,
  17608.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  17609.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  17610.             'sonata_doctrine_orm_admin.templates' => [
  17611.                 'types' => [
  17612.                     'list' => [
  17613.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  17614.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  17615.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  17616.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  17617.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  17618.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  17619.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  17620.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  17621.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  17622.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  17623.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  17624.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  17625.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  17626.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  17627.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  17628.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  17629.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  17630.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  17631.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  17632.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  17633.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  17634.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  17635.                     ],
  17636.                     'show' => [
  17637.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  17638.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  17639.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  17640.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  17641.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  17642.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  17643.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  17644.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  17645.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  17646.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  17647.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  17648.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  17649.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  17650.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  17651.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  17652.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  17653.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  17654.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  17655.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  17656.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  17657.                     ],
  17658.                 ],
  17659.             ],
  17660.             'sonata.form.form_type' => 'standard',
  17661.             'sonata.seo.config' => [
  17662.                 'title' => 'Berufsreise',
  17663.                 'default' => 'sonata.seo.page.default',
  17664.                 'metas' => [
  17665.                     'name' => [
  17666.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  17667.                         'description' => 'berufsreise.at ist das größte Internet-Portal zum Thema Berufsorientierung in Ã–sterreich. Das umfangreiche Angebot ist für alle Personen und Organisationen da, die sich mit Berufsorientierung beschäftigen.',
  17668.                         'robots' => 'index, follow',
  17669.                         'viewport' => 'width=device-width, initial-scale=1',
  17670.                     ],
  17671.                     'property' => [
  17672.                         'og:site_name' => 'berufsreise.at',
  17673.                         'og:description' => 'berufsreise.at ist die größte Online-Plattform zum Thema Berufsorientierung in Tirol. Entdecke spannende Berufe, lerne Tiroler Unternehmen, BO-Institutionen und weiterführende Schulen kennen oder begleite Tiroler Lehrlinge und Schüler*innen in deren Ausbildungen!',
  17674.                         'og:title' => 'berufsreise.at',
  17675.                         'og:type' => 'article',
  17676.                         'og:url' => 'https://www.berufsreise.at',
  17677.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  17678.                     ],
  17679.                     'http-equiv' => [
  17680.                         'Content-Type' => 'text/html; charset=utf-8',
  17681.                     ],
  17682.                     'charset' => [
  17683.                         'UTF-8' => '',
  17684.                     ],
  17685.                 ],
  17686.                 'head' => [
  17687.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  17688.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  17689.                 ],
  17690.                 'separator' => ' - ',
  17691.                 'title_prefix' => NULL,
  17692.                 'title_suffix' => NULL,
  17693.             ],
  17694.             'event_dispatcher.event_aliases' => [
  17695.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  17696.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  17697.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  17698.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  17699.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  17700.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  17701.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  17702.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  17703.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  17704.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  17705.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  17706.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  17707.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  17708.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  17709.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  17710.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  17711.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  17712.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  17713.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  17714.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  17715.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  17716.             ],
  17717.             'fragment.renderer.hinclude.global_template' => NULL,
  17718.             'fragment.path' => '/_fragment',
  17719.             'kernel.http_method_override' => false,
  17720.             'kernel.trusted_hosts' => [
  17721.             ],
  17722.             'kernel.default_locale' => 'de',
  17723.             'kernel.enabled_locales' => [
  17724.                 => 'de',
  17725.             ],
  17726.             'kernel.error_controller' => 'error_controller',
  17727.             'debug.file_link_format' => NULL,
  17728.             'asset.request_context.base_path' => NULL,
  17729.             'asset.request_context.secure' => NULL,
  17730.             'translator.logging' => false,
  17731.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  17732.             'debug.error_handler.throw_at' => -1,
  17733.             'router.request_context.host' => 'localhost',
  17734.             'router.request_context.scheme' => 'http',
  17735.             'router.request_context.base_url' => '',
  17736.             'router.resource' => 'kernel::loadRoutes',
  17737.             'request_listener.http_port' => 80,
  17738.             'request_listener.https_port' => 443,
  17739.             'session.metadata.storage_key' => '_sf2_meta',
  17740.             'session.storage.options' => [
  17741.                 'cache_limiter' => '0',
  17742.                 'cookie_lifetime' => 43200,
  17743.                 'cookie_secure' => 'auto',
  17744.                 'cookie_httponly' => true,
  17745.                 'cookie_samesite' => 'none',
  17746.                 'gc_maxlifetime' => 43200,
  17747.                 'gc_probability' => 1,
  17748.             ],
  17749.             'session.save_path' => NULL,
  17750.             'session.metadata.update_threshold' => 0,
  17751.             'form.type_extension.csrf.enabled' => true,
  17752.             'form.type_extension.csrf.field_name' => '_token',
  17753.             'validator.translation_domain' => 'validators',
  17754.             'profiler_listener.only_exceptions' => false,
  17755.             'profiler_listener.only_main_requests' => false,
  17756.             'twig.form.resources' => [
  17757.                 => 'form_div_layout.html.twig',
  17758.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  17759.                 => 'bootstrap_3_layout.html.twig',
  17760.                 => '@frontend/form/datepicker.html.twig',
  17761.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  17762.             ],
  17763.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  17764.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  17765.             'web_profiler.debug_toolbar.mode' => 2,
  17766.             'monolog.use_microseconds' => true,
  17767.             'monolog.swift_mailer.handlers' => [
  17768.             ],
  17769.             'monolog.handlers_to_channels' => [
  17770.                 'monolog.handler.console' => [
  17771.                     'type' => 'exclusive',
  17772.                     'elements' => [
  17773.                         => 'event',
  17774.                         => 'doctrine',
  17775.                         => 'console',
  17776.                     ],
  17777.                 ],
  17778.                 'monolog.handler.main' => [
  17779.                     'type' => 'exclusive',
  17780.                     'elements' => [
  17781.                         => 'event',
  17782.                     ],
  17783.                 ],
  17784.             ],
  17785.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  17786.             'security.role_hierarchy.roles' => [
  17787.             ],
  17788.             'security.access.denied_url' => NULL,
  17789.             'security.authentication.manager.erase_credentials' => true,
  17790.             'security.authentication.session_strategy.strategy' => 'migrate',
  17791.             'security.access.always_authenticate_before_granting' => false,
  17792.             'security.authentication.hide_user_not_found' => true,
  17793.             'security.firewalls' => [
  17794.                 => 'dev',
  17795.                 => 'oauth2_api',
  17796.                 => 'admin',
  17797.                 => 'rookie_admin',
  17798.                 => 'shuttle_admin',
  17799.                 => 'rookie_day_admin',
  17800.                 => 'main',
  17801.             ],
  17802.             'overblog_graphql_types.classes_map' => [
  17803.             ],
  17804.             'data_collector.templates' => [
  17805.                 'data_collector.request' => [
  17806.                     => 'request',
  17807.                     => '@WebProfiler/Collector/request.html.twig',
  17808.                 ],
  17809.                 'data_collector.time' => [
  17810.                     => 'time',
  17811.                     => '@WebProfiler/Collector/time.html.twig',
  17812.                 ],
  17813.                 'data_collector.memory' => [
  17814.                     => 'memory',
  17815.                     => '@WebProfiler/Collector/memory.html.twig',
  17816.                 ],
  17817.                 'data_collector.validator' => [
  17818.                     => 'validator',
  17819.                     => '@WebProfiler/Collector/validator.html.twig',
  17820.                 ],
  17821.                 'data_collector.ajax' => [
  17822.                     => 'ajax',
  17823.                     => '@WebProfiler/Collector/ajax.html.twig',
  17824.                 ],
  17825.                 'data_collector.form' => [
  17826.                     => 'form',
  17827.                     => '@WebProfiler/Collector/form.html.twig',
  17828.                 ],
  17829.                 'data_collector.exception' => [
  17830.                     => 'exception',
  17831.                     => '@WebProfiler/Collector/exception.html.twig',
  17832.                 ],
  17833.                 'data_collector.logger' => [
  17834.                     => 'logger',
  17835.                     => '@WebProfiler/Collector/logger.html.twig',
  17836.                 ],
  17837.                 'data_collector.events' => [
  17838.                     => 'events',
  17839.                     => '@WebProfiler/Collector/events.html.twig',
  17840.                 ],
  17841.                 'data_collector.router' => [
  17842.                     => 'router',
  17843.                     => '@WebProfiler/Collector/router.html.twig',
  17844.                 ],
  17845.                 'data_collector.cache' => [
  17846.                     => 'cache',
  17847.                     => '@WebProfiler/Collector/cache.html.twig',
  17848.                 ],
  17849.                 'data_collector.translation' => [
  17850.                     => 'translation',
  17851.                     => '@WebProfiler/Collector/translation.html.twig',
  17852.                 ],
  17853.                 'data_collector.security' => [
  17854.                     => 'security',
  17855.                     => '@Security/Collector/security.html.twig',
  17856.                 ],
  17857.                 'data_collector.twig' => [
  17858.                     => 'twig',
  17859.                     => '@WebProfiler/Collector/twig.html.twig',
  17860.                 ],
  17861.                 'data_collector.doctrine' => [
  17862.                     => 'db',
  17863.                     => '@Doctrine/Collector/db.html.twig',
  17864.                 ],
  17865.                 'data_collector.http_client' => [
  17866.                     => 'http_client',
  17867.                     => '@WebProfiler/Collector/http_client.html.twig',
  17868.                 ],
  17869.                 'doctrine_migrations.migrations_collector' => [
  17870.                     => 'doctrine_migrations',
  17871.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  17872.                 ],
  17873.                 'data_collector.dump' => [
  17874.                     => 'dump',
  17875.                     => '@Debug/Profiler/dump.html.twig',
  17876.                 ],
  17877.                 'fos_elastica.data_collector' => [
  17878.                     => 'elastica',
  17879.                     => '@FOSElastica/Collector/elastica.html.twig',
  17880.                 ],
  17881.                 'data_collector.jms_serializer' => [
  17882.                     => 'jms_serializer',
  17883.                     => '@JMSSerializer/Collector/panel.html.twig',
  17884.                 ],
  17885.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  17886.                     => 'graphql',
  17887.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  17888.                 ],
  17889.                 'sonata.block.data_collector' => [
  17890.                     => 'block',
  17891.                     => '@SonataBlock/Profiler/block.html.twig',
  17892.                 ],
  17893.                 'mailer.data_collector' => [
  17894.                     => 'mailer',
  17895.                     => '@WebProfiler/Collector/mailer.html.twig',
  17896.                 ],
  17897.                 'notifier.data_collector' => [
  17898.                     => 'notifier',
  17899.                     => '@WebProfiler/Collector/notifier.html.twig',
  17900.                 ],
  17901.                 'data_collector.config' => [
  17902.                     => 'config',
  17903.                     => '@WebProfiler/Collector/config.html.twig',
  17904.                 ],
  17905.             ],
  17906.             'console.command.ids' => [
  17907.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  17908.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  17909.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  17910.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  17911.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  17912.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  17913.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  17914.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  17915.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  17916.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  17917.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  17918.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  17919.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  17920.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  17921.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  17922.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  17923.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  17924.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  17925.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportReplaceBicLinksCommand',
  17926.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  17927.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  17928.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  17929.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  17930.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  17931.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  17932.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\chatgpt\\ImageAltTextCommand',
  17933.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\chatgpt\\ProcessImageBatchOutputCommand',
  17934.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\AddressCityLatLonCommand',
  17935.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\AddressLatLonCommand',
  17936.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ImportPicturesCommand',
  17937.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  17938.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportBlacklistCommand',
  17939.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportClearCommand',
  17940.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  17941.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportDeleteCommand',
  17942.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportQuizQuestionsCommand',
  17943.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  17944.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand',
  17945.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  17946.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  17947.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  17948.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  17949.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  17950.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  17951.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\StoryQuizImportCommand',
  17952.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  17953.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  17954.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  17955.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  17956.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  17957.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  17958.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  17959.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  17960.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  17961.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  17962.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldUpdateCommand',
  17963.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  17964.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  17965.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  17966.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\media\\MediaInUseCommand',
  17967.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\media\\MediaUpdateAltTextCommand',
  17968.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\media\\RemoveUnusedMediaCommand',
  17969.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  17970.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  17971.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  17972.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  17973.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  17974.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  17975.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  17976.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  17977.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  17978.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  17979.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  17980.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  17981.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  17982.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  17983.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  17984.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  17985.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  17986.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  17987.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  17988.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  17989.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  17990.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  17991.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  17992.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  17993.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  17994.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  17995.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  17996.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  17997.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  17998.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  17999.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  18000.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  18001.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  18002.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  18003.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  18004.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  18005.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  18006.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  18007.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  18008.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  18009.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  18010.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  18011.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  18012.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  18013.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  18014.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  18015.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  18016.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  18017.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  18018.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  18019.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  18020.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  18021.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  18022.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  18023.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  18024.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  18025.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  18026.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  18027.                 120 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\AssignSchoolClassStatusCommand',
  18028.                 121 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\AssignTeachersToSchoolClassesCommand',
  18029.                 122 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\CreateTeacherInvitationsCommand',
  18030.                 123 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\DeleteMultipleSchoolMappingsCommand',
  18031.                 124 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  18032.                 125 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  18033.                 126 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  18034.                 127 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  18035.                 128 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  18036.                 129 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  18037.                 130 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  18038.                 131 => 'fos_ck_editor.command.installer',
  18039.                 132 => 'console.command.public_alias.sonata.cache.command.flush',
  18040.                 133 => 'console.command.public_alias.sonata.cache.command.flushall',
  18041.                 134 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  18042.                 135 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  18043.             ],
  18044.         ];
  18045.     }
  18046.     protected function throw($message)
  18047.     {
  18048.         throw new RuntimeException($message);
  18049.     }
  18050. }