var/cache/dev/ContainerJbmqi8u/App_KernelDevDebugContainer.php line 2304

Open in your IDE?
  1. <?php
  2. namespace ContainerJbmqi8u;
  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\\TimeSlotController' => 'getTimeSlotControllerService',
  154.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  155.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  156.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  157.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  160.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  161.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  162.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  163.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  164.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  165.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  166.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  167.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  168.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotController2Service',
  169.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  170.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  171.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  172.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  173.             'App\\Controller\\AdminBundle\\SchoolClassTeachingIdeaController' => 'getSchoolClassTeachingIdeaControllerService',
  174.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  175.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  176.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  177.             'App\\Controller\\AdminBundle\\SchoolPortraitController' => 'getSchoolPortraitControllerService',
  178.             'App\\Controller\\AdminBundle\\SchoolPortraitEntryController' => 'getSchoolPortraitEntryControllerService',
  179.             'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
  180.             'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
  181.             'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
  182.             'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
  183.             'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
  184.             'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
  185.             'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
  186.             'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
  187.             'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
  188.             'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
  189.             'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
  190.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
  191.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
  192.             'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
  193.             'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
  194.             'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
  195.             'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
  196.             'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
  197.             'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
  198.             'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
  199.             'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
  200.             'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
  201.             'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
  202.             'App\\Controller\\AdminBundle\\TeachingIdeaTypeController' => 'getTeachingIdeaTypeControllerService',
  203.             'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
  204.             'App\\Controller\\AdminBundle\\Trophy\\BerufsSafariTrophyController' => 'getBerufsSafariTrophyControllerService',
  205.             'App\\Controller\\AdminBundle\\Trophy\\BewerbungsworkshopTrophyController' => 'getBewerbungsworkshopTrophyControllerService',
  206.             'App\\Controller\\AdminBundle\\VirtualRealityPortraitController' => 'getVirtualRealityPortraitControllerService',
  207.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  208.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  209.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  210.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  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\\CompanyHelper'] ?? $this->getCompanyHelperService());
  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\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  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\\SchoolHelper'] ?? $this->getSchoolHelperService());
  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\\MediaHelper'] ?? $this->getMediaHelperService());
  2309.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2310.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2311.         }
  2312.         return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $b$c$d$e, ($this->services['router'] ?? $this->getRouterService()));
  2313.     }
  2314.     /**
  2315.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2316.      *
  2317.      * @return \App\BackendBundle\Helper\GameHelper
  2318.      */
  2319.     protected function getGameHelperService()
  2320.     {
  2321.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2322.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2323.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2324.         }
  2325.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2326.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2327.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2328.         }
  2329.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2330.     }
  2331.     /**
  2332.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2333.      *
  2334.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2335.      */
  2336.     protected function getGamePointsHelperService()
  2337.     {
  2338.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2339.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2340.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2341.         }
  2342.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2343.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2344.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2345.         }
  2346.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2347.     }
  2348.     /**
  2349.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2350.      *
  2351.      * @return \App\BackendBundle\Helper\JobHelper
  2352.      */
  2353.     protected function getJobHelperService()
  2354.     {
  2355.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2356.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2357.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2358.         }
  2359.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2360.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2361.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2362.         }
  2363.         $c = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2364.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2365.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2366.         }
  2367.         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())));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'App\BackendBundle\Helper\JobMarketHelper' shared autowired service.
  2371.      *
  2372.      * @return \App\BackendBundle\Helper\JobMarketHelper
  2373.      */
  2374.     protected function getJobMarketHelperService()
  2375.     {
  2376.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2377.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'])) {
  2378.             return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'];
  2379.         }
  2380.         $b = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2381.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'])) {
  2382.             return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'];
  2383.         }
  2384.         return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] = new \App\BackendBundle\Helper\JobMarketHelper($a$b);
  2385.     }
  2386.     /**
  2387.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2388.      *
  2389.      * @return \App\BackendBundle\Helper\MediaHelper
  2390.      */
  2391.     protected function getMediaHelperService()
  2392.     {
  2393.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2394.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2395.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2396.         }
  2397.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2398.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2399.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2400.         }
  2401.         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);
  2402.     }
  2403.     /**
  2404.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2405.      *
  2406.      * @return \App\BackendBundle\Helper\MqttHelper
  2407.      */
  2408.     protected function getMqttHelperService()
  2409.     {
  2410.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2411.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2412.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2413.         }
  2414.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2415.     }
  2416.     /**
  2417.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2418.      *
  2419.      * @return \App\BackendBundle\Helper\RegisterHelper
  2420.      */
  2421.     protected function getRegisterHelperService()
  2422.     {
  2423.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2424.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2425.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2426.         }
  2427.         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()));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2431.      *
  2432.      * @return \App\BackendBundle\Helper\SchoolHelper
  2433.      */
  2434.     protected function getSchoolHelperService()
  2435.     {
  2436.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2437.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2438.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2439.         }
  2440.         $b = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2441.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2442.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2443.         }
  2444.         $c = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2445.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2446.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2447.         }
  2448.         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()));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2452.      *
  2453.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2454.      */
  2455.     protected function getSearchIndexHelperService()
  2456.     {
  2457.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2458.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2459.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2460.         }
  2461.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2462.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2463.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2464.         }
  2465.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2466.     }
  2467.     /**
  2468.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2469.      *
  2470.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2471.      */
  2472.     protected function getSearchTagHelperService()
  2473.     {
  2474.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2475.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2476.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2477.         }
  2478.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2479.     }
  2480.     /**
  2481.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2482.      *
  2483.      * @return \App\BackendBundle\Helper\SecurityHelper
  2484.      */
  2485.     protected function getSecurityHelperService()
  2486.     {
  2487.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2488.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2489.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2490.         }
  2491.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2492.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2493.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2494.         }
  2495.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2496.     }
  2497.     /**
  2498.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2499.      *
  2500.      * @return \App\BackendBundle\Helper\TitleHelper
  2501.      */
  2502.     protected function getTitleHelperService()
  2503.     {
  2504.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2505.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2506.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2507.         }
  2508.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2509.     }
  2510.     /**
  2511.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2512.      *
  2513.      * @return \App\BackendBundle\Helper\UserHelper
  2514.      */
  2515.     protected function getUserHelperService()
  2516.     {
  2517.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2518.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2519.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2520.         }
  2521.         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()));
  2522.     }
  2523.     /**
  2524.      * Gets the private 'annotations.cache_adapter' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2527.      */
  2528.     protected function getAnnotations_CacheAdapterService()
  2529.     {
  2530.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'annotations.cached_reader' shared service.
  2534.      *
  2535.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2536.      */
  2537.     protected function getAnnotations_CachedReaderService()
  2538.     {
  2539.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2540.     }
  2541.     /**
  2542.      * Gets the private 'annotations.reader' shared service.
  2543.      *
  2544.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2545.      */
  2546.     protected function getAnnotations_ReaderService()
  2547.     {
  2548.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2549.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2550.         $a->registerUniqueLoader('class_exists');
  2551.         $instance->addGlobalIgnoredName('required'$a);
  2552.         return $instance;
  2553.     }
  2554.     /**
  2555.      * Gets the private 'assets.packages' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Asset\Packages
  2558.      */
  2559.     protected function getAssets_PackagesService()
  2560.     {
  2561.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2562.         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 () {
  2563.             return new \EmptyIterator();
  2564.         }, 0));
  2565.     }
  2566.     /**
  2567.      * Gets the private 'cache.annotations' shared service.
  2568.      *
  2569.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2570.      */
  2571.     protected function getCache_AnnotationsService()
  2572.     {
  2573.         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())));
  2574.     }
  2575.     /**
  2576.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2579.      */
  2580.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2581.     {
  2582.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2583.     }
  2584.     /**
  2585.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2586.      *
  2587.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2588.      */
  2589.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2590.     {
  2591.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2592.     }
  2593.     /**
  2594.      * Gets the private 'cache.property_info' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2597.      */
  2598.     protected function getCache_PropertyInfoService()
  2599.     {
  2600.         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())));
  2601.     }
  2602.     /**
  2603.      * Gets the private 'cache.security_expression_language' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2606.      */
  2607.     protected function getCache_SecurityExpressionLanguageService()
  2608.     {
  2609.         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())));
  2610.     }
  2611.     /**
  2612.      * Gets the private 'cache.serializer' shared service.
  2613.      *
  2614.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2615.      */
  2616.     protected function getCache_SerializerService()
  2617.     {
  2618.         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())));
  2619.     }
  2620.     /**
  2621.      * Gets the private 'cache.validator' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2624.      */
  2625.     protected function getCache_ValidatorService()
  2626.     {
  2627.         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())));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'config_cache_factory' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2633.      */
  2634.     protected function getConfigCacheFactoryService()
  2635.     {
  2636.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2637.             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)));
  2638.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2639.         }, 2));
  2640.     }
  2641.     /**
  2642.      * Gets the private 'data_collector.form' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2645.      */
  2646.     protected function getDataCollector_FormService()
  2647.     {
  2648.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2649.     }
  2650.     /**
  2651.      * Gets the private 'data_collector.request' shared service.
  2652.      *
  2653.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2654.      */
  2655.     protected function getDataCollector_RequestService()
  2656.     {
  2657.         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())));
  2658.     }
  2659.     /**
  2660.      * Gets the private 'debug.controller_resolver' shared service.
  2661.      *
  2662.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2663.      */
  2664.     protected function getDebug_ControllerResolverService()
  2665.     {
  2666.         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))));
  2667.     }
  2668.     /**
  2669.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2672.      */
  2673.     protected function getDebug_DebugHandlersListenerService()
  2674.     {
  2675.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2676.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2677.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2678.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2679.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2680.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2681.     }
  2682.     /**
  2683.      * Gets the private 'debug.file_link_formatter' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2686.      */
  2687.     protected function getDebug_FileLinkFormatterService()
  2688.     {
  2689.         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 () {
  2690.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2691.         });
  2692.     }
  2693.     /**
  2694.      * Gets the private 'debug.log_processor' shared service.
  2695.      *
  2696.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2697.      */
  2698.     protected function getDebug_LogProcessorService()
  2699.     {
  2700.         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())));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2706.      */
  2707.     protected function getDebug_Security_Access_DecisionManagerService()
  2708.     {
  2709.         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 () {
  2710.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2711.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2712.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2713.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2714.     }
  2715.     /**
  2716.      * Gets the private 'debug.security.firewall' shared service.
  2717.      *
  2718.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2719.      */
  2720.     protected function getDebug_Security_FirewallService()
  2721.     {
  2722.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2723.         if (isset($this->privates['debug.security.firewall'])) {
  2724.             return $this->privates['debug.security.firewall'];
  2725.         }
  2726.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2727.         if (isset($this->privates['debug.security.firewall'])) {
  2728.             return $this->privates['debug.security.firewall'];
  2729.         }
  2730.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2734.      *
  2735.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2736.      */
  2737.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2738.     {
  2739.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2740.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2741.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2742.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2743.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2744.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2745.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2746.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2747.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2748.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2749.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2750.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2751.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2752.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2753.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2754.         ], [
  2755.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2756.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2757.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2758.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2759.             'fos_elastica.listener.appointments' => '?',
  2760.             'fos_elastica.listener.events' => '?',
  2761.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2762.             'fos_elastica.listener.jobOffers' => '?',
  2763.             'fos_elastica.listener.jobs' => '?',
  2764.             'fos_elastica.listener.profiles_bopartner' => '?',
  2765.             'fos_elastica.listener.profiles_company' => '?',
  2766.             'fos_elastica.listener.profiles_school' => '?',
  2767.             'sonata.cache.orm.event_subscriber' => '?',
  2768.             'sonata.doctrine.mapper' => '?',
  2769.         ]), [=> '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']]);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2773.      *
  2774.      * @return \Doctrine\Migrations\DependencyFactory
  2775.      */
  2776.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2777.     {
  2778.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2779.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2780.         $a->setAllOrNothing(false);
  2781.         $a->setCheckDatabasePlatform(true);
  2782.         $a->setTransactional(true);
  2783.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2784.         $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()));
  2785.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2786.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2787.         });
  2788.         return $instance;
  2789.     }
  2790.     /**
  2791.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2792.      *
  2793.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2794.      */
  2795.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2796.     {
  2797.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2798.         $instance->setGlobalBasename('mapping');
  2799.         return $instance;
  2800.     }
  2801.     /**
  2802.      * Gets the private 'exception_listener' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2805.      */
  2806.     protected function getExceptionListenerService()
  2807.     {
  2808.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2809.     }
  2810.     /**
  2811.      * Gets the private 'fos_elastica.client.default' shared service.
  2812.      *
  2813.      * @return \FOS\ElasticaBundle\Elastica\Client
  2814.      */
  2815.     protected function getFosElastica_Client_DefaultService()
  2816.     {
  2817.         $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);
  2818.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2819.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2820.         return $instance;
  2821.     }
  2822.     /**
  2823.      * Gets the private 'fos_elastica.index.events' shared service.
  2824.      *
  2825.      * @return \FOS\ElasticaBundle\Elastica\Index
  2826.      */
  2827.     protected function getFosElastica_Index_EventsService()
  2828.     {
  2829.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2830.     }
  2831.     /**
  2832.      * Gets the private 'fos_elastica.logger' shared service.
  2833.      *
  2834.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2835.      */
  2836.     protected function getFosElastica_LoggerService()
  2837.     {
  2838.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2839.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2840.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2841.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2842.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2843.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2844.     }
  2845.     /**
  2846.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2847.      *
  2848.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2849.      */
  2850.     protected function getFosElastica_ObjectPersister_EventsService()
  2851.     {
  2852.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2853.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2854.             return $this->privates['fos_elastica.object_persister.events'];
  2855.         }
  2856.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2857.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2858.         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']]]]]], []);
  2859.     }
  2860.     /**
  2861.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2862.      *
  2863.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2864.      */
  2865.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2866.     {
  2867.         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())));
  2868.     }
  2869.     /**
  2870.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2871.      *
  2872.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2873.      */
  2874.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2875.     {
  2876.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2877.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2878.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2879.         }
  2880.         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);
  2881.     }
  2882.     /**
  2883.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2884.      *
  2885.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2886.      */
  2887.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2888.     {
  2889.         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')]));
  2890.     }
  2891.     /**
  2892.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2893.      *
  2894.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2895.      */
  2896.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2897.     {
  2898.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2899.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2900.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2901.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2902.         ], [
  2903.             'jms_serializer.stopwatch_subscriber' => '?',
  2904.             'jms_serializer.traceable_runs_listener' => '?',
  2905.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2906.         ]));
  2907.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2908.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2909.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2910.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2911.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2912.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2913.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2914.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2915.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2916.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2917.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2918.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2923.      *
  2924.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2925.      */
  2926.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2927.     {
  2928.         $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, [
  2929.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2930.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2931.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2932.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2933.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2934.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2935.         ], [
  2936.             'jms_serializer.array_collection_handler' => '?',
  2937.             'jms_serializer.constraint_violation_handler' => '?',
  2938.             'jms_serializer.datetime_handler' => '?',
  2939.             'jms_serializer.form_error_handler' => '?',
  2940.             'jms_serializer.iterator_handler' => '?',
  2941.             'jms_serializer.symfony_uid_handler' => '?',
  2942.         ])));
  2943.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2944.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2945.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2946.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2947.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2948.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2949.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2950.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2951.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2952.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2953.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2954.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2955.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2956.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2957.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2958.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2959.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2960.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2961.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2962.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2963.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2964.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2965.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2966.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2967.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2968.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2969.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2970.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2971.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2972.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2973.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2974.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2975.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2976.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2977.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2978.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2979.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2980.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2981.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2982.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2983.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2984.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2985.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2986.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2987.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2988.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2989.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2990.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2991.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2992.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2993.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2994.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2995.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2996.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2997.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2998.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2999.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3000.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3001.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3002.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3003.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3004.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3005.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3006.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3007.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3008.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3009.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3010.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3011.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3012.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3013.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3014.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3015.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3016.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3017.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3018.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3019.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3020.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3021.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3022.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3023.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3024.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3025.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3026.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3027.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3028.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3029.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3030.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3031.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3032.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3033.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3034.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3035.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  3036.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  3037.         return $instance;
  3038.     }
  3039.     /**
  3040.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3041.      *
  3042.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3043.      */
  3044.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  3045.     {
  3046.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3047.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  3048.         ], [
  3049.             'metadata_driver' => '?',
  3050.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3051.         $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')))));
  3052.         $a->setIncludeInterfaces(false);
  3053.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  3054.     }
  3055.     /**
  3056.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3057.      *
  3058.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3059.      */
  3060.     protected function getJmsSerializer_TraceableRunsListenerService()
  3061.     {
  3062.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3063.     }
  3064.     /**
  3065.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3066.      *
  3067.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3068.      */
  3069.     protected function getLiipImagine_Filter_ConfigurationService()
  3070.     {
  3071.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3072.     }
  3073.     /**
  3074.      * Gets the private 'locale_aware_listener' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3077.      */
  3078.     protected function getLocaleAwareListenerService()
  3079.     {
  3080.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3081.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  3082.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3083.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3084.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3085.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3086.     }
  3087.     /**
  3088.      * Gets the private 'locale_listener' shared service.
  3089.      *
  3090.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3091.      */
  3092.     protected function getLocaleListenerService()
  3093.     {
  3094.         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']);
  3095.     }
  3096.     /**
  3097.      * Gets the private 'monolog.handler.console' shared service.
  3098.      *
  3099.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3100.      */
  3101.     protected function getMonolog_Handler_ConsoleService()
  3102.     {
  3103.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3104.     }
  3105.     /**
  3106.      * Gets the private 'monolog.handler.main' shared service.
  3107.      *
  3108.      * @return \Monolog\Handler\StreamHandler
  3109.      */
  3110.     protected function getMonolog_Handler_MainService()
  3111.     {
  3112.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3113.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3114.         return $instance;
  3115.     }
  3116.     /**
  3117.      * Gets the private 'monolog.logger' shared service.
  3118.      *
  3119.      * @return \Symfony\Bridge\Monolog\Logger
  3120.      */
  3121.     protected function getMonolog_LoggerService()
  3122.     {
  3123.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3124.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3125.         $instance->useMicrosecondTimestamps(true);
  3126.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3127.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3129.         return $instance;
  3130.     }
  3131.     /**
  3132.      * Gets the private 'monolog.logger.cache' shared service.
  3133.      *
  3134.      * @return \Symfony\Bridge\Monolog\Logger
  3135.      */
  3136.     protected function getMonolog_Logger_CacheService()
  3137.     {
  3138.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3139.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3140.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3141.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3143.         return $instance;
  3144.     }
  3145.     /**
  3146.      * Gets the private 'monolog.logger.request' shared service.
  3147.      *
  3148.      * @return \Symfony\Bridge\Monolog\Logger
  3149.      */
  3150.     protected function getMonolog_Logger_RequestService()
  3151.     {
  3152.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3153.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3154.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3155.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3157.         return $instance;
  3158.     }
  3159.     /**
  3160.      * Gets the private 'monolog.logger.security' shared service.
  3161.      *
  3162.      * @return \Symfony\Bridge\Monolog\Logger
  3163.      */
  3164.     protected function getMonolog_Logger_SecurityService()
  3165.     {
  3166.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3167.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3168.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3169.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the private 'parameter_bag' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3177.      */
  3178.     protected function getParameterBagService()
  3179.     {
  3180.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3181.     }
  3182.     /**
  3183.      * Gets the private 'profiler_listener' shared service.
  3184.      *
  3185.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3186.      */
  3187.     protected function getProfilerListenerService()
  3188.     {
  3189.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3190.         if (isset($this->privates['profiler_listener'])) {
  3191.             return $this->privates['profiler_listener'];
  3192.         }
  3193.         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);
  3194.     }
  3195.     /**
  3196.      * Gets the private 'property_accessor' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3199.      */
  3200.     protected function getPropertyAccessorService()
  3201.     {
  3202.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3203.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3204.     }
  3205.     /**
  3206.      * Gets the private 'property_info' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3209.      */
  3210.     protected function getPropertyInfoService()
  3211.     {
  3212.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3213.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3214.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3215.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3216.         }, 3), new RewindableGenerator(function () {
  3217.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3218.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3219.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3220.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3221.         }, 4), new RewindableGenerator(function () {
  3222.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3223.         }, 1), new RewindableGenerator(function () {
  3224.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3225.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3226.         }, 2), new RewindableGenerator(function () {
  3227.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3228.         }, 1));
  3229.     }
  3230.     /**
  3231.      * Gets the private 'router.expression_language_provider' shared service.
  3232.      *
  3233.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3234.      */
  3235.     protected function getRouter_ExpressionLanguageProviderService()
  3236.     {
  3237.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3238.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3239.         ], [
  3240.             'env' => 'Closure',
  3241.         ]));
  3242.     }
  3243.     /**
  3244.      * Gets the private 'router.request_context' shared service.
  3245.      *
  3246.      * @return \Symfony\Component\Routing\RequestContext
  3247.      */
  3248.     protected function getRouter_RequestContextService()
  3249.     {
  3250.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3251.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the private 'router_listener' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3258.      */
  3259.     protected function getRouterListenerService()
  3260.     {
  3261.         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);
  3262.     }
  3263.     /**
  3264.      * Gets the private 'security.context_listener.0' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3267.      */
  3268.     protected function getSecurity_ContextListener_0Service()
  3269.     {
  3270.         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 () {
  3271.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3272.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3273.         }, 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']);
  3274.     }
  3275.     /**
  3276.      * Gets the private 'security.context_listener.1' shared service.
  3277.      *
  3278.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3279.      */
  3280.     protected function getSecurity_ContextListener_1Service()
  3281.     {
  3282.         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 () {
  3283.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3284.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3285.         }, 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']);
  3286.     }
  3287.     /**
  3288.      * Gets the private 'security.context_listener.2' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3291.      */
  3292.     protected function getSecurity_ContextListener_2Service()
  3293.     {
  3294.         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 () {
  3295.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3296.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3297.         }, 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']);
  3298.     }
  3299.     /**
  3300.      * Gets the private 'security.context_listener.3' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3303.      */
  3304.     protected function getSecurity_ContextListener_3Service()
  3305.     {
  3306.         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 () {
  3307.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3308.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3309.         }, 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']);
  3310.     }
  3311.     /**
  3312.      * Gets the private 'security.context_listener.4' shared service.
  3313.      *
  3314.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3315.      */
  3316.     protected function getSecurity_ContextListener_4Service()
  3317.     {
  3318.         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 () {
  3319.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3320.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3321.         }, 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']);
  3322.     }
  3323.     /**
  3324.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3325.      *
  3326.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3327.      */
  3328.     protected function getSecurity_EventDispatcher_AdminService()
  3329.     {
  3330.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3332.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3333.         }, => 'checkPassport'], 2048);
  3334.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3335.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3336.         }, => 'onSuccessfulLogin'], 0);
  3337.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3338.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3339.         }, => 'onLogout'], 64);
  3340.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3341.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3342.         }, => 'preCheckCredentials'], 256);
  3343.         $instance->addListener('security.authentication.success', [=> function () {
  3344.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3345.         }, => 'postCheckCredentials'], 256);
  3346.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3347.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3348.         }, => 'checkPassport'], 1024);
  3349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3350.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3351.         }, => 'checkPassport'], 256);
  3352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3353.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3354.         }, => 'checkPassport'], 0);
  3355.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3356.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3357.         }, => 'onLoginSuccess'], 0);
  3358.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3359.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3360.         }, => 'checkPassport'], 512);
  3361.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3362.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3363.         }, => 'onLogout'], 0);
  3364.         return $instance;
  3365.     }
  3366.     /**
  3367.      * Gets the private 'security.event_dispatcher.main' shared service.
  3368.      *
  3369.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3370.      */
  3371.     protected function getSecurity_EventDispatcher_MainService()
  3372.     {
  3373.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3374.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3375.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3376.         }, => 'checkPassport'], 2048);
  3377.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3378.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3379.         }, => 'onSuccessfulLogin'], 0);
  3380.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3381.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3382.         }, => 'onLogout'], 64);
  3383.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3384.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3385.         }, => 'preCheckCredentials'], 256);
  3386.         $instance->addListener('security.authentication.success', [=> function () {
  3387.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3388.         }, => 'postCheckCredentials'], 256);
  3389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3390.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3391.         }, => 'checkPassport'], 1024);
  3392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3393.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3394.         }, => 'checkPassport'], 256);
  3395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3396.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3397.         }, => 'checkPassport'], 0);
  3398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3399.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3400.         }, => 'onLoginSuccess'], 0);
  3401.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3402.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3403.         }, => 'checkPassport'], 512);
  3404.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3405.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3406.         }, => 'onLogout'], 0);
  3407.         return $instance;
  3408.     }
  3409.     /**
  3410.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3411.      *
  3412.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3413.      */
  3414.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3415.     {
  3416.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3417.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3418.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3419.         }, => 'checkPassport'], 2048);
  3420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3421.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3422.         }, => 'onSuccessfulLogin'], 0);
  3423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3424.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3425.         }, => 'onLogout'], 64);
  3426.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3427.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3428.         }, => 'preCheckCredentials'], 256);
  3429.         $instance->addListener('security.authentication.success', [=> function () {
  3430.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3431.         }, => 'postCheckCredentials'], 256);
  3432.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3433.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3434.         }, => 'checkPassport'], 1024);
  3435.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3436.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3437.         }, => 'checkPassport'], 256);
  3438.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3439.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3440.         }, => 'checkPassport'], 0);
  3441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3442.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3443.         }, => 'onLoginSuccess'], 0);
  3444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3445.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3446.         }, => 'checkPassport'], 512);
  3447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3448.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3449.         }, => 'onLogout'], 0);
  3450.         return $instance;
  3451.     }
  3452.     /**
  3453.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3456.      */
  3457.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3458.     {
  3459.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3460.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3461.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3462.         }, => 'checkPassport'], 2048);
  3463.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3464.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3465.         }, => 'onSuccessfulLogin'], 0);
  3466.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3467.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3468.         }, => 'onLogout'], 64);
  3469.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3470.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3471.         }, => 'preCheckCredentials'], 256);
  3472.         $instance->addListener('security.authentication.success', [=> function () {
  3473.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3474.         }, => 'postCheckCredentials'], 256);
  3475.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3476.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3477.         }, => 'checkPassport'], 1024);
  3478.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3479.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3480.         }, => 'checkPassport'], 256);
  3481.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3482.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3483.         }, => 'checkPassport'], 0);
  3484.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3485.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3486.         }, => 'onLoginSuccess'], 0);
  3487.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3488.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3489.         }, => 'checkPassport'], 512);
  3490.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3491.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3492.         }, => 'onLogout'], 0);
  3493.         return $instance;
  3494.     }
  3495.     /**
  3496.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3497.      *
  3498.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3499.      */
  3500.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3501.     {
  3502.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3504.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3505.         }, => 'checkPassport'], 2048);
  3506.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3507.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3508.         }, => 'onSuccessfulLogin'], 0);
  3509.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3510.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3511.         }, => 'onLogout'], 64);
  3512.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3513.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3514.         }, => 'preCheckCredentials'], 256);
  3515.         $instance->addListener('security.authentication.success', [=> function () {
  3516.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3517.         }, => 'postCheckCredentials'], 256);
  3518.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3519.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3520.         }, => 'checkPassport'], 1024);
  3521.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3522.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3523.         }, => 'checkPassport'], 256);
  3524.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3525.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3526.         }, => 'checkPassport'], 0);
  3527.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3528.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3529.         }, => 'onLoginSuccess'], 0);
  3530.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3531.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3532.         }, => 'checkPassport'], 512);
  3533.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3534.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3535.         }, => 'onLogout'], 0);
  3536.         return $instance;
  3537.     }
  3538.     /**
  3539.      * Gets the private 'security.firewall.map' shared service.
  3540.      *
  3541.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3542.      */
  3543.     protected function getSecurity_Firewall_MapService()
  3544.     {
  3545.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3546.         if (isset($this->privates['security.firewall.map'])) {
  3547.             return $this->privates['security.firewall.map'];
  3548.         }
  3549.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3550.             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)/')));
  3551.             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)$')));
  3552.             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')));
  3553.             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')));
  3554.             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')));
  3555.             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')));
  3556.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3557.         }, 7));
  3558.     }
  3559.     /**
  3560.      * Gets the private 'security.helper' shared service.
  3561.      *
  3562.      * @return \Symfony\Component\Security\Core\Security
  3563.      */
  3564.     protected function getSecurity_HelperService()
  3565.     {
  3566.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3567.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3568.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3569.         ], [
  3570.             'security.authorization_checker' => '?',
  3571.             'security.token_storage' => '?',
  3572.         ]));
  3573.     }
  3574.     /**
  3575.      * Gets the private 'security.logout_url_generator' shared service.
  3576.      *
  3577.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3578.      */
  3579.     protected function getSecurity_LogoutUrlGeneratorService()
  3580.     {
  3581.         $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()));
  3582.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3583.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3584.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3585.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3586.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3587.         return $instance;
  3588.     }
  3589.     /**
  3590.      * Gets the private 'security.password_hasher_factory' shared service.
  3591.      *
  3592.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3593.      */
  3594.     protected function getSecurity_PasswordHasherFactoryService()
  3595.     {
  3596.         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']]]);
  3597.     }
  3598.     /**
  3599.      * Gets the private 'security.user_password_hasher' shared service.
  3600.      *
  3601.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3602.      */
  3603.     protected function getSecurity_UserPasswordHasherService()
  3604.     {
  3605.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3609.      *
  3610.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3611.      */
  3612.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3613.     {
  3614.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3615.     }
  3616.     /**
  3617.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3618.      *
  3619.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3620.      */
  3621.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3622.     {
  3623.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3624.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3625.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3626.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3627.     }
  3628.     /**
  3629.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3630.      *
  3631.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3632.      */
  3633.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3634.     {
  3635.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3636.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3637.             return $this->privates['sensio_framework_extra.security.listener'];
  3638.         }
  3639.         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()));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3643.      *
  3644.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3645.      */
  3646.     protected function getSensioFrameworkExtra_View_ListenerService()
  3647.     {
  3648.         $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))));
  3649.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3650.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3651.         ], [
  3652.             'twig' => '?',
  3653.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3654.         return $instance;
  3655.     }
  3656.     /**
  3657.      * Gets the private 'session_listener' shared service.
  3658.      *
  3659.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3660.      */
  3661.     protected function getSessionListenerService()
  3662.     {
  3663.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3664.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3665.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3666.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3667.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3668.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3669.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3670.         ], [
  3671.             'initialized_session' => '?',
  3672.             'logger' => '?',
  3673.             'request_stack' => '?',
  3674.             'session' => '?',
  3675.             'session_collector' => '?',
  3676.             'session_factory' => '?',
  3677.         ]), true$this->parameters['session.storage.options']);
  3678.     }
  3679.     /**
  3680.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3681.      *
  3682.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3683.      */
  3684.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3685.     {
  3686.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3687.     }
  3688.     /**
  3689.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3690.      *
  3691.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3692.      */
  3693.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3694.     {
  3695.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3696.     }
  3697.     /**
  3698.      * Gets the private 'sonata.admin.pool' shared service.
  3699.      *
  3700.      * @return \Sonata\AdminBundle\Admin\Pool
  3701.      */
  3702.     protected function getSonata_Admin_PoolService()
  3703.     {
  3704.         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, [], []))), [], [], []);
  3705.     }
  3706.     /**
  3707.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3708.      *
  3709.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3710.      */
  3711.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3712.     {
  3713.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3714.     }
  3715.     /**
  3716.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3717.      *
  3718.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3719.      */
  3720.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3721.     {
  3722.         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()));
  3723.     }
  3724.     /**
  3725.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3726.      *
  3727.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3728.      */
  3729.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3730.     {
  3731.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3735.      *
  3736.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3737.      */
  3738.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3739.     {
  3740.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3741.     }
  3742.     /**
  3743.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3744.      *
  3745.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3746.      */
  3747.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3748.     {
  3749.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3750.     }
  3751.     /**
  3752.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3753.      *
  3754.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3755.      */
  3756.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3757.     {
  3758.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3759.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3760.             return $this->privates['sonata.admin.twig.security_runtime'];
  3761.         }
  3762.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3763.     }
  3764.     /**
  3765.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3766.      *
  3767.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3768.      */
  3769.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3770.     {
  3771.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3772.     }
  3773.     /**
  3774.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3775.      *
  3776.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3777.      */
  3778.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3779.     {
  3780.         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()));
  3781.     }
  3782.     /**
  3783.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3784.      *
  3785.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3786.      */
  3787.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3788.     {
  3789.         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']);
  3790.     }
  3791.     /**
  3792.      * Gets the private 'sonata.block.templating.helper' shared service.
  3793.      *
  3794.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3795.      */
  3796.     protected function getSonata_Block_Templating_HelperService()
  3797.     {
  3798.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3799.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3800.             return $this->privates['sonata.block.templating.helper'];
  3801.         }
  3802.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3803.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3804.             return $this->privates['sonata.block.templating.helper'];
  3805.         }
  3806.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3807.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3808.             return $this->privates['sonata.block.templating.helper'];
  3809.         }
  3810.         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))));
  3811.     }
  3812.     /**
  3813.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3814.      *
  3815.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3816.      */
  3817.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3818.     {
  3819.         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())));
  3820.     }
  3821.     /**
  3822.      * Gets the private 'translator.default' shared service.
  3823.      *
  3824.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3825.      */
  3826.     protected function getTranslator_DefaultService()
  3827.     {
  3828.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3829.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3830.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3831.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3832.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3833.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3834.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3835.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3836.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3837.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3838.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3839.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3840.         ], [
  3841.             'translation.loader.csv' => '?',
  3842.             'translation.loader.dat' => '?',
  3843.             'translation.loader.ini' => '?',
  3844.             'translation.loader.json' => '?',
  3845.             'translation.loader.mo' => '?',
  3846.             'translation.loader.php' => '?',
  3847.             'translation.loader.po' => '?',
  3848.             'translation.loader.qt' => '?',
  3849.             'translation.loader.res' => '?',
  3850.             'translation.loader.xliff' => '?',
  3851.             'translation.loader.yml' => '?',
  3852.         ]), 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']);
  3853.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3854.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3855.         return $instance;
  3856.     }
  3857.     /**
  3858.      * Gets the private 'validator.builder' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3861.      */
  3862.     protected function getValidator_BuilderService()
  3863.     {
  3864.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3865.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3866.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3867.         if ($this->has('translator')) {
  3868.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3869.         }
  3870.         $instance->setTranslationDomain('validators');
  3871.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3872.         $instance->enableAnnotationMapping(true);
  3873.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3874.         $instance->addMethodMapping('loadValidatorMetadata');
  3875.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3876.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3877.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3878.         return $instance;
  3879.     }
  3880.     /**
  3881.      * Gets the private 'validator.validator_factory' shared service.
  3882.      *
  3883.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3884.      */
  3885.     protected function getValidator_ValidatorFactoryService()
  3886.     {
  3887.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3888.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3889.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3890.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3891.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3892.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3893.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3894.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3895.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3896.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3897.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3898.         ], [
  3899.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3900.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3901.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3902.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3903.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3904.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3905.             'doctrine.orm.validator.unique' => '?',
  3906.             'security.validator.user_password' => '?',
  3907.             'sonata.form.validator.inline' => '?',
  3908.             'validator.expression' => '?',
  3909.         ]));
  3910.     }
  3911.     /**
  3912.      * Gets the private 'var_dumper.html_dumper' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3915.      */
  3916.     protected function getVarDumper_HtmlDumperService()
  3917.     {
  3918.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3919.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3920.         return $instance;
  3921.     }
  3922.     /**
  3923.      * Gets the private 'var_dumper.server_connection' shared service.
  3924.      *
  3925.      * @return \Symfony\Component\VarDumper\Server\Connection
  3926.      */
  3927.     protected function getVarDumper_ServerConnectionService()
  3928.     {
  3929.         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()]);
  3930.     }
  3931.     /**
  3932.      * Gets the private 'web_profiler.csp.handler' shared service.
  3933.      *
  3934.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3935.      */
  3936.     protected function getWebProfiler_Csp_HandlerService()
  3937.     {
  3938.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3939.     }
  3940.     /**
  3941.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3942.      *
  3943.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3944.      */
  3945.     protected function getWebProfiler_DebugToolbarService()
  3946.     {
  3947.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3948.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3949.             return $this->privates['web_profiler.debug_toolbar'];
  3950.         }
  3951.         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()));
  3952.     }
  3953.     /**
  3954.      * Gets the public 'cache_clearer' alias.
  3955.      *
  3956.      * @return object The ".container.private.cache_clearer" service.
  3957.      */
  3958.     protected function getCacheClearerService()
  3959.     {
  3960.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3961.         return $this->get('.container.private.cache_clearer');
  3962.     }
  3963.     /**
  3964.      * Gets the public 'filesystem' alias.
  3965.      *
  3966.      * @return object The ".container.private.filesystem" service.
  3967.      */
  3968.     protected function getFilesystemService()
  3969.     {
  3970.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3971.         return $this->get('.container.private.filesystem');
  3972.     }
  3973.     /**
  3974.      * Gets the public 'serializer' alias.
  3975.      *
  3976.      * @return object The ".container.private.serializer" service.
  3977.      */
  3978.     protected function getSerializerService()
  3979.     {
  3980.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3981.         return $this->get('.container.private.serializer');
  3982.     }
  3983.     /**
  3984.      * Gets the public 'security.csrf.token_manager' alias.
  3985.      *
  3986.      * @return object The ".container.private.security.csrf.token_manager" service.
  3987.      */
  3988.     protected function getSecurity_Csrf_TokenManagerService()
  3989.     {
  3990.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3991.         return $this->get('.container.private.security.csrf.token_manager');
  3992.     }
  3993.     /**
  3994.      * Gets the public 'form.factory' alias.
  3995.      *
  3996.      * @return object The ".container.private.form.factory" service.
  3997.      */
  3998.     protected function getForm_FactoryService()
  3999.     {
  4000.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4001.         return $this->get('.container.private.form.factory');
  4002.     }
  4003.     /**
  4004.      * Gets the public 'form.type.file' alias.
  4005.      *
  4006.      * @return object The ".container.private.form.type.file" service.
  4007.      */
  4008.     protected function getForm_Type_FileService()
  4009.     {
  4010.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4011.         return $this->get('.container.private.form.type.file');
  4012.     }
  4013.     /**
  4014.      * Gets the public 'profiler' alias.
  4015.      *
  4016.      * @return object The ".container.private.profiler" service.
  4017.      */
  4018.     protected function getProfilerService()
  4019.     {
  4020.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4021.         return $this->get('.container.private.profiler');
  4022.     }
  4023.     /**
  4024.      * Gets the public 'twig' alias.
  4025.      *
  4026.      * @return object The ".container.private.twig" service.
  4027.      */
  4028.     protected function getTwigService()
  4029.     {
  4030.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4031.         return $this->get('.container.private.twig');
  4032.     }
  4033.     /**
  4034.      * Gets the public 'security.authorization_checker' alias.
  4035.      *
  4036.      * @return object The ".container.private.security.authorization_checker" service.
  4037.      */
  4038.     protected function getSecurity_AuthorizationCheckerService()
  4039.     {
  4040.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4041.         return $this->get('.container.private.security.authorization_checker');
  4042.     }
  4043.     /**
  4044.      * Gets the public 'security.token_storage' alias.
  4045.      *
  4046.      * @return object The ".container.private.security.token_storage" service.
  4047.      */
  4048.     protected function getSecurity_TokenStorageService()
  4049.     {
  4050.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4051.         return $this->get('.container.private.security.token_storage');
  4052.     }
  4053.     /**
  4054.      * Gets the public 'security.password_encoder' alias.
  4055.      *
  4056.      * @return object The ".container.private.security.password_encoder" service.
  4057.      */
  4058.     protected function getSecurity_PasswordEncoderService()
  4059.     {
  4060.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4061.         return $this->get('.container.private.security.password_encoder');
  4062.     }
  4063.     /**
  4064.      * Gets the public 'session' alias.
  4065.      *
  4066.      * @return object The ".container.private.session" service.
  4067.      */
  4068.     protected function getSessionService()
  4069.     {
  4070.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4071.         return $this->get('.container.private.session');
  4072.     }
  4073.     /**
  4074.      * Gets the public 'validator' alias.
  4075.      *
  4076.      * @return object The ".container.private.validator" service.
  4077.      */
  4078.     protected function getValidatorService()
  4079.     {
  4080.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4081.         return $this->get('.container.private.validator');
  4082.     }
  4083.     /**
  4084.      * @return array|bool|float|int|string|\UnitEnum|null
  4085.      */
  4086.     public function getParameter(string $name)
  4087.     {
  4088.         if (isset($this->buildParameters[$name])) {
  4089.             return $this->buildParameters[$name];
  4090.         }
  4091.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4092.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4093.         }
  4094.         if (isset($this->loadedDynamicParameters[$name])) {
  4095.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4096.         }
  4097.         return $this->parameters[$name];
  4098.     }
  4099.     public function hasParameter(string $name): bool
  4100.     {
  4101.         if (isset($this->buildParameters[$name])) {
  4102.             return true;
  4103.         }
  4104.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4105.     }
  4106.     public function setParameter(string $name$value): void
  4107.     {
  4108.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4109.     }
  4110.     public function getParameterBag(): ParameterBagInterface
  4111.     {
  4112.         if (null === $this->parameterBag) {
  4113.             $parameters $this->parameters;
  4114.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4115.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4116.             }
  4117.             foreach ($this->buildParameters as $name => $value) {
  4118.                 $parameters[$name] = $value;
  4119.             }
  4120.             $this->parameterBag = new FrozenParameterBag($parameters);
  4121.         }
  4122.         return $this->parameterBag;
  4123.     }
  4124.     private $loadedDynamicParameters = [
  4125.         'kernel.runtime_environment' => false,
  4126.         'kernel.build_dir' => false,
  4127.         'kernel.cache_dir' => false,
  4128.         'frontend_domain' => false,
  4129.         'backend_domain' => false,
  4130.         'image_domain' => false,
  4131.         'etermin_public_key' => false,
  4132.         'etermin_private_key' => false,
  4133.         'matomo_api_key' => false,
  4134.         'google_api_key' => false,
  4135.         'openai_api_key' => false,
  4136.         'openai_api_model' => false,
  4137.         'doctrine.orm.proxy_dir' => false,
  4138.         'kernel.secret' => false,
  4139.         'debug.container.dump' => false,
  4140.         'serializer.mapping.cache.file' => false,
  4141.         'validator.mapping.cache.file' => false,
  4142.         'profiler.storage.dsn' => false,
  4143.     ];
  4144.     private $dynamicParameters = [];
  4145.     private function getDynamicParameter(string $name)
  4146.     {
  4147.         switch ($name) {
  4148.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4149.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4150.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4151.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4152.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4153.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4154.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4155.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4156.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4157.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  4158.             case 'openai_api_key'$value $this->getEnv('OPENAI_API_KEY'); break;
  4159.             case 'openai_api_model'$value $this->getEnv('OPENAI_API_MODEL'); break;
  4160.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4161.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4162.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4163.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4164.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4165.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4166.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4167.         }
  4168.         $this->loadedDynamicParameters[$name] = true;
  4169.         return $this->dynamicParameters[$name] = $value;
  4170.     }
  4171.     protected function getDefaultParameters(): array
  4172.     {
  4173.         return [
  4174.             'kernel.project_dir' => \dirname(__DIR__4),
  4175.             'kernel.environment' => 'dev',
  4176.             'kernel.debug' => true,
  4177.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4178.             'kernel.bundles' => [
  4179.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4180.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4181.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4182.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4183.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4184.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4185.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4186.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4187.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4188.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4189.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4190.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4191.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4192.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4193.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4194.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4195.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4196.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4197.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4198.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4199.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4200.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4201.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4202.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4203.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4204.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4205.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4206.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4207.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4208.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4209.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4210.             ],
  4211.             'kernel.bundles_metadata' => [
  4212.                 'AdminBundle' => [
  4213.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4214.                     'namespace' => 'App\\AdminBundle',
  4215.                 ],
  4216.                 'ApiBundle' => [
  4217.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4218.                     'namespace' => 'App\\ApiBundle',
  4219.                 ],
  4220.                 'BackendBundle' => [
  4221.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4222.                     'namespace' => 'App\\BackendBundle',
  4223.                 ],
  4224.                 'FrontendBundle' => [
  4225.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4226.                     'namespace' => 'App\\FrontendBundle',
  4227.                 ],
  4228.                 'DoctrineBundle' => [
  4229.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4230.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4231.                 ],
  4232.                 'DoctrineMigrationsBundle' => [
  4233.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4234.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4235.                 ],
  4236.                 'FOSCKEditorBundle' => [
  4237.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4238.                     'namespace' => 'FOS\\CKEditorBundle',
  4239.                 ],
  4240.                 'FOSElasticaBundle' => [
  4241.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4242.                     'namespace' => 'FOS\\ElasticaBundle',
  4243.                 ],
  4244.                 'JMSSerializerBundle' => [
  4245.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4246.                     'namespace' => 'JMS\\SerializerBundle',
  4247.                 ],
  4248.                 'KnpMarkdownBundle' => [
  4249.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4250.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4251.                 ],
  4252.                 'KnpMenuBundle' => [
  4253.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4254.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4255.                 ],
  4256.                 'LeagueOAuth2ServerBundle' => [
  4257.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4258.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4259.                 ],
  4260.                 'LiipImagineBundle' => [
  4261.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4262.                     'namespace' => 'Liip\\ImagineBundle',
  4263.                 ],
  4264.                 'OverblogGraphQLBundle' => [
  4265.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4266.                     'namespace' => 'Overblog\\GraphQLBundle',
  4267.                 ],
  4268.                 'OverblogGraphiQLBundle' => [
  4269.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4270.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4271.                 ],
  4272.                 'SensioFrameworkExtraBundle' => [
  4273.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4274.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4275.                 ],
  4276.                 'SonataBlockBundle' => [
  4277.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4278.                     'namespace' => 'Sonata\\BlockBundle',
  4279.                 ],
  4280.                 'SonataAdminBundle' => [
  4281.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4282.                     'namespace' => 'Sonata\\AdminBundle',
  4283.                 ],
  4284.                 'SonataCacheBundle' => [
  4285.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4286.                     'namespace' => 'Sonata\\CacheBundle',
  4287.                 ],
  4288.                 'SonataDoctrineBundle' => [
  4289.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4290.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4291.                 ],
  4292.                 'SonataDoctrineORMAdminBundle' => [
  4293.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4294.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4295.                 ],
  4296.                 'SonataFormBundle' => [
  4297.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4298.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4299.                 ],
  4300.                 'SonataSeoBundle' => [
  4301.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4302.                     'namespace' => 'Sonata\\SeoBundle',
  4303.                 ],
  4304.                 'FrameworkBundle' => [
  4305.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4306.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4307.                 ],
  4308.                 'TwigBundle' => [
  4309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4310.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4311.                 ],
  4312.                 'WebProfilerBundle' => [
  4313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4314.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4315.                 ],
  4316.                 'MonologBundle' => [
  4317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4318.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4319.                 ],
  4320.                 'DebugBundle' => [
  4321.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4322.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4323.                 ],
  4324.                 'MakerBundle' => [
  4325.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4326.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4327.                 ],
  4328.                 'SecurityBundle' => [
  4329.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4330.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4331.                 ],
  4332.                 'TwigExtraBundle' => [
  4333.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4334.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4335.                 ],
  4336.             ],
  4337.             'kernel.charset' => 'UTF-8',
  4338.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4339.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4340.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4341.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4342.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4343.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4344.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4345.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4346.             'root_dir' => \dirname(__DIR__4),
  4347.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4348.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4349.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4350.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4351.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4352.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4353.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4354.             'doctrine.entity_managers' => [
  4355.                 'default' => 'doctrine.orm.default_entity_manager',
  4356.             ],
  4357.             'doctrine.default_entity_manager' => 'default',
  4358.             'doctrine.dbal.connection_factory.types' => [
  4359.                 'oauth2_grant' => [
  4360.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4361.                 ],
  4362.                 'oauth2_redirect_uri' => [
  4363.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4364.                 ],
  4365.                 'oauth2_scope' => [
  4366.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4367.                 ],
  4368.                 'uuid' => [
  4369.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4370.                 ],
  4371.                 'json' => [
  4372.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4373.                 ],
  4374.                 'ulid' => [
  4375.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4376.                 ],
  4377.             ],
  4378.             'doctrine.connections' => [
  4379.                 'default' => 'doctrine.dbal.default_connection',
  4380.             ],
  4381.             'doctrine.default_connection' => 'default',
  4382.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4383.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4384.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4385.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4386.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4387.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4388.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4389.             'doctrine.orm.cache.memcache_port' => 11211,
  4390.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4391.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4392.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4393.             'doctrine.orm.cache.memcached_port' => 11211,
  4394.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4395.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4396.             'doctrine.orm.cache.redis_host' => 'localhost',
  4397.             'doctrine.orm.cache.redis_port' => 6379,
  4398.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4399.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4400.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4401.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4402.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4403.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4404.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4405.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4406.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4407.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4408.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4409.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4410.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4411.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4412.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4413.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4414.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4415.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4416.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4417.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4418.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4419.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4420.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4421.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4422.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4423.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4424.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4425.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4426.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4427.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4428.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4429.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4430.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4431.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4432.             'doctrine.migrations.preferred_em' => NULL,
  4433.             'doctrine.migrations.preferred_connection' => NULL,
  4434.             'fos_elastica.property_accessor.magicCall' => 0,
  4435.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4436.             'fos_elastica.default_index' => 'events',
  4437.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4438.             'knp_menu.renderer.list.options' => [
  4439.             ],
  4440.             'knp_menu.renderer.twig.options' => [
  4441.             ],
  4442.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4443.             'knp_menu.default_renderer' => 'twig',
  4444.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4445.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4446.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4447.             'league.oauth2_server.encryption_key.type' => 'plain',
  4448.             'league.oauth2_server.scopes.default' => [
  4449.                 => 'defaultscope',
  4450.             ],
  4451.             'liip_imagine.resolvers' => [
  4452.                 'default' => [
  4453.                     'web_path' => [
  4454.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4455.                         'cache_prefix' => 'media/cache',
  4456.                     ],
  4457.                 ],
  4458.             ],
  4459.             'liip_imagine.loaders' => [
  4460.                 'default' => [
  4461.                     'filesystem' => [
  4462.                         'data_root' => [
  4463.                             => (\dirname(__DIR__4).'/public'),
  4464.                         ],
  4465.                         'locator' => 'filesystem',
  4466.                         'allow_unresolvable_data_roots' => false,
  4467.                         'bundle_resources' => [
  4468.                             'enabled' => false,
  4469.                             'access_control_type' => 'blacklist',
  4470.                             'access_control_list' => [
  4471.                             ],
  4472.                         ],
  4473.                     ],
  4474.                 ],
  4475.             ],
  4476.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4477.             'liip_imagine.jpegoptim.stripAll' => true,
  4478.             'liip_imagine.jpegoptim.max' => NULL,
  4479.             'liip_imagine.jpegoptim.progressive' => true,
  4480.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4481.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4482.             'liip_imagine.optipng.level' => 7,
  4483.             'liip_imagine.optipng.stripAll' => true,
  4484.             'liip_imagine.optipng.tempDir' => NULL,
  4485.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4486.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4487.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4488.             'liip_imagine.cwebp.tempDir' => NULL,
  4489.             'liip_imagine.cwebp.q' => 75,
  4490.             'liip_imagine.cwebp.alphaQ' => 100,
  4491.             'liip_imagine.cwebp.m' => 4,
  4492.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4493.             'liip_imagine.cwebp.alphaMethod' => 1,
  4494.             'liip_imagine.cwebp.exact' => false,
  4495.             'liip_imagine.cwebp.metadata' => [
  4496.                 => 'none',
  4497.             ],
  4498.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4499.             'liip_imagine.cache.resolver.default' => 'default',
  4500.             'liip_imagine.default_image' => NULL,
  4501.             'liip_imagine.filter_sets' => [
  4502.                 'cache' => [
  4503.                     'format' => 'webp',
  4504.                     'quality' => 100,
  4505.                     'jpeg_quality' => NULL,
  4506.                     'png_compression_level' => NULL,
  4507.                     'png_compression_filter' => NULL,
  4508.                     'animated' => false,
  4509.                     'cache' => NULL,
  4510.                     'data_loader' => NULL,
  4511.                     'default_image' => NULL,
  4512.                     'filters' => [
  4513.                     ],
  4514.                     'post_processors' => [
  4515.                     ],
  4516.                 ],
  4517.                 'tn_medium' => [
  4518.                     'format' => 'webp',
  4519.                     'quality' => 100,
  4520.                     'jpeg_quality' => NULL,
  4521.                     'png_compression_level' => NULL,
  4522.                     'png_compression_filter' => NULL,
  4523.                     'animated' => false,
  4524.                     'cache' => NULL,
  4525.                     'data_loader' => NULL,
  4526.                     'default_image' => NULL,
  4527.                     'filters' => [
  4528.                         'relative_resize' => [
  4529.                             'widen' => 527,
  4530.                         ],
  4531.                     ],
  4532.                     'post_processors' => [
  4533.                     ],
  4534.                 ],
  4535.                 'tn_portrait' => [
  4536.                     'format' => 'webp',
  4537.                     'quality' => 100,
  4538.                     'jpeg_quality' => NULL,
  4539.                     'png_compression_level' => NULL,
  4540.                     'png_compression_filter' => NULL,
  4541.                     'animated' => false,
  4542.                     'cache' => NULL,
  4543.                     'data_loader' => NULL,
  4544.                     'default_image' => NULL,
  4545.                     'filters' => [
  4546.                         'relative_resize' => [
  4547.                             'widen' => 1000,
  4548.                         ],
  4549.                     ],
  4550.                     'post_processors' => [
  4551.                     ],
  4552.                 ],
  4553.                 'tn_landscape' => [
  4554.                     'format' => 'webp',
  4555.                     'quality' => 100,
  4556.                     'jpeg_quality' => NULL,
  4557.                     'png_compression_level' => NULL,
  4558.                     'png_compression_filter' => NULL,
  4559.                     'animated' => false,
  4560.                     'cache' => NULL,
  4561.                     'data_loader' => NULL,
  4562.                     'default_image' => NULL,
  4563.                     'filters' => [
  4564.                         'relative_resize' => [
  4565.                             'widen' => 1240,
  4566.                         ],
  4567.                     ],
  4568.                     'post_processors' => [
  4569.                     ],
  4570.                 ],
  4571.                 'tn_large' => [
  4572.                     'format' => 'webp',
  4573.                     'quality' => 100,
  4574.                     'jpeg_quality' => NULL,
  4575.                     'png_compression_level' => NULL,
  4576.                     'png_compression_filter' => NULL,
  4577.                     'animated' => false,
  4578.                     'cache' => NULL,
  4579.                     'data_loader' => NULL,
  4580.                     'default_image' => NULL,
  4581.                     'filters' => [
  4582.                         'relative_resize' => [
  4583.                             'widen' => 1560,
  4584.                         ],
  4585.                     ],
  4586.                     'post_processors' => [
  4587.                     ],
  4588.                 ],
  4589.                 'tn_xlarge' => [
  4590.                     'format' => 'webp',
  4591.                     'quality' => 100,
  4592.                     'jpeg_quality' => NULL,
  4593.                     'png_compression_level' => NULL,
  4594.                     'png_compression_filter' => NULL,
  4595.                     'animated' => false,
  4596.                     'cache' => NULL,
  4597.                     'data_loader' => NULL,
  4598.                     'default_image' => NULL,
  4599.                     'filters' => [
  4600.                         'relative_resize' => [
  4601.                             'widen' => 1900,
  4602.                         ],
  4603.                     ],
  4604.                     'post_processors' => [
  4605.                     ],
  4606.                 ],
  4607.                 'tn_huge' => [
  4608.                     'format' => 'webp',
  4609.                     'quality' => 100,
  4610.                     'jpeg_quality' => NULL,
  4611.                     'png_compression_level' => NULL,
  4612.                     'png_compression_filter' => NULL,
  4613.                     'animated' => false,
  4614.                     'cache' => NULL,
  4615.                     'data_loader' => NULL,
  4616.                     'default_image' => NULL,
  4617.                     'filters' => [
  4618.                         'relative_resize' => [
  4619.                             'widen' => 2800,
  4620.                         ],
  4621.                     ],
  4622.                     'post_processors' => [
  4623.                     ],
  4624.                 ],
  4625.             ],
  4626.             'liip_imagine.binary.loader.default' => 'default',
  4627.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4628.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4629.             'liip_imagine.webp.generate' => false,
  4630.             'liip_imagine.webp.options' => [
  4631.                 'quality' => 100,
  4632.                 'cache' => NULL,
  4633.                 'data_loader' => NULL,
  4634.                 'post_processors' => [
  4635.                 ],
  4636.             ],
  4637.             'overblog_graphql_types.config' => [
  4638.                 'InternalQuery' => [
  4639.                     'type' => 'object',
  4640.                     'inherits' => [
  4641.                         => 'InternalQueryBoPartnerProfile',
  4642.                         => 'InternalQueryCompanyProfile',
  4643.                         => 'InternalQueryEvent',
  4644.                         => 'InternalQueryGame',
  4645.                         => 'InternalQueryJobMarket',
  4646.                         => 'InternalQuerySchool',
  4647.                         => 'InternalQuerySchoolProfile',
  4648.                         => 'InternalQuerySchoolClass',
  4649.                         => 'InternalQueryUser',
  4650.                     ],
  4651.                     'class_name' => 'InternalQueryType',
  4652.                     'decorator' => false,
  4653.                     'config' => [
  4654.                         'description' => 'Internal Query',
  4655.                         'fields' => [
  4656.                             'getSelectedBoPartnerProfile' => [
  4657.                                 'type' => 'BoPartnerProfile',
  4658.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getSelectedBoPartnerProfile")',
  4659.                             ],
  4660.                             'getBoPartnerProfiles' => [
  4661.                                 'type' => '[ProfileSimple!]',
  4662.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfilesByUser")',
  4663.                             ],
  4664.                             'getBoPartnerProfileQuizQuestions' => [
  4665.                                 'type' => '[ProviderQuizQuestion!]',
  4666.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfileQuizQuestions")',
  4667.                             ],
  4668.                             'getSelectedCompanyProfile' => [
  4669.                                 'type' => 'CompanyProfile',
  4670.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  4671.                             ],
  4672.                             'getCompanyProfiles' => [
  4673.                                 'type' => '[ProfileSimple!]',
  4674.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  4675.                             ],
  4676.                             'getCompanyProfileQuizQuestions' => [
  4677.                                 'type' => '[ProviderQuizQuestion!]',
  4678.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileQuizQuestions")',
  4679.                             ],
  4680.                             'getCompanyProfileJobMarkets' => [
  4681.                                 'type' => '[JobMarket!]',
  4682.                                 'args' => [
  4683.                                     'profileID' => [
  4684.                                         'description' => 'The profile id',
  4685.                                         'type' => 'Int!',
  4686.                                     ],
  4687.                                 ],
  4688.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileJobMarkets", args["profileID"])',
  4689.                             ],
  4690.                             'getPopularSchools' => [
  4691.                                 'type' => '[PopularSchool!]',
  4692.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getPopularSchools")',
  4693.                             ],
  4694.                             'getProviderEventsByDistrict' => [
  4695.                                 'type' => '[CompanyProfile!]',
  4696.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  4697.                             ],
  4698.                             'getEventsBcByDistrict' => [
  4699.                                 'type' => '[Event!]',
  4700.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  4701.                             ],
  4702.                             'getActiveGameTimers' => [
  4703.                                 'type' => '[GameTimer]',
  4704.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getActiveGameTimers")',
  4705.                             ],
  4706.                             'startGameTimer' => [
  4707.                                 'type' => 'GameTimer',
  4708.                                 'args' => [
  4709.                                     'schoolClassID' => [
  4710.                                         'description' => 'The school class id',
  4711.                                         'type' => 'Int!',
  4712.                                     ],
  4713.                                     'duration' => [
  4714.                                         'description' => 'The duration for the game timer in seconds',
  4715.                                         'type' => 'Int!',
  4716.                                     ],
  4717.                                 ],
  4718.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  4719.                             ],
  4720.                             'modifyGameTimer' => [
  4721.                                 'type' => 'GameTimer',
  4722.                                 'args' => [
  4723.                                     'timerID' => [
  4724.                                         'description' => 'The timer id',
  4725.                                         'type' => 'Int!',
  4726.                                     ],
  4727.                                     'modifyType' => [
  4728.                                         'description' => 'The modify type',
  4729.                                         'type' => 'GameTimerModifyType!',
  4730.                                     ],
  4731.                                     'duration' => [
  4732.                                         'description' => 'The duration the timer is modified in seconds',
  4733.                                         'type' => 'Int!',
  4734.                                     ],
  4735.                                 ],
  4736.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  4737.                             ],
  4738.                             'getGameTimeLeft' => [
  4739.                                 'type' => 'CommonResult!',
  4740.                                 'args' => [
  4741.                                     'schoolClassID' => [
  4742.                                         'description' => 'The school class id',
  4743.                                         'type' => 'Int!',
  4744.                                     ],
  4745.                                 ],
  4746.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  4747.                             ],
  4748.                             'getJobMarket' => [
  4749.                                 'type' => 'JobMarket',
  4750.                                 'args' => [
  4751.                                     'id' => [
  4752.                                         'description' => 'ID of the job market to be retrieved',
  4753.                                         'type' => 'ID!',
  4754.                                     ],
  4755.                                 ],
  4756.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  4757.                             ],
  4758.                             'getJobMarketsByUser' => [
  4759.                                 'type' => '[JobMarket!]',
  4760.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarkets")',
  4761.                             ],
  4762.                             'getSchoolByTeacher' => [
  4763.                                 'type' => 'School',
  4764.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  4765.                             ],
  4766.                             'getSchoolClassesBySchool' => [
  4767.                                 'type' => '[SchoolClass!]',
  4768.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  4769.                             ],
  4770.                             'getSchoolTeachers' => [
  4771.                                 'type' => '[Teacher!]',
  4772.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  4773.                             ],
  4774.                             'getViewedInterestFieldsBySchool' => [
  4775.                                 'type' => '[InterestFieldStats!]',
  4776.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  4777.                             ],
  4778.                             'getSelectedSchoolProfile' => [
  4779.                                 'type' => 'SchoolProfile',
  4780.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSelectedSchoolProfile")',
  4781.                             ],
  4782.                             'getSchoolProfiles' => [
  4783.                                 'type' => '[ProfileSimple!]',
  4784.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfilesByUser")',
  4785.                             ],
  4786.                             'getSchoolProfileQuizQuestions' => [
  4787.                                 'type' => '[ProviderQuizQuestion!]',
  4788.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfileQuizQuestions")',
  4789.                             ],
  4790.                             'getSchoolClassByID' => [
  4791.                                 'type' => 'SchoolClass',
  4792.                                 'args' => [
  4793.                                     'schoolClassID' => [
  4794.                                         'description' => 'The school class ID',
  4795.                                         'type' => 'Int!',
  4796.                                     ],
  4797.                                 ],
  4798.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  4799.                             ],
  4800.                             'getSchoolClassesByUser' => [
  4801.                                 'type' => '[SchoolClass!]',
  4802.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  4803.                             ],
  4804.                             'getSchoolClassTeachers' => [
  4805.                                 'type' => '[Teacher!]',
  4806.                                 'args' => [
  4807.                                     'schoolClassID' => [
  4808.                                         'description' => 'The school class ID',
  4809.                                         'type' => 'Int!',
  4810.                                     ],
  4811.                                 ],
  4812.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  4813.                             ],
  4814.                             'getViewedBoPartnerProfiles' => [
  4815.                                 'type' => '[BoPartnerProfile!]',
  4816.                                 'args' => [
  4817.                                     'schoolClassID' => [
  4818.                                         'description' => 'The school class ID',
  4819.                                         'type' => 'Int!',
  4820.                                     ],
  4821.                                 ],
  4822.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  4823.                             ],
  4824.                             'getViewedCompanyProfiles' => [
  4825.                                 'type' => '[CompanyProfile!]',
  4826.                                 'args' => [
  4827.                                     'schoolClassID' => [
  4828.                                         'description' => 'The school class ID',
  4829.                                         'type' => 'Int!',
  4830.                                     ],
  4831.                                 ],
  4832.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  4833.                             ],
  4834.                             'getViewedSchoolProfiles' => [
  4835.                                 'type' => '[SchoolProfile!]',
  4836.                                 'args' => [
  4837.                                     'schoolClassID' => [
  4838.                                         'description' => 'The school class ID',
  4839.                                         'type' => 'Int!',
  4840.                                     ],
  4841.                                 ],
  4842.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  4843.                             ],
  4844.                             'getViewedJobs' => [
  4845.                                 'type' => '[Job!]',
  4846.                                 'args' => [
  4847.                                     'schoolClassID' => [
  4848.                                         'description' => 'The school class ID',
  4849.                                         'type' => 'Int!',
  4850.                                     ],
  4851.                                 ],
  4852.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  4853.                             ],
  4854.                             'getViewedJobPortaits' => [
  4855.                                 'type' => '[Story!]',
  4856.                                 'args' => [
  4857.                                     'schoolClassID' => [
  4858.                                         'description' => 'The school class ID',
  4859.                                         'type' => 'Int!',
  4860.                                     ],
  4861.                                 ],
  4862.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  4863.                             ],
  4864.                             'getViewedSchoolPortaits' => [
  4865.                                 'type' => '[Story!]',
  4866.                                 'args' => [
  4867.                                     'schoolClassID' => [
  4868.                                         'description' => 'The school class ID',
  4869.                                         'type' => 'Int!',
  4870.                                     ],
  4871.                                 ],
  4872.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  4873.                             ],
  4874.                             'getViewedInterestFields' => [
  4875.                                 'type' => '[InterestFieldStats!]',
  4876.                                 'args' => [
  4877.                                     'schoolClassID' => [
  4878.                                         'description' => 'The school class ID',
  4879.                                         'type' => 'Int!',
  4880.                                     ],
  4881.                                 ],
  4882.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  4883.                             ],
  4884.                             'getViewedRequirements' => [
  4885.                                 'type' => '[JobRequirementStats!]',
  4886.                                 'args' => [
  4887.                                     'schoolClassID' => [
  4888.                                         'description' => 'The school class ID',
  4889.                                         'type' => 'Int!',
  4890.                                     ],
  4891.                                 ],
  4892.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  4893.                             ],
  4894.                             'setGameCategoriesTeacher' => [
  4895.                                 'type' => 'Status!',
  4896.                                 'args' => [
  4897.                                     'schoolClassID' => [
  4898.                                         'description' => 'The school class ID',
  4899.                                         'type' => 'Int!',
  4900.                                     ],
  4901.                                     'categoryIDs' => [
  4902.                                         'description' => 'The category IDs',
  4903.                                         'type' => '[Int!]!',
  4904.                                     ],
  4905.                                 ],
  4906.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  4907.                             ],
  4908.                             'getTeachingIdeas' => [
  4909.                                 'type' => '[TeachingIdea!]',
  4910.                                 'args' => [
  4911.                                     'schoolClassID' => [
  4912.                                         'description' => 'The school class ID',
  4913.                                         'type' => 'Int!',
  4914.                                     ],
  4915.                                 ],
  4916.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  4917.                             ],
  4918.                             'getUserSetting' => [
  4919.                                 'type' => 'UserSetting',
  4920.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  4921.                             ],
  4922.                             'userinfo' => [
  4923.                                 'type' => 'UserInfo',
  4924.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  4925.                             ],
  4926.                             'job' => [
  4927.                                 'type' => 'Job',
  4928.                                 'args' => [
  4929.                                     'bicid' => [
  4930.                                         'description' => 'BicID of the job to be retrieved',
  4931.                                         'type' => 'ID!',
  4932.                                     ],
  4933.                                 ],
  4934.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  4935.                             ],
  4936.                         ],
  4937.                         'name' => 'InternalQuery',
  4938.                         'builders' => [
  4939.                         ],
  4940.                         'interfaces' => [
  4941.                         ],
  4942.                     ],
  4943.                 ],
  4944.                 'DefaultQuery' => [
  4945.                     'type' => 'object',
  4946.                     'inherits' => [
  4947.                         => 'DefaultQueryBookmark',
  4948.                         => 'DefaultQueryCommon',
  4949.                         => 'DefaultQueryEvent',
  4950.                         => 'DefaultQueryGame',
  4951.                         => 'DefaultQueryJob',
  4952.                         => 'DefaultQueryProfiles',
  4953.                         => 'DefaultQueryQuest',
  4954.                         => 'DefaultQueryRookie',
  4955.                         => 'DefaultQueryRookieDay',
  4956.                         => 'DefaultQuerySchool',
  4957.                     ],
  4958.                     'class_name' => 'DefaultQueryType',
  4959.                     'decorator' => false,
  4960.                     'config' => [
  4961.                         'description' => 'Default Query',
  4962.                         'fields' => [
  4963.                             'titles' => [
  4964.                                 'type' => '[Title]',
  4965.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  4966.                             ],
  4967.                             'teachingIdeaTypes' => [
  4968.                                 'type' => '[TeachingIdeaType!]',
  4969.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  4970.                             ],
  4971.                             'informationLinks' => [
  4972.                                 'type' => '[InformationLink!]',
  4973.                                 'args' => [
  4974.                                     'typeID' => [
  4975.                                         'description' => 'The type id of the information links',
  4976.                                         'type' => 'Int!',
  4977.                                     ],
  4978.                                 ],
  4979.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  4980.                             ],
  4981.                             'searchSchools' => [
  4982.                                 'type' => '[School!]',
  4983.                                 'args' => [
  4984.                                     'searchText' => [
  4985.                                         'description' => 'The search text for the school',
  4986.                                         'type' => 'String!',
  4987.                                     ],
  4988.                                 ],
  4989.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  4990.                             ],
  4991.                             'bookmarkCreate' => [
  4992.                                 'type' => 'Bookmark',
  4993.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  4994.                             ],
  4995.                             'bookmarkDelete' => [
  4996.                                 'type' => 'String!',
  4997.                                 'args' => [
  4998.                                     'code' => [
  4999.                                         'description' => 'The code of the bookmark to delete',
  5000.                                         'type' => 'String!',
  5001.                                     ],
  5002.                                 ],
  5003.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  5004.                             ],
  5005.                             'bookmarkGet' => [
  5006.                                 'type' => 'Bookmark',
  5007.                                 'args' => [
  5008.                                     'code' => [
  5009.                                         'description' => 'The code to access the bookmark',
  5010.                                         'type' => 'String!',
  5011.                                     ],
  5012.                                 ],
  5013.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  5014.                             ],
  5015.                             'bookmarkUpdate' => [
  5016.                                 'type' => 'Bookmark',
  5017.                                 'args' => [
  5018.                                     'code' => [
  5019.                                         'description' => 'The code to access the bookmark',
  5020.                                         'type' => 'String!',
  5021.                                     ],
  5022.                                     'storedValue' => [
  5023.                                         'description' => 'The value to store in bookmark',
  5024.                                         'type' => 'String!',
  5025.                                     ],
  5026.                                 ],
  5027.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  5028.                             ],
  5029.                             'event' => [
  5030.                                 'type' => 'Event',
  5031.                                 'args' => [
  5032.                                     'id' => [
  5033.                                         'description' => 'ID of the Event',
  5034.                                         'type' => 'ID!',
  5035.                                     ],
  5036.                                 ],
  5037.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  5038.                             ],
  5039.                             'events' => [
  5040.                                 'type' => '[Event!]',
  5041.                                 'args' => [
  5042.                                     'limit' => [
  5043.                                         'description' => 'Limit',
  5044.                                         'type' => 'Int!',
  5045.                                     ],
  5046.                                     'offset' => [
  5047.                                         'description' => 'Offset',
  5048.                                         'type' => 'Int!',
  5049.                                     ],
  5050.                                 ],
  5051.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  5052.                             ],
  5053.                             'getOffersBoPartner' => [
  5054.                                 'type' => '[Offer!]',
  5055.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  5056.                             ],
  5057.                             'getOffersCompany' => [
  5058.                                 'type' => '[Offer!]',
  5059.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  5060.                             ],
  5061.                             'getOffersSchool' => [
  5062.                                 'type' => '[Offer!]',
  5063.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  5064.                             ],
  5065.                             'offerList' => [
  5066.                                 'type' => 'OfferList!',
  5067.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  5068.                             ],
  5069.                             'getChampionship' => [
  5070.                                 'type' => 'Championship',
  5071.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  5072.                             ],
  5073.                             'getQuizQuestionsProvider' => [
  5074.                                 'type' => '[QuestionOpen!]',
  5075.                                 'args' => [
  5076.                                     'providerType' => [
  5077.                                         'description' => 'The provider type id',
  5078.                                         'type' => 'Int!',
  5079.                                     ],
  5080.                                     'profileID' => [
  5081.                                         'description' => 'The profile id',
  5082.                                         'type' => 'Int!',
  5083.                                     ],
  5084.                                 ],
  5085.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  5086.                             ],
  5087.                             'getGameCategoriesPerGame' => [
  5088.                                 'type' => 'GameCategoriesPerGame!',
  5089.                                 'args' => [
  5090.                                     'clientID' => [
  5091.                                         'description' => 'The client ID',
  5092.                                         'type' => 'String!',
  5093.                                     ],
  5094.                                 ],
  5095.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  5096.                             ],
  5097.                             'getGameCategoriesTeacher' => [
  5098.                                 'type' => '[GameCategory!]',
  5099.                                 'args' => [
  5100.                                     'schoolClassID' => [
  5101.                                         'description' => 'The school class id',
  5102.                                         'type' => 'Int!',
  5103.                                     ],
  5104.                                 ],
  5105.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  5106.                             ],
  5107.                             'getGameCategoriesStudent' => [
  5108.                                 'type' => '[GameCategory!]',
  5109.                                 'args' => [
  5110.                                     'clientID' => [
  5111.                                         'description' => 'The client ID',
  5112.                                         'type' => 'String!',
  5113.                                     ],
  5114.                                     'gameType' => [
  5115.                                         'description' => 'The game type',
  5116.                                         'type' => 'GameType!',
  5117.                                     ],
  5118.                                 ],
  5119.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"], args["gameType"])',
  5120.                             ],
  5121.                             'getGame' => [
  5122.                                 'type' => 'Game!',
  5123.                                 'args' => [
  5124.                                     'gameType' => [
  5125.                                         'description' => 'The game type',
  5126.                                         'type' => 'GameType',
  5127.                                     ],
  5128.                                     'clientID' => [
  5129.                                         'description' => 'The client ID',
  5130.                                         'type' => 'String!',
  5131.                                     ],
  5132.                                     'categoryIDs' => [
  5133.                                         'description' => 'The category IDs',
  5134.                                         'type' => '[Int!]!',
  5135.                                     ],
  5136.                                 ],
  5137.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  5138.                             ],
  5139.                             'setGameEnd' => [
  5140.                                 'type' => 'Status!',
  5141.                                 'args' => [
  5142.                                     'gameID' => [
  5143.                                         'description' => 'The game id',
  5144.                                         'type' => 'Int!',
  5145.                                     ],
  5146.                                     'gameEnd' => [
  5147.                                         'description' => 'The end type',
  5148.                                         'type' => 'GameEndType!',
  5149.                                     ],
  5150.                                     'points' => [
  5151.                                         'description' => 'Points',
  5152.                                         'type' => 'Int!',
  5153.                                     ],
  5154.                                 ],
  5155.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  5156.                             ],
  5157.                             'getGameActiveUsers' => [
  5158.                                 'type' => 'Int!',
  5159.                                 'args' => [
  5160.                                     'gameType' => [
  5161.                                         'description' => 'The game type',
  5162.                                         'type' => 'GameType!',
  5163.                                     ],
  5164.                                 ],
  5165.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  5166.                             ],
  5167.                             'getGameRoundPlayers' => [
  5168.                                 'type' => 'RoundPlayers!',
  5169.                                 'args' => [
  5170.                                     'gameID' => [
  5171.                                         'description' => 'The game id',
  5172.                                         'type' => 'Int!',
  5173.                                     ],
  5174.                                 ],
  5175.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  5176.                             ],
  5177.                             'getGameTrophies' => [
  5178.                                 'type' => '[GameTrophy]',
  5179.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  5180.                             ],
  5181.                             'getGameTrophyProgress' => [
  5182.                                 'type' => 'GameTrophyProgress!',
  5183.                                 'args' => [
  5184.                                     'schoolClassID' => [
  5185.                                         'description' => 'The school class id',
  5186.                                         'type' => 'Int!',
  5187.                                     ],
  5188.                                 ],
  5189.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  5190.                             ],
  5191.                             'trophyCount' => [
  5192.                                 'type' => 'Status!',
  5193.                                 'args' => [
  5194.                                     'clientId' => [
  5195.                                         'description' => 'ClientID',
  5196.                                         'type' => 'String!',
  5197.                                     ],
  5198.                                     'classCode' => [
  5199.                                         'description' => 'Class Code',
  5200.                                         'type' => 'String!',
  5201.                                     ],
  5202.                                     'itemId' => [
  5203.                                         'description' => 'ItemID',
  5204.                                         'type' => 'String!',
  5205.                                     ],
  5206.                                     'itemType' => [
  5207.                                         'description' => 'TrophyItemType',
  5208.                                         'type' => 'TrophyItemType',
  5209.                                     ],
  5210.                                 ],
  5211.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  5212.                             ],
  5213.                             'getGameTimersSchool' => [
  5214.                                 'type' => '[GameTimer!]',
  5215.                                 'args' => [
  5216.                                     'schoolID' => [
  5217.                                         'description' => 'The school id',
  5218.                                         'type' => 'Int!',
  5219.                                     ],
  5220.                                 ],
  5221.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  5222.                             ],
  5223.                             'getGameTimer' => [
  5224.                                 'type' => 'GameTimer',
  5225.                                 'args' => [
  5226.                                     'schoolClassID' => [
  5227.                                         'description' => 'The school class id',
  5228.                                         'type' => 'Int!',
  5229.                                     ],
  5230.                                 ],
  5231.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  5232.                             ],
  5233.                             'getGameJRSchoolClass' => [
  5234.                                 'type' => 'GameJRSchoolClass!',
  5235.                                 'args' => [
  5236.                                     'schoolClassID' => [
  5237.                                         'description' => 'The school class id',
  5238.                                         'type' => 'Int!',
  5239.                                     ],
  5240.                                 ],
  5241.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClass", args["schoolClassID"])',
  5242.                             ],
  5243.                             'getGameJRSchoolClassEntry' => [
  5244.                                 'type' => 'GameJRSchoolClassEntry!',
  5245.                                 'args' => [
  5246.                                     'gameJRSchoolClassID' => [
  5247.                                         'description' => 'The game jr school class id',
  5248.                                         'type' => 'Int!',
  5249.                                     ],
  5250.                                 ],
  5251.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClassEntry", args["gameJRSchoolClassID"])',
  5252.                             ],
  5253.                             'sendGameJRAnswer' => [
  5254.                                 'type' => 'GameJRAnswer!',
  5255.                                 'args' => [
  5256.                                     'gameJRSchoolClassEntryID' => [
  5257.                                         'description' => 'The game jr school class entry id',
  5258.                                         'type' => 'Int!',
  5259.                                     ],
  5260.                                     'requirementID' => [
  5261.                                         'description' => 'The ids of the selected requirements',
  5262.                                         'type' => 'Int!',
  5263.                                     ],
  5264.                                 ],
  5265.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::sendAnswer", args["gameJRSchoolClassEntryID"], args["requirementID"])',
  5266.                             ],
  5267.                             'getGameTrophyHuntSchoolClass' => [
  5268.                                 'type' => 'GameTrophyHuntSchoolClass!',
  5269.                                 'args' => [
  5270.                                     'schoolClassID' => [
  5271.                                         'description' => 'The school class id',
  5272.                                         'type' => 'Int!',
  5273.                                     ],
  5274.                                 ],
  5275.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClass", args["schoolClassID"])',
  5276.                             ],
  5277.                             'getGameTrophyHuntSchoolClassEntry' => [
  5278.                                 'type' => 'GameTrophyHuntSchoolClassEntry!',
  5279.                                 'args' => [
  5280.                                     'gameTrophyHuntSchoolClassID' => [
  5281.                                         'description' => 'The game trophy hunt school class id',
  5282.                                         'type' => 'Int!',
  5283.                                     ],
  5284.                                 ],
  5285.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClassEntry", args["gameTrophyHuntSchoolClassID"])',
  5286.                             ],
  5287.                             'sendGameTrophyHuntAnswer' => [
  5288.                                 'type' => 'GameTrophyHuntAnswer!',
  5289.                                 'args' => [
  5290.                                     'gameTrophyHuntSchoolClassEntryID' => [
  5291.                                         'description' => 'The game trophy hunt school class entry id',
  5292.                                         'type' => 'Int!',
  5293.                                     ],
  5294.                                     'resultString' => [
  5295.                                         'description' => 'The result string',
  5296.                                         'type' => 'String!',
  5297.                                     ],
  5298.                                 ],
  5299.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::sendAnswer", args["gameTrophyHuntSchoolClassEntryID"], args["resultString"])',
  5300.                             ],
  5301.                             'getClickThePicPointSteps' => [
  5302.                                 'type' => '[Int!]',
  5303.                                 'args' => [
  5304.                                     'gameID' => [
  5305.                                         'description' => 'The game id',
  5306.                                         'type' => 'Int!',
  5307.                                     ],
  5308.                                 ],
  5309.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getPointSteps", args["gameID"])',
  5310.                             ],
  5311.                             'getClickThePicQuestion' => [
  5312.                                 'type' => 'Question!',
  5313.                                 'args' => [
  5314.                                     'gameID' => [
  5315.                                         'description' => 'The game id',
  5316.                                         'type' => 'Int!',
  5317.                                     ],
  5318.                                     'round' => [
  5319.                                         'description' => 'The round of the game',
  5320.                                         'type' => 'Int!',
  5321.                                     ],
  5322.                                 ],
  5323.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  5324.                             ],
  5325.                             'sendClickThePicAnswer' => [
  5326.                                 'type' => 'AnswerResponse!',
  5327.                                 'args' => [
  5328.                                     'gameID' => [
  5329.                                         'description' => 'The game id',
  5330.                                         'type' => 'Int!',
  5331.                                     ],
  5332.                                     'questionID' => [
  5333.                                         'description' => 'The question ID',
  5334.                                         'type' => 'Int!',
  5335.                                     ],
  5336.                                     'answerID' => [
  5337.                                         'description' => 'The answer ID',
  5338.                                         'type' => 'Int!',
  5339.                                     ],
  5340.                                     'points' => [
  5341.                                         'description' => 'Points for the round',
  5342.                                         'type' => 'Int!',
  5343.                                     ],
  5344.                                 ],
  5345.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  5346.                             ],
  5347.                             'getGameScoreBoard' => [
  5348.                                 'type' => 'GameScoreBoard!',
  5349.                                 'args' => [
  5350.                                     'gameID' => [
  5351.                                         'description' => 'The game id',
  5352.                                         'type' => 'Int!',
  5353.                                     ],
  5354.                                 ],
  5355.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameScoreBoard", args["gameID"])',
  5356.                             ],
  5357.                             'getQuizQuestion' => [
  5358.                                 'type' => 'Question!',
  5359.                                 'args' => [
  5360.                                     'gameID' => [
  5361.                                         'description' => 'The game id',
  5362.                                         'type' => 'Int!',
  5363.                                     ],
  5364.                                     'round' => [
  5365.                                         'description' => 'The round of the game',
  5366.                                         'type' => 'Int!',
  5367.                                     ],
  5368.                                 ],
  5369.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  5370.                             ],
  5371.                             'getQuizAnswerWrong' => [
  5372.                                 'type' => 'AnswerWrong!',
  5373.                                 'args' => [
  5374.                                     'gameID' => [
  5375.                                         'description' => 'The game id',
  5376.                                         'type' => 'Int!',
  5377.                                     ],
  5378.                                     'questionID' => [
  5379.                                         'description' => 'The question ID',
  5380.                                         'type' => 'Int!',
  5381.                                     ],
  5382.                                 ],
  5383.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  5384.                             ],
  5385.                             'sendQuizAnswer' => [
  5386.                                 'type' => 'AnswerResponse!',
  5387.                                 'args' => [
  5388.                                     'gameID' => [
  5389.                                         'description' => 'The game id',
  5390.                                         'type' => 'Int!',
  5391.                                     ],
  5392.                                     'questionID' => [
  5393.                                         'description' => 'The question ID',
  5394.                                         'type' => 'Int!',
  5395.                                     ],
  5396.                                     'answerID' => [
  5397.                                         'description' => 'The answer ID',
  5398.                                         'type' => 'Int!',
  5399.                                     ],
  5400.                                 ],
  5401.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  5402.                             ],
  5403.                             'getStoryGame' => [
  5404.                                 'type' => 'Game!',
  5405.                                 'args' => [
  5406.                                     'clientID' => [
  5407.                                         'description' => 'The client ID',
  5408.                                         'type' => 'String!',
  5409.                                     ],
  5410.                                     'storyID' => [
  5411.                                         'description' => 'The story ID',
  5412.                                         'type' => 'Int!',
  5413.                                     ],
  5414.                                 ],
  5415.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getGame", args["clientID"], args["storyID"])',
  5416.                             ],
  5417.                             'getStoryQuizQuestion' => [
  5418.                                 'type' => 'Question!',
  5419.                                 'args' => [
  5420.                                     'gameID' => [
  5421.                                         'description' => 'The game id',
  5422.                                         'type' => 'Int!',
  5423.                                     ],
  5424.                                     'round' => [
  5425.                                         'description' => 'The round of the game',
  5426.                                         'type' => 'Int!',
  5427.                                     ],
  5428.                                 ],
  5429.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuestion", args["gameID"], args["round"])',
  5430.                             ],
  5431.                             'sendStoryQuizAnswer' => [
  5432.                                 'type' => 'AnswerResponse!',
  5433.                                 'args' => [
  5434.                                     'gameID' => [
  5435.                                         'description' => 'The game id',
  5436.                                         'type' => 'Int!',
  5437.                                     ],
  5438.                                     'questionID' => [
  5439.                                         'description' => 'The question ID',
  5440.                                         'type' => 'Int!',
  5441.                                     ],
  5442.                                     'answerID' => [
  5443.                                         'description' => 'The answer ID',
  5444.                                         'type' => 'Int!',
  5445.                                     ],
  5446.                                 ],
  5447.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  5448.                             ],
  5449.                             'getStoryQuizAnswerWrong' => [
  5450.                                 'type' => 'AnswerWrong!',
  5451.                                 'args' => [
  5452.                                     'gameID' => [
  5453.                                         'description' => 'The game id',
  5454.                                         'type' => 'Int!',
  5455.                                     ],
  5456.                                     'questionID' => [
  5457.                                         'description' => 'The question ID',
  5458.                                         'type' => 'Int!',
  5459.                                     ],
  5460.                                 ],
  5461.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  5462.                             ],
  5463.                             'interestFields' => [
  5464.                                 'type' => '[InterestField!]',
  5465.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  5466.                             ],
  5467.                             'job' => [
  5468.                                 'type' => 'Job',
  5469.                                 'args' => [
  5470.                                     'bicid' => [
  5471.                                         'description' => 'BicID of the job to be retrieved',
  5472.                                         'type' => 'ID!',
  5473.                                     ],
  5474.                                 ],
  5475.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  5476.                             ],
  5477.                             'job_id' => [
  5478.                                 'type' => 'Job',
  5479.                                 'args' => [
  5480.                                     'id' => [
  5481.                                         'description' => 'ID of the job to retrieve',
  5482.                                         'type' => 'ID!',
  5483.                                     ],
  5484.                                 ],
  5485.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  5486.                             ],
  5487.                             'jobs' => [
  5488.                                 'type' => '[Job!]',
  5489.                                 'args' => [
  5490.                                     'limit' => [
  5491.                                         'description' => 'Limit',
  5492.                                         'type' => 'Int!',
  5493.                                     ],
  5494.                                     'offset' => [
  5495.                                         'description' => 'Offset',
  5496.                                         'type' => 'Int!',
  5497.                                     ],
  5498.                                 ],
  5499.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  5500.                             ],
  5501.                             'jobExpertTerm' => [
  5502.                                 'type' => 'JobExpertTerm',
  5503.                                 'args' => [
  5504.                                     'bicid' => [
  5505.                                         'description' => 'BicID of the job expert term to retrieve',
  5506.                                         'type' => 'ID!',
  5507.                                     ],
  5508.                                 ],
  5509.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  5510.                             ],
  5511.                             'jobExpertTerms' => [
  5512.                                 'type' => '[JobExpertTerm!]',
  5513.                                 'args' => [
  5514.                                     'limit' => [
  5515.                                         'description' => 'Limit',
  5516.                                         'type' => 'Int!',
  5517.                                     ],
  5518.                                     'offset' => [
  5519.                                         'description' => 'Offset',
  5520.                                         'type' => 'Int!',
  5521.                                     ],
  5522.                                 ],
  5523.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  5524.                             ],
  5525.                             'jobMarket' => [
  5526.                                 'type' => 'JobMarket',
  5527.                                 'args' => [
  5528.                                     'id' => [
  5529.                                         'description' => 'ID of the job market to be retrieved',
  5530.                                         'type' => 'ID!',
  5531.                                     ],
  5532.                                 ],
  5533.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  5534.                             ],
  5535.                             'jobMarkets' => [
  5536.                                 'type' => 'JobMarketResults',
  5537.                                 'args' => [
  5538.                                     'search' => [
  5539.                                         'description' => 'Search parameters',
  5540.                                         'type' => 'String!',
  5541.                                     ],
  5542.                                 ],
  5543.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  5544.                             ],
  5545.                             'jobRequirements' => [
  5546.                                 'type' => '[JobRequirement!]',
  5547.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  5548.                             ],
  5549.                             'jobRequirementTypes' => [
  5550.                                 'type' => 'JobRequirementCollection!',
  5551.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  5552.                             ],
  5553.                             'bopartnerProfile' => [
  5554.                                 'type' => 'BoPartnerProfile',
  5555.                                 'args' => [
  5556.                                     'id' => [
  5557.                                         'description' => 'ID of the BO Partner Profile',
  5558.                                         'type' => 'Int',
  5559.                                     ],
  5560.                                     'uuid' => [
  5561.                                         'description' => 'UUID of the BO Partner Profile',
  5562.                                         'type' => 'String',
  5563.                                     ],
  5564.                                 ],
  5565.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  5566.                             ],
  5567.                             'bopartnerProfiles' => [
  5568.                                 'type' => '[BoPartnerProfile!]',
  5569.                                 'args' => [
  5570.                                     'limit' => [
  5571.                                         'description' => 'Limit',
  5572.                                         'type' => 'Int!',
  5573.                                     ],
  5574.                                     'offset' => [
  5575.                                         'description' => 'Offset',
  5576.                                         'type' => 'Int!',
  5577.                                     ],
  5578.                                 ],
  5579.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  5580.                             ],
  5581.                             'getCompanyBenefits' => [
  5582.                                 'type' => '[CompanyBenefit!]',
  5583.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  5584.                             ],
  5585.                             'getCompanyCertificates' => [
  5586.                                 'type' => '[CompanyCertificate!]',
  5587.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  5588.                             ],
  5589.                             'getCompanySizes' => [
  5590.                                 'type' => '[CompanySize!]',
  5591.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  5592.                             ],
  5593.                             'companyProfile' => [
  5594.                                 'type' => 'CompanyProfile',
  5595.                                 'args' => [
  5596.                                     'id' => [
  5597.                                         'description' => 'ID of the Company Profile',
  5598.                                         'type' => 'Int',
  5599.                                     ],
  5600.                                     'uuid' => [
  5601.                                         'description' => 'UUID of the Company Profile',
  5602.                                         'type' => 'String',
  5603.                                     ],
  5604.                                 ],
  5605.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  5606.                             ],
  5607.                             'companyProfiles' => [
  5608.                                 'type' => '[CompanyProfile!]',
  5609.                                 'args' => [
  5610.                                     'limit' => [
  5611.                                         'description' => 'Limit',
  5612.                                         'type' => 'Int!',
  5613.                                     ],
  5614.                                     'offset' => [
  5615.                                         'description' => 'Offset',
  5616.                                         'type' => 'Int!',
  5617.                                     ],
  5618.                                 ],
  5619.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  5620.                             ],
  5621.                             'companyProfileSearch' => [
  5622.                                 'type' => '[CompanyProfileSimple!]',
  5623.                                 'args' => [
  5624.                                     'search' => [
  5625.                                         'description' => 'Search parameters',
  5626.                                         'type' => 'String!',
  5627.                                     ],
  5628.                                     'limit' => [
  5629.                                         'description' => 'The limit',
  5630.                                         'type' => 'Int!',
  5631.                                     ],
  5632.                                 ],
  5633.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfilesSearch", args["search"], args["limit"])',
  5634.                             ],
  5635.                             'profiles' => [
  5636.                                 'type' => 'ProfileResults!',
  5637.                                 'args' => [
  5638.                                     'search' => [
  5639.                                         'description' => 'Search parameters',
  5640.                                         'type' => 'String!',
  5641.                                     ],
  5642.                                 ],
  5643.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  5644.                             ],
  5645.                             'schoolProfile' => [
  5646.                                 'type' => 'SchoolProfile',
  5647.                                 'args' => [
  5648.                                     'id' => [
  5649.                                         'description' => 'ID of the School Profile',
  5650.                                         'type' => 'Int',
  5651.                                     ],
  5652.                                     'uuid' => [
  5653.                                         'description' => 'UUID of the School Profile',
  5654.                                         'type' => 'String',
  5655.                                     ],
  5656.                                 ],
  5657.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  5658.                             ],
  5659.                             'schoolProfiles' => [
  5660.                                 'type' => '[SchoolProfile!]',
  5661.                                 'args' => [
  5662.                                     'limit' => [
  5663.                                         'description' => 'Limit',
  5664.                                         'type' => 'Int!',
  5665.                                     ],
  5666.                                     'offset' => [
  5667.                                         'description' => 'Offset',
  5668.                                         'type' => 'Int!',
  5669.                                     ],
  5670.                                 ],
  5671.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  5672.                             ],
  5673.                             'schoolSubjects' => [
  5674.                                 'type' => '[SchoolSubject!]',
  5675.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  5676.                             ],
  5677.                             'schoolSubject' => [
  5678.                                 'type' => 'SchoolSubject!',
  5679.                                 'args' => [
  5680.                                     'id' => [
  5681.                                         'description' => 'ID of the school subject to be retrieved',
  5682.                                         'type' => 'ID!',
  5683.                                     ],
  5684.                                 ],
  5685.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  5686.                             ],
  5687.                             'getQuest' => [
  5688.                                 'type' => 'Quest',
  5689.                                 'args' => [
  5690.                                     'id' => [
  5691.                                         'description' => 'The quest id',
  5692.                                         'type' => 'Int!',
  5693.                                     ],
  5694.                                     'userType' => [
  5695.                                         'description' => 'The user type',
  5696.                                         'type' => 'QuestUserType!',
  5697.                                     ],
  5698.                                 ],
  5699.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getQuest", args["id"], args["userType"])',
  5700.                             ],
  5701.                             'getQuestActive' => [
  5702.                                 'type' => 'Quest',
  5703.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getQuestActive")',
  5704.                             ],
  5705.                             'getQuests' => [
  5706.                                 'type' => '[Quest!]',
  5707.                                 'args' => [
  5708.                                     'userType' => [
  5709.                                         'description' => 'The user type',
  5710.                                         'type' => 'QuestUserType!',
  5711.                                     ],
  5712.                                 ],
  5713.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getQuests", args["userType"])',
  5714.                             ],
  5715.                             'getSchoolClassQuests' => [
  5716.                                 'type' => '[SchoolClassQuest!]',
  5717.                                 'args' => [
  5718.                                     'classCode' => [
  5719.                                         'description' => 'Class Code',
  5720.                                         'type' => 'String!',
  5721.                                     ],
  5722.                                     'userType' => [
  5723.                                         'description' => 'The user type',
  5724.                                         'type' => 'QuestUserType!',
  5725.                                     ],
  5726.                                 ],
  5727.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getSchoolClassQuests", args["classCode"], args["userType"])',
  5728.                             ],
  5729.                             'getSchoolClassQuest' => [
  5730.                                 'type' => 'SchoolClassQuest',
  5731.                                 'args' => [
  5732.                                     'classCode' => [
  5733.                                         'description' => 'Class Code',
  5734.                                         'type' => 'String!',
  5735.                                     ],
  5736.                                     'userType' => [
  5737.                                         'description' => 'The user type',
  5738.                                         'type' => 'QuestUserType!',
  5739.                                     ],
  5740.                                 ],
  5741.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::getSchoolClassQuest", args["classCode"], args["userType"])',
  5742.                             ],
  5743.                             'triggerSchoolClassQuestTaskUnlock' => [
  5744.                                 'type' => 'Status',
  5745.                                 'args' => [
  5746.                                     'classCode' => [
  5747.                                         'description' => 'Class Code',
  5748.                                         'type' => 'String!',
  5749.                                     ],
  5750.                                     'taskID' => [
  5751.                                         'description' => 'The task ID',
  5752.                                         'type' => 'Int!',
  5753.                                     ],
  5754.                                 ],
  5755.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::triggerSchoolClassQuestTaskUnlock", args["classCode"], args["taskID"])',
  5756.                             ],
  5757.                             'triggerSchoolClassQuestUnlock' => [
  5758.                                 'type' => 'Status',
  5759.                                 'args' => [
  5760.                                     'classCode' => [
  5761.                                         'description' => 'Class Code',
  5762.                                         'type' => 'String!',
  5763.                                     ],
  5764.                                 ],
  5765.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::triggerSchoolClassQuestUnlock", args["classCode"])',
  5766.                             ],
  5767.                             'sendCompanyProfileQuizQuest' => [
  5768.                                 'type' => 'Status!',
  5769.                                 'args' => [
  5770.                                     'clientID' => [
  5771.                                         'description' => 'The client ID',
  5772.                                         'type' => 'String!',
  5773.                                     ],
  5774.                                     'profileID' => [
  5775.                                         'description' => 'The profile ID',
  5776.                                         'type' => 'Int!',
  5777.                                     ],
  5778.                                 ],
  5779.                                 'resolve' => '@=query("App\\\\Resolver\\\\QuestResolver::sendCompanyProfileQuizQuest", args["clientID"], args["profileID"])',
  5780.                             ],
  5781.                             'rookieDistricts' => [
  5782.                                 'type' => '[RookieDistrict!]',
  5783.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistricts")',
  5784.                             ],
  5785.                             'rookieDistrictState' => [
  5786.                                 'type' => 'RookieDistrictState',
  5787.                                 'args' => [
  5788.                                     'districtId' => [
  5789.                                         'description' => 'The district id',
  5790.                                         'type' => 'Int!',
  5791.                                     ],
  5792.                                 ],
  5793.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictState", args["districtId"])',
  5794.                             ],
  5795.                             'rookieDistrictDateRange' => [
  5796.                                 'type' => 'String!',
  5797.                                 'args' => [
  5798.                                     'districtId' => [
  5799.                                         'description' => 'The district id',
  5800.                                         'type' => 'Int!',
  5801.                                     ],
  5802.                                 ],
  5803.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictDateRange", args["districtId"])',
  5804.                             ],
  5805.                             'rookieJobs' => [
  5806.                                 'type' => '[RookieJob!]',
  5807.                                 'args' => [
  5808.                                     'districtId' => [
  5809.                                         'description' => 'The district id',
  5810.                                         'type' => 'Int!',
  5811.                                     ],
  5812.                                 ],
  5813.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobs", args["districtId"])',
  5814.                             ],
  5815.                             'rookieOfferPreviewsBySchool' => [
  5816.                                 'type' => '[RookieOfferPreview!]',
  5817.                                 'args' => [
  5818.                                     'districtId' => [
  5819.                                         'description' => 'The district id',
  5820.                                         'type' => 'Int!',
  5821.                                     ],
  5822.                                     'schoolId' => [
  5823.                                         'description' => 'The school id',
  5824.                                         'type' => 'Int!',
  5825.                                     ],
  5826.                                 ],
  5827.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsBySchool", args["districtId"], args["schoolId"])',
  5828.                             ],
  5829.                             'rookieOfferPreviewsByTimeSlots' => [
  5830.                                 'type' => '[RookieOfferPreview!]',
  5831.                                 'args' => [
  5832.                                     'districtId' => [
  5833.                                         'description' => 'The district id',
  5834.                                         'type' => 'Int!',
  5835.                                     ],
  5836.                                     'timeSlotIds' => [
  5837.                                         'description' => 'The time slot ids',
  5838.                                         'type' => '[Int!]',
  5839.                                     ],
  5840.                                 ],
  5841.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsByTimeSlots", args["districtId"], args["timeSlotIds"])',
  5842.                             ],
  5843.                             'rookieOfferTimeSlotsRemainingSlots' => [
  5844.                                 'type' => 'Status!',
  5845.                                 'args' => [
  5846.                                     'districtId' => [
  5847.                                         'description' => 'The district id',
  5848.                                         'type' => 'Int!',
  5849.                                     ],
  5850.                                 ],
  5851.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotsRemainingSlots", args["districtId"])',
  5852.                             ],
  5853.                             'rookieOfferById' => [
  5854.                                 'type' => 'RookieOffer',
  5855.                                 'args' => [
  5856.                                     'offerId' => [
  5857.                                         'description' => 'The offer id',
  5858.                                         'type' => 'Int!',
  5859.                                     ],
  5860.                                     'timeSlotId' => [
  5861.                                         'description' => 'The timeslot id',
  5862.                                         'type' => 'Int!',
  5863.                                     ],
  5864.                                 ],
  5865.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferById", args["offerId"], args["timeSlotId"])',
  5866.                             ],
  5867.                             'rookieOfferByCode' => [
  5868.                                 'type' => 'RookieOffer',
  5869.                                 'args' => [
  5870.                                     'districtId' => [
  5871.                                         'description' => 'The district id',
  5872.                                         'type' => 'Int!',
  5873.                                     ],
  5874.                                     'timeSlotId' => [
  5875.                                         'description' => 'The timeslot id',
  5876.                                         'type' => 'Int!',
  5877.                                     ],
  5878.                                     'shortCode' => [
  5879.                                         'description' => 'The short code',
  5880.                                         'type' => 'String!',
  5881.                                     ],
  5882.                                 ],
  5883.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferByCode", args["districtId"], args["timeSlotId"], args["shortCode"])',
  5884.                             ],
  5885.                             'rookieOfferTimeSlotMappingById' => [
  5886.                                 'type' => 'RookieOfferTimeSlotMapping',
  5887.                                 'args' => [
  5888.                                     'offerTsMappingId' => [
  5889.                                         'description' => 'The offer timeslot mapping id',
  5890.                                         'type' => 'Int!',
  5891.                                     ],
  5892.                                 ],
  5893.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingById", args["offerTsMappingId"])',
  5894.                             ],
  5895.                             'rookieOfferTimeSlotMappingByCode' => [
  5896.                                 'type' => 'RookieOfferTimeSlotMapping',
  5897.                                 'args' => [
  5898.                                     'districtId' => [
  5899.                                         'description' => 'The district id',
  5900.                                         'type' => 'Int!',
  5901.                                     ],
  5902.                                     'shortCode' => [
  5903.                                         'description' => 'The short code',
  5904.                                         'type' => 'String!',
  5905.                                     ],
  5906.                                 ],
  5907.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingByCode", args["districtId"], args["shortCode"])',
  5908.                             ],
  5909.                             'rookieProfessionPreviews' => [
  5910.                                 'type' => '[JobPreview!]',
  5911.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobPreviews")',
  5912.                             ],
  5913.                             'rookieProviders' => [
  5914.                                 'type' => '[RookieProvider!]',
  5915.                                 'args' => [
  5916.                                     'districtId' => [
  5917.                                         'description' => 'The district id',
  5918.                                         'type' => 'Int!',
  5919.                                     ],
  5920.                                     'schoolId' => [
  5921.                                         'description' => 'The school id',
  5922.                                         'type' => 'Int!',
  5923.                                     ],
  5924.                                 ],
  5925.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviders", args["districtId"], args["schoolId"])',
  5926.                             ],
  5927.                             'rookieProviderRegisterTime' => [
  5928.                                 'type' => 'RookieProviderRegisterTime',
  5929.                                 'args' => [
  5930.                                     'districtId' => [
  5931.                                         'description' => 'The district id',
  5932.                                         'type' => 'Int!',
  5933.                                     ],
  5934.                                 ],
  5935.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviderRegisterTime", args["districtId"])',
  5936.                             ],
  5937.                             'rookieSchools' => [
  5938.                                 'type' => '[RookieSchool!]',
  5939.                                 'args' => [
  5940.                                     'districtId' => [
  5941.                                         'description' => 'The district id',
  5942.                                         'type' => 'Int!',
  5943.                                     ],
  5944.                                 ],
  5945.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchools", args["districtId"])',
  5946.                             ],
  5947.                             'rookieSchoolClasses' => [
  5948.                                 'type' => '[RookieSchoolClass!]',
  5949.                                 'args' => [
  5950.                                     'schoolId' => [
  5951.                                         'description' => 'The school id',
  5952.                                         'type' => 'Int!',
  5953.                                     ],
  5954.                                 ],
  5955.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchoolClasses", args["schoolId"])',
  5956.                             ],
  5957.                             'rookieTimeSlots' => [
  5958.                                 'type' => '[RookieTimeSlot!]',
  5959.                                 'args' => [
  5960.                                     'districtId' => [
  5961.                                         'description' => 'The district id',
  5962.                                         'type' => 'Int!',
  5963.                                     ],
  5964.                                 ],
  5965.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getTimeSlots", args["districtId"])',
  5966.                             ],
  5967.                             'rookiedayDistricts' => [
  5968.                                 'type' => '[RookieDayDistrict!]',
  5969.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getDistricts")',
  5970.                             ],
  5971.                             'rookiedayDistrictDates' => [
  5972.                                 'type' => '[RookieDayDistrictDate!]',
  5973.                                 'args' => [
  5974.                                     'districtId' => [
  5975.                                         'description' => 'The district id',
  5976.                                         'type' => 'Int!',
  5977.                                     ],
  5978.                                 ],
  5979.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getDistrictDates", args["districtId"])',
  5980.                             ],
  5981.                             'rookiedayProviders' => [
  5982.                                 'type' => '[RookieDayProvider!]',
  5983.                                 'args' => [
  5984.                                     'districtId' => [
  5985.                                         'description' => 'The district id',
  5986.                                         'type' => 'Int!',
  5987.                                     ],
  5988.                                     'schoolId' => [
  5989.                                         'description' => 'The school id',
  5990.                                         'type' => 'Int!',
  5991.                                     ],
  5992.                                 ],
  5993.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getProviders", args["districtId"], args["schoolId"])',
  5994.                             ],
  5995.                             'rookiedayProviderRegisterTime' => [
  5996.                                 'type' => 'RookieDayProviderRegisterTime',
  5997.                                 'args' => [
  5998.                                     'districtId' => [
  5999.                                         'description' => 'The district id',
  6000.                                         'type' => 'Int!',
  6001.                                     ],
  6002.                                 ],
  6003.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getProviderRegisterTime", args["districtId"])',
  6004.                             ],
  6005.                             'rookiedaySchools' => [
  6006.                                 'type' => '[RookieDaySchool!]',
  6007.                                 'args' => [
  6008.                                     'districtId' => [
  6009.                                         'description' => 'The district id',
  6010.                                         'type' => 'Int!',
  6011.                                     ],
  6012.                                 ],
  6013.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getSchools", args["districtId"])',
  6014.                             ],
  6015.                             'rookiedaySchoolClasses' => [
  6016.                                 'type' => '[RookieDaySchoolClass!]',
  6017.                                 'args' => [
  6018.                                     'schoolId' => [
  6019.                                         'description' => 'The school id',
  6020.                                         'type' => 'Int!',
  6021.                                     ],
  6022.                                 ],
  6023.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getSchoolClasses", args["schoolId"])',
  6024.                             ],
  6025.                             'schoolClassLogin' => [
  6026.                                 'type' => 'SchoolClassLogin',
  6027.                                 'args' => [
  6028.                                     'classCode' => [
  6029.                                         'description' => 'Class Code',
  6030.                                         'type' => 'String!',
  6031.                                     ],
  6032.                                 ],
  6033.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  6034.                             ],
  6035.                             'schoolClassGameHistory' => [
  6036.                                 'type' => '[SchoolClassGameHistory!]',
  6037.                                 'args' => [
  6038.                                     'classCode' => [
  6039.                                         'description' => 'Class Code',
  6040.                                         'type' => 'String!',
  6041.                                     ],
  6042.                                 ],
  6043.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  6044.                             ],
  6045.                             'schoolClassPoints' => [
  6046.                                 'type' => 'Int',
  6047.                                 'args' => [
  6048.                                     'classCode' => [
  6049.                                         'description' => 'Class Code',
  6050.                                         'type' => 'String!',
  6051.                                     ],
  6052.                                 ],
  6053.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  6054.                             ],
  6055.                             'schoolClassTimePlayed' => [
  6056.                                 'type' => 'Int',
  6057.                                 'args' => [
  6058.                                     'classCode' => [
  6059.                                         'description' => 'Class Code',
  6060.                                         'type' => 'String!',
  6061.                                     ],
  6062.                                 ],
  6063.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  6064.                             ],
  6065.                             'schoolClassGameState' => [
  6066.                                 'type' => 'SchoolClassGameState',
  6067.                                 'args' => [
  6068.                                     'classCode' => [
  6069.                                         'description' => 'Class Code',
  6070.                                         'type' => 'String!',
  6071.                                     ],
  6072.                                 ],
  6073.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  6074.                             ],
  6075.                             'schoolClassGrades' => [
  6076.                                 'type' => '[SchoolClassGrade!]',
  6077.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  6078.                             ],
  6079.                             'schoolClassRankings' => [
  6080.                                 'type' => '[SchoolClassRank!]',
  6081.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  6082.                             ],
  6083.                             'schoolClassYears' => [
  6084.                                 'type' => '[SchoolClassYear!]',
  6085.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  6086.                             ],
  6087.                             'addressCities' => [
  6088.                                 'type' => '[AddressCity!]',
  6089.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  6090.                             ],
  6091.                             'addressDistricts' => [
  6092.                                 'type' => '[AddressDistrict!]',
  6093.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  6094.                             ],
  6095.                             'faqCategories' => [
  6096.                                 'type' => '[FaqCategory!]',
  6097.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  6098.                             ],
  6099.                             'faqCategoryByID' => [
  6100.                                 'type' => 'FaqCategory',
  6101.                                 'args' => [
  6102.                                     'id' => [
  6103.                                         'description' => 'The category ID',
  6104.                                         'type' => 'Int!',
  6105.                                     ],
  6106.                                 ],
  6107.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryById", args["id"])',
  6108.                             ],
  6109.                             'faqGewinnspiel' => [
  6110.                                 'type' => 'FaqCategory',
  6111.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  6112.                             ],
  6113.                             'infoSectionTypes' => [
  6114.                                 'type' => '[InfoSectionType!]',
  6115.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getTypes")',
  6116.                             ],
  6117.                             'infoSectionCategories' => [
  6118.                                 'type' => '[InfoSectionCategory!]',
  6119.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getCategories")',
  6120.                             ],
  6121.                             'stories' => [
  6122.                                 'type' => 'Stories!',
  6123.                                 'args' => [
  6124.                                     'clientID' => [
  6125.                                         'description' => 'The client ID',
  6126.                                         'type' => 'String',
  6127.                                     ],
  6128.                                 ],
  6129.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories", args["clientID"])',
  6130.                             ],
  6131.                             'storyByID' => [
  6132.                                 'type' => 'Story',
  6133.                                 'args' => [
  6134.                                     'id' => [
  6135.                                         'description' => 'ID of the story to retrieve',
  6136.                                         'type' => 'ID!',
  6137.                                     ],
  6138.                                 ],
  6139.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  6140.                             ],
  6141.                             'storyByBicID' => [
  6142.                                 'type' => 'Story',
  6143.                                 'args' => [
  6144.                                     'bicid' => [
  6145.                                         'description' => 'BicID of the story to retrieve',
  6146.                                         'type' => 'ID!',
  6147.                                     ],
  6148.                                 ],
  6149.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  6150.                             ],
  6151.                             'globalSearch' => [
  6152.                                 'type' => 'GlobalSearch',
  6153.                                 'args' => [
  6154.                                     'search' => [
  6155.                                         'description' => 'Search parameters',
  6156.                                         'type' => 'String!',
  6157.                                     ],
  6158.                                 ],
  6159.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  6160.                             ],
  6161.                             'homeContent' => [
  6162.                                 'type' => 'HomeContent!',
  6163.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  6164.                             ],
  6165.                             'image' => [
  6166.                                 'type' => 'Image',
  6167.                                 'args' => [
  6168.                                     'id' => [
  6169.                                         'description' => 'ID of the Image',
  6170.                                         'type' => 'ID!',
  6171.                                     ],
  6172.                                 ],
  6173.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  6174.                             ],
  6175.                             'mqttTest' => [
  6176.                                 'type' => 'Status!',
  6177.                                 'args' => [
  6178.                                     'topic' => [
  6179.                                         'description' => 'Topic',
  6180.                                         'type' => 'String!',
  6181.                                     ],
  6182.                                     'strValue' => [
  6183.                                         'description' => 'TestString',
  6184.                                         'type' => 'String!',
  6185.                                     ],
  6186.                                 ],
  6187.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  6188.                             ],
  6189.                         ],
  6190.                         'name' => 'DefaultQuery',
  6191.                         'builders' => [
  6192.                         ],
  6193.                         'interfaces' => [
  6194.                         ],
  6195.                     ],
  6196.                 ],
  6197.                 'DefaultQueryGame' => [
  6198.                     'type' => 'object',
  6199.                     'inherits' => [
  6200.                         => 'DefaultQueryGameCommon',
  6201.                         => 'DefaultQueryGameJR',
  6202.                         => 'DefaultQueryGameTrophyHunt',
  6203.                         => 'DefaultQueryGameClickThePic',
  6204.                         => 'DefaultQueryGameQuiz',
  6205.                         => 'DefaultQueryGameStoryQuiz',
  6206.                     ],
  6207.                     'class_name' => 'DefaultQueryGameType',
  6208.                     'decorator' => false,
  6209.                     'config' => [
  6210.                         'description' => 'Game main entry point',
  6211.                         'fields' => [
  6212.                             'getChampionship' => [
  6213.                                 'type' => 'Championship',
  6214.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  6215.                             ],
  6216.                             'getQuizQuestionsProvider' => [
  6217.                                 'type' => '[QuestionOpen!]',
  6218.                                 'args' => [
  6219.                                     'providerType' => [
  6220.                                         'description' => 'The provider type id',
  6221.                                         'type' => 'Int!',
  6222.                                     ],
  6223.                                     'profileID' => [
  6224.                                         'description' => 'The profile id',
  6225.                                         'type' => 'Int!',
  6226.                                     ],
  6227.                                 ],
  6228.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  6229.                             ],
  6230.                             'getGameCategoriesPerGame' => [
  6231.                                 'type' => 'GameCategoriesPerGame!',
  6232.                                 'args' => [
  6233.                                     'clientID' => [
  6234.                                         'description' => 'The client ID',
  6235.                                         'type' => 'String!',
  6236.                                     ],
  6237.                                 ],
  6238.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  6239.                             ],
  6240.                             'getGameCategoriesTeacher' => [
  6241.                                 'type' => '[GameCategory!]',
  6242.                                 'args' => [
  6243.                                     'schoolClassID' => [
  6244.                                         'description' => 'The school class id',
  6245.                                         'type' => 'Int!',
  6246.                                     ],
  6247.                                 ],
  6248.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  6249.                             ],
  6250.                             'getGameCategoriesStudent' => [
  6251.                                 'type' => '[GameCategory!]',
  6252.                                 'args' => [
  6253.                                     'clientID' => [
  6254.                                         'description' => 'The client ID',
  6255.                                         'type' => 'String!',
  6256.                                     ],
  6257.                                     'gameType' => [
  6258.                                         'description' => 'The game type',
  6259.                                         'type' => 'GameType!',
  6260.                                     ],
  6261.                                 ],
  6262.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"], args["gameType"])',
  6263.                             ],
  6264.                             'getGame' => [
  6265.                                 'type' => 'Game!',
  6266.                                 'args' => [
  6267.                                     'gameType' => [
  6268.                                         'description' => 'The game type',
  6269.                                         'type' => 'GameType',
  6270.                                     ],
  6271.                                     'clientID' => [
  6272.                                         'description' => 'The client ID',
  6273.                                         'type' => 'String!',
  6274.                                     ],
  6275.                                     'categoryIDs' => [
  6276.                                         'description' => 'The category IDs',
  6277.                                         'type' => '[Int!]!',
  6278.                                     ],
  6279.                                 ],
  6280.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  6281.                             ],
  6282.                             'setGameEnd' => [
  6283.                                 'type' => 'Status!',
  6284.                                 'args' => [
  6285.                                     'gameID' => [
  6286.                                         'description' => 'The game id',
  6287.                                         'type' => 'Int!',
  6288.                                     ],
  6289.                                     'gameEnd' => [
  6290.                                         'description' => 'The end type',
  6291.                                         'type' => 'GameEndType!',
  6292.                                     ],
  6293.                                     'points' => [
  6294.                                         'description' => 'Points',
  6295.                                         'type' => 'Int!',
  6296.                                     ],
  6297.                                 ],
  6298.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  6299.                             ],
  6300.                             'getGameActiveUsers' => [
  6301.                                 'type' => 'Int!',
  6302.                                 'args' => [
  6303.                                     'gameType' => [
  6304.                                         'description' => 'The game type',
  6305.                                         'type' => 'GameType!',
  6306.                                     ],
  6307.                                 ],
  6308.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  6309.                             ],
  6310.                             'getGameRoundPlayers' => [
  6311.                                 'type' => 'RoundPlayers!',
  6312.                                 'args' => [
  6313.                                     'gameID' => [
  6314.                                         'description' => 'The game id',
  6315.                                         'type' => 'Int!',
  6316.                                     ],
  6317.                                 ],
  6318.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  6319.                             ],
  6320.                             'getGameTrophies' => [
  6321.                                 'type' => '[GameTrophy]',
  6322.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  6323.                             ],
  6324.                             'getGameTrophyProgress' => [
  6325.                                 'type' => 'GameTrophyProgress!',
  6326.                                 'args' => [
  6327.                                     'schoolClassID' => [
  6328.                                         'description' => 'The school class id',
  6329.                                         'type' => 'Int!',
  6330.                                     ],
  6331.                                 ],
  6332.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  6333.                             ],
  6334.                             'trophyCount' => [
  6335.                                 'type' => 'Status!',
  6336.                                 'args' => [
  6337.                                     'clientId' => [
  6338.                                         'description' => 'ClientID',
  6339.                                         'type' => 'String!',
  6340.                                     ],
  6341.                                     'classCode' => [
  6342.                                         'description' => 'Class Code',
  6343.                                         'type' => 'String!',
  6344.                                     ],
  6345.                                     'itemId' => [
  6346.                                         'description' => 'ItemID',
  6347.                                         'type' => 'String!',
  6348.                                     ],
  6349.                                     'itemType' => [
  6350.                                         'description' => 'TrophyItemType',
  6351.                                         'type' => 'TrophyItemType',
  6352.                                     ],
  6353.                                 ],
  6354.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  6355.                             ],
  6356.                             'getGameTimersSchool' => [
  6357.                                 'type' => '[GameTimer!]',
  6358.                                 'args' => [
  6359.                                     'schoolID' => [
  6360.                                         'description' => 'The school id',
  6361.                                         'type' => 'Int!',
  6362.                                     ],
  6363.                                 ],
  6364.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  6365.                             ],
  6366.                             'getGameTimer' => [
  6367.                                 'type' => 'GameTimer',
  6368.                                 'args' => [
  6369.                                     'schoolClassID' => [
  6370.                                         'description' => 'The school class id',
  6371.                                         'type' => 'Int!',
  6372.                                     ],
  6373.                                 ],
  6374.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  6375.                             ],
  6376.                             'getGameJRSchoolClass' => [
  6377.                                 'type' => 'GameJRSchoolClass!',
  6378.                                 'args' => [
  6379.                                     'schoolClassID' => [
  6380.                                         'description' => 'The school class id',
  6381.                                         'type' => 'Int!',
  6382.                                     ],
  6383.                                 ],
  6384.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClass", args["schoolClassID"])',
  6385.                             ],
  6386.                             'getGameJRSchoolClassEntry' => [
  6387.                                 'type' => 'GameJRSchoolClassEntry!',
  6388.                                 'args' => [
  6389.                                     'gameJRSchoolClassID' => [
  6390.                                         'description' => 'The game jr school class id',
  6391.                                         'type' => 'Int!',
  6392.                                     ],
  6393.                                 ],
  6394.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::getGameJRSchoolClassEntry", args["gameJRSchoolClassID"])',
  6395.                             ],
  6396.                             'sendGameJRAnswer' => [
  6397.                                 'type' => 'GameJRAnswer!',
  6398.                                 'args' => [
  6399.                                     'gameJRSchoolClassEntryID' => [
  6400.                                         'description' => 'The game jr school class entry id',
  6401.                                         'type' => 'Int!',
  6402.                                     ],
  6403.                                     'requirementID' => [
  6404.                                         'description' => 'The ids of the selected requirements',
  6405.                                         'type' => 'Int!',
  6406.                                     ],
  6407.                                 ],
  6408.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameJRResolver::sendAnswer", args["gameJRSchoolClassEntryID"], args["requirementID"])',
  6409.                             ],
  6410.                             'getGameTrophyHuntSchoolClass' => [
  6411.                                 'type' => 'GameTrophyHuntSchoolClass!',
  6412.                                 'args' => [
  6413.                                     'schoolClassID' => [
  6414.                                         'description' => 'The school class id',
  6415.                                         'type' => 'Int!',
  6416.                                     ],
  6417.                                 ],
  6418.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClass", args["schoolClassID"])',
  6419.                             ],
  6420.                             'getGameTrophyHuntSchoolClassEntry' => [
  6421.                                 'type' => 'GameTrophyHuntSchoolClassEntry!',
  6422.                                 'args' => [
  6423.                                     'gameTrophyHuntSchoolClassID' => [
  6424.                                         'description' => 'The game trophy hunt school class id',
  6425.                                         'type' => 'Int!',
  6426.                                     ],
  6427.                                 ],
  6428.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::getGameSchoolClassEntry", args["gameTrophyHuntSchoolClassID"])',
  6429.                             ],
  6430.                             'sendGameTrophyHuntAnswer' => [
  6431.                                 'type' => 'GameTrophyHuntAnswer!',
  6432.                                 'args' => [
  6433.                                     'gameTrophyHuntSchoolClassEntryID' => [
  6434.                                         'description' => 'The game trophy hunt school class entry id',
  6435.                                         'type' => 'Int!',
  6436.                                     ],
  6437.                                     'resultString' => [
  6438.                                         'description' => 'The result string',
  6439.                                         'type' => 'String!',
  6440.                                     ],
  6441.                                 ],
  6442.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameTrophyHuntResolver::sendAnswer", args["gameTrophyHuntSchoolClassEntryID"], args["resultString"])',
  6443.                             ],
  6444.                             'getClickThePicPointSteps' => [
  6445.                                 'type' => '[Int!]',
  6446.                                 'args' => [
  6447.                                     'gameID' => [
  6448.                                         'description' => 'The game id',
  6449.                                         'type' => 'Int!',
  6450.                                     ],
  6451.                                 ],
  6452.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getPointSteps", args["gameID"])',
  6453.                             ],
  6454.                             'getClickThePicQuestion' => [
  6455.                                 'type' => 'Question!',
  6456.                                 'args' => [
  6457.                                     'gameID' => [
  6458.                                         'description' => 'The game id',
  6459.                                         'type' => 'Int!',
  6460.                                     ],
  6461.                                     'round' => [
  6462.                                         'description' => 'The round of the game',
  6463.                                         'type' => 'Int!',
  6464.                                     ],
  6465.                                 ],
  6466.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  6467.                             ],
  6468.                             'sendClickThePicAnswer' => [
  6469.                                 'type' => 'AnswerResponse!',
  6470.                                 'args' => [
  6471.                                     'gameID' => [
  6472.                                         'description' => 'The game id',
  6473.                                         'type' => 'Int!',
  6474.                                     ],
  6475.                                     'questionID' => [
  6476.                                         'description' => 'The question ID',
  6477.                                         'type' => 'Int!',
  6478.                                     ],
  6479.                                     'answerID' => [
  6480.                                         'description' => 'The answer ID',
  6481.                                         'type' => 'Int!',
  6482.                                     ],
  6483.                                     'points' => [
  6484.                                         'description' => 'Points for the round',
  6485.                                         'type' => 'Int!',
  6486.                                     ],
  6487.                                 ],
  6488.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  6489.                             ],
  6490.                             'getGameScoreBoard' => [
  6491.                                 'type' => 'GameScoreBoard!',
  6492.                                 'args' => [
  6493.                                     'gameID' => [
  6494.                                         'description' => 'The game id',
  6495.                                         'type' => 'Int!',
  6496.                                     ],
  6497.                                 ],
  6498.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameScoreBoard", args["gameID"])',
  6499.                             ],
  6500.                             'getQuizQuestion' => [
  6501.                                 'type' => 'Question!',
  6502.                                 'args' => [
  6503.                                     'gameID' => [
  6504.                                         'description' => 'The game id',
  6505.                                         'type' => 'Int!',
  6506.                                     ],
  6507.                                     'round' => [
  6508.                                         'description' => 'The round of the game',
  6509.                                         'type' => 'Int!',
  6510.                                     ],
  6511.                                 ],
  6512.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  6513.                             ],
  6514.                             'getQuizAnswerWrong' => [
  6515.                                 'type' => 'AnswerWrong!',
  6516.                                 'args' => [
  6517.                                     'gameID' => [
  6518.                                         'description' => 'The game id',
  6519.                                         'type' => 'Int!',
  6520.                                     ],
  6521.                                     'questionID' => [
  6522.                                         'description' => 'The question ID',
  6523.                                         'type' => 'Int!',
  6524.                                     ],
  6525.                                 ],
  6526.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  6527.                             ],
  6528.                             'sendQuizAnswer' => [
  6529.                                 'type' => 'AnswerResponse!',
  6530.                                 'args' => [
  6531.                                     'gameID' => [
  6532.                                         'description' => 'The game id',
  6533.                                         'type' => 'Int!',
  6534.                                     ],
  6535.                                     'questionID' => [
  6536.                                         'description' => 'The question ID',
  6537.                                         'type' => 'Int!',
  6538.                                     ],
  6539.                                     'answerID' => [
  6540.                                         'description' => 'The answer ID',
  6541.                                         'type' => 'Int!',
  6542.                                     ],
  6543.                                 ],
  6544.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  6545.                             ],
  6546.                             'getStoryGame' => [
  6547.                                 'type' => 'Game!',
  6548.                                 'args' => [
  6549.                                     'clientID' => [
  6550.                                         'description' => 'The client ID',
  6551.                                         'type' => 'String!',
  6552.                                     ],
  6553.                                     'storyID' => [
  6554.                                         'description' => 'The story ID',
  6555.                                         'type' => 'Int!',
  6556.                                     ],
  6557.                                 ],
  6558.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getGame", args["clientID"], args["storyID"])',
  6559.                             ],
  6560.                             'getStoryQuizQuestion' => [
  6561.                                 'type' => 'Question!',
  6562.                                 'args' => [
  6563.                                     'gameID' => [
  6564.                                         'description' => 'The game id',
  6565.                                         'type' => 'Int!',
  6566.                                     ],
  6567.                                     'round' => [
  6568.                                         'description' => 'The round of the game',
  6569.                                         'type' => 'Int!',
  6570.                                     ],
  6571.                                 ],
  6572.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuestion", args["gameID"], args["round"])',
  6573.                             ],
  6574.                             'sendStoryQuizAnswer' => [
  6575.                                 'type' => 'AnswerResponse!',
  6576.                                 'args' => [
  6577.                                     'gameID' => [
  6578.                                         'description' => 'The game id',
  6579.                                         'type' => 'Int!',
  6580.                                     ],
  6581.                                     'questionID' => [
  6582.                                         'description' => 'The question ID',
  6583.                                         'type' => 'Int!',
  6584.                                     ],
  6585.                                     'answerID' => [
  6586.                                         'description' => 'The answer ID',
  6587.                                         'type' => 'Int!',
  6588.                                     ],
  6589.                                 ],
  6590.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  6591.                             ],
  6592.                             'getStoryQuizAnswerWrong' => [
  6593.                                 'type' => 'AnswerWrong!',
  6594.                                 'args' => [
  6595.                                     'gameID' => [
  6596.                                         'description' => 'The game id',
  6597.                                         'type' => 'Int!',
  6598.                                     ],
  6599.                                     'questionID' => [
  6600.                                         'description' => 'The question ID',
  6601.                                         'type' => 'Int!',
  6602.                                     ],
  6603.                                 ],
  6604.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameStoryQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  6605.                             ],
  6606.                         ],
  6607.                         'name' => 'DefaultQueryGame',
  6608.                         'builders' => [
  6609.                         ],
  6610.                         'interfaces' => [
  6611.                         ],
  6612.                     ],
  6613.                 ],
  6614.                 'DefaultQueryRookieDay' => [
  6615.                     'type' => 'object',
  6616.                     'class_name' => 'DefaultQueryRookieDayType',
  6617.                     'inherits' => [
  6618.                     ],
  6619.                     'decorator' => false,
  6620.                     'config' => [
  6621.                         'description' => 'Rookie main entry point',
  6622.                         'fields' => [
  6623.                             'rookiedayDistricts' => [
  6624.                                 'type' => '[RookieDayDistrict!]',
  6625.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getDistricts")',
  6626.                             ],
  6627.                             'rookiedayDistrictDates' => [
  6628.                                 'type' => '[RookieDayDistrictDate!]',
  6629.                                 'args' => [
  6630.                                     'districtId' => [
  6631.                                         'description' => 'The district id',
  6632.                                         'type' => 'Int!',
  6633.                                     ],
  6634.                                 ],
  6635.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getDistrictDates", args["districtId"])',
  6636.                             ],
  6637.                             'rookiedayProviders' => [
  6638.                                 'type' => '[RookieDayProvider!]',
  6639.                                 'args' => [
  6640.                                     'districtId' => [
  6641.                                         'description' => 'The district id',
  6642.                                         'type' => 'Int!',
  6643.                                     ],
  6644.                                     'schoolId' => [
  6645.                                         'description' => 'The school id',
  6646.                                         'type' => 'Int!',
  6647.                                     ],
  6648.                                 ],
  6649.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getProviders", args["districtId"], args["schoolId"])',
  6650.                             ],
  6651.                             'rookiedayProviderRegisterTime' => [
  6652.                                 'type' => 'RookieDayProviderRegisterTime',
  6653.                                 'args' => [
  6654.                                     'districtId' => [
  6655.                                         'description' => 'The district id',
  6656.                                         'type' => 'Int!',
  6657.                                     ],
  6658.                                 ],
  6659.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getProviderRegisterTime", args["districtId"])',
  6660.                             ],
  6661.                             'rookiedaySchools' => [
  6662.                                 'type' => '[RookieDaySchool!]',
  6663.                                 'args' => [
  6664.                                     'districtId' => [
  6665.                                         'description' => 'The district id',
  6666.                                         'type' => 'Int!',
  6667.                                     ],
  6668.                                 ],
  6669.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getSchools", args["districtId"])',
  6670.                             ],
  6671.                             'rookiedaySchoolClasses' => [
  6672.                                 'type' => '[RookieDaySchoolClass!]',
  6673.                                 'args' => [
  6674.                                     'schoolId' => [
  6675.                                         'description' => 'The school id',
  6676.                                         'type' => 'Int!',
  6677.                                     ],
  6678.                                 ],
  6679.                                 'resolve' => '@=query("App\\\\Resolver\\\\RookieDay\\\\CommonResolver::getSchoolClasses", args["schoolId"])',
  6680.                             ],
  6681.                         ],
  6682.                         'name' => 'DefaultQueryRookieDay',
  6683.                         'builders' => [
  6684.                         ],
  6685.                         'interfaces' => [
  6686.                         ],
  6687.                     ],
  6688.                 ],
  6689.                 'DefaultQueryRookie' => [
  6690.                     'type' => 'object',
  6691.                     'class_name' => 'DefaultQueryRookieType',
  6692.                     'inherits' => [
  6693.                     ],
  6694.                     'decorator' => false,
  6695.                     'config' => [
  6696.                         'description' => 'Rookie main entry point',
  6697.                         'fields' => [
  6698.                             'rookieDistricts' => [
  6699.                                 'type' => '[RookieDistrict!]',
  6700.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistricts")',
  6701.                             ],
  6702.                             'rookieDistrictState' => [
  6703.                                 'type' => 'RookieDistrictState',
  6704.                                 'args' => [
  6705.                                     'districtId' => [
  6706.                                         'description' => 'The district id',
  6707.                                         'type' => 'Int!',
  6708.                                     ],
  6709.                                 ],
  6710.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictState", args["districtId"])',
  6711.                             ],
  6712.                             'rookieDistrictDateRange' => [
  6713.                                 'type' => 'String!',
  6714.                                 'args' => [
  6715.                                     'districtId' => [
  6716.                                         'description' => 'The district id',
  6717.                                         'type' => 'Int!',
  6718.                                     ],
  6719.                                 ],
  6720.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getDistrictDateRange", args["districtId"])',
  6721.                             ],
  6722.                             'rookieJobs' => [
  6723.                                 'type' => '[RookieJob!]',
  6724.                                 'args' => [
  6725.                                     'districtId' => [
  6726.                                         'description' => 'The district id',
  6727.                                         'type' => 'Int!',
  6728.                                     ],
  6729.                                 ],
  6730.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobs", args["districtId"])',
  6731.                             ],
  6732.                             'rookieOfferPreviewsBySchool' => [
  6733.                                 'type' => '[RookieOfferPreview!]',
  6734.                                 'args' => [
  6735.                                     'districtId' => [
  6736.                                         'description' => 'The district id',
  6737.                                         'type' => 'Int!',
  6738.                                     ],
  6739.                                     'schoolId' => [
  6740.                                         'description' => 'The school id',
  6741.                                         'type' => 'Int!',
  6742.                                     ],
  6743.                                 ],
  6744.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsBySchool", args["districtId"], args["schoolId"])',
  6745.                             ],
  6746.                             'rookieOfferPreviewsByTimeSlots' => [
  6747.                                 'type' => '[RookieOfferPreview!]',
  6748.                                 'args' => [
  6749.                                     'districtId' => [
  6750.                                         'description' => 'The district id',
  6751.                                         'type' => 'Int!',
  6752.                                     ],
  6753.                                     'timeSlotIds' => [
  6754.                                         'description' => 'The time slot ids',
  6755.                                         'type' => '[Int!]',
  6756.                                     ],
  6757.                                 ],
  6758.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferPreviewsByTimeSlots", args["districtId"], args["timeSlotIds"])',
  6759.                             ],
  6760.                             'rookieOfferTimeSlotsRemainingSlots' => [
  6761.                                 'type' => 'Status!',
  6762.                                 'args' => [
  6763.                                     'districtId' => [
  6764.                                         'description' => 'The district id',
  6765.                                         'type' => 'Int!',
  6766.                                     ],
  6767.                                 ],
  6768.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotsRemainingSlots", args["districtId"])',
  6769.                             ],
  6770.                             'rookieOfferById' => [
  6771.                                 'type' => 'RookieOffer',
  6772.                                 'args' => [
  6773.                                     'offerId' => [
  6774.                                         'description' => 'The offer id',
  6775.                                         'type' => 'Int!',
  6776.                                     ],
  6777.                                     'timeSlotId' => [
  6778.                                         'description' => 'The timeslot id',
  6779.                                         'type' => 'Int!',
  6780.                                     ],
  6781.                                 ],
  6782.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferById", args["offerId"], args["timeSlotId"])',
  6783.                             ],
  6784.                             'rookieOfferByCode' => [
  6785.                                 'type' => 'RookieOffer',
  6786.                                 'args' => [
  6787.                                     'districtId' => [
  6788.                                         'description' => 'The district id',
  6789.                                         'type' => 'Int!',
  6790.                                     ],
  6791.                                     'timeSlotId' => [
  6792.                                         'description' => 'The timeslot id',
  6793.                                         'type' => 'Int!',
  6794.                                     ],
  6795.                                     'shortCode' => [
  6796.                                         'description' => 'The short code',
  6797.                                         'type' => 'String!',
  6798.                                     ],
  6799.                                 ],
  6800.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferByCode", args["districtId"], args["timeSlotId"], args["shortCode"])',
  6801.                             ],
  6802.                             'rookieOfferTimeSlotMappingById' => [
  6803.                                 'type' => 'RookieOfferTimeSlotMapping',
  6804.                                 'args' => [
  6805.                                     'offerTsMappingId' => [
  6806.                                         'description' => 'The offer timeslot mapping id',
  6807.                                         'type' => 'Int!',
  6808.                                     ],
  6809.                                 ],
  6810.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingById", args["offerTsMappingId"])',
  6811.                             ],
  6812.                             'rookieOfferTimeSlotMappingByCode' => [
  6813.                                 'type' => 'RookieOfferTimeSlotMapping',
  6814.                                 'args' => [
  6815.                                     'districtId' => [
  6816.                                         'description' => 'The district id',
  6817.                                         'type' => 'Int!',
  6818.                                     ],
  6819.                                     'shortCode' => [
  6820.                                         'description' => 'The short code',
  6821.                                         'type' => 'String!',
  6822.                                     ],
  6823.                                 ],
  6824.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\OfferResolver::getOfferTimeSlotMappingByCode", args["districtId"], args["shortCode"])',
  6825.                             ],
  6826.                             'rookieProfessionPreviews' => [
  6827.                                 'type' => '[JobPreview!]',
  6828.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getJobPreviews")',
  6829.                             ],
  6830.                             'rookieProviders' => [
  6831.                                 'type' => '[RookieProvider!]',
  6832.                                 'args' => [
  6833.                                     'districtId' => [
  6834.                                         'description' => 'The district id',
  6835.                                         'type' => 'Int!',
  6836.                                     ],
  6837.                                     'schoolId' => [
  6838.                                         'description' => 'The school id',
  6839.                                         'type' => 'Int!',
  6840.                                     ],
  6841.                                 ],
  6842.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviders", args["districtId"], args["schoolId"])',
  6843.                             ],
  6844.                             'rookieProviderRegisterTime' => [
  6845.                                 'type' => 'RookieProviderRegisterTime',
  6846.                                 'args' => [
  6847.                                     'districtId' => [
  6848.                                         'description' => 'The district id',
  6849.                                         'type' => 'Int!',
  6850.                                     ],
  6851.                                 ],
  6852.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getProviderRegisterTime", args["districtId"])',
  6853.                             ],
  6854.                             'rookieSchools' => [
  6855.                                 'type' => '[RookieSchool!]',
  6856.                                 'args' => [
  6857.                                     'districtId' => [
  6858.                                         'description' => 'The district id',
  6859.                                         'type' => 'Int!',
  6860.                                     ],
  6861.                                 ],
  6862.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchools", args["districtId"])',
  6863.                             ],
  6864.                             'rookieSchoolClasses' => [
  6865.                                 'type' => '[RookieSchoolClass!]',
  6866.                                 'args' => [
  6867.                                     'schoolId' => [
  6868.                                         'description' => 'The school id',
  6869.                                         'type' => 'Int!',
  6870.                                     ],
  6871.                                 ],
  6872.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getSchoolClasses", args["schoolId"])',
  6873.                             ],
  6874.                             'rookieTimeSlots' => [
  6875.                                 'type' => '[RookieTimeSlot!]',
  6876.                                 'args' => [
  6877.                                     'districtId' => [
  6878.                                         'description' => 'The district id',
  6879.                                         'type' => 'Int!',
  6880.                                     ],
  6881.                                 ],
  6882.                                 'resolve' => '@=query("App\\\\Resolver\\\\Rookie\\\\CommonResolver::getTimeSlots", args["districtId"])',
  6883.                             ],
  6884.                         ],
  6885.                         'name' => 'DefaultQueryRookie',
  6886.                         'builders' => [
  6887.                         ],
  6888.                         'interfaces' => [
  6889.                         ],
  6890.                     ],
  6891.                 ],
  6892.                 'UploadFile' => [
  6893.                     'type' => 'custom-scalar',
  6894.                     'class_name' => 'UploadFileType',
  6895.                     'inherits' => [
  6896.                     ],
  6897.                     'decorator' => false,
  6898.                     'config' => [
  6899.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  6900.                         'name' => 'UploadFile',
  6901.                     ],
  6902.                 ],
  6903.                 'InternalMutation' => [
  6904.                     'type' => 'object',
  6905.                     'inherits' => [
  6906.                         => 'InternalMutationBoPartnerProfile',
  6907.                         => 'InternalMutationCompanyProfile',
  6908.                         => 'InternalMutationJobMarket',
  6909.                         => 'InternalMutationSchool',
  6910.                         => 'InternalMutationSchoolClass',
  6911.                         => 'InternalMutationSchoolProfile',
  6912.                         => 'InternalMutationUser',
  6913.                     ],
  6914.                     'class_name' => 'InternalMutationType',
  6915.                     'decorator' => false,
  6916.                     'config' => [
  6917.                         'description' => 'Internal Mutation',
  6918.                         'fields' => [
  6919.                             'addBoPartnerProfileContact' => [
  6920.                                 'type' => 'ProfileUpdateResponse!',
  6921.                                 'args' => [
  6922.                                     'profileID' => [
  6923.                                         'description' => 'The profile id',
  6924.                                         'type' => 'Int!',
  6925.                                     ],
  6926.                                     'contact' => [
  6927.                                         'description' => 'The contact data',
  6928.                                         'type' => 'InContactPerson!',
  6929.                                     ],
  6930.                                 ],
  6931.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  6932.                             ],
  6933.                             'removeBoPartnerProfileContact' => [
  6934.                                 'type' => 'ProfileUpdateResponse!',
  6935.                                 'args' => [
  6936.                                     'profileID' => [
  6937.                                         'description' => 'The profile id',
  6938.                                         'type' => 'Int!',
  6939.                                     ],
  6940.                                     'galleryEntryID' => [
  6941.                                         'description' => 'The contact id',
  6942.                                         'type' => 'Int!',
  6943.                                     ],
  6944.                                 ],
  6945.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  6946.                             ],
  6947.                             'updateBoPartnerProfileContact' => [
  6948.                                 'type' => 'ProfileUpdateResponse!',
  6949.                                 'args' => [
  6950.                                     'profileID' => [
  6951.                                         'description' => 'The profile id',
  6952.                                         'type' => 'Int!',
  6953.                                     ],
  6954.                                     'contactID' => [
  6955.                                         'description' => 'The contact id',
  6956.                                         'type' => 'Int!',
  6957.                                     ],
  6958.                                     'contact' => [
  6959.                                         'description' => 'The contact data',
  6960.                                         'type' => 'InContactPerson!',
  6961.                                     ],
  6962.                                 ],
  6963.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  6964.                             ],
  6965.                             'updateBoPartnerProfileContactPosition' => [
  6966.                                 'type' => 'ProfileUpdateResponse!',
  6967.                                 'args' => [
  6968.                                     'profileID' => [
  6969.                                         'description' => 'The profile id',
  6970.                                         'type' => 'Int!',
  6971.                                     ],
  6972.                                     'contactGalleryEntryIDs' => [
  6973.                                         'description' => 'The contact ids',
  6974.                                         'type' => '[Int!]',
  6975.                                     ],
  6976.                                 ],
  6977.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  6978.                             ],
  6979.                             'updateBoPartnerProfileContactVisability' => [
  6980.                                 'type' => 'ProfileUpdateResponse!',
  6981.                                 'args' => [
  6982.                                     'profileID' => [
  6983.                                         'description' => 'The profile id',
  6984.                                         'type' => 'Int!',
  6985.                                     ],
  6986.                                     'galleryEntryID' => [
  6987.                                         'description' => 'The contact id',
  6988.                                         'type' => 'Int!',
  6989.                                     ],
  6990.                                     'visible' => [
  6991.                                         'description' => 'enable or disable visibility',
  6992.                                         'type' => 'Boolean!',
  6993.                                     ],
  6994.                                 ],
  6995.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  6996.                             ],
  6997.                             'addBoPartnerProfileGalleryPicture' => [
  6998.                                 'type' => 'ProfileUpdateResponse!',
  6999.                                 'args' => [
  7000.                                     'profileID' => [
  7001.                                         'description' => 'The profile id',
  7002.                                         'type' => 'Int!',
  7003.                                     ],
  7004.                                     'picture' => [
  7005.                                         'description' => 'The picture to add',
  7006.                                         'type' => 'UploadFile!',
  7007.                                     ],
  7008.                                 ],
  7009.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  7010.                             ],
  7011.                             'removeBoPartnerProfileGalleryPicture' => [
  7012.                                 'type' => 'ProfileUpdateResponse!',
  7013.                                 'args' => [
  7014.                                     'profileID' => [
  7015.                                         'description' => 'The profile id',
  7016.                                         'type' => 'Int!',
  7017.                                     ],
  7018.                                     'galleryEntryID' => [
  7019.                                         'description' => 'The gallery entry id',
  7020.                                         'type' => 'Int!',
  7021.                                     ],
  7022.                                 ],
  7023.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  7024.                             ],
  7025.                             'setBoPartnerProfileGalleryPictureCaption' => [
  7026.                                 'type' => 'ProfileUpdateResponse!',
  7027.                                 'args' => [
  7028.                                     'profileID' => [
  7029.                                         'description' => 'The profile id',
  7030.                                         'type' => 'Int!',
  7031.                                     ],
  7032.                                     'galleryEntryID' => [
  7033.                                         'description' => 'The gallery entry id',
  7034.                                         'type' => 'Int!',
  7035.                                     ],
  7036.                                     'caption' => [
  7037.                                         'description' => 'The caption',
  7038.                                         'type' => 'String!',
  7039.                                     ],
  7040.                                 ],
  7041.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7042.                             ],
  7043.                             'addBoPartnerProfileGalleryDocument' => [
  7044.                                 'type' => 'ProfileUpdateResponse!',
  7045.                                 'args' => [
  7046.                                     'profileID' => [
  7047.                                         'description' => 'The profile id',
  7048.                                         'type' => 'Int!',
  7049.                                     ],
  7050.                                     'document' => [
  7051.                                         'description' => 'The document to add',
  7052.                                         'type' => 'UploadFile!',
  7053.                                     ],
  7054.                                     'documentName' => [
  7055.                                         'description' => 'The document name',
  7056.                                         'type' => 'String!',
  7057.                                     ],
  7058.                                 ],
  7059.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  7060.                             ],
  7061.                             'removeBoPartnerProfileGalleryDocument' => [
  7062.                                 'type' => 'ProfileUpdateResponse!',
  7063.                                 'args' => [
  7064.                                     'profileID' => [
  7065.                                         'description' => 'The profile id',
  7066.                                         'type' => 'Int!',
  7067.                                     ],
  7068.                                     'galleryEntryID' => [
  7069.                                         'description' => 'The gallery entry id',
  7070.                                         'type' => 'Int!',
  7071.                                     ],
  7072.                                 ],
  7073.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  7074.                             ],
  7075.                             'setBoPartnerProfileGalleryDocumentCaption' => [
  7076.                                 'type' => 'ProfileUpdateResponse!',
  7077.                                 'args' => [
  7078.                                     'profileID' => [
  7079.                                         'description' => 'The profile id',
  7080.                                         'type' => 'Int!',
  7081.                                     ],
  7082.                                     'galleryEntryID' => [
  7083.                                         'description' => 'The gallery entry id',
  7084.                                         'type' => 'Int!',
  7085.                                     ],
  7086.                                     'caption' => [
  7087.                                         'description' => 'The caption',
  7088.                                         'type' => 'String!',
  7089.                                     ],
  7090.                                 ],
  7091.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7092.                             ],
  7093.                             'addBoPartnerProfileGalleryVideo' => [
  7094.                                 'type' => 'ProfileUpdateResponse!',
  7095.                                 'args' => [
  7096.                                     'profileID' => [
  7097.                                         'description' => 'The profile id',
  7098.                                         'type' => 'Int!',
  7099.                                     ],
  7100.                                     'youtubeURL' => [
  7101.                                         'description' => 'The youtube url',
  7102.                                         'type' => 'String!',
  7103.                                     ],
  7104.                                     'videoName' => [
  7105.                                         'description' => 'The video name',
  7106.                                         'type' => 'String!',
  7107.                                     ],
  7108.                                 ],
  7109.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  7110.                             ],
  7111.                             'removeBoPartnerProfileGalleryVideo' => [
  7112.                                 'type' => 'ProfileUpdateResponse!',
  7113.                                 'args' => [
  7114.                                     'profileID' => [
  7115.                                         'description' => 'The profile id',
  7116.                                         'type' => 'Int!',
  7117.                                     ],
  7118.                                     'galleryEntryID' => [
  7119.                                         'description' => 'The gallery entry id',
  7120.                                         'type' => 'Int!',
  7121.                                     ],
  7122.                                 ],
  7123.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  7124.                             ],
  7125.                             'setBoPartnerProfileGalleryVideoCaption' => [
  7126.                                 'type' => 'ProfileUpdateResponse!',
  7127.                                 'args' => [
  7128.                                     'profileID' => [
  7129.                                         'description' => 'The profile id',
  7130.                                         'type' => 'Int!',
  7131.                                     ],
  7132.                                     'galleryEntryID' => [
  7133.                                         'description' => 'The gallery entry id',
  7134.                                         'type' => 'Int!',
  7135.                                     ],
  7136.                                     'caption' => [
  7137.                                         'description' => 'The caption',
  7138.                                         'type' => 'String!',
  7139.                                     ],
  7140.                                 ],
  7141.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7142.                             ],
  7143.                             'setBoPartnerProfileGalleryItemsVisability' => [
  7144.                                 'type' => 'ProfileUpdateResponse!',
  7145.                                 'args' => [
  7146.                                     'profileID' => [
  7147.                                         'description' => 'The profile id',
  7148.                                         'type' => 'Int!',
  7149.                                     ],
  7150.                                     'galleryEntryIDs' => [
  7151.                                         'description' => 'The gallery entry id',
  7152.                                         'type' => '[Int!]',
  7153.                                     ],
  7154.                                     'visible' => [
  7155.                                         'description' => 'enable or disable visibility',
  7156.                                         'type' => 'Boolean!',
  7157.                                     ],
  7158.                                 ],
  7159.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  7160.                             ],
  7161.                             'setBoPartnerProfileGalleryItemsPosition' => [
  7162.                                 'type' => 'ProfileUpdateResponse!',
  7163.                                 'args' => [
  7164.                                     'profileID' => [
  7165.                                         'description' => 'The profile id',
  7166.                                         'type' => 'Int!',
  7167.                                     ],
  7168.                                     'galleryEntryIDs' => [
  7169.                                         'description' => 'The gallery entry id',
  7170.                                         'type' => '[Int!]',
  7171.                                     ],
  7172.                                 ],
  7173.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  7174.                             ],
  7175.                             'updateBoPartnerProfileLinks' => [
  7176.                                 'type' => 'ProfileUpdateResponse!',
  7177.                                 'args' => [
  7178.                                     'profileID' => [
  7179.                                         'description' => 'The profile id',
  7180.                                         'type' => 'Int!',
  7181.                                     ],
  7182.                                     'links' => [
  7183.                                         'description' => 'The link urls',
  7184.                                         'type' => '[InLink!]',
  7185.                                     ],
  7186.                                 ],
  7187.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  7188.                             ],
  7189.                             'addBoPartnerProfileLocation' => [
  7190.                                 'type' => 'ProfileUpdateResponse!',
  7191.                                 'args' => [
  7192.                                     'profileID' => [
  7193.                                         'description' => 'The profile id',
  7194.                                         'type' => 'Int!',
  7195.                                     ],
  7196.                                     'location' => [
  7197.                                         'description' => 'The location data',
  7198.                                         'type' => 'InLocation!',
  7199.                                     ],
  7200.                                 ],
  7201.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  7202.                             ],
  7203.                             'removeBoPartnerProfileLocation' => [
  7204.                                 'type' => 'ProfileUpdateResponse!',
  7205.                                 'args' => [
  7206.                                     'profileID' => [
  7207.                                         'description' => 'The profile id',
  7208.                                         'type' => 'Int!',
  7209.                                     ],
  7210.                                     'locationID' => [
  7211.                                         'description' => 'The location ID',
  7212.                                         'type' => 'Int!',
  7213.                                     ],
  7214.                                 ],
  7215.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  7216.                             ],
  7217.                             'updateBoPartnerProfileLocation' => [
  7218.                                 'type' => 'ProfileUpdateResponse!',
  7219.                                 'args' => [
  7220.                                     'profileID' => [
  7221.                                         'description' => 'The profile id',
  7222.                                         'type' => 'Int!',
  7223.                                     ],
  7224.                                     'locationID' => [
  7225.                                         'description' => 'The location ID',
  7226.                                         'type' => 'Int!',
  7227.                                     ],
  7228.                                     'location' => [
  7229.                                         'description' => 'The location data',
  7230.                                         'type' => 'InLocation!',
  7231.                                     ],
  7232.                                 ],
  7233.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  7234.                             ],
  7235.                             'setBoPartnerProfileOffers' => [
  7236.                                 'type' => 'ProfileUpdateResponse!',
  7237.                                 'args' => [
  7238.                                     'profileID' => [
  7239.                                         'description' => 'The profile id',
  7240.                                         'type' => 'Int!',
  7241.                                     ],
  7242.                                     'offerIDs' => [
  7243.                                         'description' => 'The offer ids',
  7244.                                         'type' => '[Int!]',
  7245.                                     ],
  7246.                                 ],
  7247.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  7248.                             ],
  7249.                             'setBoPartnerProfileOffersDate' => [
  7250.                                 'type' => 'ProfileUpdateResponse!',
  7251.                                 'args' => [
  7252.                                     'profileID' => [
  7253.                                         'description' => 'The profile id',
  7254.                                         'type' => 'Int!',
  7255.                                     ],
  7256.                                     'offers' => [
  7257.                                         'description' => 'Array of offer data',
  7258.                                         'type' => '[InOffer!]',
  7259.                                     ],
  7260.                                 ],
  7261.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  7262.                             ],
  7263.                             'toggleBoPartnerProfileOffer' => [
  7264.                                 'type' => 'ProfileUpdateResponse!',
  7265.                                 'args' => [
  7266.                                     'profileID' => [
  7267.                                         'description' => 'The profile id',
  7268.                                         'type' => 'Int!',
  7269.                                     ],
  7270.                                     'offerID' => [
  7271.                                         'description' => 'The offer id',
  7272.                                         'type' => 'Int!',
  7273.                                     ],
  7274.                                     'enable' => [
  7275.                                         'description' => 'enable or disable',
  7276.                                         'type' => 'Boolean!',
  7277.                                     ],
  7278.                                 ],
  7279.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  7280.                             ],
  7281.                             'updateBoPartnerProfileDescription' => [
  7282.                                 'type' => 'ProfileUpdateResponse!',
  7283.                                 'args' => [
  7284.                                     'profileID' => [
  7285.                                         'description' => 'The profile id',
  7286.                                         'type' => 'Int!',
  7287.                                     ],
  7288.                                     'description' => [
  7289.                                         'description' => 'The company profile description',
  7290.                                         'type' => 'String!',
  7291.                                     ],
  7292.                                 ],
  7293.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  7294.                             ],
  7295.                             'updateBoPartnerProfileEducationInformation' => [
  7296.                                 'type' => 'ProfileUpdateResponse!',
  7297.                                 'args' => [
  7298.                                     'profileID' => [
  7299.                                         'description' => 'The profile id',
  7300.                                         'type' => 'Int!',
  7301.                                     ],
  7302.                                     'educationInformation' => [
  7303.                                         'description' => 'The education information',
  7304.                                         'type' => 'String!',
  7305.                                     ],
  7306.                                 ],
  7307.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  7308.                             ],
  7309.                             'setBoPartnerProfileHeader' => [
  7310.                                 'type' => 'ProfileUpdateResponse!',
  7311.                                 'args' => [
  7312.                                     'profileID' => [
  7313.                                         'description' => 'The profile id',
  7314.                                         'type' => 'Int!',
  7315.                                     ],
  7316.                                     'galleryEntryID' => [
  7317.                                         'description' => 'The gallery entry id',
  7318.                                         'type' => 'Int!',
  7319.                                     ],
  7320.                                 ],
  7321.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  7322.                             ],
  7323.                             'removeBoPartnerProfileHeader' => [
  7324.                                 'type' => 'ProfileUpdateResponse!',
  7325.                                 'args' => [
  7326.                                     'profileID' => [
  7327.                                         'description' => 'The profile id',
  7328.                                         'type' => 'Int!',
  7329.                                     ],
  7330.                                 ],
  7331.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeHeaderPicture", args["profileID"])',
  7332.                             ],
  7333.                             'updateBoPartnerProfileLogo' => [
  7334.                                 'type' => 'ProfileUpdateResponse!',
  7335.                                 'args' => [
  7336.                                     'profileID' => [
  7337.                                         'description' => 'The profile id',
  7338.                                         'type' => 'Int!',
  7339.                                     ],
  7340.                                     'logo' => [
  7341.                                         'description' => 'The picture of the logo',
  7342.                                         'type' => 'UploadFile!',
  7343.                                     ],
  7344.                                     'copyright' => [
  7345.                                         'description' => 'The copyright of the picture',
  7346.                                         'type' => 'String',
  7347.                                     ],
  7348.                                 ],
  7349.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  7350.                             ],
  7351.                             'updateBoPartnerProfileLogoByGallery' => [
  7352.                                 'type' => 'ProfileUpdateResponse!',
  7353.                                 'args' => [
  7354.                                     'profileID' => [
  7355.                                         'description' => 'The profile id',
  7356.                                         'type' => 'Int!',
  7357.                                     ],
  7358.                                     'galleryEntryID' => [
  7359.                                         'description' => 'The gallery entry id',
  7360.                                         'type' => 'Int!',
  7361.                                     ],
  7362.                                 ],
  7363.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  7364.                             ],
  7365.                             'updateBoPartnerProfileLogoStyle' => [
  7366.                                 'type' => 'ProfileUpdateResponse!',
  7367.                                 'args' => [
  7368.                                     'profileID' => [
  7369.                                         'description' => 'The profile id',
  7370.                                         'type' => 'Int!',
  7371.                                     ],
  7372.                                     'logoStyle' => [
  7373.                                         'description' => 'The logo style',
  7374.                                         'type' => 'LogoStyle!',
  7375.                                     ],
  7376.                                     'copyright' => [
  7377.                                         'description' => 'The copyright of the picture',
  7378.                                         'type' => 'String',
  7379.                                     ],
  7380.                                 ],
  7381.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  7382.                             ],
  7383.                             'updateBoPartnerProfileName' => [
  7384.                                 'type' => 'ProfileUpdateResponse!',
  7385.                                 'args' => [
  7386.                                     'profileID' => [
  7387.                                         'description' => 'The profile id',
  7388.                                         'type' => 'Int!',
  7389.                                     ],
  7390.                                     'name' => [
  7391.                                         'description' => 'The new profile name',
  7392.                                         'type' => 'String!',
  7393.                                     ],
  7394.                                 ],
  7395.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  7396.                             ],
  7397.                             'setBoPartnerProfileSelected' => [
  7398.                                 'type' => 'Status!',
  7399.                                 'args' => [
  7400.                                     'profileID' => [
  7401.                                         'description' => 'The bopartner profile id',
  7402.                                         'type' => 'Int!',
  7403.                                     ],
  7404.                                 ],
  7405.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setBoPartnerProfileSelected", args["profileID"])',
  7406.                             ],
  7407.                             'deleteBoPartnerProfileQuiz' => [
  7408.                                 'type' => 'Status!',
  7409.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::deleteBoPartnerProfileQuiz")',
  7410.                             ],
  7411.                             'updateBoPartnerProfileQuizQuestions' => [
  7412.                                 'type' => 'Status!',
  7413.                                 'args' => [
  7414.                                     'questions' => [
  7415.                                         'description' => 'The questions',
  7416.                                         'type' => '[InQuizQuestion!]',
  7417.                                     ],
  7418.                                 ],
  7419.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateBoPartnerProfileQuizQuestions", args["questions"])',
  7420.                             ],
  7421.                             'addCompanyProfileContact' => [
  7422.                                 'type' => 'ProfileUpdateResponse!',
  7423.                                 'args' => [
  7424.                                     'profileID' => [
  7425.                                         'description' => 'The profile id',
  7426.                                         'type' => 'Int!',
  7427.                                     ],
  7428.                                     'contact' => [
  7429.                                         'description' => 'The contact data',
  7430.                                         'type' => 'InContactPerson!',
  7431.                                     ],
  7432.                                 ],
  7433.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  7434.                             ],
  7435.                             'removeCompanyProfileContact' => [
  7436.                                 'type' => 'ProfileUpdateResponse!',
  7437.                                 'args' => [
  7438.                                     'profileID' => [
  7439.                                         'description' => 'The profile id',
  7440.                                         'type' => 'Int!',
  7441.                                     ],
  7442.                                     'galleryEntryID' => [
  7443.                                         'description' => 'The gallery entry id',
  7444.                                         'type' => 'Int!',
  7445.                                     ],
  7446.                                 ],
  7447.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  7448.                             ],
  7449.                             'updateCompanyProfileContact' => [
  7450.                                 'type' => 'ProfileUpdateResponse!',
  7451.                                 'args' => [
  7452.                                     'profileID' => [
  7453.                                         'description' => 'The profile id',
  7454.                                         'type' => 'Int!',
  7455.                                     ],
  7456.                                     'contactID' => [
  7457.                                         'description' => 'The contact id',
  7458.                                         'type' => 'Int!',
  7459.                                     ],
  7460.                                     'contact' => [
  7461.                                         'description' => 'The contact data',
  7462.                                         'type' => 'InContactPerson!',
  7463.                                     ],
  7464.                                 ],
  7465.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  7466.                             ],
  7467.                             'updateCompanyProfileContactPosition' => [
  7468.                                 'type' => 'ProfileUpdateResponse!',
  7469.                                 'args' => [
  7470.                                     'profileID' => [
  7471.                                         'description' => 'The profile id',
  7472.                                         'type' => 'Int!',
  7473.                                     ],
  7474.                                     'contactGalleryEntryIDs' => [
  7475.                                         'description' => 'The contact ids',
  7476.                                         'type' => '[Int!]',
  7477.                                     ],
  7478.                                 ],
  7479.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  7480.                             ],
  7481.                             'updateCompanyProfileContactVisability' => [
  7482.                                 'type' => 'ProfileUpdateResponse!',
  7483.                                 'args' => [
  7484.                                     'profileID' => [
  7485.                                         'description' => 'The profile id',
  7486.                                         'type' => 'Int!',
  7487.                                     ],
  7488.                                     'galleryEntryID' => [
  7489.                                         'description' => 'The contact id',
  7490.                                         'type' => 'Int!',
  7491.                                     ],
  7492.                                     'visible' => [
  7493.                                         'description' => 'enable or disable visibility',
  7494.                                         'type' => 'Boolean!',
  7495.                                     ],
  7496.                                 ],
  7497.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  7498.                             ],
  7499.                             'addCompanyProfileGalleryPicture' => [
  7500.                                 'type' => 'ProfileUpdateResponse!',
  7501.                                 'args' => [
  7502.                                     'profileID' => [
  7503.                                         'description' => 'The profile id',
  7504.                                         'type' => 'Int!',
  7505.                                     ],
  7506.                                     'picture' => [
  7507.                                         'description' => 'The picture to add',
  7508.                                         'type' => 'UploadFile!',
  7509.                                     ],
  7510.                                 ],
  7511.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  7512.                             ],
  7513.                             'removeCompanyProfileGalleryPicture' => [
  7514.                                 'type' => 'ProfileUpdateResponse!',
  7515.                                 'args' => [
  7516.                                     'profileID' => [
  7517.                                         'description' => 'The profile id',
  7518.                                         'type' => 'Int!',
  7519.                                     ],
  7520.                                     'galleryEntryID' => [
  7521.                                         'description' => 'The gallery entry id',
  7522.                                         'type' => 'Int!',
  7523.                                     ],
  7524.                                 ],
  7525.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  7526.                             ],
  7527.                             'setCompanyProfileGalleryPictureCaption' => [
  7528.                                 'type' => 'ProfileUpdateResponse!',
  7529.                                 'args' => [
  7530.                                     'profileID' => [
  7531.                                         'description' => 'The profile id',
  7532.                                         'type' => 'Int!',
  7533.                                     ],
  7534.                                     'galleryEntryID' => [
  7535.                                         'description' => 'The gallery entry id',
  7536.                                         'type' => 'Int!',
  7537.                                     ],
  7538.                                     'caption' => [
  7539.                                         'description' => 'The caption',
  7540.                                         'type' => 'String!',
  7541.                                     ],
  7542.                                 ],
  7543.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7544.                             ],
  7545.                             'addCompanyProfileGalleryDocument' => [
  7546.                                 'type' => 'ProfileUpdateResponse!',
  7547.                                 'args' => [
  7548.                                     'profileID' => [
  7549.                                         'description' => 'The profile id',
  7550.                                         'type' => 'Int!',
  7551.                                     ],
  7552.                                     'document' => [
  7553.                                         'description' => 'The document to add',
  7554.                                         'type' => 'UploadFile!',
  7555.                                     ],
  7556.                                     'documentName' => [
  7557.                                         'description' => 'The document name',
  7558.                                         'type' => 'String!',
  7559.                                     ],
  7560.                                 ],
  7561.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  7562.                             ],
  7563.                             'removeCompanyProfileGalleryDocument' => [
  7564.                                 'type' => 'ProfileUpdateResponse!',
  7565.                                 'args' => [
  7566.                                     'profileID' => [
  7567.                                         'description' => 'The profile id',
  7568.                                         'type' => 'Int!',
  7569.                                     ],
  7570.                                     'galleryEntryID' => [
  7571.                                         'description' => 'The gallery entry id',
  7572.                                         'type' => 'Int!',
  7573.                                     ],
  7574.                                 ],
  7575.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  7576.                             ],
  7577.                             'setCompanyProfileGalleryDocumentCaption' => [
  7578.                                 'type' => 'ProfileUpdateResponse!',
  7579.                                 'args' => [
  7580.                                     'profileID' => [
  7581.                                         'description' => 'The profile id',
  7582.                                         'type' => 'Int!',
  7583.                                     ],
  7584.                                     'galleryEntryID' => [
  7585.                                         'description' => 'The gallery entry id',
  7586.                                         'type' => 'Int!',
  7587.                                     ],
  7588.                                     'caption' => [
  7589.                                         'description' => 'The caption',
  7590.                                         'type' => 'String!',
  7591.                                     ],
  7592.                                 ],
  7593.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7594.                             ],
  7595.                             'addCompanyProfileGalleryVideo' => [
  7596.                                 'type' => 'ProfileUpdateResponse!',
  7597.                                 'args' => [
  7598.                                     'profileID' => [
  7599.                                         'description' => 'The profile id',
  7600.                                         'type' => 'Int!',
  7601.                                     ],
  7602.                                     'youtubeURL' => [
  7603.                                         'description' => 'The youtube url',
  7604.                                         'type' => 'String!',
  7605.                                     ],
  7606.                                     'videoName' => [
  7607.                                         'description' => 'The video name',
  7608.                                         'type' => 'String!',
  7609.                                     ],
  7610.                                 ],
  7611.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  7612.                             ],
  7613.                             'removeCompanyProfileGalleryVideo' => [
  7614.                                 'type' => 'ProfileUpdateResponse!',
  7615.                                 'args' => [
  7616.                                     'profileID' => [
  7617.                                         'description' => 'The profile id',
  7618.                                         'type' => 'Int!',
  7619.                                     ],
  7620.                                     'galleryEntryID' => [
  7621.                                         'description' => 'The gallery entry id',
  7622.                                         'type' => 'Int!',
  7623.                                     ],
  7624.                                 ],
  7625.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  7626.                             ],
  7627.                             'setCompanyProfileGalleryVideoCaption' => [
  7628.                                 'type' => 'ProfileUpdateResponse!',
  7629.                                 'args' => [
  7630.                                     'profileID' => [
  7631.                                         'description' => 'The profile id',
  7632.                                         'type' => 'Int!',
  7633.                                     ],
  7634.                                     'galleryEntryID' => [
  7635.                                         'description' => 'The gallery entry id',
  7636.                                         'type' => 'Int!',
  7637.                                     ],
  7638.                                     'caption' => [
  7639.                                         'description' => 'The caption',
  7640.                                         'type' => 'String!',
  7641.                                     ],
  7642.                                 ],
  7643.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  7644.                             ],
  7645.                             'setCompanyProfileGalleryItemsVisability' => [
  7646.                                 'type' => 'ProfileUpdateResponse!',
  7647.                                 'args' => [
  7648.                                     'profileID' => [
  7649.                                         'description' => 'The profile id',
  7650.                                         'type' => 'Int!',
  7651.                                     ],
  7652.                                     'galleryEntryIDs' => [
  7653.                                         'description' => 'The gallery entry id',
  7654.                                         'type' => '[Int!]',
  7655.                                     ],
  7656.                                     'visible' => [
  7657.                                         'description' => 'enable or disable visibility',
  7658.                                         'type' => 'Boolean!',
  7659.                                     ],
  7660.                                 ],
  7661.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  7662.                             ],
  7663.                             'setCompanyProfileGalleryItemsPosition' => [
  7664.                                 'type' => 'ProfileUpdateResponse!',
  7665.                                 'args' => [
  7666.                                     'profileID' => [
  7667.                                         'description' => 'The profile id',
  7668.                                         'type' => 'Int!',
  7669.                                     ],
  7670.                                     'galleryEntryIDs' => [
  7671.                                         'description' => 'The gallery entry id',
  7672.                                         'type' => '[Int!]',
  7673.                                     ],
  7674.                                 ],
  7675.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  7676.                             ],
  7677.                             'updateCompanyProfileLinks' => [
  7678.                                 'type' => 'ProfileUpdateResponse!',
  7679.                                 'args' => [
  7680.                                     'profileID' => [
  7681.                                         'description' => 'The profile id',
  7682.                                         'type' => 'Int!',
  7683.                                     ],
  7684.                                     'links' => [
  7685.                                         'description' => 'The link urls',
  7686.                                         'type' => '[InLink!]',
  7687.                                     ],
  7688.                                 ],
  7689.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  7690.                             ],
  7691.                             'addCompanyProfileLocation' => [
  7692.                                 'type' => 'ProfileUpdateResponse!',
  7693.                                 'args' => [
  7694.                                     'profileID' => [
  7695.                                         'description' => 'The profile id',
  7696.                                         'type' => 'Int!',
  7697.                                     ],
  7698.                                     'location' => [
  7699.                                         'description' => 'The location data',
  7700.                                         'type' => 'InLocation!',
  7701.                                     ],
  7702.                                 ],
  7703.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  7704.                             ],
  7705.                             'removeCompanyProfileLocation' => [
  7706.                                 'type' => 'ProfileUpdateResponse!',
  7707.                                 'args' => [
  7708.                                     'profileID' => [
  7709.                                         'description' => 'The profile id',
  7710.                                         'type' => 'Int!',
  7711.                                     ],
  7712.                                     'locationID' => [
  7713.                                         'description' => 'The location ID',
  7714.                                         'type' => 'Int!',
  7715.                                     ],
  7716.                                 ],
  7717.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  7718.                             ],
  7719.                             'updateCompanyProfileLocation' => [
  7720.                                 'type' => 'ProfileUpdateResponse!',
  7721.                                 'args' => [
  7722.                                     'profileID' => [
  7723.                                         'description' => 'The profile id',
  7724.                                         'type' => 'Int!',
  7725.                                     ],
  7726.                                     'locationID' => [
  7727.                                         'description' => 'The location ID',
  7728.                                         'type' => 'Int!',
  7729.                                     ],
  7730.                                     'location' => [
  7731.                                         'description' => 'The location data',
  7732.                                         'type' => 'InLocation!',
  7733.                                     ],
  7734.                                 ],
  7735.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  7736.                             ],
  7737.                             'toggleCompanyProfileBenefit' => [
  7738.                                 'type' => 'ProfileUpdateResponse!',
  7739.                                 'args' => [
  7740.                                     'profileID' => [
  7741.                                         'description' => 'The profile id',
  7742.                                         'type' => 'Int!',
  7743.                                     ],
  7744.                                     'benefitID' => [
  7745.                                         'description' => 'The benefit id',
  7746.                                         'type' => 'Int!',
  7747.                                     ],
  7748.                                     'enable' => [
  7749.                                         'description' => 'enable or disable',
  7750.                                         'type' => 'Boolean!',
  7751.                                     ],
  7752.                                 ],
  7753.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  7754.                             ],
  7755.                             'setCompanyProfileBenefits' => [
  7756.                                 'type' => 'ProfileUpdateResponse!',
  7757.                                 'args' => [
  7758.                                     'profileID' => [
  7759.                                         'description' => 'The profile id',
  7760.                                         'type' => 'Int!',
  7761.                                     ],
  7762.                                     'benefitIDs' => [
  7763.                                         'description' => 'The benefit ids',
  7764.                                         'type' => '[Int!]',
  7765.                                     ],
  7766.                                 ],
  7767.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  7768.                             ],
  7769.                             'toggleCompanyProfileCertificate' => [
  7770.                                 'type' => 'ProfileUpdateResponse!',
  7771.                                 'args' => [
  7772.                                     'profileID' => [
  7773.                                         'description' => 'The profile id',
  7774.                                         'type' => 'Int!',
  7775.                                     ],
  7776.                                     'certificateID' => [
  7777.                                         'description' => 'The certificate id',
  7778.                                         'type' => 'Int!',
  7779.                                     ],
  7780.                                     'enable' => [
  7781.                                         'description' => 'enable or disable',
  7782.                                         'type' => 'Boolean!',
  7783.                                     ],
  7784.                                 ],
  7785.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  7786.                             ],
  7787.                             'toggleCompanyProfileJob' => [
  7788.                                 'type' => 'ProfileUpdateResponse!',
  7789.                                 'args' => [
  7790.                                     'profileID' => [
  7791.                                         'description' => 'The profile id',
  7792.                                         'type' => 'Int!',
  7793.                                     ],
  7794.                                     'jobID' => [
  7795.                                         'description' => 'The job id',
  7796.                                         'type' => 'Int!',
  7797.                                     ],
  7798.                                     'enable' => [
  7799.                                         'description' => 'enable or disable',
  7800.                                         'type' => 'Boolean!',
  7801.                                     ],
  7802.                                 ],
  7803.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  7804.                             ],
  7805.                             'setCompanyProfileOffers' => [
  7806.                                 'type' => 'ProfileUpdateResponse!',
  7807.                                 'args' => [
  7808.                                     'profileID' => [
  7809.                                         'description' => 'The profile id',
  7810.                                         'type' => 'Int!',
  7811.                                     ],
  7812.                                     'offerIDs' => [
  7813.                                         'description' => 'The offer ids',
  7814.                                         'type' => '[Int!]',
  7815.                                     ],
  7816.                                 ],
  7817.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  7818.                             ],
  7819.                             'setCompanyProfileOffersDate' => [
  7820.                                 'type' => 'ProfileUpdateResponse!',
  7821.                                 'args' => [
  7822.                                     'profileID' => [
  7823.                                         'description' => 'The profile id',
  7824.                                         'type' => 'Int!',
  7825.                                     ],
  7826.                                     'offers' => [
  7827.                                         'description' => 'Array of offer data',
  7828.                                         'type' => '[InOffer!]',
  7829.                                     ],
  7830.                                 ],
  7831.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  7832.                             ],
  7833.                             'toggleCompanyProfileOffer' => [
  7834.                                 'type' => 'ProfileUpdateResponse!',
  7835.                                 'args' => [
  7836.                                     'profileID' => [
  7837.                                         'description' => 'The profile id',
  7838.                                         'type' => 'Int!',
  7839.                                     ],
  7840.                                     'offerID' => [
  7841.                                         'description' => 'The offer id',
  7842.                                         'type' => 'Int!',
  7843.                                     ],
  7844.                                     'enable' => [
  7845.                                         'description' => 'enable or disable',
  7846.                                         'type' => 'Boolean!',
  7847.                                     ],
  7848.                                 ],
  7849.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  7850.                             ],
  7851.                             'updateCompanyProfileDescription' => [
  7852.                                 'type' => 'ProfileUpdateResponse!',
  7853.                                 'args' => [
  7854.                                     'profileID' => [
  7855.                                         'description' => 'The profile id',
  7856.                                         'type' => 'Int!',
  7857.                                     ],
  7858.                                     'description' => [
  7859.                                         'description' => 'The company profile description',
  7860.                                         'type' => 'String!',
  7861.                                     ],
  7862.                                 ],
  7863.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  7864.                             ],
  7865.                             'updateCompanyProfileEducationInformation' => [
  7866.                                 'type' => 'ProfileUpdateResponse!',
  7867.                                 'args' => [
  7868.                                     'profileID' => [
  7869.                                         'description' => 'The profile id',
  7870.                                         'type' => 'Int!',
  7871.                                     ],
  7872.                                     'educationInformation' => [
  7873.                                         'description' => 'The education information',
  7874.                                         'type' => 'String!',
  7875.                                     ],
  7876.                                 ],
  7877.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  7878.                             ],
  7879.                             'setCompanyProfileHeader' => [
  7880.                                 'type' => 'ProfileUpdateResponse!',
  7881.                                 'args' => [
  7882.                                     'profileID' => [
  7883.                                         'description' => 'The profile id',
  7884.                                         'type' => 'Int!',
  7885.                                     ],
  7886.                                     'galleryEntryID' => [
  7887.                                         'description' => 'The gallery entry id',
  7888.                                         'type' => 'Int!',
  7889.                                     ],
  7890.                                 ],
  7891.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  7892.                             ],
  7893.                             'removeCompanyProfileHeader' => [
  7894.                                 'type' => 'ProfileUpdateResponse!',
  7895.                                 'args' => [
  7896.                                     'profileID' => [
  7897.                                         'description' => 'The profile id',
  7898.                                         'type' => 'Int!',
  7899.                                     ],
  7900.                                 ],
  7901.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  7902.                             ],
  7903.                             'updateCompanyProfileLogo' => [
  7904.                                 'type' => 'ProfileUpdateResponse!',
  7905.                                 'args' => [
  7906.                                     'profileID' => [
  7907.                                         'description' => 'The profile id',
  7908.                                         'type' => 'Int!',
  7909.                                     ],
  7910.                                     'logo' => [
  7911.                                         'description' => 'The picture of the logo',
  7912.                                         'type' => 'UploadFile!',
  7913.                                     ],
  7914.                                     'copyright' => [
  7915.                                         'description' => 'The copyright of the picture',
  7916.                                         'type' => 'String',
  7917.                                     ],
  7918.                                 ],
  7919.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  7920.                             ],
  7921.                             'updateCompanyProfileLogoByGallery' => [
  7922.                                 'type' => 'ProfileUpdateResponse!',
  7923.                                 'args' => [
  7924.                                     'profileID' => [
  7925.                                         'description' => 'The profile id',
  7926.                                         'type' => 'Int!',
  7927.                                     ],
  7928.                                     'galleryEntryID' => [
  7929.                                         'description' => 'The gallery entry id',
  7930.                                         'type' => 'Int!',
  7931.                                     ],
  7932.                                 ],
  7933.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  7934.                             ],
  7935.                             'updateCompanyProfileLogoStyle' => [
  7936.                                 'type' => 'ProfileUpdateResponse!',
  7937.                                 'args' => [
  7938.                                     'profileID' => [
  7939.                                         'description' => 'The profile id',
  7940.                                         'type' => 'Int!',
  7941.                                     ],
  7942.                                     'logoStyle' => [
  7943.                                         'description' => 'The logo style',
  7944.                                         'type' => 'LogoStyle!',
  7945.                                     ],
  7946.                                     'copyright' => [
  7947.                                         'description' => 'The copyright of the picture',
  7948.                                         'type' => 'String',
  7949.                                     ],
  7950.                                 ],
  7951.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  7952.                             ],
  7953.                             'removeCompanyProfileLogo' => [
  7954.                                 'type' => 'ProfileUpdateResponse!',
  7955.                                 'args' => [
  7956.                                     'profileID' => [
  7957.                                         'description' => 'The profile id',
  7958.                                         'type' => 'Int!',
  7959.                                     ],
  7960.                                 ],
  7961.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  7962.                             ],
  7963.                             'updateCompanyProfileName' => [
  7964.                                 'type' => 'ProfileUpdateResponse!',
  7965.                                 'args' => [
  7966.                                     'profileID' => [
  7967.                                         'description' => 'The profile id',
  7968.                                         'type' => 'Int!',
  7969.                                     ],
  7970.                                     'name' => [
  7971.                                         'description' => 'The new profile name',
  7972.                                         'type' => 'String!',
  7973.                                     ],
  7974.                                 ],
  7975.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  7976.                             ],
  7977.                             'updateCompanyProfileSize' => [
  7978.                                 'type' => 'ProfileUpdateResponse!',
  7979.                                 'args' => [
  7980.                                     'profileID' => [
  7981.                                         'description' => 'The profile id',
  7982.                                         'type' => 'Int!',
  7983.                                     ],
  7984.                                     'companySizeID' => [
  7985.                                         'description' => 'The company size id',
  7986.                                         'type' => 'Int!',
  7987.                                     ],
  7988.                                 ],
  7989.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  7990.                             ],
  7991.                             'updateCompanyProfileYearOfFoundation' => [
  7992.                                 'type' => 'ProfileUpdateResponse!',
  7993.                                 'args' => [
  7994.                                     'profileID' => [
  7995.                                         'description' => 'The profile id',
  7996.                                         'type' => 'Int!',
  7997.                                     ],
  7998.                                     'year' => [
  7999.                                         'description' => 'The year of foundation',
  8000.                                         'type' => 'Int!',
  8001.                                     ],
  8002.                                 ],
  8003.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  8004.                             ],
  8005.                             'setCompanyProfileSelected' => [
  8006.                                 'type' => 'Status!',
  8007.                                 'args' => [
  8008.                                     'profileID' => [
  8009.                                         'description' => 'The company profile id',
  8010.                                         'type' => 'Int!',
  8011.                                     ],
  8012.                                 ],
  8013.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  8014.                             ],
  8015.                             'deleteCompanyProfileQuiz' => [
  8016.                                 'type' => 'Status!',
  8017.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::deleteCompanyProfileQuiz")',
  8018.                             ],
  8019.                             'updateCompanyProfileQuizQuestions' => [
  8020.                                 'type' => 'Status!',
  8021.                                 'args' => [
  8022.                                     'questions' => [
  8023.                                         'description' => 'The questions',
  8024.                                         'type' => '[InQuizQuestion!]',
  8025.                                     ],
  8026.                                 ],
  8027.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanyProfileQuizQuestions", args["questions"])',
  8028.                             ],
  8029.                             'addJobMarket' => [
  8030.                                 'type' => 'JobMarket!',
  8031.                                 'args' => [
  8032.                                     'data' => [
  8033.                                         'description' => 'The minimum job market data',
  8034.                                         'type' => 'InJobMarket!',
  8035.                                     ],
  8036.                                 ],
  8037.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  8038.                             ],
  8039.                             'createJobMarket' => [
  8040.                                 'type' => 'JobMarket!',
  8041.                                 'args' => [
  8042.                                     'jobTitle' => [
  8043.                                         'description' => 'The job market title',
  8044.                                         'type' => 'String!',
  8045.                                     ],
  8046.                                 ],
  8047.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::createJobMarket", args["jobTitle"])',
  8048.                             ],
  8049.                             'deleteJobMarket' => [
  8050.                                 'type' => 'Status!',
  8051.                                 'args' => [
  8052.                                     'jobMarketID' => [
  8053.                                         'description' => 'The job market id',
  8054.                                         'type' => 'Int!',
  8055.                                     ],
  8056.                                 ],
  8057.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteJobMarket", args["jobMarketID"])',
  8058.                             ],
  8059.                             'updateJobMarketImage' => [
  8060.                                 'type' => 'Status!',
  8061.                                 'args' => [
  8062.                                     'jobMarketID' => [
  8063.                                         'description' => 'The job market id',
  8064.                                         'type' => 'Int!',
  8065.                                     ],
  8066.                                     'image' => [
  8067.                                         'description' => 'The image',
  8068.                                         'type' => 'UploadFile!',
  8069.                                     ],
  8070.                                 ],
  8071.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImage", args["jobMarketID"], args["image"])',
  8072.                             ],
  8073.                             'updateJobMarketImageByGallery' => [
  8074.                                 'type' => 'Status!',
  8075.                                 'args' => [
  8076.                                     'jobMarketID' => [
  8077.                                         'description' => 'The job market id',
  8078.                                         'type' => 'Int!',
  8079.                                     ],
  8080.                                     'galleryEntryID' => [
  8081.                                         'description' => 'The gallery entry id',
  8082.                                         'type' => 'Int!',
  8083.                                     ],
  8084.                                 ],
  8085.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImageByGallery", args["jobMarketID"], args["galleryEntryID"])',
  8086.                             ],
  8087.                             'updateJobMarketJobs' => [
  8088.                                 'type' => 'Status!',
  8089.                                 'args' => [
  8090.                                     'jobMarketID' => [
  8091.                                         'description' => 'The job market id',
  8092.                                         'type' => 'Int!',
  8093.                                     ],
  8094.                                     'jobIDs' => [
  8095.                                         'description' => 'The job IDs',
  8096.                                         'type' => '[Int!]',
  8097.                                     ],
  8098.                                 ],
  8099.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateJobs", args["jobMarketID"], args["jobIDs"])',
  8100.                             ],
  8101.                             'updateJobMarketName' => [
  8102.                                 'type' => 'Status!',
  8103.                                 'args' => [
  8104.                                     'jobMarketID' => [
  8105.                                         'description' => 'The job market id',
  8106.                                         'type' => 'Int!',
  8107.                                     ],
  8108.                                     'name' => [
  8109.                                         'description' => 'The new name',
  8110.                                         'type' => 'String!',
  8111.                                     ],
  8112.                                 ],
  8113.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  8114.                             ],
  8115.                             'updateJobMarketNumberOfPositions' => [
  8116.                                 'type' => 'Status!',
  8117.                                 'args' => [
  8118.                                     'jobMarketID' => [
  8119.                                         'description' => 'The job market id',
  8120.                                         'type' => 'Int!',
  8121.                                     ],
  8122.                                     'numberOfPositions' => [
  8123.                                         'description' => 'The number of positions',
  8124.                                         'type' => 'Int!',
  8125.                                     ],
  8126.                                 ],
  8127.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateNumberOfPositions", args["jobMarketID"], args["numberOfPositions"])',
  8128.                             ],
  8129.                             'updateJobMarketOpenClose' => [
  8130.                                 'type' => 'Status!',
  8131.                                 'args' => [
  8132.                                     'jobMarketID' => [
  8133.                                         'description' => 'The job market id',
  8134.                                         'type' => 'Int!',
  8135.                                     ],
  8136.                                     'openDate' => [
  8137.                                         'description' => 'The open date',
  8138.                                         'type' => 'String!',
  8139.                                     ],
  8140.                                     'closeDate' => [
  8141.                                         'description' => 'The close date',
  8142.                                         'type' => 'String!',
  8143.                                     ],
  8144.                                 ],
  8145.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  8146.                             ],
  8147.                             'updateJobMarketPositionType' => [
  8148.                                 'type' => 'Status!',
  8149.                                 'args' => [
  8150.                                     'jobMarketID' => [
  8151.                                         'description' => 'The job market id',
  8152.                                         'type' => 'Int!',
  8153.                                     ],
  8154.                                     'positionType' => [
  8155.                                         'description' => 'The position type',
  8156.                                         'type' => 'JobMarketPositionType!',
  8157.                                     ],
  8158.                                 ],
  8159.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  8160.                             ],
  8161.                             'updateJobMarketAdditionalInfo' => [
  8162.                                 'type' => 'Status!',
  8163.                                 'args' => [
  8164.                                     'jobMarketID' => [
  8165.                                         'description' => 'The job market id',
  8166.                                         'type' => 'Int!',
  8167.                                     ],
  8168.                                     'additionalInfo' => [
  8169.                                         'description' => 'The additional info text',
  8170.                                         'type' => 'String!',
  8171.                                     ],
  8172.                                 ],
  8173.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAdditionalInfo", args["jobMarketID"], args["additionalInfo"])',
  8174.                             ],
  8175.                             'updateJobMarketAddresses' => [
  8176.                                 'type' => 'Status!',
  8177.                                 'args' => [
  8178.                                     'jobMarketID' => [
  8179.                                         'description' => 'The job market id',
  8180.                                         'type' => 'Int!',
  8181.                                     ],
  8182.                                     'companyLocationIDs' => [
  8183.                                         'description' => 'The company location id',
  8184.                                         'type' => '[Int!]',
  8185.                                     ],
  8186.                                 ],
  8187.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAddresses", args["jobMarketID"], args["companyLocationIDs"])',
  8188.                             ],
  8189.                             'updateJobMarketApplyType' => [
  8190.                                 'type' => 'Status!',
  8191.                                 'args' => [
  8192.                                     'jobMarketID' => [
  8193.                                         'description' => 'The job market id',
  8194.                                         'type' => 'Int!',
  8195.                                     ],
  8196.                                     'applyType' => [
  8197.                                         'description' => 'The apply type',
  8198.                                         'type' => 'JobMarketApplyType!',
  8199.                                     ],
  8200.                                 ],
  8201.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  8202.                             ],
  8203.                             'updateJobMarketApplyTypeUrl' => [
  8204.                                 'type' => 'Status!',
  8205.                                 'args' => [
  8206.                                     'jobMarketID' => [
  8207.                                         'description' => 'The job market id',
  8208.                                         'type' => 'Int!',
  8209.                                     ],
  8210.                                     'applyType' => [
  8211.                                         'description' => 'The apply type',
  8212.                                         'type' => 'JobMarketApplyType!',
  8213.                                     ],
  8214.                                     'url' => [
  8215.                                         'description' => 'The url string',
  8216.                                         'type' => 'String!',
  8217.                                     ],
  8218.                                 ],
  8219.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyTypeUrl", args["jobMarketID"], args["applyType"], args["url"])',
  8220.                             ],
  8221.                             'updateJobMarketViewType' => [
  8222.                                 'type' => 'Status!',
  8223.                                 'args' => [
  8224.                                     'jobMarketID' => [
  8225.                                         'description' => 'The job market id',
  8226.                                         'type' => 'Int!',
  8227.                                     ],
  8228.                                     'viewType' => [
  8229.                                         'description' => 'The view type',
  8230.                                         'type' => 'JobMarketViewType!',
  8231.                                     ],
  8232.                                 ],
  8233.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateViewType", args["jobMarketID"], args["viewType"])',
  8234.                             ],
  8235.                             'updateJobMarketDescription' => [
  8236.                                 'type' => 'Status!',
  8237.                                 'args' => [
  8238.                                     'jobMarketID' => [
  8239.                                         'description' => 'The job market id',
  8240.                                         'type' => 'Int!',
  8241.                                     ],
  8242.                                     'description' => [
  8243.                                         'description' => 'The description text',
  8244.                                         'type' => 'String!',
  8245.                                     ],
  8246.                                 ],
  8247.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  8248.                             ],
  8249.                             'updateJobMarketDetails' => [
  8250.                                 'type' => 'Status!',
  8251.                                 'args' => [
  8252.                                     'jobMarketID' => [
  8253.                                         'description' => 'The job market id',
  8254.                                         'type' => 'Int!',
  8255.                                     ],
  8256.                                     'details' => [
  8257.                                         'description' => 'The details text',
  8258.                                         'type' => 'String!',
  8259.                                     ],
  8260.                                 ],
  8261.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDetails", args["jobMarketID"], args["details"])',
  8262.                             ],
  8263.                             'updateJobMarketRequirements' => [
  8264.                                 'type' => 'Status!',
  8265.                                 'args' => [
  8266.                                     'jobMarketID' => [
  8267.                                         'description' => 'The job market id',
  8268.                                         'type' => 'Int!',
  8269.                                     ],
  8270.                                     'requirements' => [
  8271.                                         'description' => 'The requirements text',
  8272.                                         'type' => 'String!',
  8273.                                     ],
  8274.                                 ],
  8275.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  8276.                             ],
  8277.                             'updateJobMarketSalary' => [
  8278.                                 'type' => 'Status!',
  8279.                                 'args' => [
  8280.                                     'jobMarketID' => [
  8281.                                         'description' => 'The job market id',
  8282.                                         'type' => 'Int!',
  8283.                                     ],
  8284.                                     'salary' => [
  8285.                                         'description' => 'The salary text',
  8286.                                         'type' => 'String!',
  8287.                                     ],
  8288.                                 ],
  8289.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  8290.                             ],
  8291.                             'updateJobMarketStartDate' => [
  8292.                                 'type' => 'Status!',
  8293.                                 'args' => [
  8294.                                     'jobMarketID' => [
  8295.                                         'description' => 'The job market id',
  8296.                                         'type' => 'Int!',
  8297.                                     ],
  8298.                                     'startDate' => [
  8299.                                         'description' => 'The start date',
  8300.                                         'type' => 'String!',
  8301.                                     ],
  8302.                                 ],
  8303.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  8304.                             ],
  8305.                             'updateJobMarketStartType' => [
  8306.                                 'type' => 'Status!',
  8307.                                 'args' => [
  8308.                                     'jobMarketID' => [
  8309.                                         'description' => 'The job market id',
  8310.                                         'type' => 'Int!',
  8311.                                     ],
  8312.                                     'startType' => [
  8313.                                         'description' => 'The start type',
  8314.                                         'type' => 'JobMarketStartType!',
  8315.                                     ],
  8316.                                 ],
  8317.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartType", args["jobMarketID"], args["startType"])',
  8318.                             ],
  8319.                             'updateJobMarketApplyUntil' => [
  8320.                                 'type' => 'Status!',
  8321.                                 'args' => [
  8322.                                     'jobMarketID' => [
  8323.                                         'description' => 'The job market id',
  8324.                                         'type' => 'Int!',
  8325.                                     ],
  8326.                                     'applyUntilDate' => [
  8327.                                         'description' => 'The start date',
  8328.                                         'type' => 'String',
  8329.                                     ],
  8330.                                 ],
  8331.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyUntil", args["jobMarketID"], args["applyUntilDate"])',
  8332.                             ],
  8333.                             'updateJobMarketContact' => [
  8334.                                 'type' => 'Status!',
  8335.                                 'args' => [
  8336.                                     'jobMarketID' => [
  8337.                                         'description' => 'The job market id',
  8338.                                         'type' => 'Int!',
  8339.                                     ],
  8340.                                     'contactID' => [
  8341.                                         'description' => 'The contactID',
  8342.                                         'type' => 'Int!',
  8343.                                     ],
  8344.                                 ],
  8345.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  8346.                             ],
  8347.                             'deleteJobMarketCustomAdvertisment' => [
  8348.                                 'type' => 'Status!',
  8349.                                 'args' => [
  8350.                                     'jobMarketID' => [
  8351.                                         'description' => 'The job market id',
  8352.                                         'type' => 'Int!',
  8353.                                     ],
  8354.                                 ],
  8355.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteCustomAdvertisment", args["jobMarketID"])',
  8356.                             ],
  8357.                             'updateJobMarketCustomAdvertisment' => [
  8358.                                 'type' => 'Status!',
  8359.                                 'args' => [
  8360.                                     'jobMarketID' => [
  8361.                                         'description' => 'The job market id',
  8362.                                         'type' => 'Int!',
  8363.                                     ],
  8364.                                     'mediaFile' => [
  8365.                                         'description' => 'The custom advertisment media file',
  8366.                                         'type' => 'UploadFile!',
  8367.                                     ],
  8368.                                 ],
  8369.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateCustomAdvertisment", args["jobMarketID"], args["mediaFile"])',
  8370.                             ],
  8371.                             'updateJobMarketState' => [
  8372.                                 'type' => 'Status!',
  8373.                                 'args' => [
  8374.                                     'jobMarketID' => [
  8375.                                         'description' => 'The job market id',
  8376.                                         'type' => 'Int!',
  8377.                                     ],
  8378.                                     'state' => [
  8379.                                         'description' => 'The state',
  8380.                                         'type' => 'JobMarketState!',
  8381.                                     ],
  8382.                                 ],
  8383.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateState", args["jobMarketID"], args["state"])',
  8384.                             ],
  8385.                             'updateJobMarketUrl' => [
  8386.                                 'type' => 'Status!',
  8387.                                 'args' => [
  8388.                                     'jobMarketID' => [
  8389.                                         'description' => 'The job market id',
  8390.                                         'type' => 'Int!',
  8391.                                     ],
  8392.                                     'url' => [
  8393.                                         'description' => 'The url string',
  8394.                                         'type' => 'String!',
  8395.                                     ],
  8396.                                 ],
  8397.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateUrl", args["jobMarketID"], args["url"])',
  8398.                             ],
  8399.                             'addSchoolTeacher' => [
  8400.                                 'type' => 'Status!',
  8401.                                 'args' => [
  8402.                                     'email' => [
  8403.                                         'description' => 'The Teacher email',
  8404.                                         'type' => 'String!',
  8405.                                     ],
  8406.                                 ],
  8407.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  8408.                             ],
  8409.                             'removeSchoolTeacher' => [
  8410.                                 'type' => 'Status!',
  8411.                                 'args' => [
  8412.                                     'teacherID' => [
  8413.                                         'description' => 'The TeacherID',
  8414.                                         'type' => 'Int!',
  8415.                                     ],
  8416.                                 ],
  8417.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  8418.                             ],
  8419.                             'addSchoolClass' => [
  8420.                                 'type' => 'Status!',
  8421.                                 'args' => [
  8422.                                     'data' => [
  8423.                                         'description' => 'The school class data',
  8424.                                         'type' => 'InSchoolClass!',
  8425.                                     ],
  8426.                                 ],
  8427.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  8428.                             ],
  8429.                             'updateSchoolClass' => [
  8430.                                 'type' => 'Status!',
  8431.                                 'args' => [
  8432.                                     'schoolClassID' => [
  8433.                                         'description' => 'The SchoolClassID',
  8434.                                         'type' => 'Int!',
  8435.                                     ],
  8436.                                     'data' => [
  8437.                                         'description' => 'The school class data',
  8438.                                         'type' => 'InSchoolClass!',
  8439.                                     ],
  8440.                                 ],
  8441.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  8442.                             ],
  8443.                             'removeSchoolClass' => [
  8444.                                 'type' => 'Status!',
  8445.                                 'args' => [
  8446.                                     'schoolClassID' => [
  8447.                                         'description' => 'The SchoolClassID',
  8448.                                         'type' => 'Int!',
  8449.                                     ],
  8450.                                 ],
  8451.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  8452.                             ],
  8453.                             'addSchoolClassTeacher' => [
  8454.                                 'type' => 'Status!',
  8455.                                 'args' => [
  8456.                                     'schoolClassID' => [
  8457.                                         'description' => 'The SchoolClassID',
  8458.                                         'type' => 'Int!',
  8459.                                     ],
  8460.                                     'email' => [
  8461.                                         'description' => 'The Teacher email',
  8462.                                         'type' => 'String!',
  8463.                                     ],
  8464.                                 ],
  8465.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  8466.                             ],
  8467.                             'removeSchoolClassTeacher' => [
  8468.                                 'type' => 'Status!',
  8469.                                 'args' => [
  8470.                                     'schoolClassID' => [
  8471.                                         'description' => 'The SchoolClassID',
  8472.                                         'type' => 'Int!',
  8473.                                     ],
  8474.                                     'teacherID' => [
  8475.                                         'description' => 'The TeacherID',
  8476.                                         'type' => 'Int!',
  8477.                                     ],
  8478.                                 ],
  8479.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  8480.                             ],
  8481.                             'sendTeachingIdea' => [
  8482.                                 'type' => 'Status!',
  8483.                                 'args' => [
  8484.                                     'schoolClassID' => [
  8485.                                         'description' => 'The SchoolClassID',
  8486.                                         'type' => 'Int!',
  8487.                                     ],
  8488.                                     'data' => [
  8489.                                         'description' => 'The teaching idea data',
  8490.                                         'type' => 'InTeachingIdea!',
  8491.                                     ],
  8492.                                 ],
  8493.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  8494.                             ],
  8495.                             'addSchoolProfileContact' => [
  8496.                                 'type' => 'ProfileUpdateResponse!',
  8497.                                 'args' => [
  8498.                                     'profileID' => [
  8499.                                         'description' => 'The profile id',
  8500.                                         'type' => 'Int!',
  8501.                                     ],
  8502.                                     'contact' => [
  8503.                                         'description' => 'The contact data',
  8504.                                         'type' => 'InContactPerson!',
  8505.                                     ],
  8506.                                 ],
  8507.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  8508.                             ],
  8509.                             'removeSchoolProfileContact' => [
  8510.                                 'type' => 'ProfileUpdateResponse!',
  8511.                                 'args' => [
  8512.                                     'profileID' => [
  8513.                                         'description' => 'The profile id',
  8514.                                         'type' => 'Int!',
  8515.                                     ],
  8516.                                     'galleryEntryID' => [
  8517.                                         'description' => 'The contact id',
  8518.                                         'type' => 'Int!',
  8519.                                     ],
  8520.                                 ],
  8521.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  8522.                             ],
  8523.                             'updateSchoolProfileContact' => [
  8524.                                 'type' => 'ProfileUpdateResponse!',
  8525.                                 'args' => [
  8526.                                     'profileID' => [
  8527.                                         'description' => 'The profile id',
  8528.                                         'type' => 'Int!',
  8529.                                     ],
  8530.                                     'contactID' => [
  8531.                                         'description' => 'The contact id',
  8532.                                         'type' => 'Int!',
  8533.                                     ],
  8534.                                     'contact' => [
  8535.                                         'description' => 'The contact data',
  8536.                                         'type' => 'InContactPerson!',
  8537.                                     ],
  8538.                                 ],
  8539.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  8540.                             ],
  8541.                             'updateSchoolProfileContactPosition' => [
  8542.                                 'type' => 'ProfileUpdateResponse!',
  8543.                                 'args' => [
  8544.                                     'profileID' => [
  8545.                                         'description' => 'The profile id',
  8546.                                         'type' => 'Int!',
  8547.                                     ],
  8548.                                     'contactGalleryEntryIDs' => [
  8549.                                         'description' => 'The contact ids',
  8550.                                         'type' => '[Int!]',
  8551.                                     ],
  8552.                                 ],
  8553.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  8554.                             ],
  8555.                             'updateSchoolProfileContactVisability' => [
  8556.                                 'type' => 'ProfileUpdateResponse!',
  8557.                                 'args' => [
  8558.                                     'profileID' => [
  8559.                                         'description' => 'The profile id',
  8560.                                         'type' => 'Int!',
  8561.                                     ],
  8562.                                     'galleryEntryID' => [
  8563.                                         'description' => 'The contact id',
  8564.                                         'type' => 'Int!',
  8565.                                     ],
  8566.                                     'visible' => [
  8567.                                         'description' => 'enable or disable visibility',
  8568.                                         'type' => 'Boolean!',
  8569.                                     ],
  8570.                                 ],
  8571.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  8572.                             ],
  8573.                             'addSchoolProfileGalleryPicture' => [
  8574.                                 'type' => 'ProfileUpdateResponse!',
  8575.                                 'args' => [
  8576.                                     'profileID' => [
  8577.                                         'description' => 'The profile id',
  8578.                                         'type' => 'Int!',
  8579.                                     ],
  8580.                                     'picture' => [
  8581.                                         'description' => 'The picture to add',
  8582.                                         'type' => 'UploadFile!',
  8583.                                     ],
  8584.                                 ],
  8585.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  8586.                             ],
  8587.                             'removeSchoolProfileGalleryPicture' => [
  8588.                                 'type' => 'ProfileUpdateResponse!',
  8589.                                 'args' => [
  8590.                                     'profileID' => [
  8591.                                         'description' => 'The profile id',
  8592.                                         'type' => 'Int!',
  8593.                                     ],
  8594.                                     'galleryEntryID' => [
  8595.                                         'description' => 'The gallery entry id',
  8596.                                         'type' => 'Int!',
  8597.                                     ],
  8598.                                 ],
  8599.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  8600.                             ],
  8601.                             'setSchoolProfileGalleryPictureCaption' => [
  8602.                                 'type' => 'ProfileUpdateResponse!',
  8603.                                 'args' => [
  8604.                                     'profileID' => [
  8605.                                         'description' => 'The profile id',
  8606.                                         'type' => 'Int!',
  8607.                                     ],
  8608.                                     'galleryEntryID' => [
  8609.                                         'description' => 'The gallery entry id',
  8610.                                         'type' => 'Int!',
  8611.                                     ],
  8612.                                     'caption' => [
  8613.                                         'description' => 'The caption',
  8614.                                         'type' => 'String!',
  8615.                                     ],
  8616.                                 ],
  8617.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  8618.                             ],
  8619.                             'addSchoolProfileGalleryDocument' => [
  8620.                                 'type' => 'ProfileUpdateResponse!',
  8621.                                 'args' => [
  8622.                                     'profileID' => [
  8623.                                         'description' => 'The profile id',
  8624.                                         'type' => 'Int!',
  8625.                                     ],
  8626.                                     'document' => [
  8627.                                         'description' => 'The document to add',
  8628.                                         'type' => 'UploadFile!',
  8629.                                     ],
  8630.                                     'documentName' => [
  8631.                                         'description' => 'The document name',
  8632.                                         'type' => 'String!',
  8633.                                     ],
  8634.                                 ],
  8635.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  8636.                             ],
  8637.                             'removeSchoolProfileGalleryDocument' => [
  8638.                                 'type' => 'ProfileUpdateResponse!',
  8639.                                 'args' => [
  8640.                                     'profileID' => [
  8641.                                         'description' => 'The profile id',
  8642.                                         'type' => 'Int!',
  8643.                                     ],
  8644.                                     'galleryEntryID' => [
  8645.                                         'description' => 'The gallery entry id',
  8646.                                         'type' => 'Int!',
  8647.                                     ],
  8648.                                 ],
  8649.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  8650.                             ],
  8651.                             'setSchoolProfileGalleryDocumentCaption' => [
  8652.                                 'type' => 'ProfileUpdateResponse!',
  8653.                                 'args' => [
  8654.                                     'profileID' => [
  8655.                                         'description' => 'The profile id',
  8656.                                         'type' => 'Int!',
  8657.                                     ],
  8658.                                     'galleryEntryID' => [
  8659.                                         'description' => 'The gallery entry id',
  8660.                                         'type' => 'Int!',
  8661.                                     ],
  8662.                                     'caption' => [
  8663.                                         'description' => 'The caption',
  8664.                                         'type' => 'String!',
  8665.                                     ],
  8666.                                 ],
  8667.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  8668.                             ],
  8669.                             'addSchoolProfileGalleryVideo' => [
  8670.                                 'type' => 'ProfileUpdateResponse!',
  8671.                                 'args' => [
  8672.                                     'profileID' => [
  8673.                                         'description' => 'The profile id',
  8674.                                         'type' => 'Int!',
  8675.                                     ],
  8676.                                     'youtubeURL' => [
  8677.                                         'description' => 'The youtube url',
  8678.                                         'type' => 'String!',
  8679.                                     ],
  8680.                                     'videoName' => [
  8681.                                         'description' => 'The video name',
  8682.                                         'type' => 'String!',
  8683.                                     ],
  8684.                                 ],
  8685.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  8686.                             ],
  8687.                             'removeSchoolProfileGalleryVideo' => [
  8688.                                 'type' => 'ProfileUpdateResponse!',
  8689.                                 'args' => [
  8690.                                     'profileID' => [
  8691.                                         'description' => 'The profile id',
  8692.                                         'type' => 'Int!',
  8693.                                     ],
  8694.                                     'galleryEntryID' => [
  8695.                                         'description' => 'The gallery entry id',
  8696.                                         'type' => 'Int!',
  8697.                                     ],
  8698.                                 ],
  8699.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  8700.                             ],
  8701.                             'setSchoolProfileGalleryVideoCaption' => [
  8702.                                 'type' => 'ProfileUpdateResponse!',
  8703.                                 'args' => [
  8704.                                     'profileID' => [
  8705.                                         'description' => 'The profile id',
  8706.                                         'type' => 'Int!',
  8707.                                     ],
  8708.                                     'galleryEntryID' => [
  8709.                                         'description' => 'The gallery entry id',
  8710.                                         'type' => 'Int!',
  8711.                                     ],
  8712.                                     'caption' => [
  8713.                                         'description' => 'The caption',
  8714.                                         'type' => 'String!',
  8715.                                     ],
  8716.                                 ],
  8717.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  8718.                             ],
  8719.                             'setSchoolProfileGalleryItemsVisability' => [
  8720.                                 'type' => 'ProfileUpdateResponse!',
  8721.                                 'args' => [
  8722.                                     'profileID' => [
  8723.                                         'description' => 'The profile id',
  8724.                                         'type' => 'Int!',
  8725.                                     ],
  8726.                                     'galleryEntryIDs' => [
  8727.                                         'description' => 'The gallery entry id',
  8728.                                         'type' => '[Int!]',
  8729.                                     ],
  8730.                                     'visible' => [
  8731.                                         'description' => 'enable or disable visibility',
  8732.                                         'type' => 'Boolean!',
  8733.                                     ],
  8734.                                 ],
  8735.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  8736.                             ],
  8737.                             'setSchoolProfileGalleryItemsPosition' => [
  8738.                                 'type' => 'ProfileUpdateResponse!',
  8739.                                 'args' => [
  8740.                                     'profileID' => [
  8741.                                         'description' => 'The profile id',
  8742.                                         'type' => 'Int!',
  8743.                                     ],
  8744.                                     'galleryEntryIDs' => [
  8745.                                         'description' => 'The gallery entry id',
  8746.                                         'type' => '[Int!]',
  8747.                                     ],
  8748.                                 ],
  8749.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  8750.                             ],
  8751.                             'updateSchoolProfileLinks' => [
  8752.                                 'type' => 'ProfileUpdateResponse!',
  8753.                                 'args' => [
  8754.                                     'profileID' => [
  8755.                                         'description' => 'The profile id',
  8756.                                         'type' => 'Int!',
  8757.                                     ],
  8758.                                     'links' => [
  8759.                                         'description' => 'The link urls',
  8760.                                         'type' => '[InLink!]',
  8761.                                     ],
  8762.                                 ],
  8763.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  8764.                             ],
  8765.                             'addSchoolProfileLocation' => [
  8766.                                 'type' => 'ProfileUpdateResponse!',
  8767.                                 'args' => [
  8768.                                     'profileID' => [
  8769.                                         'description' => 'The profile id',
  8770.                                         'type' => 'Int!',
  8771.                                     ],
  8772.                                     'location' => [
  8773.                                         'description' => 'The location data',
  8774.                                         'type' => 'InLocation!',
  8775.                                     ],
  8776.                                 ],
  8777.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  8778.                             ],
  8779.                             'removeSchoolProfileLocation' => [
  8780.                                 'type' => 'ProfileUpdateResponse!',
  8781.                                 'args' => [
  8782.                                     'profileID' => [
  8783.                                         'description' => 'The profile id',
  8784.                                         'type' => 'Int!',
  8785.                                     ],
  8786.                                     'locationID' => [
  8787.                                         'description' => 'The location ID',
  8788.                                         'type' => 'Int!',
  8789.                                     ],
  8790.                                 ],
  8791.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  8792.                             ],
  8793.                             'updateSchoolProfileLocation' => [
  8794.                                 'type' => 'ProfileUpdateResponse!',
  8795.                                 'args' => [
  8796.                                     'profileID' => [
  8797.                                         'description' => 'The profile id',
  8798.                                         'type' => 'Int!',
  8799.                                     ],
  8800.                                     'locationID' => [
  8801.                                         'description' => 'The location ID',
  8802.                                         'type' => 'Int!',
  8803.                                     ],
  8804.                                     'location' => [
  8805.                                         'description' => 'The location data',
  8806.                                         'type' => 'InLocation!',
  8807.                                     ],
  8808.                                 ],
  8809.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  8810.                             ],
  8811.                             'toggleSchoolProfileJob' => [
  8812.                                 'type' => 'ProfileUpdateResponse!',
  8813.                                 'args' => [
  8814.                                     'profileID' => [
  8815.                                         'description' => 'The profile id',
  8816.                                         'type' => 'Int!',
  8817.                                     ],
  8818.                                     'jobID' => [
  8819.                                         'description' => 'The job id',
  8820.                                         'type' => 'Int!',
  8821.                                     ],
  8822.                                     'enable' => [
  8823.                                         'description' => 'enable or disable',
  8824.                                         'type' => 'Boolean!',
  8825.                                     ],
  8826.                                 ],
  8827.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  8828.                             ],
  8829.                             'setSchoolProfileOffers' => [
  8830.                                 'type' => 'ProfileUpdateResponse!',
  8831.                                 'args' => [
  8832.                                     'profileID' => [
  8833.                                         'description' => 'The profile id',
  8834.                                         'type' => 'Int!',
  8835.                                     ],
  8836.                                     'offerIDs' => [
  8837.                                         'description' => 'The offer ids',
  8838.                                         'type' => '[Int!]',
  8839.                                     ],
  8840.                                 ],
  8841.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  8842.                             ],
  8843.                             'setSchoolProfileOffersDate' => [
  8844.                                 'type' => 'ProfileUpdateResponse!',
  8845.                                 'args' => [
  8846.                                     'profileID' => [
  8847.                                         'description' => 'The profile id',
  8848.                                         'type' => 'Int!',
  8849.                                     ],
  8850.                                     'offers' => [
  8851.                                         'description' => 'Array of offer data',
  8852.                                         'type' => '[InOffer!]',
  8853.                                     ],
  8854.                                 ],
  8855.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  8856.                             ],
  8857.                             'toggleSchoolProfileOffer' => [
  8858.                                 'type' => 'ProfileUpdateResponse!',
  8859.                                 'args' => [
  8860.                                     'profileID' => [
  8861.                                         'description' => 'The profile id',
  8862.                                         'type' => 'Int!',
  8863.                                     ],
  8864.                                     'offerID' => [
  8865.                                         'description' => 'The offer id',
  8866.                                         'type' => 'Int!',
  8867.                                     ],
  8868.                                     'enable' => [
  8869.                                         'description' => 'enable or disable',
  8870.                                         'type' => 'Boolean!',
  8871.                                     ],
  8872.                                 ],
  8873.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  8874.                             ],
  8875.                             'updateSchoolProfileDescription' => [
  8876.                                 'type' => 'ProfileUpdateResponse!',
  8877.                                 'args' => [
  8878.                                     'profileID' => [
  8879.                                         'description' => 'The profile id',
  8880.                                         'type' => 'Int!',
  8881.                                     ],
  8882.                                     'description' => [
  8883.                                         'description' => 'The company profile description',
  8884.                                         'type' => 'String!',
  8885.                                     ],
  8886.                                 ],
  8887.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  8888.                             ],
  8889.                             'updateSchoolProfileTrainingInformation' => [
  8890.                                 'type' => 'ProfileUpdateResponse!',
  8891.                                 'args' => [
  8892.                                     'profileID' => [
  8893.                                         'description' => 'The profile id',
  8894.                                         'type' => 'Int!',
  8895.                                     ],
  8896.                                     'trainingInformation' => [
  8897.                                         'description' => 'The school profile training information',
  8898.                                         'type' => 'String!',
  8899.                                     ],
  8900.                                 ],
  8901.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateTrainingInformation", args["profileID"], args["trainingInformation"])',
  8902.                             ],
  8903.                             'updateSchoolProfileEducationInformation' => [
  8904.                                 'type' => 'ProfileUpdateResponse!',
  8905.                                 'args' => [
  8906.                                     'profileID' => [
  8907.                                         'description' => 'The profile id',
  8908.                                         'type' => 'Int!',
  8909.                                     ],
  8910.                                     'educationInformation' => [
  8911.                                         'description' => 'The education information',
  8912.                                         'type' => 'String!',
  8913.                                     ],
  8914.                                 ],
  8915.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  8916.                             ],
  8917.                             'setSchoolProfileHeader' => [
  8918.                                 'type' => 'ProfileUpdateResponse!',
  8919.                                 'args' => [
  8920.                                     'profileID' => [
  8921.                                         'description' => 'The profile id',
  8922.                                         'type' => 'Int!',
  8923.                                     ],
  8924.                                     'galleryEntryID' => [
  8925.                                         'description' => 'The gallery entry id',
  8926.                                         'type' => 'Int!',
  8927.                                     ],
  8928.                                 ],
  8929.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  8930.                             ],
  8931.                             'removeSchoolProfileHeader' => [
  8932.                                 'type' => 'ProfileUpdateResponse!',
  8933.                                 'args' => [
  8934.                                     'profileID' => [
  8935.                                         'description' => 'The profile id',
  8936.                                         'type' => 'Int!',
  8937.                                     ],
  8938.                                 ],
  8939.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeHeaderPicture", args["profileID"])',
  8940.                             ],
  8941.                             'updateSchoolProfileLogo' => [
  8942.                                 'type' => 'ProfileUpdateResponse!',
  8943.                                 'args' => [
  8944.                                     'profileID' => [
  8945.                                         'description' => 'The profile id',
  8946.                                         'type' => 'Int!',
  8947.                                     ],
  8948.                                     'logo' => [
  8949.                                         'description' => 'The picture of the logo',
  8950.                                         'type' => 'UploadFile!',
  8951.                                     ],
  8952.                                     'copyright' => [
  8953.                                         'description' => 'The copyright of the picture',
  8954.                                         'type' => 'String',
  8955.                                     ],
  8956.                                 ],
  8957.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  8958.                             ],
  8959.                             'updateSchoolProfileLogoByGallery' => [
  8960.                                 'type' => 'ProfileUpdateResponse!',
  8961.                                 'args' => [
  8962.                                     'profileID' => [
  8963.                                         'description' => 'The profile id',
  8964.                                         'type' => 'Int!',
  8965.                                     ],
  8966.                                     'galleryEntryID' => [
  8967.                                         'description' => 'The gallery entry id',
  8968.                                         'type' => 'Int!',
  8969.                                     ],
  8970.                                 ],
  8971.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  8972.                             ],
  8973.                             'updateSchoolProfileLogoStyle' => [
  8974.                                 'type' => 'ProfileUpdateResponse!',
  8975.                                 'args' => [
  8976.                                     'profileID' => [
  8977.                                         'description' => 'The profile id',
  8978.                                         'type' => 'Int!',
  8979.                                     ],
  8980.                                     'logoStyle' => [
  8981.                                         'description' => 'The logo style',
  8982.                                         'type' => 'LogoStyle!',
  8983.                                     ],
  8984.                                     'copyright' => [
  8985.                                         'description' => 'The copyright of the picture',
  8986.                                         'type' => 'String',
  8987.                                     ],
  8988.                                 ],
  8989.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  8990.                             ],
  8991.                             'updateSchoolProfileName' => [
  8992.                                 'type' => 'ProfileUpdateResponse!',
  8993.                                 'args' => [
  8994.                                     'profileID' => [
  8995.                                         'description' => 'The profile id',
  8996.                                         'type' => 'Int!',
  8997.                                     ],
  8998.                                     'name' => [
  8999.                                         'description' => 'The new profile name',
  9000.                                         'type' => 'String!',
  9001.                                     ],
  9002.                                 ],
  9003.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  9004.                             ],
  9005.                             'setSchoolProfileSelected' => [
  9006.                                 'type' => 'Status!',
  9007.                                 'args' => [
  9008.                                     'profileID' => [
  9009.                                         'description' => 'The school profile id',
  9010.                                         'type' => 'Int!',
  9011.                                     ],
  9012.                                 ],
  9013.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setSchoolProfileSelected", args["profileID"])',
  9014.                             ],
  9015.                             'deleteSchoolProfileQuiz' => [
  9016.                                 'type' => 'Status!',
  9017.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::deleteSchoolProfileQuiz")',
  9018.                             ],
  9019.                             'updateSchoolProfileQuizQuestions' => [
  9020.                                 'type' => 'Status!',
  9021.                                 'args' => [
  9022.                                     'questions' => [
  9023.                                         'description' => 'The questions',
  9024.                                         'type' => '[InQuizQuestion!]',
  9025.                                     ],
  9026.                                 ],
  9027.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateSchoolProfileQuizQuestions", args["questions"])',
  9028.                             ],
  9029.                             'updateUser' => [
  9030.                                 'type' => 'Status!',
  9031.                                 'args' => [
  9032.                                     'data' => [
  9033.                                         'description' => 'The user data',
  9034.                                         'type' => 'InUser!',
  9035.                                     ],
  9036.                                 ],
  9037.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::updateUser", args["data"])',
  9038.                             ],
  9039.                             'setUserRoleSelected' => [
  9040.                                 'type' => 'Status!',
  9041.                                 'args' => [
  9042.                                     'role' => [
  9043.                                         'description' => 'The user role string',
  9044.                                         'type' => 'String!',
  9045.                                     ],
  9046.                                 ],
  9047.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  9048.                             ],
  9049.                         ],
  9050.                         'name' => 'InternalMutation',
  9051.                         'builders' => [
  9052.                         ],
  9053.                         'interfaces' => [
  9054.                         ],
  9055.                     ],
  9056.                 ],
  9057.                 'DefaultMutation' => [
  9058.                     'type' => 'object',
  9059.                     'inherits' => [
  9060.                         => 'DefaultJobMarketMutation',
  9061.                         => 'DefaultRegisterMutation',
  9062.                         => 'DefaultRookieMutation',
  9063.                         => 'DefaultRookieDayMutation',
  9064.                     ],
  9065.                     'class_name' => 'DefaultMutationType',
  9066.                     'decorator' => false,
  9067.                     'config' => [
  9068.                         'description' => 'Default Mutation',
  9069.                         'fields' => [
  9070.                             'increaseJobMarketApplicationCount' => [
  9071.                                 'type' => 'Status!',
  9072.                                 'args' => [
  9073.                                     'jobMarketID' => [
  9074.                                         'description' => 'The job market id',
  9075.                                         'type' => 'Int!',
  9076.                                     ],
  9077.                                 ],
  9078.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\JobMarketResolver::increaseApplicationCount", args["jobMarketID"])',
  9079.                             ],
  9080.                             'registerBoPartner' => [
  9081.                                 'type' => 'Status!',
  9082.                                 'args' => [
  9083.                                     'login' => [
  9084.                                         'description' => 'The login data',
  9085.                                         'type' => 'InRegisterLogin!',
  9086.                                     ],
  9087.                                     'person' => [
  9088.                                         'description' => 'The person data',
  9089.                                         'type' => 'InRegisterPerson!',
  9090.                                     ],
  9091.                                     'organisation' => [
  9092.                                         'description' => 'The bo partner data',
  9093.                                         'type' => 'InRegisterOrganisation!',
  9094.                                     ],
  9095.                                 ],
  9096.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  9097.                             ],
  9098.                             'registerCompany' => [
  9099.                                 'type' => 'Status!',
  9100.                                 'args' => [
  9101.                                     'login' => [
  9102.                                         'description' => 'The login data',
  9103.                                         'type' => 'InRegisterLogin!',
  9104.                                     ],
  9105.                                     'person' => [
  9106.                                         'description' => 'The person data',
  9107.                                         'type' => 'InRegisterPerson!',
  9108.                                     ],
  9109.                                     'organisation' => [
  9110.                                         'description' => 'The company data',
  9111.                                         'type' => 'InRegisterOrganisation!',
  9112.                                     ],
  9113.                                 ],
  9114.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  9115.                             ],
  9116.                             'registerSchool' => [
  9117.                                 'type' => 'Status!',
  9118.                                 'args' => [
  9119.                                     'login' => [
  9120.                                         'description' => 'The login data',
  9121.                                         'type' => 'InRegisterLogin!',
  9122.                                     ],
  9123.                                     'person' => [
  9124.                                         'description' => 'The person data',
  9125.                                         'type' => 'InRegisterPerson!',
  9126.                                     ],
  9127.                                     'organisation' => [
  9128.                                         'description' => 'The school data',
  9129.                                         'type' => 'InRegisterOrganisation!',
  9130.                                     ],
  9131.                                 ],
  9132.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  9133.                             ],
  9134.                             'registerDirector' => [
  9135.                                 'type' => 'Status!',
  9136.                                 'args' => [
  9137.                                     'login' => [
  9138.                                         'description' => 'The login data',
  9139.                                         'type' => 'InRegisterLogin!',
  9140.                                     ],
  9141.                                     'person' => [
  9142.                                         'description' => 'The person data',
  9143.                                         'type' => 'InRegisterPerson!',
  9144.                                     ],
  9145.                                     'schoolID' => [
  9146.                                         'description' => 'The school id',
  9147.                                         'type' => 'Int!',
  9148.                                     ],
  9149.                                 ],
  9150.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  9151.                             ],
  9152.                             'registerTeacher' => [
  9153.                                 'type' => 'Status!',
  9154.                                 'args' => [
  9155.                                     'login' => [
  9156.                                         'description' => 'The login data',
  9157.                                         'type' => 'InRegisterLogin!',
  9158.                                     ],
  9159.                                     'person' => [
  9160.                                         'description' => 'The person data',
  9161.                                         'type' => 'InRegisterPerson!',
  9162.                                     ],
  9163.                                 ],
  9164.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  9165.                             ],
  9166.                             'rookieRegisterCompany' => [
  9167.                                 'type' => 'Status!',
  9168.                                 'args' => [
  9169.                                     'companyData' => [
  9170.                                         'description' => 'Submitted company data',
  9171.                                         'type' => 'InRookieRegisterCompany!',
  9172.                                     ],
  9173.                                 ],
  9174.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Rookie\\\\RegisterCompanyResolver::registerCompany", args["companyData"])',
  9175.                             ],
  9176.                             'rookieScholarBooking' => [
  9177.                                 'type' => 'Status!',
  9178.                                 'args' => [
  9179.                                     'scholarData' => [
  9180.                                         'description' => 'Submitted scholar data',
  9181.                                         'type' => 'InRookieScholar!',
  9182.                                     ],
  9183.                                 ],
  9184.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Rookie\\\\ScholarBookingResolver::scholarBooking", args["scholarData"])',
  9185.                             ],
  9186.                             'rookiedayRegisterCompany' => [
  9187.                                 'type' => 'Status!',
  9188.                                 'args' => [
  9189.                                     'companyData' => [
  9190.                                         'description' => 'Submitted company data',
  9191.                                         'type' => 'InRookieDayCompany!',
  9192.                                     ],
  9193.                                 ],
  9194.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RookieDay\\\\RegisterCompanyResolver::registerCompany", args["companyData"])',
  9195.                             ],
  9196.                             'rookiedayRegisterScholar' => [
  9197.                                 'type' => 'Status!',
  9198.                                 'args' => [
  9199.                                     'scholarData' => [
  9200.                                         'description' => 'Submitted scholar data',
  9201.                                         'type' => 'InRookieDayScholar!',
  9202.                                     ],
  9203.                                 ],
  9204.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RookieDay\\\\RegisterScholarResolver::registerScholar", args["scholarData"])',
  9205.                             ],
  9206.                             'updateBoPartnerProfileViewCount' => [
  9207.                                 'type' => 'Boolean',
  9208.                                 'args' => [
  9209.                                     'id' => [
  9210.                                         'description' => 'ID of the BO Partner Profile',
  9211.                                         'type' => 'Int',
  9212.                                     ],
  9213.                                     'uuid' => [
  9214.                                         'description' => 'UUID of the BO Partner Profile',
  9215.                                         'type' => 'String',
  9216.                                     ],
  9217.                                 ],
  9218.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::updateViewCount", args["id"], args["uuid"])',
  9219.                             ],
  9220.                             'updateCompanyProfileViewCount' => [
  9221.                                 'type' => 'Boolean',
  9222.                                 'args' => [
  9223.                                     'id' => [
  9224.                                         'description' => 'ID of the Company Profile',
  9225.                                         'type' => 'Int',
  9226.                                     ],
  9227.                                     'uuid' => [
  9228.                                         'description' => 'UUID of the Company Profile',
  9229.                                         'type' => 'String',
  9230.                                     ],
  9231.                                 ],
  9232.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::updateViewCount", args["id"], args["uuid"])',
  9233.                             ],
  9234.                             'updateSchoolProfileViewCount' => [
  9235.                                 'type' => 'Boolean',
  9236.                                 'args' => [
  9237.                                     'id' => [
  9238.                                         'description' => 'ID of the School Profile',
  9239.                                         'type' => 'Int',
  9240.                                     ],
  9241.                                     'uuid' => [
  9242.                                         'description' => 'UUID of the School Profile',
  9243.                                         'type' => 'String',
  9244.                                     ],
  9245.                                 ],
  9246.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::updateViewCount", args["id"], args["uuid"])',
  9247.                             ],
  9248.                         ],
  9249.                         'name' => 'DefaultMutation',
  9250.                         'builders' => [
  9251.                         ],
  9252.                         'interfaces' => [
  9253.                         ],
  9254.                     ],
  9255.                 ],
  9256.                 'RoundPlayersEntry' => [
  9257.                     'type' => 'object',
  9258.                     'class_name' => 'RoundPlayersEntryType',
  9259.                     'inherits' => [
  9260.                     ],
  9261.                     'decorator' => false,
  9262.                     'config' => [
  9263.                         'description' => NULL,
  9264.                         'fields' => [
  9265.                             'round' => [
  9266.                                 'type' => 'Int!',
  9267.                                 'description' => NULL,
  9268.                             ],
  9269.                             'players' => [
  9270.                                 'type' => 'Int!',
  9271.                                 'description' => NULL,
  9272.                             ],
  9273.                         ],
  9274.                         'interfaces' => [
  9275.                         ],
  9276.                         'name' => 'RoundPlayersEntry',
  9277.                         'builders' => [
  9278.                         ],
  9279.                     ],
  9280.                 ],
  9281.                 'StoryCard' => [
  9282.                     'type' => 'object',
  9283.                     'class_name' => 'StoryCardType',
  9284.                     'inherits' => [
  9285.                     ],
  9286.                     'decorator' => false,
  9287.                     'config' => [
  9288.                         'description' => NULL,
  9289.                         'fields' => [
  9290.                             'title' => [
  9291.                                 'type' => 'String',
  9292.                                 'description' => NULL,
  9293.                             ],
  9294.                             'time' => [
  9295.                                 'type' => 'String!',
  9296.                                 'description' => NULL,
  9297.                             ],
  9298.                             'backgroundImage' => [
  9299.                                 'type' => 'Image',
  9300.                                 'description' => NULL,
  9301.                             ],
  9302.                             'backgroundVideo' => [
  9303.                                 'type' => 'Video',
  9304.                                 'description' => NULL,
  9305.                             ],
  9306.                             'embedVideo' => [
  9307.                                 'type' => 'Video',
  9308.                                 'description' => NULL,
  9309.                             ],
  9310.                             'lottieAnimation' => [
  9311.                                 'type' => 'String',
  9312.                                 'description' => NULL,
  9313.                             ],
  9314.                             'textHeading' => [
  9315.                                 'type' => 'String',
  9316.                                 'description' => NULL,
  9317.                             ],
  9318.                             'text' => [
  9319.                                 'type' => 'String',
  9320.                                 'description' => NULL,
  9321.                             ],
  9322.                             'image' => [
  9323.                                 'type' => 'Image',
  9324.                                 'description' => NULL,
  9325.                             ],
  9326.                             'imagePosition' => [
  9327.                                 'type' => 'StoryCardImagePosition',
  9328.                                 'description' => NULL,
  9329.                             ],
  9330.                             'highlightPosition' => [
  9331.                                 'type' => 'StoryCardHighlightPosition',
  9332.                                 'description' => NULL,
  9333.                             ],
  9334.                             'layout' => [
  9335.                                 'type' => 'StoryCardLayout!',
  9336.                                 'description' => NULL,
  9337.                             ],
  9338.                             'theme' => [
  9339.                                 'type' => 'StoryCardTheme!',
  9340.                                 'description' => NULL,
  9341.                             ],
  9342.                         ],
  9343.                         'interfaces' => [
  9344.                         ],
  9345.                         'name' => 'StoryCard',
  9346.                         'builders' => [
  9347.                         ],
  9348.                     ],
  9349.                 ],
  9350.                 'TrophyStats' => [
  9351.                     'type' => 'object',
  9352.                     'class_name' => 'TrophyStatsType',
  9353.                     'inherits' => [
  9354.                     ],
  9355.                     'decorator' => false,
  9356.                     'config' => [
  9357.                         'description' => NULL,
  9358.                         'fields' => [
  9359.                             'scoredCount' => [
  9360.                                 'type' => 'Int!',
  9361.                                 'description' => NULL,
  9362.                             ],
  9363.                             'totalCount' => [
  9364.                                 'type' => 'Int!',
  9365.                                 'description' => NULL,
  9366.                             ],
  9367.                         ],
  9368.                         'interfaces' => [
  9369.                         ],
  9370.                         'name' => 'TrophyStats',
  9371.                         'builders' => [
  9372.                         ],
  9373.                     ],
  9374.                 ],
  9375.                 'GameCategoriesPerGame' => [
  9376.                     'type' => 'object',
  9377.                     'class_name' => 'GameCategoriesPerGameType',
  9378.                     'inherits' => [
  9379.                     ],
  9380.                     'decorator' => false,
  9381.                     'config' => [
  9382.                         'description' => NULL,
  9383.                         'fields' => [
  9384.                             'status' => [
  9385.                                 'type' => 'Status!',
  9386.                                 'description' => NULL,
  9387.                             ],
  9388.                             'guessTheJob' => [
  9389.                                 'type' => 'Int!',
  9390.                                 'description' => NULL,
  9391.                             ],
  9392.                             'quiz' => [
  9393.                                 'type' => 'Int!',
  9394.                                 'description' => NULL,
  9395.                             ],
  9396.                         ],
  9397.                         'interfaces' => [
  9398.                         ],
  9399.                         'name' => 'GameCategoriesPerGame',
  9400.                         'builders' => [
  9401.                         ],
  9402.                     ],
  9403.                 ],
  9404.                 'Person' => [
  9405.                     'type' => 'object',
  9406.                     'class_name' => 'PersonType',
  9407.                     'inherits' => [
  9408.                     ],
  9409.                     'decorator' => false,
  9410.                     'config' => [
  9411.                         'description' => NULL,
  9412.                         'fields' => [
  9413.                             'id' => [
  9414.                                 'type' => 'ID!',
  9415.                                 'description' => NULL,
  9416.                             ],
  9417.                             'firstname' => [
  9418.                                 'type' => 'String!',
  9419.                                 'description' => NULL,
  9420.                             ],
  9421.                             'lastname' => [
  9422.                                 'type' => 'String!',
  9423.                                 'description' => NULL,
  9424.                             ],
  9425.                             'sex' => [
  9426.                                 'type' => 'Int',
  9427.                                 'description' => NULL,
  9428.                             ],
  9429.                             'titles' => [
  9430.                                 'type' => '[Title!]',
  9431.                                 'description' => NULL,
  9432.                             ],
  9433.                         ],
  9434.                         'interfaces' => [
  9435.                         ],
  9436.                         'name' => 'Person',
  9437.                         'builders' => [
  9438.                         ],
  9439.                     ],
  9440.                 ],
  9441.                 'Bookmark' => [
  9442.                     'type' => 'object',
  9443.                     'class_name' => 'BookmarkType',
  9444.                     'inherits' => [
  9445.                     ],
  9446.                     'decorator' => false,
  9447.                     'config' => [
  9448.                         'description' => NULL,
  9449.                         'fields' => [
  9450.                             'id' => [
  9451.                                 'type' => 'ID!',
  9452.                                 'description' => NULL,
  9453.                             ],
  9454.                             'accessToken' => [
  9455.                                 'type' => 'String!',
  9456.                                 'description' => NULL,
  9457.                             ],
  9458.                             'storedValue' => [
  9459.                                 'type' => 'String',
  9460.                                 'description' => NULL,
  9461.                             ],
  9462.                             'createdAt' => [
  9463.                                 'type' => 'String!',
  9464.                                 'description' => NULL,
  9465.                             ],
  9466.                         ],
  9467.                         'interfaces' => [
  9468.                         ],
  9469.                         'name' => 'Bookmark',
  9470.                         'builders' => [
  9471.                         ],
  9472.                     ],
  9473.                 ],
  9474.                 'Contact' => [
  9475.                     'type' => 'object',
  9476.                     'class_name' => 'ContactType',
  9477.                     'inherits' => [
  9478.                     ],
  9479.                     'decorator' => false,
  9480.                     'config' => [
  9481.                         'description' => NULL,
  9482.                         'fields' => [
  9483.                             'id' => [
  9484.                                 'type' => 'ID!',
  9485.                                 'description' => NULL,
  9486.                             ],
  9487.                             'employeePosition' => [
  9488.                                 'type' => 'String',
  9489.                                 'description' => NULL,
  9490.                             ],
  9491.                             'communication' => [
  9492.                                 'type' => 'Communication!',
  9493.                                 'description' => NULL,
  9494.                             ],
  9495.                             'person' => [
  9496.                                 'type' => 'Person!',
  9497.                                 'description' => NULL,
  9498.                             ],
  9499.                             'picture' => [
  9500.                                 'type' => 'Image',
  9501.                                 'description' => NULL,
  9502.                             ],
  9503.                         ],
  9504.                         'interfaces' => [
  9505.                         ],
  9506.                         'name' => 'Contact',
  9507.                         'builders' => [
  9508.                         ],
  9509.                     ],
  9510.                 ],
  9511.                 'GameTrophyHuntSchoolClassEntry' => [
  9512.                     'type' => 'object',
  9513.                     'class_name' => 'GameTrophyHuntSchoolClassEntryType',
  9514.                     'inherits' => [
  9515.                     ],
  9516.                     'decorator' => false,
  9517.                     'config' => [
  9518.                         'description' => NULL,
  9519.                         'fields' => [
  9520.                             'id' => [
  9521.                                 'type' => 'Int!',
  9522.                                 'description' => NULL,
  9523.                             ],
  9524.                             'step' => [
  9525.                                 'type' => 'Int!',
  9526.                                 'description' => NULL,
  9527.                             ],
  9528.                             'description' => [
  9529.                                 'type' => 'String!',
  9530.                                 'description' => NULL,
  9531.                             ],
  9532.                             'wordsLength' => [
  9533.                                 'type' => '[Int!]!',
  9534.                                 'description' => NULL,
  9535.                             ],
  9536.                         ],
  9537.                         'interfaces' => [
  9538.                         ],
  9539.                         'name' => 'GameTrophyHuntSchoolClassEntry',
  9540.                         'builders' => [
  9541.                         ],
  9542.                     ],
  9543.                 ],
  9544.                 'Gallery' => [
  9545.                     'type' => 'object',
  9546.                     'class_name' => 'GalleryType',
  9547.                     'inherits' => [
  9548.                     ],
  9549.                     'decorator' => false,
  9550.                     'config' => [
  9551.                         'description' => NULL,
  9552.                         'fields' => [
  9553.                             'id' => [
  9554.                                 'type' => 'ID!',
  9555.                                 'description' => NULL,
  9556.                             ],
  9557.                             'name' => [
  9558.                                 'type' => 'String',
  9559.                                 'description' => NULL,
  9560.                             ],
  9561.                             'galleryItems' => [
  9562.                                 'type' => '[Media]',
  9563.                                 'description' => NULL,
  9564.                             ],
  9565.                         ],
  9566.                         'interfaces' => [
  9567.                         ],
  9568.                         'name' => 'Gallery',
  9569.                         'builders' => [
  9570.                         ],
  9571.                     ],
  9572.                 ],
  9573.                 'JobSchoolSubject' => [
  9574.                     'type' => 'object',
  9575.                     'class_name' => 'JobSchoolSubjectType',
  9576.                     'inherits' => [
  9577.                     ],
  9578.                     'decorator' => false,
  9579.                     'config' => [
  9580.                         'description' => NULL,
  9581.                         'fields' => [
  9582.                             'id' => [
  9583.                                 'type' => 'ID!',
  9584.                                 'description' => NULL,
  9585.                             ],
  9586.                             'subjectName' => [
  9587.                                 'type' => 'String!',
  9588.                                 'description' => NULL,
  9589.                             ],
  9590.                             'abbreviation' => [
  9591.                                 'type' => 'String!',
  9592.                                 'description' => NULL,
  9593.                             ],
  9594.                         ],
  9595.                         'interfaces' => [
  9596.                         ],
  9597.                         'name' => 'JobSchoolSubject',
  9598.                         'builders' => [
  9599.                         ],
  9600.                     ],
  9601.                 ],
  9602.                 'GameTrophyProgress' => [
  9603.                     'type' => 'object',
  9604.                     'class_name' => 'GameTrophyProgressType',
  9605.                     'inherits' => [
  9606.                     ],
  9607.                     'decorator' => false,
  9608.                     'config' => [
  9609.                         'description' => NULL,
  9610.                         'fields' => [
  9611.                             'id' => [
  9612.                                 'type' => 'ID!',
  9613.                                 'description' => NULL,
  9614.                             ],
  9615.                             'schoolClassID' => [
  9616.                                 'type' => 'Int',
  9617.                                 'description' => NULL,
  9618.                             ],
  9619.                             'createdAt' => [
  9620.                                 'type' => 'String',
  9621.                                 'description' => NULL,
  9622.                             ],
  9623.                             'entries' => [
  9624.                                 'type' => '[GameTrophyProgressEntry!]',
  9625.                                 'description' => NULL,
  9626.                             ],
  9627.                         ],
  9628.                         'interfaces' => [
  9629.                         ],
  9630.                         'name' => 'GameTrophyProgress',
  9631.                         'builders' => [
  9632.                         ],
  9633.                     ],
  9634.                 ],
  9635.                 'SchoolClassLogin' => [
  9636.                     'type' => 'object',
  9637.                     'class_name' => 'SchoolClassLoginType',
  9638.                     'inherits' => [
  9639.                     ],
  9640.                     'decorator' => false,
  9641.                     'config' => [
  9642.                         'description' => NULL,
  9643.                         'fields' => [
  9644.                             'status' => [
  9645.                                 'type' => 'Status!',
  9646.                                 'description' => NULL,
  9647.                             ],
  9648.                             'clientId' => [
  9649.                                 'type' => 'String!',
  9650.                                 'description' => NULL,
  9651.                             ],
  9652.                             'school' => [
  9653.                                 'type' => 'School',
  9654.                                 'description' => NULL,
  9655.                             ],
  9656.                             'schoolClass' => [
  9657.                                 'type' => 'SchoolClass',
  9658.                                 'description' => NULL,
  9659.                             ],
  9660.                         ],
  9661.                         'interfaces' => [
  9662.                         ],
  9663.                         'name' => 'SchoolClassLogin',
  9664.                         'builders' => [
  9665.                         ],
  9666.                     ],
  9667.                 ],
  9668.                 'GlobalSearch' => [
  9669.                     'type' => 'object',
  9670.                     'class_name' => 'GlobalSearchType',
  9671.                     'inherits' => [
  9672.                     ],
  9673.                     'decorator' => false,
  9674.                     'config' => [
  9675.                         'description' => NULL,
  9676.                         'fields' => [
  9677.                             'jobs' => [
  9678.                                 'type' => '[Job!]',
  9679.                                 'description' => NULL,
  9680.                             ],
  9681.                             'jobMarkets' => [
  9682.                                 'type' => '[JobMarket!]',
  9683.                                 'description' => NULL,
  9684.                             ],
  9685.                             'profiles' => [
  9686.                                 'type' => '[Profile!]',
  9687.                                 'description' => NULL,
  9688.                             ],
  9689.                             'stories' => [
  9690.                                 'type' => '[Story!]',
  9691.                                 'description' => NULL,
  9692.                             ],
  9693.                         ],
  9694.                         'interfaces' => [
  9695.                         ],
  9696.                         'name' => 'GlobalSearch',
  9697.                         'builders' => [
  9698.                         ],
  9699.                     ],
  9700.                 ],
  9701.                 'Offer' => [
  9702.                     'type' => 'object',
  9703.                     'class_name' => 'OfferType',
  9704.                     'inherits' => [
  9705.                     ],
  9706.                     'decorator' => false,
  9707.                     'config' => [
  9708.                         'description' => NULL,
  9709.                         'fields' => [
  9710.                             'id' => [
  9711.                                 'type' => 'ID!',
  9712.                                 'description' => NULL,
  9713.                             ],
  9714.                             'offerType' => [
  9715.                                 'type' => 'OfferType',
  9716.                                 'description' => NULL,
  9717.                             ],
  9718.                             'name' => [
  9719.                                 'type' => 'String',
  9720.                                 'description' => NULL,
  9721.                             ],
  9722.                             'dateFrom' => [
  9723.                                 'type' => 'String',
  9724.                                 'description' => NULL,
  9725.                             ],
  9726.                             'dateTo' => [
  9727.                                 'type' => 'String',
  9728.                                 'description' => NULL,
  9729.                             ],
  9730.                         ],
  9731.                         'interfaces' => [
  9732.                         ],
  9733.                         'name' => 'Offer',
  9734.                         'builders' => [
  9735.                         ],
  9736.                     ],
  9737.                 ],
  9738.                 'UserRole' => [
  9739.                     'type' => 'object',
  9740.                     'class_name' => 'UserRoleType',
  9741.                     'inherits' => [
  9742.                     ],
  9743.                     'decorator' => false,
  9744.                     'config' => [
  9745.                         'description' => NULL,
  9746.                         'fields' => [
  9747.                             'id' => [
  9748.                                 'type' => 'Int',
  9749.                                 'description' => NULL,
  9750.                             ],
  9751.                             'roleName' => [
  9752.                                 'type' => 'String',
  9753.                                 'description' => NULL,
  9754.                             ],
  9755.                         ],
  9756.                         'interfaces' => [
  9757.                         ],
  9758.                         'name' => 'UserRole',
  9759.                         'builders' => [
  9760.                         ],
  9761.                     ],
  9762.                 ],
  9763.                 'Video' => [
  9764.                     'type' => 'object',
  9765.                     'class_name' => 'VideoType',
  9766.                     'inherits' => [
  9767.                     ],
  9768.                     'decorator' => false,
  9769.                     'config' => [
  9770.                         'description' => NULL,
  9771.                         'fields' => [
  9772.                             'id' => [
  9773.                                 'type' => 'ID!',
  9774.                                 'description' => NULL,
  9775.                             ],
  9776.                             'title' => [
  9777.                                 'type' => 'String',
  9778.                                 'description' => NULL,
  9779.                             ],
  9780.                             'author' => [
  9781.                                 'type' => 'String',
  9782.                                 'description' => NULL,
  9783.                             ],
  9784.                             'authorUrl' => [
  9785.                                 'type' => 'String',
  9786.                                 'description' => NULL,
  9787.                             ],
  9788.                             'thumbnailUrl' => [
  9789.                                 'type' => 'String',
  9790.                                 'description' => NULL,
  9791.                             ],
  9792.                             'thumbnailHeight' => [
  9793.                                 'type' => 'Int',
  9794.                                 'description' => NULL,
  9795.                             ],
  9796.                             'thumbnailWidth' => [
  9797.                                 'type' => 'Int',
  9798.                                 'description' => NULL,
  9799.                             ],
  9800.                             'src' => [
  9801.                                 'type' => 'String',
  9802.                                 'description' => NULL,
  9803.                             ],
  9804.                         ],
  9805.                         'interfaces' => [
  9806.                         ],
  9807.                         'name' => 'Video',
  9808.                         'builders' => [
  9809.                         ],
  9810.                     ],
  9811.                 ],
  9812.                 'QuestUserType' => [
  9813.                     'type' => 'enum',
  9814.                     'class_name' => 'QuestUserTypeType',
  9815.                     'inherits' => [
  9816.                     ],
  9817.                     'decorator' => false,
  9818.                     'config' => [
  9819.                         'description' => NULL,
  9820.                         'values' => [
  9821.                             'TEACHER' => [
  9822.                                 'description' => NULL,
  9823.                                 'value' => 'TEACHER',
  9824.                             ],
  9825.                             'SCHOLAR' => [
  9826.                                 'description' => NULL,
  9827.                                 'value' => 'SCHOLAR',
  9828.                             ],
  9829.                         ],
  9830.                         'name' => 'QuestUserType',
  9831.                     ],
  9832.                 ],
  9833.                 'ImageData' => [
  9834.                     'type' => 'object',
  9835.                     'class_name' => 'ImageDataType',
  9836.                     'inherits' => [
  9837.                     ],
  9838.                     'decorator' => false,
  9839.                     'config' => [
  9840.                         'description' => NULL,
  9841.                         'fields' => [
  9842.                             'url' => [
  9843.                                 'type' => 'String',
  9844.                                 'description' => NULL,
  9845.                             ],
  9846.                             'width' => [
  9847.                                 'type' => 'Int',
  9848.                                 'description' => NULL,
  9849.                             ],
  9850.                         ],
  9851.                         'interfaces' => [
  9852.                         ],
  9853.                         'name' => 'ImageData',
  9854.                         'builders' => [
  9855.                         ],
  9856.                     ],
  9857.                 ],
  9858.                 'TeachingIdea' => [
  9859.                     'type' => 'object',
  9860.                     'class_name' => 'TeachingIdeaType',
  9861.                     'inherits' => [
  9862.                     ],
  9863.                     'decorator' => false,
  9864.                     'config' => [
  9865.                         'description' => NULL,
  9866.                         'fields' => [
  9867.                             'type' => [
  9868.                                 'type' => 'TeachingIdeaType!',
  9869.                                 'description' => NULL,
  9870.                             ],
  9871.                             'implementedAt' => [
  9872.                                 'type' => 'String!',
  9873.                                 'description' => NULL,
  9874.                             ],
  9875.                             'difficulties' => [
  9876.                                 'type' => 'String!',
  9877.                                 'description' => NULL,
  9878.                             ],
  9879.                             'worksWell' => [
  9880.                                 'type' => 'String!',
  9881.                                 'description' => NULL,
  9882.                             ],
  9883.                             'note' => [
  9884.                                 'type' => 'String!',
  9885.                                 'description' => NULL,
  9886.                             ],
  9887.                             'rating' => [
  9888.                                 'type' => 'Int!',
  9889.                                 'description' => NULL,
  9890.                             ],
  9891.                             'status' => [
  9892.                                 'type' => 'Int!',
  9893.                                 'description' => NULL,
  9894.                             ],
  9895.                         ],
  9896.                         'interfaces' => [
  9897.                         ],
  9898.                         'name' => 'TeachingIdea',
  9899.                         'builders' => [
  9900.                         ],
  9901.                     ],
  9902.                 ],
  9903.                 'UserInfo' => [
  9904.                     'type' => 'object',
  9905.                     'class_name' => 'UserInfoType',
  9906.                     'inherits' => [
  9907.                     ],
  9908.                     'decorator' => false,
  9909.                     'config' => [
  9910.                         'description' => NULL,
  9911.                         'fields' => [
  9912.                             'id' => [
  9913.                                 'type' => 'Int',
  9914.                                 'description' => NULL,
  9915.                             ],
  9916.                             'title' => [
  9917.                                 'type' => '[Title!]',
  9918.                                 'description' => NULL,
  9919.                             ],
  9920.                             'email' => [
  9921.                                 'type' => 'String',
  9922.                                 'description' => NULL,
  9923.                             ],
  9924.                             'username' => [
  9925.                                 'type' => 'String',
  9926.                                 'description' => NULL,
  9927.                             ],
  9928.                             'firstname' => [
  9929.                                 'type' => 'String',
  9930.                                 'description' => NULL,
  9931.                             ],
  9932.                             'lastname' => [
  9933.                                 'type' => 'String',
  9934.                                 'description' => NULL,
  9935.                             ],
  9936.                             'roles' => [
  9937.                                 'type' => '[UserRole]',
  9938.                                 'description' => NULL,
  9939.                             ],
  9940.                             'avatar' => [
  9941.                                 'type' => 'Media',
  9942.                                 'description' => NULL,
  9943.                             ],
  9944.                             'mappingPending' => [
  9945.                                 'type' => 'Boolean!',
  9946.                                 'description' => NULL,
  9947.                             ],
  9948.                         ],
  9949.                         'interfaces' => [
  9950.                         ],
  9951.                         'name' => 'UserInfo',
  9952.                         'builders' => [
  9953.                         ],
  9954.                     ],
  9955.                 ],
  9956.                 'QuestionAnswer' => [
  9957.                     'type' => 'object',
  9958.                     'class_name' => 'QuestionAnswerType',
  9959.                     'inherits' => [
  9960.                     ],
  9961.                     'decorator' => false,
  9962.                     'config' => [
  9963.                         'description' => NULL,
  9964.                         'fields' => [
  9965.                             'id' => [
  9966.                                 'type' => 'ID!',
  9967.                                 'description' => NULL,
  9968.                             ],
  9969.                             'questionID' => [
  9970.                                 'type' => 'Int',
  9971.                                 'description' => NULL,
  9972.                             ],
  9973.                             'text' => [
  9974.                                 'type' => 'String',
  9975.                                 'description' => NULL,
  9976.                             ],
  9977.                         ],
  9978.                         'interfaces' => [
  9979.                         ],
  9980.                         'name' => 'QuestionAnswer',
  9981.                         'builders' => [
  9982.                         ],
  9983.                     ],
  9984.                 ],
  9985.                 'StoryCardImagePosition' => [
  9986.                     'type' => 'enum',
  9987.                     'class_name' => 'StoryCardImagePositionType',
  9988.                     'inherits' => [
  9989.                     ],
  9990.                     'decorator' => false,
  9991.                     'config' => [
  9992.                         'description' => NULL,
  9993.                         'values' => [
  9994.                             'TOP' => [
  9995.                                 'description' => NULL,
  9996.                                 'value' => 'TOP',
  9997.                             ],
  9998.                             'CENTER' => [
  9999.                                 'description' => NULL,
  10000.                                 'value' => 'CENTER',
  10001.                             ],
  10002.                             'BOTTOM' => [
  10003.                                 'description' => NULL,
  10004.                                 'value' => 'BOTTOM',
  10005.                             ],
  10006.                         ],
  10007.                         'name' => 'StoryCardImagePosition',
  10008.                     ],
  10009.                 ],
  10010.                 'GameTimer' => [
  10011.                     'type' => 'object',
  10012.                     'class_name' => 'GameTimerType',
  10013.                     'inherits' => [
  10014.                     ],
  10015.                     'decorator' => false,
  10016.                     'config' => [
  10017.                         'description' => NULL,
  10018.                         'fields' => [
  10019.                             'status' => [
  10020.                                 'type' => 'Status!',
  10021.                                 'description' => NULL,
  10022.                             ],
  10023.                             'id' => [
  10024.                                 'type' => 'Int!',
  10025.                                 'description' => NULL,
  10026.                             ],
  10027.                             'schoolClassID' => [
  10028.                                 'type' => 'Int',
  10029.                                 'description' => NULL,
  10030.                             ],
  10031.                             'startAt' => [
  10032.                                 'type' => 'String',
  10033.                                 'description' => NULL,
  10034.                             ],
  10035.                             'endAt' => [
  10036.                                 'type' => 'String',
  10037.                                 'description' => NULL,
  10038.                             ],
  10039.                             'duration' => [
  10040.                                 'type' => 'Int',
  10041.                                 'description' => NULL,
  10042.                             ],
  10043.                             'createdAt' => [
  10044.                                 'type' => 'String',
  10045.                                 'description' => NULL,
  10046.                             ],
  10047.                         ],
  10048.                         'interfaces' => [
  10049.                         ],
  10050.                         'name' => 'GameTimer',
  10051.                         'builders' => [
  10052.                         ],
  10053.                     ],
  10054.                 ],
  10055.                 'TrophyItemType' => [
  10056.                     'type' => 'enum',
  10057.                     'class_name' => 'TrophyItemTypeType',
  10058.                     'inherits' => [
  10059.                     ],
  10060.                     'decorator' => false,
  10061.                     'config' => [
  10062.                         'description' => NULL,
  10063.                         'values' => [
  10064.                             'BOPARTNERPROFILE' => [
  10065.                                 'description' => NULL,
  10066.                                 'value' => 'BOPARTNERPROFILE',
  10067.                             ],
  10068.                             'CLICKTHEPIC' => [
  10069.                                 'description' => NULL,
  10070.                                 'value' => 'CLICKTHEPIC',
  10071.                             ],
  10072.                             'COMPANYPROFILE' => [
  10073.                                 'description' => NULL,
  10074.                                 'value' => 'COMPANYPROFILE',
  10075.                             ],
  10076.                             'JOB' => [
  10077.                                 'description' => NULL,
  10078.                                 'value' => 'JOB',
  10079.                             ],
  10080.                             'JOBPORTRAIT' => [
  10081.                                 'description' => NULL,
  10082.                                 'value' => 'JOBPORTRAIT',
  10083.                             ],
  10084.                             'PROVIDERQUIZ' => [
  10085.                                 'description' => NULL,
  10086.                                 'value' => 'PROVIDERQUIZ',
  10087.                             ],
  10088.                             'QUIZ' => [
  10089.                                 'description' => NULL,
  10090.                                 'value' => 'QUIZ',
  10091.                             ],
  10092.                             'SCHOOLPORTRAIT' => [
  10093.                                 'description' => NULL,
  10094.                                 'value' => 'SCHOOLPORTRAIT',
  10095.                             ],
  10096.                             'SCHOOLPROFILE' => [
  10097.                                 'description' => NULL,
  10098.                                 'value' => 'SCHOOLPROFILE',
  10099.                             ],
  10100.                             'TEACHINGIDEA' => [
  10101.                                 'description' => NULL,
  10102.                                 'value' => 'TEACHINGIDEA',
  10103.                             ],
  10104.                         ],
  10105.                         'name' => 'TrophyItemType',
  10106.                     ],
  10107.                 ],
  10108.                 'Profile' => [
  10109.                     'type' => 'object',
  10110.                     'class_name' => 'ProfileType',
  10111.                     'inherits' => [
  10112.                     ],
  10113.                     'decorator' => false,
  10114.                     'config' => [
  10115.                         'description' => NULL,
  10116.                         'fields' => [
  10117.                             'id' => [
  10118.                                 'type' => 'ID!',
  10119.                                 'description' => NULL,
  10120.                             ],
  10121.                             'uuid' => [
  10122.                                 'type' => 'String!',
  10123.                                 'description' => NULL,
  10124.                             ],
  10125.                             'name' => [
  10126.                                 'type' => 'String!',
  10127.                                 'description' => NULL,
  10128.                             ],
  10129.                             'searchTags' => [
  10130.                                 'type' => '[SearchTag!]',
  10131.                                 'description' => NULL,
  10132.                             ],
  10133.                             'address' => [
  10134.                                 'type' => '[Address!]',
  10135.                                 'description' => NULL,
  10136.                             ],
  10137.                             'jobs' => [
  10138.                                 'type' => '[Job!]',
  10139.                                 'description' => NULL,
  10140.                             ],
  10141.                             'picture' => [
  10142.                                 'type' => 'Image',
  10143.                                 'description' => NULL,
  10144.                             ],
  10145.                             'benefits' => [
  10146.                                 'type' => '[Benefit!]',
  10147.                                 'description' => NULL,
  10148.                             ],
  10149.                             'profileType' => [
  10150.                                 'type' => 'ProfileType!',
  10151.                                 'description' => NULL,
  10152.                             ],
  10153.                             'profileLink' => [
  10154.                                 'type' => 'ProfileLink',
  10155.                                 'description' => NULL,
  10156.                             ],
  10157.                             'hasStory' => [
  10158.                                 'type' => 'Boolean!',
  10159.                                 'description' => NULL,
  10160.                             ],
  10161.                             'providerUrl' => [
  10162.                                 'type' => 'String',
  10163.                                 'description' => NULL,
  10164.                             ],
  10165.                             'logoStyle' => [
  10166.                                 'type' => 'LogoStyle!',
  10167.                                 'description' => NULL,
  10168.                             ],
  10169.                             'quizDone' => [
  10170.                                 'type' => 'Boolean!',
  10171.                                 'description' => NULL,
  10172.                             ],
  10173.                         ],
  10174.                         'interfaces' => [
  10175.                             => 'ProfileInterface',
  10176.                         ],
  10177.                         'name' => 'Profile',
  10178.                         'builders' => [
  10179.                         ],
  10180.                     ],
  10181.                 ],
  10182.                 'JobMarketResults' => [
  10183.                     'type' => 'object',
  10184.                     'class_name' => 'JobMarketResultsType',
  10185.                     'inherits' => [
  10186.                     ],
  10187.                     'decorator' => false,
  10188.                     'config' => [
  10189.                         'description' => NULL,
  10190.                         'fields' => [
  10191.                             'numResults' => [
  10192.                                 'type' => 'Int!',
  10193.                                 'description' => NULL,
  10194.                             ],
  10195.                             'entries' => [
  10196.                                 'type' => '[JobMarket!]',
  10197.                                 'description' => NULL,
  10198.                             ],
  10199.                         ],
  10200.                         'interfaces' => [
  10201.                         ],
  10202.                         'name' => 'JobMarketResults',
  10203.                         'builders' => [
  10204.                         ],
  10205.                     ],
  10206.                 ],
  10207.                 'ProfileInterface' => [
  10208.                     'type' => 'interface',
  10209.                     'class_name' => 'ProfileInterfaceType',
  10210.                     'inherits' => [
  10211.                     ],
  10212.                     'decorator' => false,
  10213.                     'config' => [
  10214.                         'description' => NULL,
  10215.                         'fields' => [
  10216.                             'id' => [
  10217.                                 'type' => 'ID!',
  10218.                                 'description' => NULL,
  10219.                             ],
  10220.                             'name' => [
  10221.                                 'type' => 'String!',
  10222.                                 'description' => NULL,
  10223.                             ],
  10224.                             'uuid' => [
  10225.                                 'type' => 'String!',
  10226.                                 'description' => NULL,
  10227.                             ],
  10228.                             'searchTags' => [
  10229.                                 'type' => '[SearchTag!]',
  10230.                                 'description' => NULL,
  10231.                             ],
  10232.                             'providerUrl' => [
  10233.                                 'type' => 'String',
  10234.                                 'description' => NULL,
  10235.                             ],
  10236.                             'logoStyle' => [
  10237.                                 'type' => 'LogoStyle!',
  10238.                                 'description' => NULL,
  10239.                             ],
  10240.                         ],
  10241.                         'interfaces' => [
  10242.                         ],
  10243.                         'name' => 'ProfileInterface',
  10244.                     ],
  10245.                 ],
  10246.                 'SchoolLocation' => [
  10247.                     'type' => 'object',
  10248.                     'class_name' => 'SchoolLocationType',
  10249.                     'inherits' => [
  10250.                     ],
  10251.                     'decorator' => false,
  10252.                     'config' => [
  10253.                         'description' => NULL,
  10254.                         'fields' => [
  10255.                             'id' => [
  10256.                                 'type' => 'ID!',
  10257.                                 'description' => NULL,
  10258.                             ],
  10259.                             'name' => [
  10260.                                 'type' => 'String',
  10261.                                 'description' => NULL,
  10262.                             ],
  10263.                             'address' => [
  10264.                                 'type' => 'Address',
  10265.                                 'description' => NULL,
  10266.                             ],
  10267.                         ],
  10268.                         'interfaces' => [
  10269.                         ],
  10270.                         'name' => 'SchoolLocation',
  10271.                         'builders' => [
  10272.                         ],
  10273.                     ],
  10274.                 ],
  10275.                 'StoryGradient' => [
  10276.                     'type' => 'enum',
  10277.                     'class_name' => 'StoryGradientType',
  10278.                     'inherits' => [
  10279.                     ],
  10280.                     'decorator' => false,
  10281.                     'config' => [
  10282.                         'description' => NULL,
  10283.                         'values' => [
  10284.                             'OFF' => [
  10285.                                 'description' => NULL,
  10286.                                 'value' => 'OFF',
  10287.                             ],
  10288.                             'BLACK' => [
  10289.                                 'description' => NULL,
  10290.                                 'value' => 'BLACK',
  10291.                             ],
  10292.                             'WHITE' => [
  10293.                                 'description' => NULL,
  10294.                                 'value' => 'WHITE',
  10295.                             ],
  10296.                         ],
  10297.                         'name' => 'StoryGradient',
  10298.                     ],
  10299.                 ],
  10300.                 'InterestField' => [
  10301.                     'type' => 'object',
  10302.                     'class_name' => 'InterestFieldType',
  10303.                     'inherits' => [
  10304.                     ],
  10305.                     'decorator' => false,
  10306.                     'config' => [
  10307.                         'description' => NULL,
  10308.                         'fields' => [
  10309.                             'id' => [
  10310.                                 'type' => 'ID!',
  10311.                                 'description' => NULL,
  10312.                             ],
  10313.                             'interestName' => [
  10314.                                 'type' => 'String!',
  10315.                                 'description' => NULL,
  10316.                             ],
  10317.                             'subHeading' => [
  10318.                                 'type' => 'String!',
  10319.                                 'description' => NULL,
  10320.                             ],
  10321.                             'countJobs' => [
  10322.                                 'type' => 'Int',
  10323.                                 'description' => NULL,
  10324.                             ],
  10325.                             'countSchools' => [
  10326.                                 'type' => 'Int',
  10327.                                 'description' => NULL,
  10328.                             ],
  10329.                             'countProviders' => [
  10330.                                 'type' => 'Int',
  10331.                                 'description' => NULL,
  10332.                             ],
  10333.                         ],
  10334.                         'interfaces' => [
  10335.                         ],
  10336.                         'name' => 'InterestField',
  10337.                         'builders' => [
  10338.                         ],
  10339.                     ],
  10340.                 ],
  10341.                 'GameTrophy' => [
  10342.                     'type' => 'object',
  10343.                     'class_name' => 'GameTrophyType',
  10344.                     'inherits' => [
  10345.                     ],
  10346.                     'decorator' => false,
  10347.                     'config' => [
  10348.                         'description' => NULL,
  10349.                         'fields' => [
  10350.                             'id' => [
  10351.                                 'type' => 'ID!',
  10352.                                 'description' => NULL,
  10353.                             ],
  10354.                             'trophyName' => [
  10355.                                 'type' => 'String',
  10356.                                 'description' => NULL,
  10357.                             ],
  10358.                             'description' => [
  10359.                                 'type' => 'String',
  10360.                                 'description' => NULL,
  10361.                             ],
  10362.                             'trophyStatus' => [
  10363.                                 'type' => 'GameTrophyStatus!',
  10364.                                 'description' => NULL,
  10365.                             ],
  10366.                         ],
  10367.                         'interfaces' => [
  10368.                         ],
  10369.                         'name' => 'GameTrophy',
  10370.                         'builders' => [
  10371.                         ],
  10372.                     ],
  10373.                 ],
  10374.                 'CompanyProfile' => [
  10375.                     'type' => 'object',
  10376.                     'class_name' => 'CompanyProfileType',
  10377.                     'inherits' => [
  10378.                     ],
  10379.                     'decorator' => false,
  10380.                     'config' => [
  10381.                         'description' => NULL,
  10382.                         'fields' => [
  10383.                             'id' => [
  10384.                                 'type' => 'ID!',
  10385.                                 'description' => NULL,
  10386.                             ],
  10387.                             'uuid' => [
  10388.                                 'type' => 'String!',
  10389.                                 'description' => NULL,
  10390.                             ],
  10391.                             'name' => [
  10392.                                 'type' => 'String!',
  10393.                                 'description' => NULL,
  10394.                             ],
  10395.                             'description' => [
  10396.                                 'type' => 'String',
  10397.                                 'description' => NULL,
  10398.                             ],
  10399.                             'searchTags' => [
  10400.                                 'type' => '[SearchTag!]',
  10401.                                 'description' => NULL,
  10402.                             ],
  10403.                             'locations' => [
  10404.                                 'type' => '[CompanyLocation!]',
  10405.                                 'description' => NULL,
  10406.                             ],
  10407.                             'jobs' => [
  10408.                                 'type' => '[Job!]',
  10409.                                 'description' => NULL,
  10410.                             ],
  10411.                             'communication' => [
  10412.                                 'type' => '[Communication!]',
  10413.                                 'description' => NULL,
  10414.                             ],
  10415.                             'url' => [
  10416.                                 'type' => 'String',
  10417.                                 'description' => NULL,
  10418.                             ],
  10419.                             'contactGallery' => [
  10420.                                 'type' => 'ContactGallery',
  10421.                                 'description' => NULL,
  10422.                             ],
  10423.                             'mediaGallery' => [
  10424.                                 'type' => 'Gallery',
  10425.                                 'description' => NULL,
  10426.                             ],
  10427.                             'documents' => [
  10428.                                 'type' => 'Gallery',
  10429.                                 'description' => NULL,
  10430.                             ],
  10431.                             'founded' => [
  10432.                                 'type' => 'Int',
  10433.                                 'description' => NULL,
  10434.                             ],
  10435.                             'companySize' => [
  10436.                                 'type' => 'CompanySize',
  10437.                                 'description' => NULL,
  10438.                             ],
  10439.                             'companyBenefits' => [
  10440.                                 'type' => '[CompanyBenefit!]',
  10441.                                 'description' => NULL,
  10442.                             ],
  10443.                             'certificates' => [
  10444.                                 'type' => '[CompanyCertificate!]',
  10445.                                 'description' => NULL,
  10446.                             ],
  10447.                             'trainingInformation' => [
  10448.                                 'type' => 'String',
  10449.                                 'description' => NULL,
  10450.                             ],
  10451.                             'companyProfilePicture' => [
  10452.                                 'type' => 'Image',
  10453.                                 'description' => NULL,
  10454.                             ],
  10455.                             'headerPicture' => [
  10456.                                 'type' => 'Image',
  10457.                                 'description' => NULL,
  10458.                             ],
  10459.                             'profileLink' => [
  10460.                                 'type' => 'ProfileLink',
  10461.                                 'description' => NULL,
  10462.                             ],
  10463.                             'offers' => [
  10464.                                 'type' => '[Offer!]',
  10465.                                 'description' => NULL,
  10466.                             ],
  10467.                             'relatedCompanies' => [
  10468.                                 'type' => '[CompanyProfile!]',
  10469.                                 'description' => NULL,
  10470.                             ],
  10471.                             'jobMarkets' => [
  10472.                                 'type' => '[JobMarket!]',
  10473.                                 'description' => NULL,
  10474.                             ],
  10475.                             'quizUrl' => [
  10476.                                 'type' => 'String',
  10477.                                 'description' => NULL,
  10478.                             ],
  10479.                             'visits' => [
  10480.                                 'type' => 'Int',
  10481.                                 'description' => NULL,
  10482.                             ],
  10483.                             'providerUrl' => [
  10484.                                 'type' => 'String',
  10485.                                 'description' => NULL,
  10486.                             ],
  10487.                             'logoStyle' => [
  10488.                                 'type' => 'LogoStyle!',
  10489.                                 'description' => NULL,
  10490.                             ],
  10491.                         ],
  10492.                         'interfaces' => [
  10493.                             => 'ProfileInterface',
  10494.                         ],
  10495.                         'name' => 'CompanyProfile',
  10496.                         'builders' => [
  10497.                         ],
  10498.                     ],
  10499.                 ],
  10500.                 'UserSetting' => [
  10501.                     'type' => 'object',
  10502.                     'class_name' => 'UserSettingType',
  10503.                     'inherits' => [
  10504.                     ],
  10505.                     'decorator' => false,
  10506.                     'config' => [
  10507.                         'description' => NULL,
  10508.                         'fields' => [
  10509.                             'status' => [
  10510.                                 'type' => 'Status!',
  10511.                                 'description' => NULL,
  10512.                             ],
  10513.                             'selectedUserRole' => [
  10514.                                 'type' => 'String!',
  10515.                                 'description' => NULL,
  10516.                             ],
  10517.                             'userRoles' => [
  10518.                                 'type' => '[String!]',
  10519.                                 'description' => NULL,
  10520.                             ],
  10521.                             'changedAt' => [
  10522.                                 'type' => 'String!',
  10523.                                 'description' => NULL,
  10524.                             ],
  10525.                             'createdAt' => [
  10526.                                 'type' => 'String!',
  10527.                                 'description' => NULL,
  10528.                             ],
  10529.                         ],
  10530.                         'interfaces' => [
  10531.                         ],
  10532.                         'name' => 'UserSetting',
  10533.                         'builders' => [
  10534.                         ],
  10535.                     ],
  10536.                 ],
  10537.                 'PopularSchool' => [
  10538.                     'type' => 'object',
  10539.                     'class_name' => 'PopularSchoolType',
  10540.                     'inherits' => [
  10541.                     ],
  10542.                     'decorator' => false,
  10543.                     'config' => [
  10544.                         'description' => NULL,
  10545.                         'fields' => [
  10546.                             'id' => [
  10547.                                 'type' => 'Int!',
  10548.                                 'description' => NULL,
  10549.                             ],
  10550.                             'schoolName' => [
  10551.                                 'type' => 'String!',
  10552.                                 'description' => NULL,
  10553.                             ],
  10554.                             'value' => [
  10555.                                 'type' => 'Int!',
  10556.                                 'description' => NULL,
  10557.                             ],
  10558.                         ],
  10559.                         'interfaces' => [
  10560.                         ],
  10561.                         'name' => 'PopularSchool',
  10562.                         'builders' => [
  10563.                         ],
  10564.                     ],
  10565.                 ],
  10566.                 'CompanyLocation' => [
  10567.                     'type' => 'object',
  10568.                     'class_name' => 'CompanyLocationType',
  10569.                     'inherits' => [
  10570.                     ],
  10571.                     'decorator' => false,
  10572.                     'config' => [
  10573.                         'description' => NULL,
  10574.                         'fields' => [
  10575.                             'id' => [
  10576.                                 'type' => 'ID!',
  10577.                                 'description' => NULL,
  10578.                             ],
  10579.                             'name' => [
  10580.                                 'type' => 'String',
  10581.                                 'description' => NULL,
  10582.                             ],
  10583.                             'address' => [
  10584.                                 'type' => 'Address',
  10585.                                 'description' => NULL,
  10586.                             ],
  10587.                         ],
  10588.                         'interfaces' => [
  10589.                         ],
  10590.                         'name' => 'CompanyLocation',
  10591.                         'builders' => [
  10592.                         ],
  10593.                     ],
  10594.                 ],
  10595.                 'JobRequirement' => [
  10596.                     'type' => 'object',
  10597.                     'class_name' => 'JobRequirementType',
  10598.                     'inherits' => [
  10599.                     ],
  10600.                     'decorator' => false,
  10601.                     'config' => [
  10602.                         'description' => NULL,
  10603.                         'fields' => [
  10604.                             'id' => [
  10605.                                 'type' => 'ID!',
  10606.                                 'description' => NULL,
  10607.                             ],
  10608.                             'bicID' => [
  10609.                                 'type' => 'Int',
  10610.                                 'description' => NULL,
  10611.                             ],
  10612.                             'requirementName' => [
  10613.                                 'type' => 'String!',
  10614.                                 'description' => NULL,
  10615.                             ],
  10616.                             'description' => [
  10617.                                 'type' => 'String',
  10618.                                 'description' => NULL,
  10619.                             ],
  10620.                         ],
  10621.                         'interfaces' => [
  10622.                         ],
  10623.                         'name' => 'JobRequirement',
  10624.                         'builders' => [
  10625.                         ],
  10626.                     ],
  10627.                 ],
  10628.                 'Quest' => [
  10629.                     'type' => 'object',
  10630.                     'class_name' => 'QuestType',
  10631.                     'inherits' => [
  10632.                     ],
  10633.                     'decorator' => false,
  10634.                     'config' => [
  10635.                         'description' => NULL,
  10636.                         'fields' => [
  10637.                             'id' => [
  10638.                                 'type' => 'ID!',
  10639.                                 'description' => NULL,
  10640.                             ],
  10641.                             'questTitle' => [
  10642.                                 'type' => 'String',
  10643.                                 'description' => NULL,
  10644.                             ],
  10645.                             'descriptionText' => [
  10646.                                 'type' => 'String',
  10647.                                 'description' => NULL,
  10648.                             ],
  10649.                             'startAt' => [
  10650.                                 'type' => 'String',
  10651.                                 'description' => NULL,
  10652.                             ],
  10653.                             'endAt' => [
  10654.                                 'type' => 'String',
  10655.                                 'description' => NULL,
  10656.                             ],
  10657.                             'remainingTime' => [
  10658.                                 'type' => 'String',
  10659.                                 'description' => NULL,
  10660.                             ],
  10661.                             'questTasks' => [
  10662.                                 'type' => '[QuestTask!]',
  10663.                                 'description' => NULL,
  10664.                             ],
  10665.                             'iconNumber' => [
  10666.                                 'type' => 'Int',
  10667.                                 'description' => NULL,
  10668.                             ],
  10669.                             'interestField' => [
  10670.                                 'type' => 'InterestField',
  10671.                                 'description' => NULL,
  10672.                             ],
  10673.                         ],
  10674.                         'interfaces' => [
  10675.                         ],
  10676.                         'name' => 'Quest',
  10677.                         'builders' => [
  10678.                         ],
  10679.                     ],
  10680.                 ],
  10681.                 'JobMarketSubmitType' => [
  10682.                     'type' => 'enum',
  10683.                     'class_name' => 'JobMarketSubmitTypeType',
  10684.                     'inherits' => [
  10685.                     ],
  10686.                     'decorator' => false,
  10687.                     'config' => [
  10688.                         'description' => NULL,
  10689.                         'values' => [
  10690.                             'NORMAL' => [
  10691.                                 'description' => NULL,
  10692.                                 'value' => 'NORMAL',
  10693.                             ],
  10694.                             'EXISTING' => [
  10695.                                 'description' => NULL,
  10696.                                 'value' => 'EXISTING',
  10697.                             ],
  10698.                         ],
  10699.                         'name' => 'JobMarketSubmitType',
  10700.                     ],
  10701.                 ],
  10702.                 'Title' => [
  10703.                     'type' => 'object',
  10704.                     'class_name' => 'TitleType',
  10705.                     'inherits' => [
  10706.                     ],
  10707.                     'decorator' => false,
  10708.                     'config' => [
  10709.                         'description' => NULL,
  10710.                         'fields' => [
  10711.                             'id' => [
  10712.                                 'type' => 'Int!',
  10713.                                 'description' => NULL,
  10714.                             ],
  10715.                             'shortName' => [
  10716.                                 'type' => 'String!',
  10717.                                 'description' => NULL,
  10718.                             ],
  10719.                             'description' => [
  10720.                                 'type' => 'String!',
  10721.                                 'description' => NULL,
  10722.                             ],
  10723.                         ],
  10724.                         'interfaces' => [
  10725.                         ],
  10726.                         'name' => 'Title',
  10727.                         'builders' => [
  10728.                         ],
  10729.                     ],
  10730.                 ],
  10731.                 'StoryCardLayout' => [
  10732.                     'type' => 'enum',
  10733.                     'class_name' => 'StoryCardLayoutType',
  10734.                     'inherits' => [
  10735.                     ],
  10736.                     'decorator' => false,
  10737.                     'config' => [
  10738.                         'description' => NULL,
  10739.                         'values' => [
  10740.                             'COVER' => [
  10741.                                 'description' => NULL,
  10742.                                 'value' => 'COVER',
  10743.                             ],
  10744.                             'VIDEO' => [
  10745.                                 'description' => NULL,
  10746.                                 'value' => 'VIDEO',
  10747.                             ],
  10748.                             'ANIMATION' => [
  10749.                                 'description' => NULL,
  10750.                                 'value' => 'ANIMATION',
  10751.                             ],
  10752.                             'CONTENT' => [
  10753.                                 'description' => NULL,
  10754.                                 'value' => 'CONTENT',
  10755.                             ],
  10756.                             'HIGHLIGHT' => [
  10757.                                 'description' => NULL,
  10758.                                 'value' => 'HIGHLIGHT',
  10759.                             ],
  10760.                             'QUIZ' => [
  10761.                                 'description' => NULL,
  10762.                                 'value' => 'QUIZ',
  10763.                             ],
  10764.                             'QUIZGAME' => [
  10765.                                 'description' => NULL,
  10766.                                 'value' => 'QUIZGAME',
  10767.                             ],
  10768.                         ],
  10769.                         'name' => 'StoryCardLayout',
  10770.                     ],
  10771.                 ],
  10772.                 'ProfileType' => [
  10773.                     'type' => 'object',
  10774.                     'class_name' => 'ProfileTypeType',
  10775.                     'inherits' => [
  10776.                     ],
  10777.                     'decorator' => false,
  10778.                     'config' => [
  10779.                         'description' => NULL,
  10780.                         'fields' => [
  10781.                             'id' => [
  10782.                                 'type' => 'ID!',
  10783.                                 'description' => NULL,
  10784.                             ],
  10785.                             'name' => [
  10786.                                 'type' => 'String!',
  10787.                                 'description' => NULL,
  10788.                             ],
  10789.                             'shortName' => [
  10790.                                 'type' => 'String!',
  10791.                                 'description' => NULL,
  10792.                             ],
  10793.                             'position' => [
  10794.                                 'type' => 'Int!',
  10795.                                 'description' => NULL,
  10796.                             ],
  10797.                         ],
  10798.                         'interfaces' => [
  10799.                         ],
  10800.                         'name' => 'ProfileType',
  10801.                         'builders' => [
  10802.                         ],
  10803.                     ],
  10804.                 ],
  10805.                 'CommonResult' => [
  10806.                     'type' => 'object',
  10807.                     'class_name' => 'CommonResultType',
  10808.                     'inherits' => [
  10809.                     ],
  10810.                     'decorator' => false,
  10811.                     'config' => [
  10812.                         'description' => NULL,
  10813.                         'fields' => [
  10814.                             'status' => [
  10815.                                 'type' => 'Status!',
  10816.                                 'description' => NULL,
  10817.                             ],
  10818.                             'intValue' => [
  10819.                                 'type' => 'Int',
  10820.                                 'description' => NULL,
  10821.                             ],
  10822.                             'stringValue' => [
  10823.                                 'type' => 'String',
  10824.                                 'description' => NULL,
  10825.                             ],
  10826.                         ],
  10827.                         'interfaces' => [
  10828.                         ],
  10829.                         'name' => 'CommonResult',
  10830.                         'builders' => [
  10831.                         ],
  10832.                     ],
  10833.                 ],
  10834.                 'ProfileLinkEntry' => [
  10835.                     'type' => 'object',
  10836.                     'class_name' => 'ProfileLinkEntryType',
  10837.                     'inherits' => [
  10838.                     ],
  10839.                     'decorator' => false,
  10840.                     'config' => [
  10841.                         'description' => NULL,
  10842.                         'fields' => [
  10843.                             'id' => [
  10844.                                 'type' => 'Int!',
  10845.                                 'description' => NULL,
  10846.                             ],
  10847.                             'linkType' => [
  10848.                                 'type' => 'ProfileLinkType!',
  10849.                                 'description' => NULL,
  10850.                             ],
  10851.                             'linkValue' => [
  10852.                                 'type' => 'String!',
  10853.                                 'description' => NULL,
  10854.                             ],
  10855.                         ],
  10856.                         'interfaces' => [
  10857.                         ],
  10858.                         'name' => 'ProfileLinkEntry',
  10859.                         'builders' => [
  10860.                         ],
  10861.                     ],
  10862.                 ],
  10863.                 'InfoSectionSubCategory' => [
  10864.                     'type' => 'object',
  10865.                     'class_name' => 'InfoSectionSubCategoryType',
  10866.                     'inherits' => [
  10867.                     ],
  10868.                     'decorator' => false,
  10869.                     'config' => [
  10870.                         'description' => NULL,
  10871.                         'fields' => [
  10872.                             'id' => [
  10873.                                 'type' => 'ID!',
  10874.                                 'description' => NULL,
  10875.                             ],
  10876.                             'heading' => [
  10877.                                 'type' => 'String!',
  10878.                                 'description' => NULL,
  10879.                             ],
  10880.                             'description' => [
  10881.                                 'type' => 'String',
  10882.                                 'description' => NULL,
  10883.                             ],
  10884.                             'position' => [
  10885.                                 'type' => 'Int',
  10886.                                 'description' => NULL,
  10887.                             ],
  10888.                             'urlText' => [
  10889.                                 'type' => 'String',
  10890.                                 'description' => NULL,
  10891.                             ],
  10892.                             'entries' => [
  10893.                                 'type' => '[InfoSectionEntry!]',
  10894.                                 'description' => NULL,
  10895.                             ],
  10896.                         ],
  10897.                         'interfaces' => [
  10898.                         ],
  10899.                         'name' => 'InfoSectionSubCategory',
  10900.                         'builders' => [
  10901.                         ],
  10902.                     ],
  10903.                 ],
  10904.                 'StoryUser' => [
  10905.                     'type' => 'object',
  10906.                     'class_name' => 'StoryUserType',
  10907.                     'inherits' => [
  10908.                     ],
  10909.                     'decorator' => false,
  10910.                     'config' => [
  10911.                         'description' => NULL,
  10912.                         'fields' => [
  10913.                             'avatar' => [
  10914.                                 'type' => 'Image',
  10915.                                 'description' => NULL,
  10916.                             ],
  10917.                             'position' => [
  10918.                                 'type' => 'String',
  10919.                                 'description' => NULL,
  10920.                             ],
  10921.                         ],
  10922.                         'interfaces' => [
  10923.                         ],
  10924.                         'name' => 'StoryUser',
  10925.                         'builders' => [
  10926.                         ],
  10927.                     ],
  10928.                 ],
  10929.                 'JobScholasticDuration' => [
  10930.                     'type' => 'object',
  10931.                     'class_name' => 'JobScholasticDurationType',
  10932.                     'inherits' => [
  10933.                     ],
  10934.                     'decorator' => false,
  10935.                     'config' => [
  10936.                         'description' => NULL,
  10937.                         'fields' => [
  10938.                             'id' => [
  10939.                                 'type' => 'ID!',
  10940.                                 'description' => NULL,
  10941.                             ],
  10942.                             'durationName' => [
  10943.                                 'type' => 'String',
  10944.                                 'description' => NULL,
  10945.                             ],
  10946.                             'position' => [
  10947.                                 'type' => 'Int',
  10948.                                 'description' => NULL,
  10949.                             ],
  10950.                         ],
  10951.                         'interfaces' => [
  10952.                         ],
  10953.                         'name' => 'JobScholasticDuration',
  10954.                         'builders' => [
  10955.                         ],
  10956.                     ],
  10957.                 ],
  10958.                 'GameCategory' => [
  10959.                     'type' => 'object',
  10960.                     'class_name' => 'GameCategoryType',
  10961.                     'inherits' => [
  10962.                     ],
  10963.                     'decorator' => false,
  10964.                     'config' => [
  10965.                         'description' => NULL,
  10966.                         'fields' => [
  10967.                             'id' => [
  10968.                                 'type' => 'ID!',
  10969.                                 'description' => NULL,
  10970.                             ],
  10971.                             'name' => [
  10972.                                 'type' => 'String!',
  10973.                                 'description' => NULL,
  10974.                             ],
  10975.                             'multiplier' => [
  10976.                                 'type' => 'Float!',
  10977.                                 'description' => NULL,
  10978.                             ],
  10979.                             'isActive' => [
  10980.                                 'type' => 'Boolean!',
  10981.                                 'description' => NULL,
  10982.                             ],
  10983.                             'isSelected' => [
  10984.                                 'type' => 'Boolean!',
  10985.                                 'description' => NULL,
  10986.                             ],
  10987.                             'progress' => [
  10988.                                 'type' => '[GameCategoryProgress!]',
  10989.                                 'description' => NULL,
  10990.                             ],
  10991.                             'isQuestOfMonth' => [
  10992.                                 'type' => 'Boolean!',
  10993.                                 'description' => NULL,
  10994.                             ],
  10995.                             'scoreType' => [
  10996.                                 'type' => 'Int',
  10997.                                 'description' => NULL,
  10998.                             ],
  10999.                             'completePoints' => [
  11000.                                 'type' => 'Int',
  11001.                                 'description' => NULL,
  11002.                             ],
  11003.                             'totalPoints' => [
  11004.                                 'type' => 'Int',
  11005.                                 'description' => NULL,
  11006.                             ],
  11007.                             'completeEntries' => [
  11008.                                 'type' => 'Int',
  11009.                                 'description' => NULL,
  11010.                             ],
  11011.                             'totalEntries' => [
  11012.                                 'type' => 'Int',
  11013.                                 'description' => NULL,
  11014.                             ],
  11015.                         ],
  11016.                         'interfaces' => [
  11017.                         ],
  11018.                         'name' => 'GameCategory',
  11019.                         'builders' => [
  11020.                         ],
  11021.                     ],
  11022.                 ],
  11023.                 'Appointment' => [
  11024.                     'type' => 'object',
  11025.                     'class_name' => 'AppointmentType',
  11026.                     'inherits' => [
  11027.                     ],
  11028.                     'decorator' => false,
  11029.                     'config' => [
  11030.                         'description' => NULL,
  11031.                         'fields' => [
  11032.                             'id' => [
  11033.                                 'type' => 'ID!',
  11034.                                 'description' => NULL,
  11035.                             ],
  11036.                             'startTime' => [
  11037.                                 'type' => 'String',
  11038.                                 'description' => NULL,
  11039.                             ],
  11040.                             'endTime' => [
  11041.                                 'type' => 'String',
  11042.                                 'description' => NULL,
  11043.                             ],
  11044.                             'startDate' => [
  11045.                                 'type' => 'String',
  11046.                                 'description' => NULL,
  11047.                             ],
  11048.                             'endDate' => [
  11049.                                 'type' => 'String',
  11050.                                 'description' => NULL,
  11051.                             ],
  11052.                             'note' => [
  11053.                                 'type' => 'AppointmentNote',
  11054.                                 'description' => NULL,
  11055.                             ],
  11056.                             'bookableUntil' => [
  11057.                                 'type' => 'String',
  11058.                                 'description' => NULL,
  11059.                             ],
  11060.                             'maxParticipantes' => [
  11061.                                 'type' => 'Int',
  11062.                                 'description' => NULL,
  11063.                             ],
  11064.                             'appointmentType' => [
  11065.                                 'type' => 'AppointmentType',
  11066.                                 'description' => NULL,
  11067.                             ],
  11068.                             'appointmentState' => [
  11069.                                 'type' => 'AppointmentState',
  11070.                                 'description' => NULL,
  11071.                             ],
  11072.                             'bookingLink' => [
  11073.                                 'type' => 'String',
  11074.                                 'description' => NULL,
  11075.                             ],
  11076.                         ],
  11077.                         'interfaces' => [
  11078.                         ],
  11079.                         'name' => 'Appointment',
  11080.                         'builders' => [
  11081.                         ],
  11082.                     ],
  11083.                 ],
  11084.                 'JobMarketDistrict' => [
  11085.                     'type' => 'object',
  11086.                     'class_name' => 'JobMarketDistrictType',
  11087.                     'inherits' => [
  11088.                     ],
  11089.                     'decorator' => false,
  11090.                     'config' => [
  11091.                         'description' => NULL,
  11092.                         'fields' => [
  11093.                             'districtID' => [
  11094.                                 'type' => 'Int',
  11095.                                 'description' => NULL,
  11096.                             ],
  11097.                             'districtName' => [
  11098.                                 'type' => 'String',
  11099.                                 'description' => NULL,
  11100.                             ],
  11101.                             'trainingCompanies' => [
  11102.                                 'type' => '[CompanyProfileSimple!]',
  11103.                                 'description' => NULL,
  11104.                             ],
  11105.                             'jobMarketEntries' => [
  11106.                                 'type' => '[CompanyProfileSimple!]',
  11107.                                 'description' => NULL,
  11108.                             ],
  11109.                         ],
  11110.                         'interfaces' => [
  11111.                         ],
  11112.                         'name' => 'JobMarketDistrict',
  11113.                         'builders' => [
  11114.                         ],
  11115.                     ],
  11116.                 ],
  11117.                 'FaqQuestion' => [
  11118.                     'type' => 'object',
  11119.                     'class_name' => 'FaqQuestionType',
  11120.                     'inherits' => [
  11121.                     ],
  11122.                     'decorator' => false,
  11123.                     'config' => [
  11124.                         'description' => NULL,
  11125.                         'fields' => [
  11126.                             'question' => [
  11127.                                 'type' => 'String!',
  11128.                                 'description' => NULL,
  11129.                             ],
  11130.                             'answer' => [
  11131.                                 'type' => 'String!',
  11132.                                 'description' => NULL,
  11133.                             ],
  11134.                             'position' => [
  11135.                                 'type' => 'Int',
  11136.                                 'description' => NULL,
  11137.                             ],
  11138.                         ],
  11139.                         'interfaces' => [
  11140.                         ],
  11141.                         'name' => 'FaqQuestion',
  11142.                         'builders' => [
  11143.                         ],
  11144.                     ],
  11145.                 ],
  11146.                 'KeyValue' => [
  11147.                     'type' => 'object',
  11148.                     'class_name' => 'KeyValueType',
  11149.                     'inherits' => [
  11150.                     ],
  11151.                     'decorator' => false,
  11152.                     'config' => [
  11153.                         'description' => NULL,
  11154.                         'fields' => [
  11155.                             'key' => [
  11156.                                 'type' => 'String!',
  11157.                                 'description' => NULL,
  11158.                             ],
  11159.                             'value' => [
  11160.                                 'type' => 'String',
  11161.                                 'description' => NULL,
  11162.                             ],
  11163.                         ],
  11164.                         'interfaces' => [
  11165.                         ],
  11166.                         'name' => 'KeyValue',
  11167.                         'builders' => [
  11168.                         ],
  11169.                     ],
  11170.                 ],
  11171.                 'FaqSubCategory' => [
  11172.                     'type' => 'object',
  11173.                     'class_name' => 'FaqSubCategoryType',
  11174.                     'inherits' => [
  11175.                     ],
  11176.                     'decorator' => false,
  11177.                     'config' => [
  11178.                         'description' => NULL,
  11179.                         'fields' => [
  11180.                             'subCategoryName' => [
  11181.                                 'type' => 'String!',
  11182.                                 'description' => NULL,
  11183.                             ],
  11184.                             'position' => [
  11185.                                 'type' => 'Int!',
  11186.                                 'description' => NULL,
  11187.                             ],
  11188.                             'questions' => [
  11189.                                 'type' => '[FaqQuestion!]',
  11190.                                 'description' => NULL,
  11191.                             ],
  11192.                         ],
  11193.                         'interfaces' => [
  11194.                         ],
  11195.                         'name' => 'FaqSubCategory',
  11196.                         'builders' => [
  11197.                         ],
  11198.                     ],
  11199.                 ],
  11200.                 'CompanyContact' => [
  11201.                     'type' => 'object',
  11202.                     'class_name' => 'CompanyContactType',
  11203.                     'inherits' => [
  11204.                     ],
  11205.                     'decorator' => false,
  11206.                     'config' => [
  11207.                         'description' => NULL,
  11208.                         'fields' => [
  11209.                             'id' => [
  11210.                                 'type' => 'ID!',
  11211.                                 'description' => NULL,
  11212.                             ],
  11213.                             'employeePosition' => [
  11214.                                 'type' => 'String!',
  11215.                                 'description' => NULL,
  11216.                             ],
  11217.                             'communication' => [
  11218.                                 'type' => 'Communication!',
  11219.                                 'description' => NULL,
  11220.                             ],
  11221.                         ],
  11222.                         'interfaces' => [
  11223.                         ],
  11224.                         'name' => 'CompanyContact',
  11225.                         'builders' => [
  11226.                         ],
  11227.                     ],
  11228.                 ],
  11229.                 'GameTimerModifyType' => [
  11230.                     'type' => 'enum',
  11231.                     'class_name' => 'GameTimerModifyTypeType',
  11232.                     'inherits' => [
  11233.                     ],
  11234.                     'decorator' => false,
  11235.                     'config' => [
  11236.                         'description' => NULL,
  11237.                         'values' => [
  11238.                             'END' => [
  11239.                                 'description' => NULL,
  11240.                                 'value' => 'END',
  11241.                             ],
  11242.                             'EXTEND' => [
  11243.                                 'description' => NULL,
  11244.                                 'value' => 'EXTEND',
  11245.                             ],
  11246.                             'PAUSE' => [
  11247.                                 'description' => NULL,
  11248.                                 'value' => 'PAUSE',
  11249.                             ],
  11250.                             'RESUME' => [
  11251.                                 'description' => NULL,
  11252.                                 'value' => 'RESUME',
  11253.                             ],
  11254.                         ],
  11255.                         'name' => 'GameTimerModifyType',
  11256.                     ],
  11257.                 ],
  11258.                 'GameType' => [
  11259.                     'type' => 'enum',
  11260.                     'class_name' => 'GameTypeType',
  11261.                     'inherits' => [
  11262.                     ],
  11263.                     'decorator' => false,
  11264.                     'config' => [
  11265.                         'description' => NULL,
  11266.                         'values' => [
  11267.                             'NOTSET' => [
  11268.                                 'description' => NULL,
  11269.                                 'value' => 'NOTSET',
  11270.                             ],
  11271.                             'QUIZ' => [
  11272.                                 'description' => NULL,
  11273.                                 'value' => 'QUIZ',
  11274.                             ],
  11275.                             'CLICKTHEPIC' => [
  11276.                                 'description' => NULL,
  11277.                                 'value' => 'CLICKTHEPIC',
  11278.                             ],
  11279.                             'STORYQUIZGAME' => [
  11280.                                 'description' => NULL,
  11281.                                 'value' => 'STORYQUIZGAME',
  11282.                             ],
  11283.                         ],
  11284.                         'name' => 'GameType',
  11285.                     ],
  11286.                 ],
  11287.                 'Status' => [
  11288.                     'type' => 'object',
  11289.                     'class_name' => 'StatusType',
  11290.                     'inherits' => [
  11291.                     ],
  11292.                     'decorator' => false,
  11293.                     'config' => [
  11294.                         'description' => NULL,
  11295.                         'fields' => [
  11296.                             'type' => [
  11297.                                 'type' => 'StatusType!',
  11298.                                 'description' => NULL,
  11299.                             ],
  11300.                             'message' => [
  11301.                                 'type' => 'String',
  11302.                                 'description' => NULL,
  11303.                             ],
  11304.                         ],
  11305.                         'interfaces' => [
  11306.                         ],
  11307.                         'name' => 'Status',
  11308.                         'builders' => [
  11309.                         ],
  11310.                     ],
  11311.                 ],
  11312.                 'BoPartnerLocation' => [
  11313.                     'type' => 'object',
  11314.                     'class_name' => 'BoPartnerLocationType',
  11315.                     'inherits' => [
  11316.                     ],
  11317.                     'decorator' => false,
  11318.                     'config' => [
  11319.                         'description' => NULL,
  11320.                         'fields' => [
  11321.                             'id' => [
  11322.                                 'type' => 'ID!',
  11323.                                 'description' => NULL,
  11324.                             ],
  11325.                             'name' => [
  11326.                                 'type' => 'String',
  11327.                                 'description' => NULL,
  11328.                             ],
  11329.                             'address' => [
  11330.                                 'type' => 'Address',
  11331.                                 'description' => NULL,
  11332.                             ],
  11333.                         ],
  11334.                         'interfaces' => [
  11335.                         ],
  11336.                         'name' => 'BoPartnerLocation',
  11337.                         'builders' => [
  11338.                         ],
  11339.                     ],
  11340.                 ],
  11341.                 'SchoolClass' => [
  11342.                     'type' => 'object',
  11343.                     'class_name' => 'SchoolClassType',
  11344.                     'inherits' => [
  11345.                     ],
  11346.                     'decorator' => false,
  11347.                     'config' => [
  11348.                         'description' => NULL,
  11349.                         'fields' => [
  11350.                             'id' => [
  11351.                                 'type' => 'Int!',
  11352.                                 'description' => NULL,
  11353.                             ],
  11354.                             'name' => [
  11355.                                 'type' => 'String!',
  11356.                                 'description' => NULL,
  11357.                             ],
  11358.                             'classNumber' => [
  11359.                                 'type' => 'String!',
  11360.                                 'description' => NULL,
  11361.                             ],
  11362.                             'classAddition' => [
  11363.                                 'type' => 'String!',
  11364.                                 'description' => NULL,
  11365.                             ],
  11366.                             'numberStudents' => [
  11367.                                 'type' => 'Int',
  11368.                                 'description' => NULL,
  11369.                             ],
  11370.                             'schoolClassYear' => [
  11371.                                 'type' => 'SchoolClassYear',
  11372.                                 'description' => NULL,
  11373.                             ],
  11374.                             'grade' => [
  11375.                                 'type' => 'SchoolClassGrade',
  11376.                                 'description' => NULL,
  11377.                             ],
  11378.                             'classCode' => [
  11379.                                 'type' => 'String',
  11380.                                 'description' => NULL,
  11381.                             ],
  11382.                             'school' => [
  11383.                                 'type' => 'School',
  11384.                                 'description' => NULL,
  11385.                             ],
  11386.                             'teachers' => [
  11387.                                 'type' => '[Teacher!]',
  11388.                                 'description' => NULL,
  11389.                             ],
  11390.                             'schoolClassRankMin' => [
  11391.                                 'type' => 'SchoolClassRankMin',
  11392.                                 'description' => NULL,
  11393.                             ],
  11394.                             'trophyStats' => [
  11395.                                 'type' => 'TrophyStats',
  11396.                                 'description' => NULL,
  11397.                             ],
  11398.                             'milestoneStats' => [
  11399.                                 'type' => 'MilestoneStats',
  11400.                                 'description' => NULL,
  11401.                             ],
  11402.                             'createdAt' => [
  11403.                                 'type' => 'String',
  11404.                                 'description' => NULL,
  11405.                             ],
  11406.                         ],
  11407.                         'interfaces' => [
  11408.                         ],
  11409.                         'name' => 'SchoolClass',
  11410.                         'builders' => [
  11411.                         ],
  11412.                     ],
  11413.                 ],
  11414.                 'RookieDayProvider' => [
  11415.                     'type' => 'object',
  11416.                     'class_name' => 'RookieDayProviderType',
  11417.                     'inherits' => [
  11418.                     ],
  11419.                     'decorator' => false,
  11420.                     'config' => [
  11421.                         'description' => NULL,
  11422.                         'fields' => [
  11423.                             'id' => [
  11424.                                 'type' => 'Int!',
  11425.                                 'description' => NULL,
  11426.                             ],
  11427.                             'uuid' => [
  11428.                                 'type' => 'String!',
  11429.                                 'description' => NULL,
  11430.                             ],
  11431.                             'name' => [
  11432.                                 'type' => 'String!',
  11433.                                 'description' => NULL,
  11434.                             ],
  11435.                             'description' => [
  11436.                                 'type' => 'String!',
  11437.                                 'description' => NULL,
  11438.                             ],
  11439.                             'founded' => [
  11440.                                 'type' => 'Int',
  11441.                                 'description' => NULL,
  11442.                             ],
  11443.                             'locations' => [
  11444.                                 'type' => '[CompanyLocation!]',
  11445.                                 'description' => NULL,
  11446.                             ],
  11447.                             'mediaGallery' => [
  11448.                                 'type' => 'Gallery',
  11449.                                 'description' => NULL,
  11450.                             ],
  11451.                             'companySize' => [
  11452.                                 'type' => 'CompanySize',
  11453.                                 'description' => NULL,
  11454.                             ],
  11455.                             'companyBenefits' => [
  11456.                                 'type' => '[CompanyBenefit!]',
  11457.                                 'description' => NULL,
  11458.                             ],
  11459.                             'companyProfilePicture' => [
  11460.                                 'type' => 'Media',
  11461.                                 'description' => NULL,
  11462.                             ],
  11463.                             'headerPicture' => [
  11464.                                 'type' => 'Media',
  11465.                                 'description' => NULL,
  11466.                             ],
  11467.                             'jobs' => [
  11468.                                 'type' => '[RookieDayJob!]',
  11469.                                 'description' => NULL,
  11470.                             ],
  11471.                         ],
  11472.                         'interfaces' => [
  11473.                         ],
  11474.                         'name' => 'RookieDayProvider',
  11475.                         'builders' => [
  11476.                         ],
  11477.                     ],
  11478.                 ],
  11479.                 'RookieDayDistrict' => [
  11480.                     'type' => 'object',
  11481.                     'class_name' => 'RookieDayDistrictType',
  11482.                     'inherits' => [
  11483.                     ],
  11484.                     'decorator' => false,
  11485.                     'config' => [
  11486.                         'description' => NULL,
  11487.                         'fields' => [
  11488.                             'id' => [
  11489.                                 'type' => 'Int!',
  11490.                                 'description' => NULL,
  11491.                             ],
  11492.                             'name' => [
  11493.                                 'type' => 'String!',
  11494.                                 'description' => NULL,
  11495.                             ],
  11496.                             'state' => [
  11497.                                 'type' => 'String!',
  11498.                                 'description' => NULL,
  11499.                             ],
  11500.                         ],
  11501.                         'interfaces' => [
  11502.                         ],
  11503.                         'name' => 'RookieDayDistrict',
  11504.                         'builders' => [
  11505.                         ],
  11506.                     ],
  11507.                 ],
  11508.                 'InRookieDayScholar' => [
  11509.                     'type' => 'input-object',
  11510.                     'class_name' => 'InRookieDayScholarType',
  11511.                     'inherits' => [
  11512.                     ],
  11513.                     'decorator' => false,
  11514.                     'config' => [
  11515.                         'description' => NULL,
  11516.                         'fields' => [
  11517.                             'districtId' => [
  11518.                                 'type' => 'Int!',
  11519.                                 'description' => NULL,
  11520.                             ],
  11521.                             'schoolId' => [
  11522.                                 'type' => 'Int',
  11523.                                 'description' => NULL,
  11524.                             ],
  11525.                             'firstName' => [
  11526.                                 'type' => 'String!',
  11527.                                 'description' => NULL,
  11528.                             ],
  11529.                             'lastName' => [
  11530.                                 'type' => 'String!',
  11531.                                 'description' => NULL,
  11532.                             ],
  11533.                             'birthday' => [
  11534.                                 'type' => 'String!',
  11535.                                 'description' => NULL,
  11536.                             ],
  11537.                             'email' => [
  11538.                                 'type' => 'String!',
  11539.                                 'description' => NULL,
  11540.                             ],
  11541.                             'privacyBoxSelected' => [
  11542.                                 'type' => 'Boolean!',
  11543.                                 'description' => NULL,
  11544.                             ],
  11545.                             'selectedCompanies' => [
  11546.                                 'type' => '[InRookieDayScholarCompany!]!',
  11547.                                 'description' => NULL,
  11548.                             ],
  11549.                         ],
  11550.                         'name' => 'InRookieDayScholar',
  11551.                     ],
  11552.                 ],
  11553.                 'RookieDaySchool' => [
  11554.                     'type' => 'object',
  11555.                     'class_name' => 'RookieDaySchoolType',
  11556.                     'inherits' => [
  11557.                     ],
  11558.                     'decorator' => false,
  11559.                     'config' => [
  11560.                         'description' => NULL,
  11561.                         'fields' => [
  11562.                             'id' => [
  11563.                                 'type' => 'Int!',
  11564.                                 'description' => NULL,
  11565.                             ],
  11566.                             'schoolName' => [
  11567.                                 'type' => 'String!',
  11568.                                 'description' => NULL,
  11569.                             ],
  11570.                             'timeSlot' => [
  11571.                                 'type' => 'RookieTimeSlot',
  11572.                                 'description' => NULL,
  11573.                             ],
  11574.                         ],
  11575.                         'interfaces' => [
  11576.                         ],
  11577.                         'name' => 'RookieDaySchool',
  11578.                         'builders' => [
  11579.                         ],
  11580.                     ],
  11581.                 ],
  11582.                 'InRookieDayScholarCompany' => [
  11583.                     'type' => 'input-object',
  11584.                     'class_name' => 'InRookieDayScholarCompanyType',
  11585.                     'inherits' => [
  11586.                     ],
  11587.                     'decorator' => false,
  11588.                     'config' => [
  11589.                         'description' => NULL,
  11590.                         'fields' => [
  11591.                             'companyId' => [
  11592.                                 'type' => 'Int!',
  11593.                                 'description' => NULL,
  11594.                             ],
  11595.                             'jobId' => [
  11596.                                 'type' => 'Int!',
  11597.                                 'description' => NULL,
  11598.                             ],
  11599.                             'position' => [
  11600.                                 'type' => 'Int!',
  11601.                                 'description' => NULL,
  11602.                             ],
  11603.                         ],
  11604.                         'name' => 'InRookieDayScholarCompany',
  11605.                     ],
  11606.                 ],
  11607.                 'RookieDayJob' => [
  11608.                     'type' => 'object',
  11609.                     'class_name' => 'RookieDayJobType',
  11610.                     'inherits' => [
  11611.                     ],
  11612.                     'decorator' => false,
  11613.                     'config' => [
  11614.                         'description' => NULL,
  11615.                         'fields' => [
  11616.                             'id' => [
  11617.                                 'type' => 'Int!',
  11618.                                 'description' => NULL,
  11619.                             ],
  11620.                             'name' => [
  11621.                                 'type' => 'String!',
  11622.                                 'description' => NULL,
  11623.                             ],
  11624.                             'bicID' => [
  11625.                                 'type' => 'Int',
  11626.                                 'description' => NULL,
  11627.                             ],
  11628.                             'description' => [
  11629.                                 'type' => 'String',
  11630.                                 'description' => NULL,
  11631.                             ],
  11632.                             'jobEducationalPaths' => [
  11633.                                 'type' => '[JobEducationalPath!]',
  11634.                                 'description' => NULL,
  11635.                             ],
  11636.                             'scholasticDuration' => [
  11637.                                 'type' => 'JobScholasticDuration',
  11638.                                 'description' => NULL,
  11639.                             ],
  11640.                             'requirementsByType' => [
  11641.                                 'type' => 'JobRequirementCollection',
  11642.                                 'description' => NULL,
  11643.                             ],
  11644.                             'image' => [
  11645.                                 'type' => 'Image',
  11646.                                 'description' => NULL,
  11647.                             ],
  11648.                             'schoolSubjectMappings' => [
  11649.                                 'type' => '[JobSchoolSubjectMapping!]',
  11650.                                 'description' => NULL,
  11651.                             ],
  11652.                             'interestFields' => [
  11653.                                 'type' => '[InterestField!]',
  11654.                                 'description' => NULL,
  11655.                             ],
  11656.                             'jobLinkMappings' => [
  11657.                                 'type' => '[JobLinkMapping]',
  11658.                                 'description' => NULL,
  11659.                             ],
  11660.                             'jobRedirects' => [
  11661.                                 'type' => '[JobRedirect!]',
  11662.                                 'description' => NULL,
  11663.                             ],
  11664.                             'jobSalary' => [
  11665.                                 'type' => 'JobSalary',
  11666.                                 'description' => NULL,
  11667.                             ],
  11668.                             'jobWorkFields' => [
  11669.                                 'type' => '[JobWorkField!]',
  11670.                                 'description' => NULL,
  11671.                             ],
  11672.                         ],
  11673.                         'interfaces' => [
  11674.                         ],
  11675.                         'name' => 'RookieDayJob',
  11676.                         'builders' => [
  11677.                         ],
  11678.                     ],
  11679.                 ],
  11680.                 'InRookieDayCompany' => [
  11681.                     'type' => 'input-object',
  11682.                     'class_name' => 'InRookieDayCompanyType',
  11683.                     'inherits' => [
  11684.                     ],
  11685.                     'decorator' => false,
  11686.                     'config' => [
  11687.                         'description' => NULL,
  11688.                         'fields' => [
  11689.                             'districtId' => [
  11690.                                 'type' => 'Int!',
  11691.                                 'description' => NULL,
  11692.                             ],
  11693.                             'company' => [
  11694.                                 'type' => 'InRookieCompany!',
  11695.                                 'description' => NULL,
  11696.                             ],
  11697.                             'contact' => [
  11698.                                 'type' => 'InRookieContact!',
  11699.                                 'description' => NULL,
  11700.                             ],
  11701.                             'entries' => [
  11702.                                 'type' => '[InRookieJobEntry!]!',
  11703.                                 'description' => NULL,
  11704.                             ],
  11705.                         ],
  11706.                         'name' => 'InRookieDayCompany',
  11707.                     ],
  11708.                 ],
  11709.                 'RookieDayProviderRegisterTime' => [
  11710.                     'type' => 'object',
  11711.                     'class_name' => 'RookieDayProviderRegisterTimeType',
  11712.                     'inherits' => [
  11713.                     ],
  11714.                     'decorator' => false,
  11715.                     'config' => [
  11716.                         'description' => NULL,
  11717.                         'fields' => [
  11718.                             'openAt' => [
  11719.                                 'type' => 'String!',
  11720.                                 'description' => NULL,
  11721.                             ],
  11722.                             'closeAt' => [
  11723.                                 'type' => 'String!',
  11724.                                 'description' => NULL,
  11725.                             ],
  11726.                             'createdAt' => [
  11727.                                 'type' => 'String!',
  11728.                                 'description' => NULL,
  11729.                             ],
  11730.                         ],
  11731.                         'interfaces' => [
  11732.                         ],
  11733.                         'name' => 'RookieDayProviderRegisterTime',
  11734.                         'builders' => [
  11735.                         ],
  11736.                     ],
  11737.                 ],
  11738.                 'RookieDayDistrictDate' => [
  11739.                     'type' => 'object',
  11740.                     'class_name' => 'RookieDayDistrictDateType',
  11741.                     'inherits' => [
  11742.                     ],
  11743.                     'decorator' => false,
  11744.                     'config' => [
  11745.                         'description' => NULL,
  11746.                         'fields' => [
  11747.                             'date' => [
  11748.                                 'type' => 'String',
  11749.                                 'description' => NULL,
  11750.                             ],
  11751.                             'schools' => [
  11752.                                 'type' => '[RookieDaySchool]',
  11753.                                 'description' => NULL,
  11754.                             ],
  11755.                         ],
  11756.                         'interfaces' => [
  11757.                         ],
  11758.                         'name' => 'RookieDayDistrictDate',
  11759.                         'builders' => [
  11760.                         ],
  11761.                     ],
  11762.                 ],
  11763.                 'RookieDaySchoolClass' => [
  11764.                     'type' => 'object',
  11765.                     'class_name' => 'RookieDaySchoolClassType',
  11766.                     'inherits' => [
  11767.                     ],
  11768.                     'decorator' => false,
  11769.                     'config' => [
  11770.                         'description' => NULL,
  11771.                         'fields' => [
  11772.                             'schoolId' => [
  11773.                                 'type' => 'Int!',
  11774.                                 'description' => NULL,
  11775.                             ],
  11776.                             'schoolClassId' => [
  11777.                                 'type' => 'Int!',
  11778.                                 'description' => NULL,
  11779.                             ],
  11780.                             'schoolClassName' => [
  11781.                                 'type' => 'String!',
  11782.                                 'description' => NULL,
  11783.                             ],
  11784.                         ],
  11785.                         'interfaces' => [
  11786.                         ],
  11787.                         'name' => 'RookieDaySchoolClass',
  11788.                         'builders' => [
  11789.                         ],
  11790.                     ],
  11791.                 ],
  11792.                 'Stories' => [
  11793.                     'type' => 'object',
  11794.                     'class_name' => 'StoriesType',
  11795.                     'inherits' => [
  11796.                     ],
  11797.                     'decorator' => false,
  11798.                     'config' => [
  11799.                         'description' => NULL,
  11800.                         'fields' => [
  11801.                             'entries' => [
  11802.                                 'type' => '[Story!]',
  11803.                                 'description' => NULL,
  11804.                             ],
  11805.                         ],
  11806.                         'interfaces' => [
  11807.                         ],
  11808.                         'name' => 'Stories',
  11809.                         'builders' => [
  11810.                         ],
  11811.                     ],
  11812.                 ],
  11813.                 'CompanySize' => [
  11814.                     'type' => 'object',
  11815.                     'class_name' => 'CompanySizeType',
  11816.                     'inherits' => [
  11817.                     ],
  11818.                     'decorator' => false,
  11819.                     'config' => [
  11820.                         'description' => NULL,
  11821.                         'fields' => [
  11822.                             'id' => [
  11823.                                 'type' => 'ID!',
  11824.                                 'description' => NULL,
  11825.                             ],
  11826.                             'name' => [
  11827.                                 'type' => 'String!',
  11828.                                 'description' => NULL,
  11829.                             ],
  11830.                             'text' => [
  11831.                                 'type' => 'String!',
  11832.                                 'description' => NULL,
  11833.                             ],
  11834.                         ],
  11835.                         'interfaces' => [
  11836.                         ],
  11837.                         'name' => 'CompanySize',
  11838.                         'builders' => [
  11839.                         ],
  11840.                     ],
  11841.                 ],
  11842.                 'HomeContent' => [
  11843.                     'type' => 'object',
  11844.                     'class_name' => 'HomeContentType',
  11845.                     'inherits' => [
  11846.                     ],
  11847.                     'decorator' => false,
  11848.                     'config' => [
  11849.                         'description' => NULL,
  11850.                         'fields' => [
  11851.                             'featuredCompanies' => [
  11852.                                 'type' => '[CompanyProfile!]',
  11853.                                 'description' => NULL,
  11854.                             ],
  11855.                             'featuredStories' => [
  11856.                                 'type' => '[Story!]',
  11857.                                 'description' => NULL,
  11858.                             ],
  11859.                             'helpfulLinks' => [
  11860.                                 'type' => '[ExternalLink!]',
  11861.                                 'description' => NULL,
  11862.                             ],
  11863.                         ],
  11864.                         'interfaces' => [
  11865.                         ],
  11866.                         'name' => 'HomeContent',
  11867.                         'builders' => [
  11868.                         ],
  11869.                     ],
  11870.                 ],
  11871.                 'ProfileUpdateResponse' => [
  11872.                     'type' => 'object',
  11873.                     'class_name' => 'ProfileUpdateResponseType',
  11874.                     'inherits' => [
  11875.                     ],
  11876.                     'decorator' => false,
  11877.                     'config' => [
  11878.                         'description' => NULL,
  11879.                         'fields' => [
  11880.                             'status' => [
  11881.                                 'type' => 'Status!',
  11882.                                 'description' => NULL,
  11883.                             ],
  11884.                             'keyValues' => [
  11885.                                 'type' => '[KeyValue!]',
  11886.                                 'description' => NULL,
  11887.                             ],
  11888.                             'media' => [
  11889.                                 'type' => 'Media',
  11890.                                 'description' => NULL,
  11891.                             ],
  11892.                             'contactGalleryEntry' => [
  11893.                                 'type' => 'ContactGalleryEntry',
  11894.                                 'description' => NULL,
  11895.                             ],
  11896.                         ],
  11897.                         'interfaces' => [
  11898.                         ],
  11899.                         'name' => 'ProfileUpdateResponse',
  11900.                         'builders' => [
  11901.                         ],
  11902.                     ],
  11903.                 ],
  11904.                 'Color' => [
  11905.                     'type' => 'enum',
  11906.                     'class_name' => 'ColorType',
  11907.                     'inherits' => [
  11908.                     ],
  11909.                     'decorator' => false,
  11910.                     'config' => [
  11911.                         'description' => NULL,
  11912.                         'values' => [
  11913.                             'BLACK' => [
  11914.                                 'description' => NULL,
  11915.                                 'value' => 'BLACK',
  11916.                             ],
  11917.                             'DARKBLUE' => [
  11918.                                 'description' => NULL,
  11919.                                 'value' => 'DARKBLUE',
  11920.                             ],
  11921.                             'DARKGREEN' => [
  11922.                                 'description' => NULL,
  11923.                                 'value' => 'DARKGREEN',
  11924.                             ],
  11925.                             'GREY' => [
  11926.                                 'description' => NULL,
  11927.                                 'value' => 'GREY',
  11928.                             ],
  11929.                             'LIGHTGREEN' => [
  11930.                                 'description' => NULL,
  11931.                                 'value' => 'LIGHTGREEN',
  11932.                             ],
  11933.                             'LIGHTBLUE' => [
  11934.                                 'description' => NULL,
  11935.                                 'value' => 'LIGHTBLUE',
  11936.                             ],
  11937.                             'PETROL' => [
  11938.                                 'description' => NULL,
  11939.                                 'value' => 'PETROL',
  11940.                             ],
  11941.                             'RED' => [
  11942.                                 'description' => NULL,
  11943.                                 'value' => 'RED',
  11944.                             ],
  11945.                             'WHITE' => [
  11946.                                 'description' => NULL,
  11947.                                 'value' => 'WHITE',
  11948.                             ],
  11949.                             'YELLOW' => [
  11950.                                 'description' => NULL,
  11951.                                 'value' => 'YELLOW',
  11952.                             ],
  11953.                         ],
  11954.                         'name' => 'Color',
  11955.                     ],
  11956.                 ],
  11957.                 'GameEndType' => [
  11958.                     'type' => 'enum',
  11959.                     'class_name' => 'GameEndTypeType',
  11960.                     'inherits' => [
  11961.                     ],
  11962.                     'decorator' => false,
  11963.                     'config' => [
  11964.                         'description' => NULL,
  11965.                         'values' => [
  11966.                             'NOTSET' => [
  11967.                                 'description' => NULL,
  11968.                                 'value' => 'NOTSET',
  11969.                             ],
  11970.                             'DECISION' => [
  11971.                                 'description' => NULL,
  11972.                                 'value' => 'DECISION',
  11973.                             ],
  11974.                             'WRONGANSWER' => [
  11975.                                 'description' => NULL,
  11976.                                 'value' => 'WRONGANSWER',
  11977.                             ],
  11978.                         ],
  11979.                         'name' => 'GameEndType',
  11980.                     ],
  11981.                 ],
  11982.                 'SchoolClassGameState' => [
  11983.                     'type' => 'object',
  11984.                     'class_name' => 'SchoolClassGameStateType',
  11985.                     'inherits' => [
  11986.                     ],
  11987.                     'decorator' => false,
  11988.                     'config' => [
  11989.                         'description' => NULL,
  11990.                         'fields' => [
  11991.                             'status' => [
  11992.                                 'type' => 'Status!',
  11993.                                 'description' => NULL,
  11994.                             ],
  11995.                             'viewCount' => [
  11996.                                 'type' => 'ViewCount',
  11997.                                 'description' => NULL,
  11998.                             ],
  11999.                         ],
  12000.                         'interfaces' => [
  12001.                         ],
  12002.                         'name' => 'SchoolClassGameState',
  12003.                         'builders' => [
  12004.                         ],
  12005.                     ],
  12006.                 ],
  12007.                 'GameTrophyHuntSchoolClass' => [
  12008.                     'type' => 'object',
  12009.                     'class_name' => 'GameTrophyHuntSchoolClassType',
  12010.                     'inherits' => [
  12011.                     ],
  12012.                     'decorator' => false,
  12013.                     'config' => [
  12014.                         'description' => NULL,
  12015.                         'fields' => [
  12016.                             'id' => [
  12017.                                 'type' => 'Int!',
  12018.                                 'description' => NULL,
  12019.                             ],
  12020.                             'totalSteps' => [
  12021.                                 'type' => 'Int!',
  12022.                                 'description' => NULL,
  12023.                             ],
  12024.                             'lastStep' => [
  12025.                                 'type' => 'Int',
  12026.                                 'description' => NULL,
  12027.                             ],
  12028.                         ],
  12029.                         'interfaces' => [
  12030.                         ],
  12031.                         'name' => 'GameTrophyHuntSchoolClass',
  12032.                         'builders' => [
  12033.                         ],
  12034.                     ],
  12035.                 ],
  12036.                 'GameJRRequirementType' => [
  12037.                     'type' => 'object',
  12038.                     'class_name' => 'GameJRRequirementTypeType',
  12039.                     'inherits' => [
  12040.                     ],
  12041.                     'decorator' => false,
  12042.                     'config' => [
  12043.                         'description' => NULL,
  12044.                         'fields' => [
  12045.                             'jobRequirementType' => [
  12046.                                 'type' => 'JobRequirementType',
  12047.                                 'description' => NULL,
  12048.                             ],
  12049.                             'requirements' => [
  12050.                                 'type' => '[JobRequirement!]',
  12051.                                 'description' => NULL,
  12052.                             ],
  12053.                         ],
  12054.                         'interfaces' => [
  12055.                         ],
  12056.                         'name' => 'GameJRRequirementType',
  12057.                         'builders' => [
  12058.                         ],
  12059.                     ],
  12060.                 ],
  12061.                 'JobSalaryEntry' => [
  12062.                     'type' => 'object',
  12063.                     'class_name' => 'JobSalaryEntryType',
  12064.                     'inherits' => [
  12065.                     ],
  12066.                     'decorator' => false,
  12067.                     'config' => [
  12068.                         'description' => NULL,
  12069.                         'fields' => [
  12070.                             'id' => [
  12071.                                 'type' => 'ID!',
  12072.                                 'description' => NULL,
  12073.                             ],
  12074.                             'salaryType' => [
  12075.                                 'type' => 'JobSalaryType',
  12076.                                 'description' => NULL,
  12077.                             ],
  12078.                             'salaryFrom' => [
  12079.                                 'type' => 'String',
  12080.                                 'description' => NULL,
  12081.                             ],
  12082.                             'salaryTo' => [
  12083.                                 'type' => 'String',
  12084.                                 'description' => NULL,
  12085.                             ],
  12086.                             'createdAt' => [
  12087.                                 'type' => 'String',
  12088.                                 'description' => NULL,
  12089.                             ],
  12090.                         ],
  12091.                         'interfaces' => [
  12092.                         ],
  12093.                         'name' => 'JobSalaryEntry',
  12094.                         'builders' => [
  12095.                         ],
  12096.                     ],
  12097.                 ],
  12098.                 'Document' => [
  12099.                     'type' => 'object',
  12100.                     'class_name' => 'DocumentType',
  12101.                     'inherits' => [
  12102.                     ],
  12103.                     'decorator' => false,
  12104.                     'config' => [
  12105.                         'description' => NULL,
  12106.                         'fields' => [
  12107.                             'id' => [
  12108.                                 'type' => 'ID!',
  12109.                                 'description' => NULL,
  12110.                             ],
  12111.                             'name' => [
  12112.                                 'type' => 'String',
  12113.                                 'description' => NULL,
  12114.                             ],
  12115.                             'filePath' => [
  12116.                                 'type' => 'String',
  12117.                                 'description' => NULL,
  12118.                             ],
  12119.                         ],
  12120.                         'interfaces' => [
  12121.                         ],
  12122.                         'name' => 'Document',
  12123.                         'builders' => [
  12124.                         ],
  12125.                     ],
  12126.                 ],
  12127.                 'AppointmentState' => [
  12128.                     'type' => 'enum',
  12129.                     'class_name' => 'AppointmentStateType',
  12130.                     'inherits' => [
  12131.                     ],
  12132.                     'decorator' => false,
  12133.                     'config' => [
  12134.                         'description' => NULL,
  12135.                         'values' => [
  12136.                             'ACTIVE' => [
  12137.                                 'description' => NULL,
  12138.                                 'value' => 'ACTIVE',
  12139.                             ],
  12140.                             'FULL' => [
  12141.                                 'description' => NULL,
  12142.                                 'value' => 'FULL',
  12143.                             ],
  12144.                             'CANCELLED' => [
  12145.                                 'description' => NULL,
  12146.                                 'value' => 'CANCELLED',
  12147.                             ],
  12148.                             'DELETED' => [
  12149.                                 'description' => NULL,
  12150.                                 'value' => 'DELETED',
  12151.                             ],
  12152.                         ],
  12153.                         'name' => 'AppointmentState',
  12154.                     ],
  12155.                 ],
  12156.                 'LogoStyle' => [
  12157.                     'type' => 'enum',
  12158.                     'class_name' => 'LogoStyleType',
  12159.                     'inherits' => [
  12160.                     ],
  12161.                     'decorator' => false,
  12162.                     'config' => [
  12163.                         'description' => NULL,
  12164.                         'values' => [
  12165.                             'NOTSET' => [
  12166.                                 'description' => NULL,
  12167.                                 'value' => 'NOTSET',
  12168.                             ],
  12169.                             'NORMAL' => [
  12170.                                 'description' => NULL,
  12171.                                 'value' => 'NORMAL',
  12172.                             ],
  12173.                             'DISTANCE' => [
  12174.                                 'description' => NULL,
  12175.                                 'value' => 'DISTANCE',
  12176.                             ],
  12177.                         ],
  12178.                         'name' => 'LogoStyle',
  12179.                     ],
  12180.                 ],
  12181.                 'OfferType' => [
  12182.                     'type' => 'enum',
  12183.                     'class_name' => 'OfferTypeType',
  12184.                     'inherits' => [
  12185.                     ],
  12186.                     'decorator' => false,
  12187.                     'config' => [
  12188.                         'description' => NULL,
  12189.                         'values' => [
  12190.                             'BERUFSBERATUNG' => [
  12191.                                 'description' => NULL,
  12192.                                 'value' => 'BERUFSBERATUNG',
  12193.                             ],
  12194.                             'BERUFSPRAKTISCH' => [
  12195.                                 'description' => NULL,
  12196.                                 'value' => 'BERUFSPRAKTISCH',
  12197.                             ],
  12198.                             'BETRIEBSERKUNDUNG' => [
  12199.                                 'description' => NULL,
  12200.                                 'value' => 'BETRIEBSERKUNDUNG',
  12201.                             ],
  12202.                             'TAGOFFENETUER' => [
  12203.                                 'description' => NULL,
  12204.                                 'value' => 'TAGOFFENETUER',
  12205.                             ],
  12206.                             'UNTERNEHMENSCHULE' => [
  12207.                                 'description' => NULL,
  12208.                                 'value' => 'UNTERNEHMENSCHULE',
  12209.                             ],
  12210.                             'VORTRAG' => [
  12211.                                 'description' => NULL,
  12212.                                 'value' => 'VORTRAG',
  12213.                             ],
  12214.                             'WORKSHOP' => [
  12215.                                 'description' => NULL,
  12216.                                 'value' => 'WORKSHOP',
  12217.                             ],
  12218.                             'WORKSHOPBO' => [
  12219.                                 'description' => NULL,
  12220.                                 'value' => 'WORKSHOPBO',
  12221.                             ],
  12222.                         ],
  12223.                         'name' => 'OfferType',
  12224.                     ],
  12225.                 ],
  12226.                 'CompanyProfileSimple' => [
  12227.                     'type' => 'object',
  12228.                     'class_name' => 'CompanyProfileSimpleType',
  12229.                     'inherits' => [
  12230.                     ],
  12231.                     'decorator' => false,
  12232.                     'config' => [
  12233.                         'description' => NULL,
  12234.                         'fields' => [
  12235.                             'id' => [
  12236.                                 'type' => 'Int',
  12237.                                 'description' => NULL,
  12238.                             ],
  12239.                             'uuid' => [
  12240.                                 'type' => 'String',
  12241.                                 'description' => NULL,
  12242.                             ],
  12243.                             'name' => [
  12244.                                 'type' => 'String',
  12245.                                 'description' => NULL,
  12246.                             ],
  12247.                             'companyProfilePicture' => [
  12248.                                 'type' => 'Image',
  12249.                                 'description' => NULL,
  12250.                             ],
  12251.                             'isSelected' => [
  12252.                                 'type' => 'Boolean!',
  12253.                                 'description' => NULL,
  12254.                             ],
  12255.                         ],
  12256.                         'interfaces' => [
  12257.                         ],
  12258.                         'name' => 'CompanyProfileSimple',
  12259.                         'builders' => [
  12260.                         ],
  12261.                     ],
  12262.                 ],
  12263.                 'AnswerResponse' => [
  12264.                     'type' => 'object',
  12265.                     'class_name' => 'AnswerResponseType',
  12266.                     'inherits' => [
  12267.                     ],
  12268.                     'decorator' => false,
  12269.                     'config' => [
  12270.                         'description' => NULL,
  12271.                         'fields' => [
  12272.                             'status' => [
  12273.                                 'type' => 'Status!',
  12274.                                 'description' => NULL,
  12275.                             ],
  12276.                             'correctAnswerId' => [
  12277.                                 'type' => 'Int',
  12278.                                 'description' => NULL,
  12279.                             ],
  12280.                         ],
  12281.                         'interfaces' => [
  12282.                         ],
  12283.                         'name' => 'AnswerResponse',
  12284.                         'builders' => [
  12285.                         ],
  12286.                     ],
  12287.                 ],
  12288.                 'InformationLink' => [
  12289.                     'type' => 'object',
  12290.                     'class_name' => 'InformationLinkType',
  12291.                     'inherits' => [
  12292.                     ],
  12293.                     'decorator' => false,
  12294.                     'config' => [
  12295.                         'description' => NULL,
  12296.                         'fields' => [
  12297.                             'id' => [
  12298.                                 'type' => 'ID!',
  12299.                                 'description' => NULL,
  12300.                             ],
  12301.                             'heading' => [
  12302.                                 'type' => 'String',
  12303.                                 'description' => NULL,
  12304.                             ],
  12305.                             'description' => [
  12306.                                 'type' => 'String',
  12307.                                 'description' => NULL,
  12308.                             ],
  12309.                             'linkUrl' => [
  12310.                                 'type' => 'String',
  12311.                                 'description' => NULL,
  12312.                             ],
  12313.                             'target' => [
  12314.                                 'type' => 'Int',
  12315.                                 'description' => NULL,
  12316.                             ],
  12317.                             'position' => [
  12318.                                 'type' => 'Int',
  12319.                                 'description' => NULL,
  12320.                             ],
  12321.                             'media' => [
  12322.                                 'type' => 'Media',
  12323.                                 'description' => NULL,
  12324.                             ],
  12325.                             'type' => [
  12326.                                 'type' => 'InformationLinkType!',
  12327.                                 'description' => NULL,
  12328.                             ],
  12329.                         ],
  12330.                         'interfaces' => [
  12331.                         ],
  12332.                         'name' => 'InformationLink',
  12333.                         'builders' => [
  12334.                         ],
  12335.                     ],
  12336.                 ],
  12337.                 'JobMarket' => [
  12338.                     'type' => 'object',
  12339.                     'class_name' => 'JobMarketType',
  12340.                     'inherits' => [
  12341.                     ],
  12342.                     'decorator' => false,
  12343.                     'config' => [
  12344.                         'description' => NULL,
  12345.                         'fields' => [
  12346.                             'status' => [
  12347.                                 'type' => 'Status!',
  12348.                                 'description' => NULL,
  12349.                             ],
  12350.                             'id' => [
  12351.                                 'type' => 'ID!',
  12352.                                 'description' => NULL,
  12353.                             ],
  12354.                             'name' => [
  12355.                                 'type' => 'String!',
  12356.                                 'description' => NULL,
  12357.                             ],
  12358.                             'numberOfPositions' => [
  12359.                                 'type' => 'Int',
  12360.                                 'description' => NULL,
  12361.                             ],
  12362.                             'description' => [
  12363.                                 'type' => 'String',
  12364.                                 'description' => NULL,
  12365.                             ],
  12366.                             'details' => [
  12367.                                 'type' => 'String',
  12368.                                 'description' => NULL,
  12369.                             ],
  12370.                             'url' => [
  12371.                                 'type' => 'String',
  12372.                                 'description' => NULL,
  12373.                             ],
  12374.                             'requirements' => [
  12375.                                 'type' => 'String',
  12376.                                 'description' => NULL,
  12377.                             ],
  12378.                             'salary' => [
  12379.                                 'type' => 'String',
  12380.                                 'description' => NULL,
  12381.                             ],
  12382.                             'additionalInfo' => [
  12383.                                 'type' => 'JobMarketAdditionalInfo',
  12384.                                 'description' => NULL,
  12385.                             ],
  12386.                             'startDate' => [
  12387.                                 'type' => 'String',
  12388.                                 'description' => NULL,
  12389.                             ],
  12390.                             'applyUntil' => [
  12391.                                 'type' => 'String',
  12392.                                 'description' => NULL,
  12393.                             ],
  12394.                             'openDate' => [
  12395.                                 'type' => 'String',
  12396.                                 'description' => NULL,
  12397.                             ],
  12398.                             'closeDate' => [
  12399.                                 'type' => 'String',
  12400.                                 'description' => NULL,
  12401.                             ],
  12402.                             'companyProfile' => [
  12403.                                 'type' => 'CompanyProfile',
  12404.                                 'description' => NULL,
  12405.                             ],
  12406.                             'contact' => [
  12407.                                 'type' => 'Contact',
  12408.                                 'description' => NULL,
  12409.                             ],
  12410.                             'image' => [
  12411.                                 'type' => 'Image',
  12412.                                 'description' => NULL,
  12413.                             ],
  12414.                             'customMedia' => [
  12415.                                 'type' => 'Media',
  12416.                                 'description' => NULL,
  12417.                             ],
  12418.                             'positionType' => [
  12419.                                 'type' => 'JobMarketPositionType',
  12420.                                 'description' => NULL,
  12421.                             ],
  12422.                             'applyType' => [
  12423.                                 'type' => 'JobMarketApplyType',
  12424.                                 'description' => NULL,
  12425.                             ],
  12426.                             'viewType' => [
  12427.                                 'type' => 'JobMarketViewType',
  12428.                                 'description' => NULL,
  12429.                             ],
  12430.                             'onlineUrl' => [
  12431.                                 'type' => 'String',
  12432.                                 'description' => NULL,
  12433.                             ],
  12434.                             'startType' => [
  12435.                                 'type' => 'JobMarketStartType',
  12436.                                 'description' => NULL,
  12437.                             ],
  12438.                             'addresses' => [
  12439.                                 'type' => '[Address!]',
  12440.                                 'description' => NULL,
  12441.                             ],
  12442.                             'jobs' => [
  12443.                                 'type' => '[JobSimple!]',
  12444.                                 'description' => NULL,
  12445.                             ],
  12446.                             'state' => [
  12447.                                 'type' => 'JobMarketState!',
  12448.                                 'description' => NULL,
  12449.                             ],
  12450.                             'viewCount' => [
  12451.                                 'type' => 'Int!',
  12452.                                 'description' => NULL,
  12453.                             ],
  12454.                             'applicationCount' => [
  12455.                                 'type' => 'Int!',
  12456.                                 'description' => NULL,
  12457.                             ],
  12458.                         ],
  12459.                         'interfaces' => [
  12460.                         ],
  12461.                         'name' => 'JobMarket',
  12462.                         'builders' => [
  12463.                         ],
  12464.                     ],
  12465.                 ],
  12466.                 'JobRequirementTypeCollection' => [
  12467.                     'type' => 'object',
  12468.                     'class_name' => 'JobRequirementTypeCollectionType',
  12469.                     'inherits' => [
  12470.                     ],
  12471.                     'decorator' => false,
  12472.                     'config' => [
  12473.                         'description' => NULL,
  12474.                         'fields' => [
  12475.                             'requirementType' => [
  12476.                                 'type' => 'JobRequirementType!',
  12477.                                 'description' => NULL,
  12478.                             ],
  12479.                             'requirements' => [
  12480.                                 'type' => '[JobRequirement!]',
  12481.                                 'description' => NULL,
  12482.                             ],
  12483.                         ],
  12484.                         'interfaces' => [
  12485.                         ],
  12486.                         'name' => 'JobRequirementTypeCollection',
  12487.                         'builders' => [
  12488.                         ],
  12489.                     ],
  12490.                 ],
  12491.                 'QuestTask' => [
  12492.                     'type' => 'object',
  12493.                     'class_name' => 'QuestTaskType',
  12494.                     'inherits' => [
  12495.                     ],
  12496.                     'decorator' => false,
  12497.                     'config' => [
  12498.                         'description' => NULL,
  12499.                         'fields' => [
  12500.                             'id' => [
  12501.                                 'type' => 'ID!',
  12502.                                 'description' => NULL,
  12503.                             ],
  12504.                             'taskTitle' => [
  12505.                                 'type' => 'String',
  12506.                                 'description' => NULL,
  12507.                             ],
  12508.                             'taskDescription' => [
  12509.                                 'type' => 'String',
  12510.                                 'description' => NULL,
  12511.                             ],
  12512.                             'iconNumber' => [
  12513.                                 'type' => 'Int',
  12514.                                 'description' => NULL,
  12515.                             ],
  12516.                             'questTaskType' => [
  12517.                                 'type' => 'QuestTaskType',
  12518.                                 'description' => NULL,
  12519.                             ],
  12520.                             'targetGroup' => [
  12521.                                 'type' => 'QuestTaskTargetGroup',
  12522.                                 'description' => NULL,
  12523.                             ],
  12524.                             'links' => [
  12525.                                 'type' => '[QuestTaskLink!]',
  12526.                                 'description' => NULL,
  12527.                             ],
  12528.                             'taskTag' => [
  12529.                                 'type' => 'String',
  12530.                                 'description' => NULL,
  12531.                             ],
  12532.                         ],
  12533.                         'interfaces' => [
  12534.                         ],
  12535.                         'name' => 'QuestTask',
  12536.                         'builders' => [
  12537.                         ],
  12538.                     ],
  12539.                 ],
  12540.                 'JobLinkMapping' => [
  12541.                     'type' => 'object',
  12542.                     'class_name' => 'JobLinkMappingType',
  12543.                     'inherits' => [
  12544.                     ],
  12545.                     'decorator' => false,
  12546.                     'config' => [
  12547.                         'description' => NULL,
  12548.                         'fields' => [
  12549.                             'id' => [
  12550.                                 'type' => 'ID!',
  12551.                                 'description' => NULL,
  12552.                             ],
  12553.                             'jobLink' => [
  12554.                                 'type' => 'JobLink',
  12555.                                 'description' => NULL,
  12556.                             ],
  12557.                             'jobLinkMappingCategory' => [
  12558.                                 'type' => 'JobLinkMappingCategory',
  12559.                                 'description' => NULL,
  12560.                             ],
  12561.                             'jobLinkMappingType' => [
  12562.                                 'type' => 'JobLinkMappingType',
  12563.                                 'description' => NULL,
  12564.                             ],
  12565.                         ],
  12566.                         'interfaces' => [
  12567.                         ],
  12568.                         'name' => 'JobLinkMapping',
  12569.                         'builders' => [
  12570.                         ],
  12571.                     ],
  12572.                 ],
  12573.                 'JobSalary' => [
  12574.                     'type' => 'object',
  12575.                     'class_name' => 'JobSalaryType',
  12576.                     'inherits' => [
  12577.                     ],
  12578.                     'decorator' => false,
  12579.                     'config' => [
  12580.                         'description' => NULL,
  12581.                         'fields' => [
  12582.                             'id' => [
  12583.                                 'type' => 'ID!',
  12584.                                 'description' => NULL,
  12585.                             ],
  12586.                             'entryValue' => [
  12587.                                 'type' => 'String',
  12588.                                 'description' => NULL,
  12589.                             ],
  12590.                             'entries' => [
  12591.                                 'type' => '[JobSalaryEntry!]',
  12592.                                 'description' => NULL,
  12593.                             ],
  12594.                             'amsUrl' => [
  12595.                                 'type' => 'String',
  12596.                                 'description' => NULL,
  12597.                             ],
  12598.                             'lehrlingseinkommenUrl' => [
  12599.                                 'type' => 'String',
  12600.                                 'description' => NULL,
  12601.                             ],
  12602.                             'createdAt' => [
  12603.                                 'type' => 'String',
  12604.                                 'description' => NULL,
  12605.                             ],
  12606.                         ],
  12607.                         'interfaces' => [
  12608.                         ],
  12609.                         'name' => 'JobSalary',
  12610.                         'builders' => [
  12611.                         ],
  12612.                     ],
  12613.                 ],
  12614.                 'CompanyCertificate' => [
  12615.                     'type' => 'object',
  12616.                     'class_name' => 'CompanyCertificateType',
  12617.                     'inherits' => [
  12618.                     ],
  12619.                     'decorator' => false,
  12620.                     'config' => [
  12621.                         'description' => NULL,
  12622.                         'fields' => [
  12623.                             'id' => [
  12624.                                 'type' => 'ID!',
  12625.                                 'description' => NULL,
  12626.                             ],
  12627.                             'name' => [
  12628.                                 'type' => 'String!',
  12629.                                 'description' => NULL,
  12630.                             ],
  12631.                             'shortName' => [
  12632.                                 'type' => 'String!',
  12633.                                 'description' => NULL,
  12634.                             ],
  12635.                             'picturePath' => [
  12636.                                 'type' => 'String!',
  12637.                                 'description' => NULL,
  12638.                             ],
  12639.                         ],
  12640.                         'interfaces' => [
  12641.                         ],
  12642.                         'name' => 'CompanyCertificate',
  12643.                         'builders' => [
  12644.                         ],
  12645.                     ],
  12646.                 ],
  12647.                 'ContentType' => [
  12648.                     'type' => 'enum',
  12649.                     'class_name' => 'ContentTypeType',
  12650.                     'inherits' => [
  12651.                     ],
  12652.                     'decorator' => false,
  12653.                     'config' => [
  12654.                         'description' => NULL,
  12655.                         'values' => [
  12656.                             'IMAGE' => [
  12657.                                 'description' => NULL,
  12658.                                 'value' => 'IMAGE',
  12659.                             ],
  12660.                             'VIDEO' => [
  12661.                                 'description' => NULL,
  12662.                                 'value' => 'VIDEO',
  12663.                             ],
  12664.                             'DOCUMENT' => [
  12665.                                 'description' => NULL,
  12666.                                 'value' => 'DOCUMENT',
  12667.                             ],
  12668.                         ],
  12669.                         'name' => 'ContentType',
  12670.                     ],
  12671.                 ],
  12672.                 'AppointmentNote' => [
  12673.                     'type' => 'object',
  12674.                     'class_name' => 'AppointmentNoteType',
  12675.                     'inherits' => [
  12676.                     ],
  12677.                     'decorator' => false,
  12678.                     'config' => [
  12679.                         'description' => NULL,
  12680.                         'fields' => [
  12681.                             'link' => [
  12682.                                 'type' => 'String',
  12683.                                 'description' => NULL,
  12684.                             ],
  12685.                             'firstname' => [
  12686.                                 'type' => 'String',
  12687.                                 'description' => NULL,
  12688.                             ],
  12689.                             'lastname' => [
  12690.                                 'type' => 'String',
  12691.                                 'description' => NULL,
  12692.                             ],
  12693.                             'email' => [
  12694.                                 'type' => 'String',
  12695.                                 'description' => NULL,
  12696.                             ],
  12697.                             'phone' => [
  12698.                                 'type' => 'String',
  12699.                                 'description' => NULL,
  12700.                             ],
  12701.                             'remark' => [
  12702.                                 'type' => 'String',
  12703.                                 'description' => NULL,
  12704.                             ],
  12705.                         ],
  12706.                         'interfaces' => [
  12707.                         ],
  12708.                         'name' => 'AppointmentNote',
  12709.                         'builders' => [
  12710.                         ],
  12711.                     ],
  12712.                 ],
  12713.                 'GameTrophyStatus' => [
  12714.                     'type' => 'enum',
  12715.                     'class_name' => 'GameTrophyStatusType',
  12716.                     'inherits' => [
  12717.                     ],
  12718.                     'decorator' => false,
  12719.                     'config' => [
  12720.                         'description' => NULL,
  12721.                         'values' => [
  12722.                             'NORMAL' => [
  12723.                                 'description' => NULL,
  12724.                                 'value' => 'NORMAL',
  12725.                             ],
  12726.                             'HIDDEN' => [
  12727.                                 'description' => NULL,
  12728.                                 'value' => 'HIDDEN',
  12729.                             ],
  12730.                         ],
  12731.                         'name' => 'GameTrophyStatus',
  12732.                     ],
  12733.                 ],
  12734.                 'GameScoreBoard' => [
  12735.                     'type' => 'object',
  12736.                     'class_name' => 'GameScoreBoardType',
  12737.                     'inherits' => [
  12738.                     ],
  12739.                     'decorator' => false,
  12740.                     'config' => [
  12741.                         'description' => NULL,
  12742.                         'fields' => [
  12743.                             'multiplier' => [
  12744.                                 'type' => 'Float!',
  12745.                                 'description' => NULL,
  12746.                             ],
  12747.                             'entries' => [
  12748.                                 'type' => '[GameScoreBoardEntry!]',
  12749.                                 'description' => NULL,
  12750.                             ],
  12751.                         ],
  12752.                         'interfaces' => [
  12753.                         ],
  12754.                         'name' => 'GameScoreBoard',
  12755.                         'builders' => [
  12756.                         ],
  12757.                     ],
  12758.                 ],
  12759.                 'SchoolClassRankMin' => [
  12760.                     'type' => 'object',
  12761.                     'class_name' => 'SchoolClassRankMinType',
  12762.                     'inherits' => [
  12763.                     ],
  12764.                     'decorator' => false,
  12765.                     'config' => [
  12766.                         'description' => NULL,
  12767.                         'fields' => [
  12768.                             'rank' => [
  12769.                                 'type' => 'Int!',
  12770.                                 'description' => NULL,
  12771.                             ],
  12772.                             'points' => [
  12773.                                 'type' => 'Int!',
  12774.                                 'description' => NULL,
  12775.                             ],
  12776.                             'playtimeMinutes' => [
  12777.                                 'type' => 'Int!',
  12778.                                 'description' => NULL,
  12779.                             ],
  12780.                             'activityLevel' => [
  12781.                                 'type' => 'Int!',
  12782.                                 'description' => NULL,
  12783.                             ],
  12784.                         ],
  12785.                         'interfaces' => [
  12786.                         ],
  12787.                         'name' => 'SchoolClassRankMin',
  12788.                         'builders' => [
  12789.                         ],
  12790.                     ],
  12791.                 ],
  12792.                 'Address' => [
  12793.                     'type' => 'object',
  12794.                     'class_name' => 'AddressType',
  12795.                     'inherits' => [
  12796.                     ],
  12797.                     'decorator' => false,
  12798.                     'config' => [
  12799.                         'description' => NULL,
  12800.                         'fields' => [
  12801.                             'id' => [
  12802.                                 'type' => 'ID!',
  12803.                                 'description' => NULL,
  12804.                             ],
  12805.                             'street' => [
  12806.                                 'type' => 'String',
  12807.                                 'description' => NULL,
  12808.                             ],
  12809.                             'number' => [
  12810.                                 'type' => 'String',
  12811.                                 'description' => NULL,
  12812.                             ],
  12813.                             'floor' => [
  12814.                                 'type' => 'String',
  12815.                                 'description' => NULL,
  12816.                             ],
  12817.                             'stair' => [
  12818.                                 'type' => 'String',
  12819.                                 'description' => NULL,
  12820.                             ],
  12821.                             'addressLatLon' => [
  12822.                                 'type' => 'AddressLatLon',
  12823.                                 'description' => NULL,
  12824.                             ],
  12825.                             'addressCity' => [
  12826.                                 'type' => 'AddressCity',
  12827.                                 'description' => NULL,
  12828.                             ],
  12829.                         ],
  12830.                         'interfaces' => [
  12831.                         ],
  12832.                         'name' => 'Address',
  12833.                         'builders' => [
  12834.                         ],
  12835.                     ],
  12836.                 ],
  12837.                 'JobSchoolSubjectMapping' => [
  12838.                     'type' => 'object',
  12839.                     'class_name' => 'JobSchoolSubjectMappingType',
  12840.                     'inherits' => [
  12841.                     ],
  12842.                     'decorator' => false,
  12843.                     'config' => [
  12844.                         'description' => NULL,
  12845.                         'fields' => [
  12846.                             'id' => [
  12847.                                 'type' => 'ID!',
  12848.                                 'description' => NULL,
  12849.                             ],
  12850.                             'jobSchoolSubject' => [
  12851.                                 'type' => 'JobSchoolSubject!',
  12852.                                 'description' => NULL,
  12853.                             ],
  12854.                         ],
  12855.                         'interfaces' => [
  12856.                         ],
  12857.                         'name' => 'JobSchoolSubjectMapping',
  12858.                         'builders' => [
  12859.                         ],
  12860.                     ],
  12861.                 ],
  12862.                 'CommunicationType' => [
  12863.                     'type' => 'object',
  12864.                     'class_name' => 'CommunicationTypeType',
  12865.                     'inherits' => [
  12866.                     ],
  12867.                     'decorator' => false,
  12868.                     'config' => [
  12869.                         'description' => NULL,
  12870.                         'fields' => [
  12871.                             'name' => [
  12872.                                 'type' => 'String!',
  12873.                                 'description' => NULL,
  12874.                             ],
  12875.                             'shortName' => [
  12876.                                 'type' => 'String!',
  12877.                                 'description' => NULL,
  12878.                             ],
  12879.                             'visible' => [
  12880.                                 'type' => 'Boolean!',
  12881.                                 'description' => NULL,
  12882.                             ],
  12883.                         ],
  12884.                         'interfaces' => [
  12885.                         ],
  12886.                         'name' => 'CommunicationType',
  12887.                         'builders' => [
  12888.                         ],
  12889.                     ],
  12890.                 ],
  12891.                 'Media' => [
  12892.                     'type' => 'object',
  12893.                     'class_name' => 'MediaType',
  12894.                     'inherits' => [
  12895.                     ],
  12896.                     'decorator' => false,
  12897.                     'config' => [
  12898.                         'description' => NULL,
  12899.                         'fields' => [
  12900.                             'id' => [
  12901.                                 'type' => 'ID!',
  12902.                                 'description' => NULL,
  12903.                             ],
  12904.                             'name' => [
  12905.                                 'type' => 'String',
  12906.                                 'description' => NULL,
  12907.                             ],
  12908.                             'contentType' => [
  12909.                                 'type' => 'ContentType',
  12910.                                 'description' => NULL,
  12911.                             ],
  12912.                             'position' => [
  12913.                                 'type' => 'Int!',
  12914.                                 'description' => NULL,
  12915.                             ],
  12916.                             'visible' => [
  12917.                                 'type' => 'Boolean!',
  12918.                                 'description' => NULL,
  12919.                             ],
  12920.                             'image' => [
  12921.                                 'type' => 'Image',
  12922.                                 'description' => NULL,
  12923.                             ],
  12924.                             'video' => [
  12925.                                 'type' => 'Video',
  12926.                                 'description' => NULL,
  12927.                             ],
  12928.                             'document' => [
  12929.                                 'type' => 'Document',
  12930.                                 'description' => NULL,
  12931.                             ],
  12932.                         ],
  12933.                         'interfaces' => [
  12934.                         ],
  12935.                         'name' => 'Media',
  12936.                         'builders' => [
  12937.                         ],
  12938.                     ],
  12939.                 ],
  12940.                 'GameTrophyProgressEntry' => [
  12941.                     'type' => 'object',
  12942.                     'class_name' => 'GameTrophyProgressEntryType',
  12943.                     'inherits' => [
  12944.                     ],
  12945.                     'decorator' => false,
  12946.                     'config' => [
  12947.                         'description' => NULL,
  12948.                         'fields' => [
  12949.                             'id' => [
  12950.                                 'type' => 'ID!',
  12951.                                 'description' => NULL,
  12952.                             ],
  12953.                             'trophy' => [
  12954.                                 'type' => 'GameTrophy!',
  12955.                                 'description' => NULL,
  12956.                             ],
  12957.                             'percentValue' => [
  12958.                                 'type' => 'Int!',
  12959.                                 'description' => NULL,
  12960.                             ],
  12961.                             'createdAt' => [
  12962.                                 'type' => 'String',
  12963.                                 'description' => NULL,
  12964.                             ],
  12965.                             'finishedAt' => [
  12966.                                 'type' => 'String',
  12967.                                 'description' => NULL,
  12968.                             ],
  12969.                         ],
  12970.                         'interfaces' => [
  12971.                         ],
  12972.                         'name' => 'GameTrophyProgressEntry',
  12973.                         'builders' => [
  12974.                         ],
  12975.                     ],
  12976.                 ],
  12977.                 'JobRequirementStats' => [
  12978.                     'type' => 'object',
  12979.                     'class_name' => 'JobRequirementStatsType',
  12980.                     'inherits' => [
  12981.                     ],
  12982.                     'decorator' => false,
  12983.                     'config' => [
  12984.                         'description' => NULL,
  12985.                         'fields' => [
  12986.                             'id' => [
  12987.                                 'type' => 'ID!',
  12988.                                 'description' => NULL,
  12989.                             ],
  12990.                             'requirementName' => [
  12991.                                 'type' => 'String!',
  12992.                                 'description' => NULL,
  12993.                             ],
  12994.                             'value' => [
  12995.                                 'type' => 'Int!',
  12996.                                 'description' => NULL,
  12997.                             ],
  12998.                         ],
  12999.                         'interfaces' => [
  13000.                         ],
  13001.                         'name' => 'JobRequirementStats',
  13002.                         'builders' => [
  13003.                         ],
  13004.                     ],
  13005.                 ],
  13006.                 'CommunicationEntry' => [
  13007.                     'type' => 'object',
  13008.                     'class_name' => 'CommunicationEntryType',
  13009.                     'inherits' => [
  13010.                     ],
  13011.                     'decorator' => false,
  13012.                     'config' => [
  13013.                         'description' => NULL,
  13014.                         'fields' => [
  13015.                             'id' => [
  13016.                                 'type' => 'ID!',
  13017.                                 'description' => NULL,
  13018.                             ],
  13019.                             'entryValue' => [
  13020.                                 'type' => 'String!',
  13021.                                 'description' => NULL,
  13022.                             ],
  13023.                             'communicationType' => [
  13024.                                 'type' => 'CommunicationType!',
  13025.                                 'description' => NULL,
  13026.                             ],
  13027.                         ],
  13028.                         'interfaces' => [
  13029.                         ],
  13030.                         'name' => 'CommunicationEntry',
  13031.                         'builders' => [
  13032.                         ],
  13033.                     ],
  13034.                 ],
  13035.                 'AppointmentType' => [
  13036.                     'type' => 'enum',
  13037.                     'class_name' => 'AppointmentTypeType',
  13038.                     'inherits' => [
  13039.                     ],
  13040.                     'decorator' => false,
  13041.                     'config' => [
  13042.                         'description' => NULL,
  13043.                         'values' => [
  13044.                             'AGREEMENT' => [
  13045.                                 'description' => NULL,
  13046.                                 'value' => 'AGREEMENT',
  13047.                             ],
  13048.                             'FIXED' => [
  13049.                                 'description' => NULL,
  13050.                                 'value' => 'FIXED',
  13051.                             ],
  13052.                             'BOTHPOSSIBLE' => [
  13053.                                 'description' => NULL,
  13054.                                 'value' => 'BOTHPOSSIBLE',
  13055.                             ],
  13056.                             'INDIVIDUAL' => [
  13057.                                 'description' => NULL,
  13058.                                 'value' => 'INDIVIDUAL',
  13059.                             ],
  13060.                             'CUSTOM' => [
  13061.                                 'description' => NULL,
  13062.                                 'value' => 'CUSTOM',
  13063.                             ],
  13064.                         ],
  13065.                         'name' => 'AppointmentType',
  13066.                     ],
  13067.                 ],
  13068.                 'GameJRSchoolClassEntry' => [
  13069.                     'type' => 'object',
  13070.                     'class_name' => 'GameJRSchoolClassEntryType',
  13071.                     'inherits' => [
  13072.                     ],
  13073.                     'decorator' => false,
  13074.                     'config' => [
  13075.                         'description' => NULL,
  13076.                         'fields' => [
  13077.                             'id' => [
  13078.                                 'type' => 'Int!',
  13079.                                 'description' => NULL,
  13080.                             ],
  13081.                             'job' => [
  13082.                                 'type' => 'JobSimple',
  13083.                                 'description' => NULL,
  13084.                             ],
  13085.                             'avatarImage' => [
  13086.                                 'type' => 'Image',
  13087.                                 'description' => NULL,
  13088.                             ],
  13089.                             'jobImage' => [
  13090.                                 'type' => 'Image',
  13091.                                 'description' => NULL,
  13092.                             ],
  13093.                             'requirementType' => [
  13094.                                 'type' => 'GameJRRequirementType',
  13095.                                 'description' => NULL,
  13096.                             ],
  13097.                         ],
  13098.                         'interfaces' => [
  13099.                         ],
  13100.                         'name' => 'GameJRSchoolClassEntry',
  13101.                         'builders' => [
  13102.                         ],
  13103.                     ],
  13104.                 ],
  13105.                 'ProfileLinkType' => [
  13106.                     'type' => 'enum',
  13107.                     'class_name' => 'ProfileLinkTypeType',
  13108.                     'inherits' => [
  13109.                     ],
  13110.                     'decorator' => false,
  13111.                     'config' => [
  13112.                         'description' => NULL,
  13113.                         'values' => [
  13114.                             'HOMEPAGE' => [
  13115.                                 'description' => NULL,
  13116.                                 'value' => 'HOMEPAGE',
  13117.                             ],
  13118.                             'FACEBOOK' => [
  13119.                                 'description' => NULL,
  13120.                                 'value' => 'FACEBOOK',
  13121.                             ],
  13122.                             'YOUTUBE' => [
  13123.                                 'description' => NULL,
  13124.                                 'value' => 'YOUTUBE',
  13125.                             ],
  13126.                             'LINKEDIN' => [
  13127.                                 'description' => NULL,
  13128.                                 'value' => 'LINKEDIN',
  13129.                             ],
  13130.                             'XING' => [
  13131.                                 'description' => NULL,
  13132.                                 'value' => 'XING',
  13133.                             ],
  13134.                             'KARRIEREPORTAL' => [
  13135.                                 'description' => NULL,
  13136.                                 'value' => 'KARRIEREPORTAL',
  13137.                             ],
  13138.                             'INSTAGRAM' => [
  13139.                                 'description' => NULL,
  13140.                                 'value' => 'INSTAGRAM',
  13141.                             ],
  13142.                             'X' => [
  13143.                                 'description' => NULL,
  13144.                                 'value' => 'X',
  13145.                             ],
  13146.                             'TIKTOK' => [
  13147.                                 'description' => NULL,
  13148.                                 'value' => 'TIKTOK',
  13149.                             ],
  13150.                         ],
  13151.                         'name' => 'ProfileLinkType',
  13152.                     ],
  13153.                 ],
  13154.                 'JobWorkField' => [
  13155.                     'type' => 'object',
  13156.                     'class_name' => 'JobWorkFieldType',
  13157.                     'inherits' => [
  13158.                     ],
  13159.                     'decorator' => false,
  13160.                     'config' => [
  13161.                         'description' => NULL,
  13162.                         'fields' => [
  13163.                             'id' => [
  13164.                                 'type' => 'ID!',
  13165.                                 'description' => NULL,
  13166.                             ],
  13167.                             'name' => [
  13168.                                 'type' => 'String!',
  13169.                                 'description' => NULL,
  13170.                             ],
  13171.                             'bicID' => [
  13172.                                 'type' => 'Int',
  13173.                                 'description' => NULL,
  13174.                             ],
  13175.                             'description' => [
  13176.                                 'type' => 'String',
  13177.                                 'description' => NULL,
  13178.                             ],
  13179.                         ],
  13180.                         'interfaces' => [
  13181.                         ],
  13182.                         'name' => 'JobWorkField',
  13183.                         'builders' => [
  13184.                         ],
  13185.                     ],
  13186.                 ],
  13187.                 'GameJRSchoolClass' => [
  13188.                     'type' => 'object',
  13189.                     'class_name' => 'GameJRSchoolClassType',
  13190.                     'inherits' => [
  13191.                     ],
  13192.                     'decorator' => false,
  13193.                     'config' => [
  13194.                         'description' => NULL,
  13195.                         'fields' => [
  13196.                             'id' => [
  13197.                                 'type' => 'Int!',
  13198.                                 'description' => NULL,
  13199.                             ],
  13200.                             'jobs' => [
  13201.                                 'type' => '[GameJRJob]',
  13202.                                 'description' => NULL,
  13203.                             ],
  13204.                             'lastJob' => [
  13205.                                 'type' => 'JobSimple',
  13206.                                 'description' => NULL,
  13207.                             ],
  13208.                             'lastStep' => [
  13209.                                 'type' => 'Int',
  13210.                                 'description' => NULL,
  13211.                             ],
  13212.                         ],
  13213.                         'interfaces' => [
  13214.                         ],
  13215.                         'name' => 'GameJRSchoolClass',
  13216.                         'builders' => [
  13217.                         ],
  13218.                     ],
  13219.                 ],
  13220.                 'Icon' => [
  13221.                     'type' => 'object',
  13222.                     'class_name' => 'IconType',
  13223.                     'inherits' => [
  13224.                     ],
  13225.                     'decorator' => false,
  13226.                     'config' => [
  13227.                         'description' => NULL,
  13228.                         'fields' => [
  13229.                             'iconValue' => [
  13230.                                 'type' => 'String!',
  13231.                                 'description' => NULL,
  13232.                             ],
  13233.                             'color' => [
  13234.                                 'type' => 'Color',
  13235.                                 'description' => NULL,
  13236.                             ],
  13237.                         ],
  13238.                         'interfaces' => [
  13239.                         ],
  13240.                         'name' => 'Icon',
  13241.                         'builders' => [
  13242.                         ],
  13243.                     ],
  13244.                 ],
  13245.                 'School' => [
  13246.                     'type' => 'object',
  13247.                     'class_name' => 'SchoolType',
  13248.                     'inherits' => [
  13249.                     ],
  13250.                     'decorator' => false,
  13251.                     'config' => [
  13252.                         'description' => NULL,
  13253.                         'fields' => [
  13254.                             'id' => [
  13255.                                 'type' => 'ID!',
  13256.                                 'description' => NULL,
  13257.                             ],
  13258.                             'name' => [
  13259.                                 'type' => 'String!',
  13260.                                 'description' => NULL,
  13261.                             ],
  13262.                             'url' => [
  13263.                                 'type' => 'String',
  13264.                                 'description' => NULL,
  13265.                             ],
  13266.                             'address' => [
  13267.                                 'type' => 'Address',
  13268.                                 'description' => NULL,
  13269.                             ],
  13270.                             'communication' => [
  13271.                                 'type' => 'Communication',
  13272.                                 'description' => NULL,
  13273.                             ],
  13274.                         ],
  13275.                         'interfaces' => [
  13276.                         ],
  13277.                         'name' => 'School',
  13278.                         'builders' => [
  13279.                         ],
  13280.                     ],
  13281.                 ],
  13282.                 'StoryCardHighlightPosition' => [
  13283.                     'type' => 'enum',
  13284.                     'class_name' => 'StoryCardHighlightPositionType',
  13285.                     'inherits' => [
  13286.                     ],
  13287.                     'decorator' => false,
  13288.                     'config' => [
  13289.                         'description' => NULL,
  13290.                         'values' => [
  13291.                             'AFTER' => [
  13292.                                 'description' => NULL,
  13293.                                 'value' => 'AFTER',
  13294.                             ],
  13295.                             'BEFORE' => [
  13296.                                 'description' => NULL,
  13297.                                 'value' => 'BEFORE',
  13298.                             ],
  13299.                         ],
  13300.                         'name' => 'StoryCardHighlightPosition',
  13301.                     ],
  13302.                 ],
  13303.                 'GameCategoryProgress' => [
  13304.                     'type' => 'object',
  13305.                     'class_name' => 'GameCategoryProgressType',
  13306.                     'inherits' => [
  13307.                     ],
  13308.                     'decorator' => false,
  13309.                     'config' => [
  13310.                         'description' => NULL,
  13311.                         'fields' => [
  13312.                             'id' => [
  13313.                                 'type' => 'ID!',
  13314.                                 'description' => NULL,
  13315.                             ],
  13316.                             'gameType' => [
  13317.                                 'type' => 'GameType!',
  13318.                                 'description' => NULL,
  13319.                             ],
  13320.                             'roundNumber' => [
  13321.                                 'type' => 'Int!',
  13322.                                 'description' => NULL,
  13323.                             ],
  13324.                             'highscore' => [
  13325.                                 'type' => 'Int!',
  13326.                                 'description' => NULL,
  13327.                             ],
  13328.                         ],
  13329.                         'interfaces' => [
  13330.                         ],
  13331.                         'name' => 'GameCategoryProgress',
  13332.                         'builders' => [
  13333.                         ],
  13334.                     ],
  13335.                 ],
  13336.                 'Image' => [
  13337.                     'type' => 'object',
  13338.                     'class_name' => 'ImageType',
  13339.                     'inherits' => [
  13340.                     ],
  13341.                     'decorator' => false,
  13342.                     'config' => [
  13343.                         'description' => NULL,
  13344.                         'fields' => [
  13345.                             'id' => [
  13346.                                 'type' => 'ID!',
  13347.                                 'description' => NULL,
  13348.                             ],
  13349.                             'info' => [
  13350.                                 'type' => 'ImageInfo',
  13351.                                 'description' => NULL,
  13352.                             ],
  13353.                             'medium' => [
  13354.                                 'type' => 'ImageData',
  13355.                                 'description' => NULL,
  13356.                             ],
  13357.                             'portrait' => [
  13358.                                 'type' => 'ImageData',
  13359.                                 'description' => NULL,
  13360.                             ],
  13361.                             'landscape' => [
  13362.                                 'type' => 'ImageData',
  13363.                                 'description' => NULL,
  13364.                             ],
  13365.                             'large' => [
  13366.                                 'type' => 'ImageData',
  13367.                                 'description' => NULL,
  13368.                             ],
  13369.                             'xlarge' => [
  13370.                                 'type' => 'ImageData',
  13371.                                 'description' => NULL,
  13372.                             ],
  13373.                             'huge' => [
  13374.                                 'type' => 'ImageData',
  13375.                                 'description' => NULL,
  13376.                             ],
  13377.                         ],
  13378.                         'interfaces' => [
  13379.                         ],
  13380.                         'name' => 'Image',
  13381.                         'builders' => [
  13382.                         ],
  13383.                     ],
  13384.                 ],
  13385.                 'Question' => [
  13386.                     'type' => 'object',
  13387.                     'class_name' => 'QuestionType',
  13388.                     'inherits' => [
  13389.                     ],
  13390.                     'decorator' => false,
  13391.                     'config' => [
  13392.                         'description' => NULL,
  13393.                         'fields' => [
  13394.                             'status' => [
  13395.                                 'type' => 'Status',
  13396.                                 'description' => NULL,
  13397.                             ],
  13398.                             'id' => [
  13399.                                 'type' => 'ID!',
  13400.                                 'description' => NULL,
  13401.                             ],
  13402.                             'text' => [
  13403.                                 'type' => 'String',
  13404.                                 'description' => NULL,
  13405.                             ],
  13406.                             'image' => [
  13407.                                 'type' => 'Image',
  13408.                                 'description' => NULL,
  13409.                             ],
  13410.                             'answers' => [
  13411.                                 'type' => '[QuestionAnswer!]',
  13412.                                 'description' => NULL,
  13413.                             ],
  13414.                         ],
  13415.                         'interfaces' => [
  13416.                         ],
  13417.                         'name' => 'Question',
  13418.                         'builders' => [
  13419.                         ],
  13420.                     ],
  13421.                 ],
  13422.                 'Communication' => [
  13423.                     'type' => 'object',
  13424.                     'class_name' => 'CommunicationType',
  13425.                     'inherits' => [
  13426.                     ],
  13427.                     'decorator' => false,
  13428.                     'config' => [
  13429.                         'description' => NULL,
  13430.                         'fields' => [
  13431.                             'id' => [
  13432.                                 'type' => 'ID!',
  13433.                                 'description' => NULL,
  13434.                             ],
  13435.                             'entries' => [
  13436.                                 'type' => '[CommunicationEntry!]',
  13437.                                 'description' => NULL,
  13438.                             ],
  13439.                         ],
  13440.                         'interfaces' => [
  13441.                         ],
  13442.                         'name' => 'Communication',
  13443.                         'builders' => [
  13444.                         ],
  13445.                     ],
  13446.                 ],
  13447.                 'EventState' => [
  13448.                     'type' => 'enum',
  13449.                     'class_name' => 'EventStateType',
  13450.                     'inherits' => [
  13451.                     ],
  13452.                     'decorator' => false,
  13453.                     'config' => [
  13454.                         'description' => NULL,
  13455.                         'values' => [
  13456.                             'ACTIVE' => [
  13457.                                 'description' => NULL,
  13458.                                 'value' => 'ACTIVE',
  13459.                             ],
  13460.                             'INACTIVE' => [
  13461.                                 'description' => NULL,
  13462.                                 'value' => 'INACTIVE',
  13463.                             ],
  13464.                             'DELETED' => [
  13465.                                 'description' => NULL,
  13466.                                 'value' => 'DELETED',
  13467.                             ],
  13468.                         ],
  13469.                         'name' => 'EventState',
  13470.                     ],
  13471.                 ],
  13472.                 'JobSimple' => [
  13473.                     'type' => 'object',
  13474.                     'class_name' => 'JobSimpleType',
  13475.                     'inherits' => [
  13476.                     ],
  13477.                     'decorator' => false,
  13478.                     'config' => [
  13479.                         'description' => NULL,
  13480.                         'fields' => [
  13481.                             'id' => [
  13482.                                 'type' => 'ID!',
  13483.                                 'description' => NULL,
  13484.                             ],
  13485.                             'name' => [
  13486.                                 'type' => 'String!',
  13487.                                 'description' => NULL,
  13488.                             ],
  13489.                             'bicID' => [
  13490.                                 'type' => 'Int',
  13491.                                 'description' => NULL,
  13492.                             ],
  13493.                             'interestFields' => [
  13494.                                 'type' => '[InterestField!]',
  13495.                                 'description' => NULL,
  13496.                             ],
  13497.                         ],
  13498.                         'interfaces' => [
  13499.                         ],
  13500.                         'name' => 'JobSimple',
  13501.                         'builders' => [
  13502.                         ],
  13503.                     ],
  13504.                 ],
  13505.                 'SearchTag' => [
  13506.                     'type' => 'object',
  13507.                     'class_name' => 'SearchTagType',
  13508.                     'inherits' => [
  13509.                     ],
  13510.                     'decorator' => false,
  13511.                     'config' => [
  13512.                         'description' => NULL,
  13513.                         'fields' => [
  13514.                             'id' => [
  13515.                                 'type' => 'ID!',
  13516.                                 'description' => NULL,
  13517.                             ],
  13518.                             'name' => [
  13519.                                 'type' => 'String!',
  13520.                                 'description' => NULL,
  13521.                             ],
  13522.                         ],
  13523.                         'interfaces' => [
  13524.                         ],
  13525.                         'name' => 'SearchTag',
  13526.                         'builders' => [
  13527.                         ],
  13528.                     ],
  13529.                 ],
  13530.                 'ViewCount' => [
  13531.                     'type' => 'object',
  13532.                     'class_name' => 'ViewCountType',
  13533.                     'inherits' => [
  13534.                     ],
  13535.                     'decorator' => false,
  13536.                     'config' => [
  13537.                         'description' => NULL,
  13538.                         'fields' => [
  13539.                             'jobs' => [
  13540.                                 'type' => 'Int',
  13541.                                 'description' => NULL,
  13542.                             ],
  13543.                             'profiles' => [
  13544.                                 'type' => 'Int',
  13545.                                 'description' => NULL,
  13546.                             ],
  13547.                         ],
  13548.                         'interfaces' => [
  13549.                         ],
  13550.                         'name' => 'ViewCount',
  13551.                         'builders' => [
  13552.                         ],
  13553.                     ],
  13554.                 ],
  13555.                 'InterestFieldStats' => [
  13556.                     'type' => 'object',
  13557.                     'class_name' => 'InterestFieldStatsType',
  13558.                     'inherits' => [
  13559.                     ],
  13560.                     'decorator' => false,
  13561.                     'config' => [
  13562.                         'description' => NULL,
  13563.                         'fields' => [
  13564.                             'id' => [
  13565.                                 'type' => 'ID!',
  13566.                                 'description' => NULL,
  13567.                             ],
  13568.                             'interestName' => [
  13569.                                 'type' => 'String!',
  13570.                                 'description' => NULL,
  13571.                             ],
  13572.                             'value' => [
  13573.                                 'type' => 'Int!',
  13574.                                 'description' => NULL,
  13575.                             ],
  13576.                         ],
  13577.                         'interfaces' => [
  13578.                         ],
  13579.                         'name' => 'InterestFieldStats',
  13580.                         'builders' => [
  13581.                         ],
  13582.                     ],
  13583.                 ],
  13584.                 'GameJRAnswer' => [
  13585.                     'type' => 'object',
  13586.                     'class_name' => 'GameJRAnswerType',
  13587.                     'inherits' => [
  13588.                     ],
  13589.                     'decorator' => false,
  13590.                     'config' => [
  13591.                         'description' => NULL,
  13592.                         'fields' => [
  13593.                             'isCorrect' => [
  13594.                                 'type' => 'Boolean!',
  13595.                                 'description' => NULL,
  13596.                             ],
  13597.                             'isComplete' => [
  13598.                                 'type' => 'Boolean!',
  13599.                                 'description' => NULL,
  13600.                             ],
  13601.                             'answerHeadline' => [
  13602.                                 'type' => 'String!',
  13603.                                 'description' => NULL,
  13604.                             ],
  13605.                             'requirements' => [
  13606.                                 'type' => '[JobRequirement!]',
  13607.                                 'description' => NULL,
  13608.                             ],
  13609.                         ],
  13610.                         'interfaces' => [
  13611.                         ],
  13612.                         'name' => 'GameJRAnswer',
  13613.                         'builders' => [
  13614.                         ],
  13615.                     ],
  13616.                 ],
  13617.                 'JobExpertTerm' => [
  13618.                     'type' => 'object',
  13619.                     'class_name' => 'JobExpertTermType',
  13620.                     'inherits' => [
  13621.                     ],
  13622.                     'decorator' => false,
  13623.                     'config' => [
  13624.                         'description' => NULL,
  13625.                         'fields' => [
  13626.                             'id' => [
  13627.                                 'type' => 'ID!',
  13628.                                 'description' => NULL,
  13629.                             ],
  13630.                             'bicID' => [
  13631.                                 'type' => 'Int',
  13632.                                 'description' => NULL,
  13633.                             ],
  13634.                             'termName' => [
  13635.                                 'type' => 'String!',
  13636.                                 'description' => NULL,
  13637.                             ],
  13638.                             'description' => [
  13639.                                 'type' => 'String',
  13640.                                 'description' => NULL,
  13641.                             ],
  13642.                         ],
  13643.                         'interfaces' => [
  13644.                         ],
  13645.                         'name' => 'JobExpertTerm',
  13646.                         'builders' => [
  13647.                         ],
  13648.                     ],
  13649.                 ],
  13650.                 'Championship' => [
  13651.                     'type' => 'object',
  13652.                     'class_name' => 'ChampionshipType',
  13653.                     'inherits' => [
  13654.                     ],
  13655.                     'decorator' => false,
  13656.                     'config' => [
  13657.                         'description' => NULL,
  13658.                         'fields' => [
  13659.                             'id' => [
  13660.                                 'type' => 'ID!',
  13661.                                 'description' => NULL,
  13662.                             ],
  13663.                             'competitionName' => [
  13664.                                 'type' => 'String!',
  13665.                                 'description' => NULL,
  13666.                             ],
  13667.                             'startAt' => [
  13668.                                 'type' => 'String',
  13669.                                 'description' => NULL,
  13670.                             ],
  13671.                             'endAt' => [
  13672.                                 'type' => 'String',
  13673.                                 'description' => NULL,
  13674.                             ],
  13675.                             'daysLeft' => [
  13676.                                 'type' => 'Int!',
  13677.                                 'description' => NULL,
  13678.                             ],
  13679.                         ],
  13680.                         'interfaces' => [
  13681.                         ],
  13682.                         'name' => 'Championship',
  13683.                         'builders' => [
  13684.                         ],
  13685.                     ],
  13686.                 ],
  13687.                 'AddressDistrict' => [
  13688.                     'type' => 'object',
  13689.                     'class_name' => 'AddressDistrictType',
  13690.                     'inherits' => [
  13691.                     ],
  13692.                     'decorator' => false,
  13693.                     'config' => [
  13694.                         'description' => NULL,
  13695.                         'fields' => [
  13696.                             'id' => [
  13697.                                 'type' => 'ID!',
  13698.                                 'description' => NULL,
  13699.                             ],
  13700.                             'name' => [
  13701.                                 'type' => 'String!',
  13702.                                 'description' => NULL,
  13703.                             ],
  13704.                             'bkz' => [
  13705.                                 'type' => 'String!',
  13706.                                 'description' => NULL,
  13707.                             ],
  13708.                         ],
  13709.                         'interfaces' => [
  13710.                         ],
  13711.                         'name' => 'AddressDistrict',
  13712.                         'builders' => [
  13713.                         ],
  13714.                     ],
  13715.                 ],
  13716.                 'Event' => [
  13717.                     'type' => 'object',
  13718.                     'class_name' => 'EventType',
  13719.                     'inherits' => [
  13720.                     ],
  13721.                     'decorator' => false,
  13722.                     'config' => [
  13723.                         'description' => NULL,
  13724.                         'fields' => [
  13725.                             'id' => [
  13726.                                 'type' => 'ID!',
  13727.                                 'description' => NULL,
  13728.                             ],
  13729.                             'name' => [
  13730.                                 'type' => 'String!',
  13731.                                 'description' => NULL,
  13732.                             ],
  13733.                             'description' => [
  13734.                                 'type' => 'String!',
  13735.                                 'description' => NULL,
  13736.                             ],
  13737.                             'descriptionLong' => [
  13738.                                 'type' => 'String!',
  13739.                                 'description' => NULL,
  13740.                             ],
  13741.                             'maxParticipants' => [
  13742.                                 'type' => 'Int',
  13743.                                 'description' => NULL,
  13744.                             ],
  13745.                             'duration' => [
  13746.                                 'type' => 'String',
  13747.                                 'description' => NULL,
  13748.                             ],
  13749.                             'requirements' => [
  13750.                                 'type' => 'String',
  13751.                                 'description' => NULL,
  13752.                             ],
  13753.                             'createdAt' => [
  13754.                                 'type' => 'String',
  13755.                                 'description' => NULL,
  13756.                             ],
  13757.                             'address' => [
  13758.                                 'type' => 'Address',
  13759.                                 'description' => NULL,
  13760.                             ],
  13761.                             'image' => [
  13762.                                 'type' => 'Image',
  13763.                                 'description' => NULL,
  13764.                             ],
  13765.                             'eventState' => [
  13766.                                 'type' => 'EventState',
  13767.                                 'description' => NULL,
  13768.                             ],
  13769.                             'eventTags' => [
  13770.                                 'type' => '[EventTag!]',
  13771.                                 'description' => NULL,
  13772.                             ],
  13773.                             'jobs' => [
  13774.                                 'type' => '[JobSimple!]',
  13775.                                 'description' => NULL,
  13776.                             ],
  13777.                             'media' => [
  13778.                                 'type' => '[Media!]',
  13779.                                 'description' => NULL,
  13780.                             ],
  13781.                             'appointments' => [
  13782.                                 'type' => '[Appointment!]',
  13783.                                 'description' => NULL,
  13784.                             ],
  13785.                             'mediaGallery' => [
  13786.                                 'type' => 'Gallery',
  13787.                                 'description' => NULL,
  13788.                             ],
  13789.                             'documents' => [
  13790.                                 'type' => 'Gallery',
  13791.                                 'description' => NULL,
  13792.                             ],
  13793.                             'documentsFollowUp' => [
  13794.                                 'type' => 'Gallery',
  13795.                                 'description' => NULL,
  13796.                             ],
  13797.                         ],
  13798.                         'interfaces' => [
  13799.                         ],
  13800.                         'name' => 'Event',
  13801.                         'builders' => [
  13802.                         ],
  13803.                     ],
  13804.                 ],
  13805.                 'AnswerWrong' => [
  13806.                     'type' => 'object',
  13807.                     'class_name' => 'AnswerWrongType',
  13808.                     'inherits' => [
  13809.                     ],
  13810.                     'decorator' => false,
  13811.                     'config' => [
  13812.                         'description' => NULL,
  13813.                         'fields' => [
  13814.                             'status' => [
  13815.                                 'type' => 'Status!',
  13816.                                 'description' => NULL,
  13817.                             ],
  13818.                             'answerIds' => [
  13819.                                 'type' => '[Int]',
  13820.                                 'description' => NULL,
  13821.                             ],
  13822.                         ],
  13823.                         'interfaces' => [
  13824.                         ],
  13825.                         'name' => 'AnswerWrong',
  13826.                         'builders' => [
  13827.                         ],
  13828.                     ],
  13829.                 ],
  13830.                 'ProfileResults' => [
  13831.                     'type' => 'object',
  13832.                     'class_name' => 'ProfileResultsType',
  13833.                     'inherits' => [
  13834.                     ],
  13835.                     'decorator' => false,
  13836.                     'config' => [
  13837.                         'description' => NULL,
  13838.                         'fields' => [
  13839.                             'numResults' => [
  13840.                                 'type' => 'Int!',
  13841.                                 'description' => NULL,
  13842.                             ],
  13843.                             'profiles' => [
  13844.                                 'type' => '[Profile!]',
  13845.                                 'description' => NULL,
  13846.                             ],
  13847.                         ],
  13848.                         'interfaces' => [
  13849.                         ],
  13850.                         'name' => 'ProfileResults',
  13851.                         'builders' => [
  13852.                         ],
  13853.                     ],
  13854.                 ],
  13855.                 'Story' => [
  13856.                     'type' => 'object',
  13857.                     'class_name' => 'StoryType',
  13858.                     'inherits' => [
  13859.                     ],
  13860.                     'decorator' => false,
  13861.                     'config' => [
  13862.                         'description' => NULL,
  13863.                         'fields' => [
  13864.                             'id' => [
  13865.                                 'type' => 'Int',
  13866.                                 'description' => NULL,
  13867.                             ],
  13868.                             'bicID' => [
  13869.                                 'type' => 'Int',
  13870.                                 'description' => NULL,
  13871.                             ],
  13872.                             'jobName' => [
  13873.                                 'type' => 'String',
  13874.                                 'description' => NULL,
  13875.                             ],
  13876.                             'title' => [
  13877.                                 'type' => 'String',
  13878.                                 'description' => NULL,
  13879.                             ],
  13880.                             'portrait' => [
  13881.                                 'type' => 'String',
  13882.                                 'description' => NULL,
  13883.                             ],
  13884.                             'user' => [
  13885.                                 'type' => 'StoryUser',
  13886.                                 'description' => NULL,
  13887.                             ],
  13888.                             'cards' => [
  13889.                                 'type' => '[StoryCard!]',
  13890.                                 'description' => NULL,
  13891.                             ],
  13892.                             'nextStories' => [
  13893.                                 'type' => 'NextStoryCard',
  13894.                                 'description' => NULL,
  13895.                             ],
  13896.                             'image' => [
  13897.                                 'type' => 'Image',
  13898.                                 'description' => NULL,
  13899.                             ],
  13900.                             'icon' => [
  13901.                                 'type' => 'Icon',
  13902.                                 'description' => NULL,
  13903.                             ],
  13904.                             'tags' => [
  13905.                                 'type' => '[Tag!]',
  13906.                                 'description' => NULL,
  13907.                             ],
  13908.                             'color' => [
  13909.                                 'type' => 'Color',
  13910.                                 'description' => NULL,
  13911.                             ],
  13912.                             'gradient' => [
  13913.                                 'type' => 'StoryGradient',
  13914.                                 'description' => NULL,
  13915.                             ],
  13916.                             'quizLink' => [
  13917.                                 'type' => 'String',
  13918.                                 'description' => NULL,
  13919.                             ],
  13920.                             'vrDirectLink' => [
  13921.                                 'type' => 'String',
  13922.                                 'description' => NULL,
  13923.                             ],
  13924.                             'schoolProfile' => [
  13925.                                 'type' => 'SchoolProfile',
  13926.                                 'description' => NULL,
  13927.                             ],
  13928.                             'visits' => [
  13929.                                 'type' => 'Int',
  13930.                                 'description' => NULL,
  13931.                             ],
  13932.                             'quizDone' => [
  13933.                                 'type' => 'Boolean!',
  13934.                                 'description' => NULL,
  13935.                             ],
  13936.                         ],
  13937.                         'interfaces' => [
  13938.                         ],
  13939.                         'name' => 'Story',
  13940.                         'builders' => [
  13941.                         ],
  13942.                     ],
  13943.                 ],
  13944.                 'RookieOfferPreview' => [
  13945.                     'type' => 'object',
  13946.                     'class_name' => 'RookieOfferPreviewType',
  13947.                     'inherits' => [
  13948.                     ],
  13949.                     'decorator' => false,
  13950.                     'config' => [
  13951.                         'description' => NULL,
  13952.                         'fields' => [
  13953.                             'id' => [
  13954.                                 'type' => 'Int!',
  13955.                                 'description' => NULL,
  13956.                             ],
  13957.                             'provider' => [
  13958.                                 'type' => 'RookieProvider!',
  13959.                                 'description' => NULL,
  13960.                             ],
  13961.                             'job' => [
  13962.                                 'type' => 'JobSimple!',
  13963.                                 'description' => NULL,
  13964.                             ],
  13965.                             'timeSlot' => [
  13966.                                 'type' => 'RookieTimeSlot',
  13967.                                 'description' => NULL,
  13968.                             ],
  13969.                             'remainingSlots' => [
  13970.                                 'type' => 'Int!',
  13971.                                 'description' => NULL,
  13972.                             ],
  13973.                             'shortCode' => [
  13974.                                 'type' => 'String!',
  13975.                                 'description' => NULL,
  13976.                             ],
  13977.                             'rookieDistrict' => [
  13978.                                 'type' => 'RookieDistrict!',
  13979.                                 'description' => NULL,
  13980.                             ],
  13981.                         ],
  13982.                         'interfaces' => [
  13983.                         ],
  13984.                         'name' => 'RookieOfferPreview',
  13985.                         'builders' => [
  13986.                         ],
  13987.                     ],
  13988.                 ],
  13989.                 'RookieSchool' => [
  13990.                     'type' => 'object',
  13991.                     'class_name' => 'RookieSchoolType',
  13992.                     'inherits' => [
  13993.                     ],
  13994.                     'decorator' => false,
  13995.                     'config' => [
  13996.                         'description' => NULL,
  13997.                         'fields' => [
  13998.                             'id' => [
  13999.                                 'type' => 'Int!',
  14000.                                 'description' => NULL,
  14001.                             ],
  14002.                             'schoolName' => [
  14003.                                 'type' => 'String!',
  14004.                                 'description' => NULL,
  14005.                             ],
  14006.                             'timeSlot' => [
  14007.                                 'type' => 'RookieTimeSlot',
  14008.                                 'description' => NULL,
  14009.                             ],
  14010.                         ],
  14011.                         'interfaces' => [
  14012.                         ],
  14013.                         'name' => 'RookieSchool',
  14014.                         'builders' => [
  14015.                         ],
  14016.                     ],
  14017.                 ],
  14018.                 'InRookieTimeSlotEntry' => [
  14019.                     'type' => 'input-object',
  14020.                     'class_name' => 'InRookieTimeSlotEntryType',
  14021.                     'inherits' => [
  14022.                     ],
  14023.                     'decorator' => false,
  14024.                     'config' => [
  14025.                         'description' => NULL,
  14026.                         'fields' => [
  14027.                             'timeSlotId' => [
  14028.                                 'type' => 'Int!',
  14029.                                 'description' => NULL,
  14030.                             ],
  14031.                             'numScholar' => [
  14032.                                 'type' => 'Int!',
  14033.                                 'description' => NULL,
  14034.                             ],
  14035.                         ],
  14036.                         'name' => 'InRookieTimeSlotEntry',
  14037.                     ],
  14038.                 ],
  14039.                 'RookieTimeSlot' => [
  14040.                     'type' => 'object',
  14041.                     'class_name' => 'RookieTimeSlotType',
  14042.                     'inherits' => [
  14043.                     ],
  14044.                     'decorator' => false,
  14045.                     'config' => [
  14046.                         'description' => NULL,
  14047.                         'fields' => [
  14048.                             'id' => [
  14049.                                 'type' => 'Int!',
  14050.                                 'description' => NULL,
  14051.                             ],
  14052.                             'state' => [
  14053.                                 'type' => 'RookieTimeSlotState!',
  14054.                                 'description' => NULL,
  14055.                             ],
  14056.                             'name' => [
  14057.                                 'type' => 'String!',
  14058.                                 'description' => NULL,
  14059.                             ],
  14060.                             'openAt' => [
  14061.                                 'type' => 'String!',
  14062.                                 'description' => NULL,
  14063.                             ],
  14064.                             'closeAt' => [
  14065.                                 'type' => 'String!',
  14066.                                 'description' => NULL,
  14067.                             ],
  14068.                             'workFrom' => [
  14069.                                 'type' => 'String!',
  14070.                                 'description' => NULL,
  14071.                             ],
  14072.                             'workTo' => [
  14073.                                 'type' => 'String!',
  14074.                                 'description' => NULL,
  14075.                             ],
  14076.                             'schools' => [
  14077.                                 'type' => '[RookieSchool!]',
  14078.                                 'description' => NULL,
  14079.                             ],
  14080.                         ],
  14081.                         'interfaces' => [
  14082.                         ],
  14083.                         'name' => 'RookieTimeSlot',
  14084.                         'builders' => [
  14085.                         ],
  14086.                     ],
  14087.                 ],
  14088.                 'InRookieContact' => [
  14089.                     'type' => 'input-object',
  14090.                     'class_name' => 'InRookieContactType',
  14091.                     'inherits' => [
  14092.                     ],
  14093.                     'decorator' => false,
  14094.                     'config' => [
  14095.                         'description' => NULL,
  14096.                         'fields' => [
  14097.                             'firstname' => [
  14098.                                 'type' => 'String!',
  14099.                                 'description' => NULL,
  14100.                             ],
  14101.                             'lastname' => [
  14102.                                 'type' => 'String!',
  14103.                                 'description' => NULL,
  14104.                             ],
  14105.                             'phone' => [
  14106.                                 'type' => 'String!',
  14107.                                 'description' => NULL,
  14108.                             ],
  14109.                             'email' => [
  14110.                                 'type' => 'String!',
  14111.                                 'description' => NULL,
  14112.                             ],
  14113.                         ],
  14114.                         'name' => 'InRookieContact',
  14115.                     ],
  14116.                 ],
  14117.                 'RookieDistrictState' => [
  14118.                     'type' => 'enum',
  14119.                     'class_name' => 'RookieDistrictStateType',
  14120.                     'inherits' => [
  14121.                     ],
  14122.                     'decorator' => false,
  14123.                     'config' => [
  14124.                         'description' => NULL,
  14125.                         'values' => [
  14126.                             'NOTSET' => [
  14127.                                 'description' => NULL,
  14128.                                 'value' => 'NOTSET',
  14129.                             ],
  14130.                             'HOLD' => [
  14131.                                 'description' => NULL,
  14132.                                 'value' => 'HOLD',
  14133.                             ],
  14134.                             'ACTIVE' => [
  14135.                                 'description' => NULL,
  14136.                                 'value' => 'ACTIVE',
  14137.                             ],
  14138.                         ],
  14139.                         'name' => 'RookieDistrictState',
  14140.                     ],
  14141.                 ],
  14142.                 'RookieSchoolClass' => [
  14143.                     'type' => 'object',
  14144.                     'class_name' => 'RookieSchoolClassType',
  14145.                     'inherits' => [
  14146.                     ],
  14147.                     'decorator' => false,
  14148.                     'config' => [
  14149.                         'description' => NULL,
  14150.                         'fields' => [
  14151.                             'schoolId' => [
  14152.                                 'type' => 'Int!',
  14153.                                 'description' => NULL,
  14154.                             ],
  14155.                             'schoolClassId' => [
  14156.                                 'type' => 'Int!',
  14157.                                 'description' => NULL,
  14158.                             ],
  14159.                             'schoolClassName' => [
  14160.                                 'type' => 'String!',
  14161.                                 'description' => NULL,
  14162.                             ],
  14163.                         ],
  14164.                         'interfaces' => [
  14165.                         ],
  14166.                         'name' => 'RookieSchoolClass',
  14167.                         'builders' => [
  14168.                         ],
  14169.                     ],
  14170.                 ],
  14171.                 'InRookieCompany' => [
  14172.                     'type' => 'input-object',
  14173.                     'class_name' => 'InRookieCompanyType',
  14174.                     'inherits' => [
  14175.                     ],
  14176.                     'decorator' => false,
  14177.                     'config' => [
  14178.                         'description' => NULL,
  14179.                         'fields' => [
  14180.                             'companyProfileId' => [
  14181.                                 'type' => 'Int',
  14182.                                 'description' => NULL,
  14183.                             ],
  14184.                             'companyName' => [
  14185.                                 'type' => 'String!',
  14186.                                 'description' => NULL,
  14187.                             ],
  14188.                             'street' => [
  14189.                                 'type' => 'String!',
  14190.                                 'description' => NULL,
  14191.                             ],
  14192.                             'zip' => [
  14193.                                 'type' => 'String!',
  14194.                                 'description' => NULL,
  14195.                             ],
  14196.                             'city' => [
  14197.                                 'type' => 'String!',
  14198.                                 'description' => NULL,
  14199.                             ],
  14200.                         ],
  14201.                         'name' => 'InRookieCompany',
  14202.                     ],
  14203.                 ],
  14204.                 'RookieOfferTimeSlotMapping' => [
  14205.                     'type' => 'object',
  14206.                     'class_name' => 'RookieOfferTimeSlotMappingType',
  14207.                     'inherits' => [
  14208.                     ],
  14209.                     'decorator' => false,
  14210.                     'config' => [
  14211.                         'description' => NULL,
  14212.                         'fields' => [
  14213.                             'id' => [
  14214.                                 'type' => 'Int!',
  14215.                                 'description' => NULL,
  14216.                             ],
  14217.                             'provider' => [
  14218.                                 'type' => 'RookieProvider!',
  14219.                                 'description' => NULL,
  14220.                             ],
  14221.                             'job' => [
  14222.                                 'type' => 'RookieJob!',
  14223.                                 'description' => NULL,
  14224.                             ],
  14225.                             'timeSlot' => [
  14226.                                 'type' => 'RookieTimeSlot!',
  14227.                                 'description' => NULL,
  14228.                             ],
  14229.                             'workTime' => [
  14230.                                 'type' => 'String',
  14231.                                 'description' => NULL,
  14232.                             ],
  14233.                             'workClothes' => [
  14234.                                 'type' => 'String',
  14235.                                 'description' => NULL,
  14236.                             ],
  14237.                             'remainingSlots' => [
  14238.                                 'type' => 'Int!',
  14239.                                 'description' => NULL,
  14240.                             ],
  14241.                             'additionalEntries' => [
  14242.                                 'type' => '[RookieOfferPreview!]',
  14243.                                 'description' => NULL,
  14244.                             ],
  14245.                             'shortCode' => [
  14246.                                 'type' => 'String!',
  14247.                                 'description' => NULL,
  14248.                             ],
  14249.                             'rookieDistrict' => [
  14250.                                 'type' => 'RookieDistrict!',
  14251.                                 'description' => NULL,
  14252.                             ],
  14253.                         ],
  14254.                         'interfaces' => [
  14255.                         ],
  14256.                         'name' => 'RookieOfferTimeSlotMapping',
  14257.                         'builders' => [
  14258.                         ],
  14259.                     ],
  14260.                 ],
  14261.                 'RookieDistrict' => [
  14262.                     'type' => 'object',
  14263.                     'class_name' => 'RookieDistrictType',
  14264.                     'inherits' => [
  14265.                     ],
  14266.                     'decorator' => false,
  14267.                     'config' => [
  14268.                         'description' => NULL,
  14269.                         'fields' => [
  14270.                             'id' => [
  14271.                                 'type' => 'Int!',
  14272.                                 'description' => NULL,
  14273.                             ],
  14274.                             'name' => [
  14275.                                 'type' => 'String!',
  14276.                                 'description' => NULL,
  14277.                             ],
  14278.                             'eventType' => [
  14279.                                 'type' => 'Int!',
  14280.                                 'description' => NULL,
  14281.                             ],
  14282.                             'state' => [
  14283.                                 'type' => 'RookieDistrictState!',
  14284.                                 'description' => NULL,
  14285.                             ],
  14286.                         ],
  14287.                         'interfaces' => [
  14288.                         ],
  14289.                         'name' => 'RookieDistrict',
  14290.                         'builders' => [
  14291.                         ],
  14292.                     ],
  14293.                 ],
  14294.                 'InRookieJobEntry' => [
  14295.                     'type' => 'input-object',
  14296.                     'class_name' => 'InRookieJobEntryType',
  14297.                     'inherits' => [
  14298.                     ],
  14299.                     'decorator' => false,
  14300.                     'config' => [
  14301.                         'description' => NULL,
  14302.                         'fields' => [
  14303.                             'jobId' => [
  14304.                                 'type' => 'Int!',
  14305.                                 'description' => NULL,
  14306.                             ],
  14307.                             'timeSlotEntries' => [
  14308.                                 'type' => '[InRookieTimeSlotEntry!]!',
  14309.                                 'description' => NULL,
  14310.                             ],
  14311.                             'workFrom' => [
  14312.                                 'type' => 'String!',
  14313.                                 'description' => NULL,
  14314.                             ],
  14315.                             'workTo' => [
  14316.                                 'type' => 'String!',
  14317.                                 'description' => NULL,
  14318.                             ],
  14319.                             'note' => [
  14320.                                 'type' => 'String',
  14321.                                 'description' => NULL,
  14322.                             ],
  14323.                         ],
  14324.                         'name' => 'InRookieJobEntry',
  14325.                     ],
  14326.                 ],
  14327.                 'RookieTimeSlotState' => [
  14328.                     'type' => 'enum',
  14329.                     'class_name' => 'RookieTimeSlotStateType',
  14330.                     'inherits' => [
  14331.                     ],
  14332.                     'decorator' => false,
  14333.                     'config' => [
  14334.                         'description' => NULL,
  14335.                         'values' => [
  14336.                             'NOTSET' => [
  14337.                                 'description' => NULL,
  14338.                                 'value' => 'NOTSET',
  14339.                             ],
  14340.                             'ACTIVE' => [
  14341.                                 'description' => NULL,
  14342.                                 'value' => 'ACTIVE',
  14343.                             ],
  14344.                             'ENDED' => [
  14345.                                 'description' => NULL,
  14346.                                 'value' => 'ENDED',
  14347.                             ],
  14348.                         ],
  14349.                         'name' => 'RookieTimeSlotState',
  14350.                     ],
  14351.                 ],
  14352.                 'RookieProviderRegisterTime' => [
  14353.                     'type' => 'object',
  14354.                     'class_name' => 'RookieProviderRegisterTimeType',
  14355.                     'inherits' => [
  14356.                     ],
  14357.                     'decorator' => false,
  14358.                     'config' => [
  14359.                         'description' => NULL,
  14360.                         'fields' => [
  14361.                             'openAt' => [
  14362.                                 'type' => 'String!',
  14363.                                 'description' => NULL,
  14364.                             ],
  14365.                             'closeAt' => [
  14366.                                 'type' => 'String!',
  14367.                                 'description' => NULL,
  14368.                             ],
  14369.                             'createdAt' => [
  14370.                                 'type' => 'String!',
  14371.                                 'description' => NULL,
  14372.                             ],
  14373.                         ],
  14374.                         'interfaces' => [
  14375.                         ],
  14376.                         'name' => 'RookieProviderRegisterTime',
  14377.                         'builders' => [
  14378.                         ],
  14379.                     ],
  14380.                 ],
  14381.                 'RookieOfferTimeSlotMappingSimple' => [
  14382.                     'type' => 'object',
  14383.                     'class_name' => 'RookieOfferTimeSlotMappingSimpleType',
  14384.                     'inherits' => [
  14385.                     ],
  14386.                     'decorator' => false,
  14387.                     'config' => [
  14388.                         'description' => NULL,
  14389.                         'fields' => [
  14390.                             'id' => [
  14391.                                 'type' => 'Int!',
  14392.                                 'description' => NULL,
  14393.                             ],
  14394.                             'timeSlot' => [
  14395.                                 'type' => 'RookieTimeSlot!',
  14396.                                 'description' => NULL,
  14397.                             ],
  14398.                         ],
  14399.                         'interfaces' => [
  14400.                         ],
  14401.                         'name' => 'RookieOfferTimeSlotMappingSimple',
  14402.                         'builders' => [
  14403.                         ],
  14404.                     ],
  14405.                 ],
  14406.                 'RookieProvider' => [
  14407.                     'type' => 'object',
  14408.                     'class_name' => 'RookieProviderType',
  14409.                     'inherits' => [
  14410.                     ],
  14411.                     'decorator' => false,
  14412.                     'config' => [
  14413.                         'description' => NULL,
  14414.                         'fields' => [
  14415.                             'id' => [
  14416.                                 'type' => 'Int!',
  14417.                                 'description' => NULL,
  14418.                             ],
  14419.                             'uuid' => [
  14420.                                 'type' => 'String!',
  14421.                                 'description' => NULL,
  14422.                             ],
  14423.                             'name' => [
  14424.                                 'type' => 'String!',
  14425.                                 'description' => NULL,
  14426.                             ],
  14427.                             'description' => [
  14428.                                 'type' => 'String!',
  14429.                                 'description' => NULL,
  14430.                             ],
  14431.                             'founded' => [
  14432.                                 'type' => 'Int',
  14433.                                 'description' => NULL,
  14434.                             ],
  14435.                             'locations' => [
  14436.                                 'type' => '[CompanyLocation!]',
  14437.                                 'description' => NULL,
  14438.                             ],
  14439.                             'mediaGallery' => [
  14440.                                 'type' => 'Gallery',
  14441.                                 'description' => NULL,
  14442.                             ],
  14443.                             'companySize' => [
  14444.                                 'type' => 'CompanySize',
  14445.                                 'description' => NULL,
  14446.                             ],
  14447.                             'companyBenefits' => [
  14448.                                 'type' => '[CompanyBenefit!]',
  14449.                                 'description' => NULL,
  14450.                             ],
  14451.                             'companyProfilePicture' => [
  14452.                                 'type' => 'Media',
  14453.                                 'description' => NULL,
  14454.                             ],
  14455.                             'headerPicture' => [
  14456.                                 'type' => 'Media',
  14457.                                 'description' => NULL,
  14458.                             ],
  14459.                         ],
  14460.                         'interfaces' => [
  14461.                         ],
  14462.                         'name' => 'RookieProvider',
  14463.                         'builders' => [
  14464.                         ],
  14465.                     ],
  14466.                 ],
  14467.                 'RookieJob' => [
  14468.                     'type' => 'object',
  14469.                     'class_name' => 'RookieJobType',
  14470.                     'inherits' => [
  14471.                     ],
  14472.                     'decorator' => false,
  14473.                     'config' => [
  14474.                         'description' => NULL,
  14475.                         'fields' => [
  14476.                             'id' => [
  14477.                                 'type' => 'Int!',
  14478.                                 'description' => NULL,
  14479.                             ],
  14480.                             'name' => [
  14481.                                 'type' => 'String!',
  14482.                                 'description' => NULL,
  14483.                             ],
  14484.                             'bicID' => [
  14485.                                 'type' => 'Int',
  14486.                                 'description' => NULL,
  14487.                             ],
  14488.                             'description' => [
  14489.                                 'type' => 'String',
  14490.                                 'description' => NULL,
  14491.                             ],
  14492.                             'jobEducationalPaths' => [
  14493.                                 'type' => '[JobEducationalPath!]',
  14494.                                 'description' => NULL,
  14495.                             ],
  14496.                             'scholasticDuration' => [
  14497.                                 'type' => 'JobScholasticDuration',
  14498.                                 'description' => NULL,
  14499.                             ],
  14500.                             'requirementsByType' => [
  14501.                                 'type' => 'JobRequirementCollection',
  14502.                                 'description' => NULL,
  14503.                             ],
  14504.                             'image' => [
  14505.                                 'type' => 'Image',
  14506.                                 'description' => NULL,
  14507.                             ],
  14508.                             'schoolSubjectMappings' => [
  14509.                                 'type' => '[JobSchoolSubjectMapping!]',
  14510.                                 'description' => NULL,
  14511.                             ],
  14512.                             'interestFields' => [
  14513.                                 'type' => '[InterestField!]',
  14514.                                 'description' => NULL,
  14515.                             ],
  14516.                             'jobLinkMappings' => [
  14517.                                 'type' => '[JobLinkMapping]',
  14518.                                 'description' => NULL,
  14519.                             ],
  14520.                             'jobRedirects' => [
  14521.                                 'type' => '[JobRedirect!]',
  14522.                                 'description' => NULL,
  14523.                             ],
  14524.                             'jobSalary' => [
  14525.                                 'type' => 'JobSalary',
  14526.                                 'description' => NULL,
  14527.                             ],
  14528.                             'jobWorkFields' => [
  14529.                                 'type' => '[JobWorkField!]',
  14530.                                 'description' => NULL,
  14531.                             ],
  14532.                         ],
  14533.                         'interfaces' => [
  14534.                         ],
  14535.                         'name' => 'RookieJob',
  14536.                         'builders' => [
  14537.                         ],
  14538.                     ],
  14539.                 ],
  14540.                 'InRookieRegisterCompany' => [
  14541.                     'type' => 'input-object',
  14542.                     'class_name' => 'InRookieRegisterCompanyType',
  14543.                     'inherits' => [
  14544.                     ],
  14545.                     'decorator' => false,
  14546.                     'config' => [
  14547.                         'description' => NULL,
  14548.                         'fields' => [
  14549.                             'districtId' => [
  14550.                                 'type' => 'Int!',
  14551.                                 'description' => NULL,
  14552.                             ],
  14553.                             'company' => [
  14554.                                 'type' => 'InRookieCompany!',
  14555.                                 'description' => NULL,
  14556.                             ],
  14557.                             'contact' => [
  14558.                                 'type' => 'InRookieContact!',
  14559.                                 'description' => NULL,
  14560.                             ],
  14561.                             'entries' => [
  14562.                                 'type' => '[InRookieJobEntry!]!',
  14563.                                 'description' => NULL,
  14564.                             ],
  14565.                         ],
  14566.                         'name' => 'InRookieRegisterCompany',
  14567.                     ],
  14568.                 ],
  14569.                 'RookieOffer' => [
  14570.                     'type' => 'object',
  14571.                     'class_name' => 'RookieOfferType',
  14572.                     'inherits' => [
  14573.                     ],
  14574.                     'decorator' => false,
  14575.                     'config' => [
  14576.                         'description' => NULL,
  14577.                         'fields' => [
  14578.                             'id' => [
  14579.                                 'type' => 'Int!',
  14580.                                 'description' => NULL,
  14581.                             ],
  14582.                             'provider' => [
  14583.                                 'type' => 'RookieProvider!',
  14584.                                 'description' => NULL,
  14585.                             ],
  14586.                             'job' => [
  14587.                                 'type' => 'RookieJob!',
  14588.                                 'description' => NULL,
  14589.                             ],
  14590.                             'timeSlotMappingsSimple' => [
  14591.                                 'type' => '[RookieOfferTimeSlotMappingSimple!]',
  14592.                                 'description' => NULL,
  14593.                             ],
  14594.                             'workTime' => [
  14595.                                 'type' => 'String',
  14596.                                 'description' => NULL,
  14597.                             ],
  14598.                             'workClothes' => [
  14599.                                 'type' => 'String',
  14600.                                 'description' => NULL,
  14601.                             ],
  14602.                             'remainingSlots' => [
  14603.                                 'type' => 'Int!',
  14604.                                 'description' => NULL,
  14605.                             ],
  14606.                             'additionalEntries' => [
  14607.                                 'type' => '[RookieOfferPreview!]',
  14608.                                 'description' => NULL,
  14609.                             ],
  14610.                             'shortCode' => [
  14611.                                 'type' => 'String!',
  14612.                                 'description' => NULL,
  14613.                             ],
  14614.                             'rookieDistrict' => [
  14615.                                 'type' => 'RookieDistrict!',
  14616.                                 'description' => NULL,
  14617.                             ],
  14618.                         ],
  14619.                         'interfaces' => [
  14620.                         ],
  14621.                         'name' => 'RookieOffer',
  14622.                         'builders' => [
  14623.                         ],
  14624.                     ],
  14625.                 ],
  14626.                 'InRookieScholar' => [
  14627.                     'type' => 'input-object',
  14628.                     'class_name' => 'InRookieScholarType',
  14629.                     'inherits' => [
  14630.                     ],
  14631.                     'decorator' => false,
  14632.                     'config' => [
  14633.                         'description' => NULL,
  14634.                         'fields' => [
  14635.                             'districtId' => [
  14636.                                 'type' => 'Int!',
  14637.                                 'description' => NULL,
  14638.                             ],
  14639.                             'positionId' => [
  14640.                                 'type' => 'Int',
  14641.                                 'description' => NULL,
  14642.                             ],
  14643.                             'schoolId' => [
  14644.                                 'type' => 'Int',
  14645.                                 'description' => NULL,
  14646.                             ],
  14647.                             'classId' => [
  14648.                                 'type' => 'Int',
  14649.                                 'description' => NULL,
  14650.                             ],
  14651.                             'selectedTimeSlots' => [
  14652.                                 'type' => '[Int!]',
  14653.                                 'description' => NULL,
  14654.                             ],
  14655.                             'firstName' => [
  14656.                                 'type' => 'String!',
  14657.                                 'description' => NULL,
  14658.                             ],
  14659.                             'lastName' => [
  14660.                                 'type' => 'String!',
  14661.                                 'description' => NULL,
  14662.                             ],
  14663.                             'email' => [
  14664.                                 'type' => 'String!',
  14665.                                 'description' => NULL,
  14666.                             ],
  14667.                             'phoneNumber' => [
  14668.                                 'type' => 'String!',
  14669.                                 'description' => NULL,
  14670.                             ],
  14671.                             'address' => [
  14672.                                 'type' => 'String!',
  14673.                                 'description' => NULL,
  14674.                             ],
  14675.                             'zip' => [
  14676.                                 'type' => 'String!',
  14677.                                 'description' => NULL,
  14678.                             ],
  14679.                             'location' => [
  14680.                                 'type' => 'String!',
  14681.                                 'description' => NULL,
  14682.                             ],
  14683.                             'privacyBoxSelected' => [
  14684.                                 'type' => 'Boolean!',
  14685.                                 'description' => NULL,
  14686.                             ],
  14687.                         ],
  14688.                         'name' => 'InRookieScholar',
  14689.                     ],
  14690.                 ],
  14691.                 'JobSalaryType' => [
  14692.                     'type' => 'enum',
  14693.                     'class_name' => 'JobSalaryTypeType',
  14694.                     'inherits' => [
  14695.                     ],
  14696.                     'decorator' => false,
  14697.                     'config' => [
  14698.                         'description' => NULL,
  14699.                         'values' => [
  14700.                             'YROA1' => [
  14701.                                 'description' => NULL,
  14702.                                 'value' => 'YROA1',
  14703.                             ],
  14704.                             'YROA2' => [
  14705.                                 'description' => NULL,
  14706.                                 'value' => 'YROA2',
  14707.                             ],
  14708.                             'YROA3' => [
  14709.                                 'description' => NULL,
  14710.                                 'value' => 'YROA3',
  14711.                             ],
  14712.                             'YROA4' => [
  14713.                                 'description' => NULL,
  14714.                                 'value' => 'YROA4',
  14715.                             ],
  14716.                             'ENTRY' => [
  14717.                                 'description' => NULL,
  14718.                                 'value' => 'ENTRY',
  14719.                             ],
  14720.                         ],
  14721.                         'name' => 'JobSalaryType',
  14722.                     ],
  14723.                 ],
  14724.                 'MiscFile' => [
  14725.                     'type' => 'object',
  14726.                     'class_name' => 'MiscFileType',
  14727.                     'inherits' => [
  14728.                     ],
  14729.                     'decorator' => false,
  14730.                     'config' => [
  14731.                         'description' => NULL,
  14732.                         'fields' => [
  14733.                             'id' => [
  14734.                                 'type' => 'ID!',
  14735.                                 'description' => NULL,
  14736.                             ],
  14737.                             'name' => [
  14738.                                 'type' => 'String',
  14739.                                 'description' => NULL,
  14740.                             ],
  14741.                             'filename' => [
  14742.                                 'type' => 'String',
  14743.                                 'description' => NULL,
  14744.                             ],
  14745.                         ],
  14746.                         'interfaces' => [
  14747.                         ],
  14748.                         'name' => 'MiscFile',
  14749.                         'builders' => [
  14750.                         ],
  14751.                     ],
  14752.                 ],
  14753.                 'JobEducationalPath' => [
  14754.                     'type' => 'object',
  14755.                     'class_name' => 'JobEducationalPathType',
  14756.                     'inherits' => [
  14757.                     ],
  14758.                     'decorator' => false,
  14759.                     'config' => [
  14760.                         'description' => NULL,
  14761.                         'fields' => [
  14762.                             'id' => [
  14763.                                 'type' => 'ID!',
  14764.                                 'description' => NULL,
  14765.                             ],
  14766.                             'bicID' => [
  14767.                                 'type' => 'Int',
  14768.                                 'description' => NULL,
  14769.                             ],
  14770.                             'name' => [
  14771.                                 'type' => 'String!',
  14772.                                 'description' => NULL,
  14773.                             ],
  14774.                             'description' => [
  14775.                                 'type' => 'String',
  14776.                                 'description' => NULL,
  14777.                             ],
  14778.                         ],
  14779.                         'interfaces' => [
  14780.                         ],
  14781.                         'name' => 'JobEducationalPath',
  14782.                         'builders' => [
  14783.                         ],
  14784.                     ],
  14785.                 ],
  14786.                 'JobMarketApplyType' => [
  14787.                     'type' => 'enum',
  14788.                     'class_name' => 'JobMarketApplyTypeType',
  14789.                     'inherits' => [
  14790.                     ],
  14791.                     'decorator' => false,
  14792.                     'config' => [
  14793.                         'description' => NULL,
  14794.                         'values' => [
  14795.                             'ONLINE' => [
  14796.                                 'description' => NULL,
  14797.                                 'value' => 'ONLINE',
  14798.                             ],
  14799.                             'EMAIL' => [
  14800.                                 'description' => NULL,
  14801.                                 'value' => 'EMAIL',
  14802.                             ],
  14803.                             'PHONE' => [
  14804.                                 'description' => NULL,
  14805.                                 'value' => 'PHONE',
  14806.                             ],
  14807.                             'POSTAL' => [
  14808.                                 'description' => NULL,
  14809.                                 'value' => 'POSTAL',
  14810.                             ],
  14811.                         ],
  14812.                         'name' => 'JobMarketApplyType',
  14813.                     ],
  14814.                 ],
  14815.                 'QuestionOpen' => [
  14816.                     'type' => 'object',
  14817.                     'class_name' => 'QuestionOpenType',
  14818.                     'inherits' => [
  14819.                     ],
  14820.                     'decorator' => false,
  14821.                     'config' => [
  14822.                         'description' => NULL,
  14823.                         'fields' => [
  14824.                             'status' => [
  14825.                                 'type' => 'Status',
  14826.                                 'description' => NULL,
  14827.                             ],
  14828.                             'id' => [
  14829.                                 'type' => 'ID!',
  14830.                                 'description' => NULL,
  14831.                             ],
  14832.                             'text' => [
  14833.                                 'type' => 'String',
  14834.                                 'description' => NULL,
  14835.                             ],
  14836.                             'answers' => [
  14837.                                 'type' => '[QuestionAnswer!]',
  14838.                                 'description' => NULL,
  14839.                             ],
  14840.                             'correctAnswer' => [
  14841.                                 'type' => 'QuestionAnswer!',
  14842.                                 'description' => NULL,
  14843.                             ],
  14844.                         ],
  14845.                         'interfaces' => [
  14846.                         ],
  14847.                         'name' => 'QuestionOpen',
  14848.                         'builders' => [
  14849.                         ],
  14850.                     ],
  14851.                 ],
  14852.                 'SchoolSubject' => [
  14853.                     'type' => 'object',
  14854.                     'class_name' => 'SchoolSubjectType',
  14855.                     'inherits' => [
  14856.                     ],
  14857.                     'decorator' => false,
  14858.                     'config' => [
  14859.                         'description' => NULL,
  14860.                         'fields' => [
  14861.                             'id' => [
  14862.                                 'type' => 'ID!',
  14863.                                 'description' => NULL,
  14864.                             ],
  14865.                             'name' => [
  14866.                                 'type' => 'String!',
  14867.                                 'description' => NULL,
  14868.                             ],
  14869.                             'abbreviation' => [
  14870.                                 'type' => 'String!',
  14871.                                 'description' => NULL,
  14872.                             ],
  14873.                         ],
  14874.                         'interfaces' => [
  14875.                         ],
  14876.                         'name' => 'SchoolSubject',
  14877.                         'builders' => [
  14878.                         ],
  14879.                     ],
  14880.                 ],
  14881.                 'MilestoneStats' => [
  14882.                     'type' => 'object',
  14883.                     'class_name' => 'MilestoneStatsType',
  14884.                     'inherits' => [
  14885.                     ],
  14886.                     'decorator' => false,
  14887.                     'config' => [
  14888.                         'description' => NULL,
  14889.                         'fields' => [
  14890.                             'scoredCount' => [
  14891.                                 'type' => 'Int!',
  14892.                                 'description' => NULL,
  14893.                             ],
  14894.                             'totalCount' => [
  14895.                                 'type' => 'Int!',
  14896.                                 'description' => NULL,
  14897.                             ],
  14898.                         ],
  14899.                         'interfaces' => [
  14900.                         ],
  14901.                         'name' => 'MilestoneStats',
  14902.                         'builders' => [
  14903.                         ],
  14904.                     ],
  14905.                 ],
  14906.                 'GameTrophyHuntAnswer' => [
  14907.                     'type' => 'object',
  14908.                     'class_name' => 'GameTrophyHuntAnswerType',
  14909.                     'inherits' => [
  14910.                     ],
  14911.                     'decorator' => false,
  14912.                     'config' => [
  14913.                         'description' => NULL,
  14914.                         'fields' => [
  14915.                             'isCorrect' => [
  14916.                                 'type' => 'Boolean!',
  14917.                                 'description' => NULL,
  14918.                             ],
  14919.                             'isComplete' => [
  14920.                                 'type' => 'Boolean!',
  14921.                                 'description' => NULL,
  14922.                             ],
  14923.                         ],
  14924.                         'interfaces' => [
  14925.                         ],
  14926.                         'name' => 'GameTrophyHuntAnswer',
  14927.                         'builders' => [
  14928.                         ],
  14929.                     ],
  14930.                 ],
  14931.                 'TeachingIdeaType' => [
  14932.                     'type' => 'object',
  14933.                     'class_name' => 'TeachingIdeaTypeType',
  14934.                     'inherits' => [
  14935.                     ],
  14936.                     'decorator' => false,
  14937.                     'config' => [
  14938.                         'description' => NULL,
  14939.                         'fields' => [
  14940.                             'id' => [
  14941.                                 'type' => 'Int!',
  14942.                                 'description' => NULL,
  14943.                             ],
  14944.                             'typeName' => [
  14945.                                 'type' => 'String!',
  14946.                                 'description' => NULL,
  14947.                             ],
  14948.                         ],
  14949.                         'interfaces' => [
  14950.                         ],
  14951.                         'name' => 'TeachingIdeaType',
  14952.                         'builders' => [
  14953.                         ],
  14954.                     ],
  14955.                 ],
  14956.                 'BoPartnerProfile' => [
  14957.                     'type' => 'object',
  14958.                     'class_name' => 'BoPartnerProfileType',
  14959.                     'inherits' => [
  14960.                     ],
  14961.                     'decorator' => false,
  14962.                     'config' => [
  14963.                         'description' => NULL,
  14964.                         'fields' => [
  14965.                             'id' => [
  14966.                                 'type' => 'ID!',
  14967.                                 'description' => NULL,
  14968.                             ],
  14969.                             'uuid' => [
  14970.                                 'type' => 'String!',
  14971.                                 'description' => NULL,
  14972.                             ],
  14973.                             'name' => [
  14974.                                 'type' => 'String!',
  14975.                                 'description' => NULL,
  14976.                             ],
  14977.                             'description' => [
  14978.                                 'type' => 'String',
  14979.                                 'description' => NULL,
  14980.                             ],
  14981.                             'certificateInformation' => [
  14982.                                 'type' => 'String',
  14983.                                 'description' => NULL,
  14984.                             ],
  14985.                             'searchTags' => [
  14986.                                 'type' => '[SearchTag!]',
  14987.                                 'description' => NULL,
  14988.                             ],
  14989.                             'locations' => [
  14990.                                 'type' => '[BoPartnerLocation!]',
  14991.                                 'description' => NULL,
  14992.                             ],
  14993.                             'jobs' => [
  14994.                                 'type' => '[Job!]',
  14995.                                 'description' => NULL,
  14996.                             ],
  14997.                             'communication' => [
  14998.                                 'type' => '[Communication!]',
  14999.                                 'description' => NULL,
  15000.                             ],
  15001.                             'url' => [
  15002.                                 'type' => 'String',
  15003.                                 'description' => NULL,
  15004.                             ],
  15005.                             'contactGallery' => [
  15006.                                 'type' => 'ContactGallery',
  15007.                                 'description' => NULL,
  15008.                             ],
  15009.                             'mediaGallery' => [
  15010.                                 'type' => 'Gallery',
  15011.                                 'description' => NULL,
  15012.                             ],
  15013.                             'documents' => [
  15014.                                 'type' => 'Gallery',
  15015.                                 'description' => NULL,
  15016.                             ],
  15017.                             'boPartnerProfilePicture' => [
  15018.                                 'type' => 'Image',
  15019.                                 'description' => NULL,
  15020.                             ],
  15021.                             'headerPicture' => [
  15022.                                 'type' => 'Image',
  15023.                                 'description' => NULL,
  15024.                             ],
  15025.                             'profileLink' => [
  15026.                                 'type' => 'ProfileLink',
  15027.                                 'description' => NULL,
  15028.                             ],
  15029.                             'offers' => [
  15030.                                 'type' => '[Offer!]',
  15031.                                 'description' => NULL,
  15032.                             ],
  15033.                             'relatedBoPartners' => [
  15034.                                 'type' => '[BoPartnerProfile!]',
  15035.                                 'description' => NULL,
  15036.                             ],
  15037.                             'quizUrl' => [
  15038.                                 'type' => 'String',
  15039.                                 'description' => NULL,
  15040.                             ],
  15041.                             'visits' => [
  15042.                                 'type' => 'Int',
  15043.                                 'description' => NULL,
  15044.                             ],
  15045.                             'providerUrl' => [
  15046.                                 'type' => 'String',
  15047.                                 'description' => NULL,
  15048.                             ],
  15049.                             'logoStyle' => [
  15050.                                 'type' => 'LogoStyle!',
  15051.                                 'description' => NULL,
  15052.                             ],
  15053.                         ],
  15054.                         'interfaces' => [
  15055.                             => 'ProfileInterface',
  15056.                         ],
  15057.                         'name' => 'BoPartnerProfile',
  15058.                         'builders' => [
  15059.                         ],
  15060.                     ],
  15061.                 ],
  15062.                 'GameJRJob' => [
  15063.                     'type' => 'object',
  15064.                     'class_name' => 'GameJRJobType',
  15065.                     'inherits' => [
  15066.                     ],
  15067.                     'decorator' => false,
  15068.                     'config' => [
  15069.                         'description' => NULL,
  15070.                         'fields' => [
  15071.                             'id' => [
  15072.                                 'type' => 'ID!',
  15073.                                 'description' => NULL,
  15074.                             ],
  15075.                             'nameDisplayed' => [
  15076.                                 'type' => 'String!',
  15077.                                 'description' => NULL,
  15078.                             ],
  15079.                             'name' => [
  15080.                                 'type' => 'String!',
  15081.                                 'description' => NULL,
  15082.                             ],
  15083.                             'bicID' => [
  15084.                                 'type' => 'Int',
  15085.                                 'description' => NULL,
  15086.                             ],
  15087.                             'avatarImage' => [
  15088.                                 'type' => 'Image',
  15089.                                 'description' => NULL,
  15090.                             ],
  15091.                             'jobImage' => [
  15092.                                 'type' => 'Image',
  15093.                                 'description' => NULL,
  15094.                             ],
  15095.                         ],
  15096.                         'interfaces' => [
  15097.                         ],
  15098.                         'name' => 'GameJRJob',
  15099.                         'builders' => [
  15100.                         ],
  15101.                     ],
  15102.                 ],
  15103.                 'SchoolClassQuest' => [
  15104.                     'type' => 'object',
  15105.                     'class_name' => 'SchoolClassQuestType',
  15106.                     'inherits' => [
  15107.                     ],
  15108.                     'decorator' => false,
  15109.                     'config' => [
  15110.                         'description' => NULL,
  15111.                         'fields' => [
  15112.                             'id' => [
  15113.                                 'type' => 'ID!',
  15114.                                 'description' => NULL,
  15115.                             ],
  15116.                             'progress' => [
  15117.                                 'type' => 'Int',
  15118.                                 'description' => NULL,
  15119.                             ],
  15120.                             'completeTasks' => [
  15121.                                 'type' => 'Int',
  15122.                                 'description' => NULL,
  15123.                             ],
  15124.                             'totalTasks' => [
  15125.                                 'type' => 'Int',
  15126.                                 'description' => NULL,
  15127.                             ],
  15128.                             'schoolClass' => [
  15129.                                 'type' => 'SchoolClass',
  15130.                                 'description' => NULL,
  15131.                             ],
  15132.                             'quest' => [
  15133.                                 'type' => 'Quest',
  15134.                                 'description' => NULL,
  15135.                             ],
  15136.                             'questTasks' => [
  15137.                                 'type' => '[SchoolClassQuestTask!]',
  15138.                                 'description' => NULL,
  15139.                             ],
  15140.                             'createdAt' => [
  15141.                                 'type' => 'String',
  15142.                                 'description' => NULL,
  15143.                             ],
  15144.                         ],
  15145.                         'interfaces' => [
  15146.                         ],
  15147.                         'name' => 'SchoolClassQuest',
  15148.                         'builders' => [
  15149.                         ],
  15150.                     ],
  15151.                 ],
  15152.                 'JobSector' => [
  15153.                     'type' => 'object',
  15154.                     'class_name' => 'JobSectorType',
  15155.                     'inherits' => [
  15156.                     ],
  15157.                     'decorator' => false,
  15158.                     'config' => [
  15159.                         'description' => NULL,
  15160.                         'fields' => [
  15161.                             'id' => [
  15162.                                 'type' => 'ID!',
  15163.                                 'description' => NULL,
  15164.                             ],
  15165.                             'name' => [
  15166.                                 'type' => 'String!',
  15167.                                 'description' => NULL,
  15168.                             ],
  15169.                             'bicID' => [
  15170.                                 'type' => 'Int',
  15171.                                 'description' => NULL,
  15172.                             ],
  15173.                             'description' => [
  15174.                                 'type' => 'String',
  15175.                                 'description' => NULL,
  15176.                             ],
  15177.                         ],
  15178.                         'interfaces' => [
  15179.                         ],
  15180.                         'name' => 'JobSector',
  15181.                         'builders' => [
  15182.                         ],
  15183.                     ],
  15184.                 ],
  15185.                 'FaqCategory' => [
  15186.                     'type' => 'object',
  15187.                     'class_name' => 'FaqCategoryType',
  15188.                     'inherits' => [
  15189.                     ],
  15190.                     'decorator' => false,
  15191.                     'config' => [
  15192.                         'description' => NULL,
  15193.                         'fields' => [
  15194.                             'categoryName' => [
  15195.                                 'type' => 'String!',
  15196.                                 'description' => NULL,
  15197.                             ],
  15198.                             'position' => [
  15199.                                 'type' => 'Int!',
  15200.                                 'description' => NULL,
  15201.                             ],
  15202.                             'subcategories' => [
  15203.                                 'type' => '[FaqSubCategory!]',
  15204.                                 'description' => NULL,
  15205.                             ],
  15206.                         ],
  15207.                         'interfaces' => [
  15208.                         ],
  15209.                         'name' => 'FaqCategory',
  15210.                         'builders' => [
  15211.                         ],
  15212.                     ],
  15213.                 ],
  15214.                 'Game' => [
  15215.                     'type' => 'object',
  15216.                     'class_name' => 'GameType',
  15217.                     'inherits' => [
  15218.                     ],
  15219.                     'decorator' => false,
  15220.                     'config' => [
  15221.                         'description' => NULL,
  15222.                         'fields' => [
  15223.                             'status' => [
  15224.                                 'type' => 'Status!',
  15225.                                 'description' => NULL,
  15226.                             ],
  15227.                             'id' => [
  15228.                                 'type' => 'ID!',
  15229.                                 'description' => NULL,
  15230.                             ],
  15231.                             'gameType' => [
  15232.                                 'type' => 'GameType',
  15233.                                 'description' => NULL,
  15234.                             ],
  15235.                             'clientID' => [
  15236.                                 'type' => 'String',
  15237.                                 'description' => NULL,
  15238.                             ],
  15239.                             'createdAt' => [
  15240.                                 'type' => 'String',
  15241.                                 'description' => NULL,
  15242.                             ],
  15243.                         ],
  15244.                         'interfaces' => [
  15245.                         ],
  15246.                         'name' => 'Game',
  15247.                         'builders' => [
  15248.                         ],
  15249.                     ],
  15250.                 ],
  15251.                 'SchoolProfile' => [
  15252.                     'type' => 'object',
  15253.                     'class_name' => 'SchoolProfileType',
  15254.                     'inherits' => [
  15255.                     ],
  15256.                     'decorator' => false,
  15257.                     'config' => [
  15258.                         'description' => NULL,
  15259.                         'fields' => [
  15260.                             'id' => [
  15261.                                 'type' => 'ID!',
  15262.                                 'description' => NULL,
  15263.                             ],
  15264.                             'uuid' => [
  15265.                                 'type' => 'String!',
  15266.                                 'description' => NULL,
  15267.                             ],
  15268.                             'name' => [
  15269.                                 'type' => 'String!',
  15270.                                 'description' => NULL,
  15271.                             ],
  15272.                             'description' => [
  15273.                                 'type' => 'String',
  15274.                                 'description' => NULL,
  15275.                             ],
  15276.                             'searchTags' => [
  15277.                                 'type' => '[SearchTag!]',
  15278.                                 'description' => NULL,
  15279.                             ],
  15280.                             'locations' => [
  15281.                                 'type' => '[SchoolLocation!]',
  15282.                                 'description' => NULL,
  15283.                             ],
  15284.                             'jobs' => [
  15285.                                 'type' => '[Job!]',
  15286.                                 'description' => NULL,
  15287.                             ],
  15288.                             'communication' => [
  15289.                                 'type' => '[Communication!]',
  15290.                                 'description' => NULL,
  15291.                             ],
  15292.                             'url' => [
  15293.                                 'type' => 'String',
  15294.                                 'description' => NULL,
  15295.                             ],
  15296.                             'contactGallery' => [
  15297.                                 'type' => 'ContactGallery',
  15298.                                 'description' => NULL,
  15299.                             ],
  15300.                             'mediaGallery' => [
  15301.                                 'type' => 'Gallery',
  15302.                                 'description' => NULL,
  15303.                             ],
  15304.                             'documents' => [
  15305.                                 'type' => 'Gallery',
  15306.                                 'description' => NULL,
  15307.                             ],
  15308.                             'trainingInformation' => [
  15309.                                 'type' => 'String',
  15310.                                 'description' => NULL,
  15311.                             ],
  15312.                             'certificateInformation' => [
  15313.                                 'type' => 'String',
  15314.                                 'description' => NULL,
  15315.                             ],
  15316.                             'schoolProfilePicture' => [
  15317.                                 'type' => 'Image',
  15318.                                 'description' => NULL,
  15319.                             ],
  15320.                             'headerPicture' => [
  15321.                                 'type' => 'Image',
  15322.                                 'description' => NULL,
  15323.                             ],
  15324.                             'profileLink' => [
  15325.                                 'type' => 'ProfileLink',
  15326.                                 'description' => NULL,
  15327.                             ],
  15328.                             'offers' => [
  15329.                                 'type' => '[Offer!]',
  15330.                                 'description' => NULL,
  15331.                             ],
  15332.                             'relatedSchools' => [
  15333.                                 'type' => '[SchoolProfile!]',
  15334.                                 'description' => NULL,
  15335.                             ],
  15336.                             'stories' => [
  15337.                                 'type' => '[Story!]',
  15338.                                 'description' => NULL,
  15339.                             ],
  15340.                             'videoUrl' => [
  15341.                                 'type' => 'String',
  15342.                                 'description' => NULL,
  15343.                             ],
  15344.                             'quizUrl' => [
  15345.                                 'type' => 'String',
  15346.                                 'description' => NULL,
  15347.                             ],
  15348.                             'visits' => [
  15349.                                 'type' => 'Int',
  15350.                                 'description' => NULL,
  15351.                             ],
  15352.                             'providerUrl' => [
  15353.                                 'type' => 'String',
  15354.                                 'description' => NULL,
  15355.                             ],
  15356.                             'logoStyle' => [
  15357.                                 'type' => 'LogoStyle!',
  15358.                                 'description' => NULL,
  15359.                             ],
  15360.                         ],
  15361.                         'interfaces' => [
  15362.                             => 'ProfileInterface',
  15363.                         ],
  15364.                         'name' => 'SchoolProfile',
  15365.                         'builders' => [
  15366.                         ],
  15367.                     ],
  15368.                 ],
  15369.                 'InTeachingIdea' => [
  15370.                     'type' => 'input-object',
  15371.                     'class_name' => 'InTeachingIdeaType',
  15372.                     'inherits' => [
  15373.                     ],
  15374.                     'decorator' => false,
  15375.                     'config' => [
  15376.                         'description' => NULL,
  15377.                         'fields' => [
  15378.                             'teachingIdeaType' => [
  15379.                                 'type' => 'Int!',
  15380.                                 'description' => NULL,
  15381.                             ],
  15382.                             'implementedAt' => [
  15383.                                 'type' => 'String!',
  15384.                                 'description' => NULL,
  15385.                             ],
  15386.                             'difficulties' => [
  15387.                                 'type' => 'String!',
  15388.                                 'description' => NULL,
  15389.                             ],
  15390.                             'worksWell' => [
  15391.                                 'type' => 'String!',
  15392.                                 'description' => NULL,
  15393.                             ],
  15394.                             'note' => [
  15395.                                 'type' => 'String!',
  15396.                                 'description' => NULL,
  15397.                             ],
  15398.                             'rating' => [
  15399.                                 'type' => 'Int!',
  15400.                                 'description' => NULL,
  15401.                             ],
  15402.                         ],
  15403.                         'name' => 'InTeachingIdea',
  15404.                     ],
  15405.                 ],
  15406.                 'InJobMarket' => [
  15407.                     'type' => 'input-object',
  15408.                     'class_name' => 'InJobMarketType',
  15409.                     'inherits' => [
  15410.                     ],
  15411.                     'decorator' => false,
  15412.                     'config' => [
  15413.                         'description' => NULL,
  15414.                         'fields' => [
  15415.                             'submitType' => [
  15416.                                 'type' => 'JobMarketSubmitType!',
  15417.                                 'description' => NULL,
  15418.                             ],
  15419.                             'openDate' => [
  15420.                                 'type' => 'String!',
  15421.                                 'description' => NULL,
  15422.                             ],
  15423.                             'closeDate' => [
  15424.                                 'type' => 'String!',
  15425.                                 'description' => NULL,
  15426.                             ],
  15427.                             'name' => [
  15428.                                 'type' => 'String!',
  15429.                                 'description' => NULL,
  15430.                             ],
  15431.                             'positionType' => [
  15432.                                 'type' => 'JobMarketPositionType!',
  15433.                                 'description' => NULL,
  15434.                             ],
  15435.                             'applyType' => [
  15436.                                 'type' => 'JobMarketApplyType!',
  15437.                                 'description' => NULL,
  15438.                             ],
  15439.                             'applyUntil' => [
  15440.                                 'type' => 'String',
  15441.                                 'description' => NULL,
  15442.                             ],
  15443.                             'description' => [
  15444.                                 'type' => 'String!',
  15445.                                 'description' => NULL,
  15446.                             ],
  15447.                             'requirements' => [
  15448.                                 'type' => 'String!',
  15449.                                 'description' => NULL,
  15450.                             ],
  15451.                             'salary' => [
  15452.                                 'type' => 'String',
  15453.                                 'description' => NULL,
  15454.                             ],
  15455.                             'numberOfPositions' => [
  15456.                                 'type' => 'Int!',
  15457.                                 'description' => NULL,
  15458.                             ],
  15459.                             'startDate' => [
  15460.                                 'type' => 'String',
  15461.                                 'description' => NULL,
  15462.                             ],
  15463.                             'additionalInfo' => [
  15464.                                 'type' => 'String',
  15465.                                 'description' => NULL,
  15466.                             ],
  15467.                             'contactID' => [
  15468.                                 'type' => 'Int!',
  15469.                                 'description' => NULL,
  15470.                             ],
  15471.                             'addressID' => [
  15472.                                 'type' => 'Int!',
  15473.                                 'description' => NULL,
  15474.                             ],
  15475.                             'jobIDs' => [
  15476.                                 'type' => '[Int!]',
  15477.                                 'description' => NULL,
  15478.                             ],
  15479.                             'pdf' => [
  15480.                                 'type' => 'UploadFile',
  15481.                                 'description' => NULL,
  15482.                             ],
  15483.                         ],
  15484.                         'name' => 'InJobMarket',
  15485.                     ],
  15486.                 ],
  15487.                 'InRegisterPerson' => [
  15488.                     'type' => 'input-object',
  15489.                     'class_name' => 'InRegisterPersonType',
  15490.                     'inherits' => [
  15491.                     ],
  15492.                     'decorator' => false,
  15493.                     'config' => [
  15494.                         'description' => NULL,
  15495.                         'fields' => [
  15496.                             'gender' => [
  15497.                                 'type' => 'Int!',
  15498.                                 'description' => NULL,
  15499.                             ],
  15500.                             'firstname' => [
  15501.                                 'type' => 'String!',
  15502.                                 'description' => NULL,
  15503.                             ],
  15504.                             'lastname' => [
  15505.                                 'type' => 'String!',
  15506.                                 'description' => NULL,
  15507.                             ],
  15508.                         ],
  15509.                         'name' => 'InRegisterPerson',
  15510.                     ],
  15511.                 ],
  15512.                 'InLink' => [
  15513.                     'type' => 'input-object',
  15514.                     'class_name' => 'InLinkType',
  15515.                     'inherits' => [
  15516.                     ],
  15517.                     'decorator' => false,
  15518.                     'config' => [
  15519.                         'description' => NULL,
  15520.                         'fields' => [
  15521.                             'linkType' => [
  15522.                                 'type' => 'ProfileLinkType!',
  15523.                                 'description' => NULL,
  15524.                             ],
  15525.                             'url' => [
  15526.                                 'type' => 'String!',
  15527.                                 'description' => NULL,
  15528.                             ],
  15529.                         ],
  15530.                         'name' => 'InLink',
  15531.                     ],
  15532.                 ],
  15533.                 'InRegisterLogin' => [
  15534.                     'type' => 'input-object',
  15535.                     'class_name' => 'InRegisterLoginType',
  15536.                     'inherits' => [
  15537.                     ],
  15538.                     'decorator' => false,
  15539.                     'config' => [
  15540.                         'description' => NULL,
  15541.                         'fields' => [
  15542.                             'email' => [
  15543.                                 'type' => 'String!',
  15544.                                 'description' => NULL,
  15545.                             ],
  15546.                             'password' => [
  15547.                                 'type' => 'String!',
  15548.                                 'description' => NULL,
  15549.                             ],
  15550.                         ],
  15551.                         'name' => 'InRegisterLogin',
  15552.                     ],
  15553.                 ],
  15554.                 'InUser' => [
  15555.                     'type' => 'input-object',
  15556.                     'class_name' => 'InUserType',
  15557.                     'inherits' => [
  15558.                     ],
  15559.                     'decorator' => false,
  15560.                     'config' => [
  15561.                         'description' => NULL,
  15562.                         'fields' => [
  15563.                             'picture' => [
  15564.                                 'type' => 'UploadFile',
  15565.                                 'description' => NULL,
  15566.                             ],
  15567.                             'title' => [
  15568.                                 'type' => '[Int!]',
  15569.                                 'description' => NULL,
  15570.                             ],
  15571.                             'firstname' => [
  15572.                                 'type' => 'String!',
  15573.                                 'description' => NULL,
  15574.                             ],
  15575.                             'lastname' => [
  15576.                                 'type' => 'String!',
  15577.                                 'description' => NULL,
  15578.                             ],
  15579.                             'email' => [
  15580.                                 'type' => 'String!',
  15581.                                 'description' => NULL,
  15582.                             ],
  15583.                             'currentPassword' => [
  15584.                                 'type' => 'String',
  15585.                                 'description' => NULL,
  15586.                             ],
  15587.                             'newPassword' => [
  15588.                                 'type' => 'String',
  15589.                                 'description' => NULL,
  15590.                             ],
  15591.                         ],
  15592.                         'name' => 'InUser',
  15593.                     ],
  15594.                 ],
  15595.                 'InSchoolClass' => [
  15596.                     'type' => 'input-object',
  15597.                     'class_name' => 'InSchoolClassType',
  15598.                     'inherits' => [
  15599.                     ],
  15600.                     'decorator' => false,
  15601.                     'config' => [
  15602.                         'description' => NULL,
  15603.                         'fields' => [
  15604.                             'schoolClassGradeID' => [
  15605.                                 'type' => 'Int!',
  15606.                                 'description' => NULL,
  15607.                             ],
  15608.                             'schoolClassYear' => [
  15609.                                 'type' => 'Int!',
  15610.                                 'description' => NULL,
  15611.                             ],
  15612.                             'classNumber' => [
  15613.                                 'type' => 'String!',
  15614.                                 'description' => NULL,
  15615.                             ],
  15616.                             'classAddition' => [
  15617.                                 'type' => 'String!',
  15618.                                 'description' => NULL,
  15619.                             ],
  15620.                             'numScholars' => [
  15621.                                 'type' => 'Int!',
  15622.                                 'description' => NULL,
  15623.                             ],
  15624.                             'teacherIDs' => [
  15625.                                 'type' => '[Int!]',
  15626.                                 'description' => NULL,
  15627.                             ],
  15628.                         ],
  15629.                         'name' => 'InSchoolClass',
  15630.                     ],
  15631.                 ],
  15632.                 'InRegisterOrganisation' => [
  15633.                     'type' => 'input-object',
  15634.                     'class_name' => 'InRegisterOrganisationType',
  15635.                     'inherits' => [
  15636.                     ],
  15637.                     'decorator' => false,
  15638.                     'config' => [
  15639.                         'description' => NULL,
  15640.                         'fields' => [
  15641.                             'name' => [
  15642.                                 'type' => 'String!',
  15643.                                 'description' => NULL,
  15644.                             ],
  15645.                             'wkoNr' => [
  15646.                                 'type' => 'String',
  15647.                                 'description' => NULL,
  15648.                             ],
  15649.                             'street' => [
  15650.                                 'type' => 'String!',
  15651.                                 'description' => NULL,
  15652.                             ],
  15653.                             'zip' => [
  15654.                                 'type' => 'String!',
  15655.                                 'description' => NULL,
  15656.                             ],
  15657.                             'place' => [
  15658.                                 'type' => 'String!',
  15659.                                 'description' => NULL,
  15660.                             ],
  15661.                         ],
  15662.                         'name' => 'InRegisterOrganisation',
  15663.                     ],
  15664.                 ],
  15665.                 'InQuizQuestion' => [
  15666.                     'type' => 'input-object',
  15667.                     'class_name' => 'InQuizQuestionType',
  15668.                     'inherits' => [
  15669.                     ],
  15670.                     'decorator' => false,
  15671.                     'config' => [
  15672.                         'description' => NULL,
  15673.                         'fields' => [
  15674.                             'questionId' => [
  15675.                                 'type' => 'Int!',
  15676.                                 'description' => NULL,
  15677.                             ],
  15678.                             'questionNumber' => [
  15679.                                 'type' => 'Int!',
  15680.                                 'description' => NULL,
  15681.                             ],
  15682.                             'question' => [
  15683.                                 'type' => 'String!',
  15684.                                 'description' => NULL,
  15685.                             ],
  15686.                             'answerCorrect' => [
  15687.                                 'type' => 'String!',
  15688.                                 'description' => NULL,
  15689.                             ],
  15690.                             'answerWrongOne' => [
  15691.                                 'type' => 'String!',
  15692.                                 'description' => NULL,
  15693.                             ],
  15694.                             'answerWrongTwo' => [
  15695.                                 'type' => 'String!',
  15696.                                 'description' => NULL,
  15697.                             ],
  15698.                             'answerWrongThree' => [
  15699.                                 'type' => 'String!',
  15700.                                 'description' => NULL,
  15701.                             ],
  15702.                         ],
  15703.                         'name' => 'InQuizQuestion',
  15704.                     ],
  15705.                 ],
  15706.                 'InLocation' => [
  15707.                     'type' => 'input-object',
  15708.                     'class_name' => 'InLocationType',
  15709.                     'inherits' => [
  15710.                     ],
  15711.                     'decorator' => false,
  15712.                     'config' => [
  15713.                         'description' => NULL,
  15714.                         'fields' => [
  15715.                             'locationname' => [
  15716.                                 'type' => 'String!',
  15717.                                 'description' => NULL,
  15718.                             ],
  15719.                             'street' => [
  15720.                                 'type' => 'String!',
  15721.                                 'description' => NULL,
  15722.                             ],
  15723.                             'zip' => [
  15724.                                 'type' => 'String!',
  15725.                                 'description' => NULL,
  15726.                             ],
  15727.                             'city' => [
  15728.                                 'type' => 'String!',
  15729.                                 'description' => NULL,
  15730.                             ],
  15731.                             'lat' => [
  15732.                                 'type' => 'String',
  15733.                                 'description' => NULL,
  15734.                             ],
  15735.                             'lon' => [
  15736.                                 'type' => 'String',
  15737.                                 'description' => NULL,
  15738.                             ],
  15739.                         ],
  15740.                         'name' => 'InLocation',
  15741.                     ],
  15742.                 ],
  15743.                 'InOffer' => [
  15744.                     'type' => 'input-object',
  15745.                     'class_name' => 'InOfferType',
  15746.                     'inherits' => [
  15747.                     ],
  15748.                     'decorator' => false,
  15749.                     'config' => [
  15750.                         'description' => NULL,
  15751.                         'fields' => [
  15752.                             'id' => [
  15753.                                 'type' => 'Int!',
  15754.                                 'description' => NULL,
  15755.                             ],
  15756.                             'dateFrom' => [
  15757.                                 'type' => 'String!',
  15758.                                 'description' => NULL,
  15759.                             ],
  15760.                             'dateTo' => [
  15761.                                 'type' => 'String!',
  15762.                                 'description' => NULL,
  15763.                             ],
  15764.                         ],
  15765.                         'name' => 'InOffer',
  15766.                     ],
  15767.                 ],
  15768.                 'InContactPerson' => [
  15769.                     'type' => 'input-object',
  15770.                     'class_name' => 'InContactPersonType',
  15771.                     'inherits' => [
  15772.                     ],
  15773.                     'decorator' => false,
  15774.                     'config' => [
  15775.                         'description' => NULL,
  15776.                         'fields' => [
  15777.                             'imageID' => [
  15778.                                 'type' => 'Int',
  15779.                                 'description' => NULL,
  15780.                             ],
  15781.                             'title' => [
  15782.                                 'type' => '[Int!]',
  15783.                                 'description' => NULL,
  15784.                             ],
  15785.                             'firstname' => [
  15786.                                 'type' => 'String!',
  15787.                                 'description' => NULL,
  15788.                             ],
  15789.                             'lastname' => [
  15790.                                 'type' => 'String!',
  15791.                                 'description' => NULL,
  15792.                             ],
  15793.                             'position' => [
  15794.                                 'type' => 'String',
  15795.                                 'description' => NULL,
  15796.                             ],
  15797.                             'phone' => [
  15798.                                 'type' => 'String!',
  15799.                                 'description' => NULL,
  15800.                             ],
  15801.                             'email' => [
  15802.                                 'type' => 'String!',
  15803.                                 'description' => NULL,
  15804.                             ],
  15805.                         ],
  15806.                         'name' => 'InContactPerson',
  15807.                     ],
  15808.                 ],
  15809.                 'ProviderQuizQuestion' => [
  15810.                     'type' => 'object',
  15811.                     'class_name' => 'ProviderQuizQuestionType',
  15812.                     'inherits' => [
  15813.                     ],
  15814.                     'decorator' => false,
  15815.                     'config' => [
  15816.                         'description' => NULL,
  15817.                         'fields' => [
  15818.                             'id' => [
  15819.                                 'type' => 'Int!',
  15820.                                 'description' => NULL,
  15821.                             ],
  15822.                             'questionNumber' => [
  15823.                                 'type' => 'Int!',
  15824.                                 'description' => NULL,
  15825.                             ],
  15826.                             'question' => [
  15827.                                 'type' => 'String!',
  15828.                                 'description' => NULL,
  15829.                             ],
  15830.                             'correctAnswer' => [
  15831.                                 'type' => 'String!',
  15832.                                 'description' => NULL,
  15833.                             ],
  15834.                             'wrongAnswer1' => [
  15835.                                 'type' => 'String!',
  15836.                                 'description' => NULL,
  15837.                             ],
  15838.                             'wrongAnswer2' => [
  15839.                                 'type' => 'String!',
  15840.                                 'description' => NULL,
  15841.                             ],
  15842.                             'wrongAnswer3' => [
  15843.                                 'type' => 'String!',
  15844.                                 'description' => NULL,
  15845.                             ],
  15846.                         ],
  15847.                         'interfaces' => [
  15848.                         ],
  15849.                         'name' => 'ProviderQuizQuestion',
  15850.                         'builders' => [
  15851.                         ],
  15852.                     ],
  15853.                 ],
  15854.                 'QuestTaskLinkType' => [
  15855.                     'type' => 'enum',
  15856.                     'class_name' => 'QuestTaskLinkTypeType',
  15857.                     'inherits' => [
  15858.                     ],
  15859.                     'decorator' => false,
  15860.                     'config' => [
  15861.                         'description' => NULL,
  15862.                         'values' => [
  15863.                             'NOTSET' => [
  15864.                                 'description' => NULL,
  15865.                                 'value' => 'NOTSET',
  15866.                             ],
  15867.                             'MAGICLINK' => [
  15868.                                 'description' => NULL,
  15869.                                 'value' => 'MAGICLINK',
  15870.                             ],
  15871.                             'URL' => [
  15872.                                 'description' => NULL,
  15873.                                 'value' => 'URL',
  15874.                             ],
  15875.                         ],
  15876.                         'name' => 'QuestTaskLinkType',
  15877.                     ],
  15878.                 ],
  15879.                 'SchoolClassQuestTask' => [
  15880.                     'type' => 'object',
  15881.                     'class_name' => 'SchoolClassQuestTaskType',
  15882.                     'inherits' => [
  15883.                     ],
  15884.                     'decorator' => false,
  15885.                     'config' => [
  15886.                         'description' => NULL,
  15887.                         'fields' => [
  15888.                             'id' => [
  15889.                                 'type' => 'ID!',
  15890.                                 'description' => NULL,
  15891.                             ],
  15892.                             'taskProgress' => [
  15893.                                 'type' => 'Int',
  15894.                                 'description' => NULL,
  15895.                             ],
  15896.                             'scoreType' => [
  15897.                                 'type' => 'Int',
  15898.                                 'description' => NULL,
  15899.                             ],
  15900.                             'completePoints' => [
  15901.                                 'type' => 'Int',
  15902.                                 'description' => NULL,
  15903.                             ],
  15904.                             'totalPoints' => [
  15905.                                 'type' => 'Int',
  15906.                                 'description' => NULL,
  15907.                             ],
  15908.                             'completeEntries' => [
  15909.                                 'type' => 'Int',
  15910.                                 'description' => NULL,
  15911.                             ],
  15912.                             'totalEntries' => [
  15913.                                 'type' => 'Int',
  15914.                                 'description' => NULL,
  15915.                             ],
  15916.                             'questTask' => [
  15917.                                 'type' => 'QuestTask',
  15918.                                 'description' => NULL,
  15919.                             ],
  15920.                             'taskEntries' => [
  15921.                                 'type' => '[SchoolClassQuestTaskEntry!]',
  15922.                                 'description' => NULL,
  15923.                             ],
  15924.                             'createdAt' => [
  15925.                                 'type' => 'String',
  15926.                                 'description' => NULL,
  15927.                             ],
  15928.                         ],
  15929.                         'interfaces' => [
  15930.                         ],
  15931.                         'name' => 'SchoolClassQuestTask',
  15932.                         'builders' => [
  15933.                         ],
  15934.                     ],
  15935.                 ],
  15936.                 'InformationLinkType' => [
  15937.                     'type' => 'object',
  15938.                     'class_name' => 'InformationLinkTypeType',
  15939.                     'inherits' => [
  15940.                     ],
  15941.                     'decorator' => false,
  15942.                     'config' => [
  15943.                         'description' => NULL,
  15944.                         'fields' => [
  15945.                             'id' => [
  15946.                                 'type' => 'ID!',
  15947.                                 'description' => NULL,
  15948.                             ],
  15949.                             'typeName' => [
  15950.                                 'type' => 'String!',
  15951.                                 'description' => NULL,
  15952.                             ],
  15953.                         ],
  15954.                         'interfaces' => [
  15955.                         ],
  15956.                         'name' => 'InformationLinkType',
  15957.                         'builders' => [
  15958.                         ],
  15959.                     ],
  15960.                 ],
  15961.                 'JobSchool' => [
  15962.                     'type' => 'object',
  15963.                     'class_name' => 'JobSchoolType',
  15964.                     'inherits' => [
  15965.                     ],
  15966.                     'decorator' => false,
  15967.                     'config' => [
  15968.                         'description' => NULL,
  15969.                         'fields' => [
  15970.                             'id' => [
  15971.                                 'type' => 'ID!',
  15972.                                 'description' => NULL,
  15973.                             ],
  15974.                             'school' => [
  15975.                                 'type' => 'School!',
  15976.                                 'description' => NULL,
  15977.                             ],
  15978.                         ],
  15979.                         'interfaces' => [
  15980.                         ],
  15981.                         'name' => 'JobSchool',
  15982.                         'builders' => [
  15983.                         ],
  15984.                     ],
  15985.                 ],
  15986.                 'SchoolClassGrade' => [
  15987.                     'type' => 'object',
  15988.                     'class_name' => 'SchoolClassGradeType',
  15989.                     'inherits' => [
  15990.                     ],
  15991.                     'decorator' => false,
  15992.                     'config' => [
  15993.                         'description' => NULL,
  15994.                         'fields' => [
  15995.                             'id' => [
  15996.                                 'type' => 'ID!',
  15997.                                 'description' => NULL,
  15998.                             ],
  15999.                             'name' => [
  16000.                                 'type' => 'String!',
  16001.                                 'description' => NULL,
  16002.                             ],
  16003.                         ],
  16004.                         'interfaces' => [
  16005.                         ],
  16006.                         'name' => 'SchoolClassGrade',
  16007.                         'builders' => [
  16008.                         ],
  16009.                     ],
  16010.                 ],
  16011.                 'GalleryType' => [
  16012.                     'type' => 'enum',
  16013.                     'class_name' => 'GalleryTypeType',
  16014.                     'inherits' => [
  16015.                     ],
  16016.                     'decorator' => false,
  16017.                     'config' => [
  16018.                         'description' => NULL,
  16019.                         'values' => [
  16020.                             'IMAGE' => [
  16021.                                 'description' => NULL,
  16022.                                 'value' => 'IMAGE',
  16023.                             ],
  16024.                             'DOCUMENT' => [
  16025.                                 'description' => NULL,
  16026.                                 'value' => 'DOCUMENT',
  16027.                             ],
  16028.                             'VIDEO' => [
  16029.                                 'description' => NULL,
  16030.                                 'value' => 'VIDEO',
  16031.                             ],
  16032.                         ],
  16033.                         'name' => 'GalleryType',
  16034.                     ],
  16035.                 ],
  16036.                 'JobRedirect' => [
  16037.                     'type' => 'object',
  16038.                     'class_name' => 'JobRedirectType',
  16039.                     'inherits' => [
  16040.                     ],
  16041.                     'decorator' => false,
  16042.                     'config' => [
  16043.                         'description' => NULL,
  16044.                         'fields' => [
  16045.                             'bicID' => [
  16046.                                 'type' => 'Int!',
  16047.                                 'description' => NULL,
  16048.                             ],
  16049.                             'jobName' => [
  16050.                                 'type' => 'String!',
  16051.                                 'description' => NULL,
  16052.                             ],
  16053.                             'redirectType' => [
  16054.                                 'type' => 'JobRedirectType!',
  16055.                                 'description' => NULL,
  16056.                             ],
  16057.                         ],
  16058.                         'interfaces' => [
  16059.                         ],
  16060.                         'name' => 'JobRedirect',
  16061.                         'builders' => [
  16062.                         ],
  16063.                     ],
  16064.                 ],
  16065.                 'ExternalLink' => [
  16066.                     'type' => 'object',
  16067.                     'class_name' => 'ExternalLinkType',
  16068.                     'inherits' => [
  16069.                     ],
  16070.                     'decorator' => false,
  16071.                     'config' => [
  16072.                         'description' => NULL,
  16073.                         'fields' => [
  16074.                             'heading' => [
  16075.                                 'type' => 'String!',
  16076.                                 'description' => NULL,
  16077.                             ],
  16078.                             'subHeading' => [
  16079.                                 'type' => 'String',
  16080.                                 'description' => NULL,
  16081.                             ],
  16082.                             'typeName' => [
  16083.                                 'type' => 'String!',
  16084.                                 'description' => NULL,
  16085.                             ],
  16086.                             'position' => [
  16087.                                 'type' => 'Int',
  16088.                                 'description' => NULL,
  16089.                             ],
  16090.                             'image' => [
  16091.                                 'type' => 'Image',
  16092.                                 'description' => NULL,
  16093.                             ],
  16094.                             'link' => [
  16095.                                 'type' => 'String!',
  16096.                                 'description' => NULL,
  16097.                             ],
  16098.                             'linkTargetType' => [
  16099.                                 'type' => 'LinkTargetType!',
  16100.                                 'description' => NULL,
  16101.                             ],
  16102.                         ],
  16103.                         'interfaces' => [
  16104.                         ],
  16105.                         'name' => 'ExternalLink',
  16106.                         'builders' => [
  16107.                         ],
  16108.                     ],
  16109.                 ],
  16110.                 'QuestTaskTargetGroup' => [
  16111.                     'type' => 'enum',
  16112.                     'class_name' => 'QuestTaskTargetGroupType',
  16113.                     'inherits' => [
  16114.                     ],
  16115.                     'decorator' => false,
  16116.                     'config' => [
  16117.                         'description' => NULL,
  16118.                         'values' => [
  16119.                             'NOTSET' => [
  16120.                                 'description' => NULL,
  16121.                                 'value' => 'NOTSET',
  16122.                             ],
  16123.                             'TEACHER' => [
  16124.                                 'description' => NULL,
  16125.                                 'value' => 'TEACHER',
  16126.                             ],
  16127.                             'SCHOLAR' => [
  16128.                                 'description' => NULL,
  16129.                                 'value' => 'SCHOLAR',
  16130.                             ],
  16131.                             'TOGETHER' => [
  16132.                                 'description' => NULL,
  16133.                                 'value' => 'TOGETHER',
  16134.                             ],
  16135.                         ],
  16136.                         'name' => 'QuestTaskTargetGroup',
  16137.                     ],
  16138.                 ],
  16139.                 'ContactGalleryEntry' => [
  16140.                     'type' => 'object',
  16141.                     'class_name' => 'ContactGalleryEntryType',
  16142.                     'inherits' => [
  16143.                     ],
  16144.                     'decorator' => false,
  16145.                     'config' => [
  16146.                         'description' => NULL,
  16147.                         'fields' => [
  16148.                             'id' => [
  16149.                                 'type' => 'ID!',
  16150.                                 'description' => NULL,
  16151.                             ],
  16152.                             'contact' => [
  16153.                                 'type' => 'Contact!',
  16154.                                 'description' => NULL,
  16155.                             ],
  16156.                             'enabled' => [
  16157.                                 'type' => 'Boolean!',
  16158.                                 'description' => NULL,
  16159.                             ],
  16160.                         ],
  16161.                         'interfaces' => [
  16162.                         ],
  16163.                         'name' => 'ContactGalleryEntry',
  16164.                         'builders' => [
  16165.                         ],
  16166.                     ],
  16167.                 ],
  16168.                 'ContactGallery' => [
  16169.                     'type' => 'object',
  16170.                     'class_name' => 'ContactGalleryType',
  16171.                     'inherits' => [
  16172.                     ],
  16173.                     'decorator' => false,
  16174.                     'config' => [
  16175.                         'description' => NULL,
  16176.                         'fields' => [
  16177.                             'status' => [
  16178.                                 'type' => 'Status!',
  16179.                                 'description' => NULL,
  16180.                             ],
  16181.                             'id' => [
  16182.                                 'type' => 'ID!',
  16183.                                 'description' => NULL,
  16184.                             ],
  16185.                             'galleryEntries' => [
  16186.                                 'type' => '[ContactGalleryEntry!]',
  16187.                                 'description' => NULL,
  16188.                             ],
  16189.                         ],
  16190.                         'interfaces' => [
  16191.                         ],
  16192.                         'name' => 'ContactGallery',
  16193.                         'builders' => [
  16194.                         ],
  16195.                     ],
  16196.                 ],
  16197.                 'JobMarketViewType' => [
  16198.                     'type' => 'enum',
  16199.                     'class_name' => 'JobMarketViewTypeType',
  16200.                     'inherits' => [
  16201.                     ],
  16202.                     'decorator' => false,
  16203.                     'config' => [
  16204.                         'description' => NULL,
  16205.                         'values' => [
  16206.                             'DEFAULT' => [
  16207.                                 'description' => NULL,
  16208.                                 'value' => 'DEFAULT',
  16209.                             ],
  16210.                             'PDF' => [
  16211.                                 'description' => NULL,
  16212.                                 'value' => 'PDF',
  16213.                             ],
  16214.                         ],
  16215.                         'name' => 'JobMarketViewType',
  16216.                     ],
  16217.                 ],
  16218.                 'NextStoryPreview' => [
  16219.                     'type' => 'object',
  16220.                     'class_name' => 'NextStoryPreviewType',
  16221.                     'inherits' => [
  16222.                     ],
  16223.                     'decorator' => false,
  16224.                     'config' => [
  16225.                         'description' => NULL,
  16226.                         'fields' => [
  16227.                             'avatar' => [
  16228.                                 'type' => 'Image',
  16229.                                 'description' => NULL,
  16230.                             ],
  16231.                             'title' => [
  16232.                                 'type' => 'String',
  16233.                                 'description' => NULL,
  16234.                             ],
  16235.                             'linkTitle' => [
  16236.                                 'type' => 'String',
  16237.                                 'description' => NULL,
  16238.                             ],
  16239.                             'portrait' => [
  16240.                                 'type' => 'String',
  16241.                                 'description' => NULL,
  16242.                             ],
  16243.                             'storyId' => [
  16244.                                 'type' => 'String',
  16245.                                 'description' => NULL,
  16246.                             ],
  16247.                         ],
  16248.                         'interfaces' => [
  16249.                         ],
  16250.                         'name' => 'NextStoryPreview',
  16251.                         'builders' => [
  16252.                         ],
  16253.                     ],
  16254.                 ],
  16255.                 'GameScoreBoardEntry' => [
  16256.                     'type' => 'object',
  16257.                     'class_name' => 'GameScoreBoardEntryType',
  16258.                     'inherits' => [
  16259.                     ],
  16260.                     'decorator' => false,
  16261.                     'config' => [
  16262.                         'description' => NULL,
  16263.                         'fields' => [
  16264.                             'level' => [
  16265.                                 'type' => 'Int!',
  16266.                                 'description' => NULL,
  16267.                             ],
  16268.                             'points' => [
  16269.                                 'type' => 'Int!',
  16270.                                 'description' => NULL,
  16271.                             ],
  16272.                             'isHighScore' => [
  16273.                                 'type' => 'Boolean!',
  16274.                                 'description' => NULL,
  16275.                             ],
  16276.                             'reachedCount' => [
  16277.                                 'type' => 'Int!',
  16278.                                 'description' => NULL,
  16279.                             ],
  16280.                         ],
  16281.                         'interfaces' => [
  16282.                         ],
  16283.                         'name' => 'GameScoreBoardEntry',
  16284.                         'builders' => [
  16285.                         ],
  16286.                     ],
  16287.                 ],
  16288.                 'JobMarketAdditionalInfo' => [
  16289.                     'type' => 'object',
  16290.                     'class_name' => 'JobMarketAdditionalInfoType',
  16291.                     'inherits' => [
  16292.                     ],
  16293.                     'decorator' => false,
  16294.                     'config' => [
  16295.                         'description' => NULL,
  16296.                         'fields' => [
  16297.                             'from' => [
  16298.                                 'type' => 'String',
  16299.                                 'description' => NULL,
  16300.                             ],
  16301.                             'to' => [
  16302.                                 'type' => 'String',
  16303.                                 'description' => NULL,
  16304.                             ],
  16305.                             'workFrom' => [
  16306.                                 'type' => 'String',
  16307.                                 'description' => NULL,
  16308.                             ],
  16309.                             'workTo' => [
  16310.                                 'type' => 'String',
  16311.                                 'description' => NULL,
  16312.                             ],
  16313.                             'age' => [
  16314.                                 'type' => 'String',
  16315.                                 'description' => NULL,
  16316.                             ],
  16317.                         ],
  16318.                         'interfaces' => [
  16319.                         ],
  16320.                         'name' => 'JobMarketAdditionalInfo',
  16321.                         'builders' => [
  16322.                         ],
  16323.                     ],
  16324.                 ],
  16325.                 'RoundPlayers' => [
  16326.                     'type' => 'object',
  16327.                     'class_name' => 'RoundPlayersType',
  16328.                     'inherits' => [
  16329.                     ],
  16330.                     'decorator' => false,
  16331.                     'config' => [
  16332.                         'description' => NULL,
  16333.                         'fields' => [
  16334.                             'highscore' => [
  16335.                                 'type' => 'Int!',
  16336.                                 'description' => NULL,
  16337.                             ],
  16338.                             'entries' => [
  16339.                                 'type' => '[RoundPlayersEntry!]',
  16340.                                 'description' => NULL,
  16341.                             ],
  16342.                         ],
  16343.                         'interfaces' => [
  16344.                         ],
  16345.                         'name' => 'RoundPlayers',
  16346.                         'builders' => [
  16347.                         ],
  16348.                     ],
  16349.                 ],
  16350.                 'SchoolClassYear' => [
  16351.                     'type' => 'object',
  16352.                     'class_name' => 'SchoolClassYearType',
  16353.                     'inherits' => [
  16354.                     ],
  16355.                     'decorator' => false,
  16356.                     'config' => [
  16357.                         'description' => NULL,
  16358.                         'fields' => [
  16359.                             'id' => [
  16360.                                 'type' => 'ID!',
  16361.                                 'description' => NULL,
  16362.                             ],
  16363.                             'name' => [
  16364.                                 'type' => 'String!',
  16365.                                 'description' => NULL,
  16366.                             ],
  16367.                             'startYear' => [
  16368.                                 'type' => 'String!',
  16369.                                 'description' => NULL,
  16370.                             ],
  16371.                             'endYear' => [
  16372.                                 'type' => 'String!',
  16373.                                 'description' => NULL,
  16374.                             ],
  16375.                         ],
  16376.                         'interfaces' => [
  16377.                         ],
  16378.                         'name' => 'SchoolClassYear',
  16379.                         'builders' => [
  16380.                         ],
  16381.                     ],
  16382.                 ],
  16383.                 'OfferList' => [
  16384.                     'type' => 'object',
  16385.                     'class_name' => 'OfferListType',
  16386.                     'inherits' => [
  16387.                     ],
  16388.                     'decorator' => false,
  16389.                     'config' => [
  16390.                         'description' => NULL,
  16391.                         'fields' => [
  16392.                             'boPartnerTypes' => [
  16393.                                 'type' => '[Offer!]',
  16394.                                 'description' => NULL,
  16395.                             ],
  16396.                             'companyTypes' => [
  16397.                                 'type' => '[Offer!]',
  16398.                                 'description' => NULL,
  16399.                             ],
  16400.                             'schoolTypes' => [
  16401.                                 'type' => '[Offer!]',
  16402.                                 'description' => NULL,
  16403.                             ],
  16404.                         ],
  16405.                         'interfaces' => [
  16406.                         ],
  16407.                         'name' => 'OfferList',
  16408.                         'builders' => [
  16409.                         ],
  16410.                     ],
  16411.                 ],
  16412.                 'SchoolClassGameHistory' => [
  16413.                     'type' => 'object',
  16414.                     'class_name' => 'SchoolClassGameHistoryType',
  16415.                     'inherits' => [
  16416.                     ],
  16417.                     'decorator' => false,
  16418.                     'config' => [
  16419.                         'description' => NULL,
  16420.                         'fields' => [
  16421.                             'status' => [
  16422.                                 'type' => 'Status!',
  16423.                                 'description' => NULL,
  16424.                             ],
  16425.                             'schoolClassID' => [
  16426.                                 'type' => 'Int',
  16427.                                 'description' => NULL,
  16428.                             ],
  16429.                             'points' => [
  16430.                                 'type' => 'Float',
  16431.                                 'description' => NULL,
  16432.                             ],
  16433.                             'playtime' => [
  16434.                                 'type' => 'Int',
  16435.                                 'description' => NULL,
  16436.                             ],
  16437.                             'createdAt' => [
  16438.                                 'type' => 'String',
  16439.                                 'description' => NULL,
  16440.                             ],
  16441.                         ],
  16442.                         'interfaces' => [
  16443.                         ],
  16444.                         'name' => 'SchoolClassGameHistory',
  16445.                         'builders' => [
  16446.                         ],
  16447.                     ],
  16448.                 ],
  16449.                 'Benefit' => [
  16450.                     'type' => 'object',
  16451.                     'class_name' => 'BenefitType',
  16452.                     'inherits' => [
  16453.                     ],
  16454.                     'decorator' => false,
  16455.                     'config' => [
  16456.                         'description' => NULL,
  16457.                         'fields' => [
  16458.                             'id' => [
  16459.                                 'type' => 'ID!',
  16460.                                 'description' => NULL,
  16461.                             ],
  16462.                             'name' => [
  16463.                                 'type' => 'String!',
  16464.                                 'description' => NULL,
  16465.                             ],
  16466.                         ],
  16467.                         'interfaces' => [
  16468.                         ],
  16469.                         'name' => 'Benefit',
  16470.                         'builders' => [
  16471.                         ],
  16472.                     ],
  16473.                 ],
  16474.                 'JobLink' => [
  16475.                     'type' => 'object',
  16476.                     'class_name' => 'JobLinkType',
  16477.                     'inherits' => [
  16478.                     ],
  16479.                     'decorator' => false,
  16480.                     'config' => [
  16481.                         'description' => NULL,
  16482.                         'fields' => [
  16483.                             'id' => [
  16484.                                 'type' => 'ID!',
  16485.                                 'description' => NULL,
  16486.                             ],
  16487.                             'url' => [
  16488.                                 'type' => 'String',
  16489.                                 'description' => NULL,
  16490.                             ],
  16491.                             'title' => [
  16492.                                 'type' => 'String',
  16493.                                 'description' => NULL,
  16494.                             ],
  16495.                             'start' => [
  16496.                                 'type' => 'Int',
  16497.                                 'description' => NULL,
  16498.                             ],
  16499.                             'end' => [
  16500.                                 'type' => 'Int',
  16501.                                 'description' => NULL,
  16502.                             ],
  16503.                             'titleFrontend' => [
  16504.                                 'type' => 'String',
  16505.                                 'description' => NULL,
  16506.                             ],
  16507.                             'titleBackend' => [
  16508.                                 'type' => 'String',
  16509.                                 'description' => NULL,
  16510.                             ],
  16511.                         ],
  16512.                         'interfaces' => [
  16513.                         ],
  16514.                         'name' => 'JobLink',
  16515.                         'builders' => [
  16516.                         ],
  16517.                     ],
  16518.                 ],
  16519.                 'SchoolClassQuestTaskEntry' => [
  16520.                     'type' => 'object',
  16521.                     'class_name' => 'SchoolClassQuestTaskEntryType',
  16522.                     'inherits' => [
  16523.                     ],
  16524.                     'decorator' => false,
  16525.                     'config' => [
  16526.                         'description' => NULL,
  16527.                         'fields' => [
  16528.                             'id' => [
  16529.                                 'type' => 'ID!',
  16530.                                 'description' => NULL,
  16531.                             ],
  16532.                             'itemID' => [
  16533.                                 'type' => 'Int',
  16534.                                 'description' => NULL,
  16535.                             ],
  16536.                             'createdAt' => [
  16537.                                 'type' => 'String',
  16538.                                 'description' => NULL,
  16539.                             ],
  16540.                         ],
  16541.                         'interfaces' => [
  16542.                         ],
  16543.                         'name' => 'SchoolClassQuestTaskEntry',
  16544.                         'builders' => [
  16545.                         ],
  16546.                     ],
  16547.                 ],
  16548.                 'JobRedirectType' => [
  16549.                     'type' => 'enum',
  16550.                     'class_name' => 'JobRedirectTypeType',
  16551.                     'inherits' => [
  16552.                     ],
  16553.                     'decorator' => false,
  16554.                     'config' => [
  16555.                         'description' => NULL,
  16556.                         'values' => [
  16557.                             'ALTERNATIVES' => [
  16558.                                 'description' => NULL,
  16559.                                 'value' => 'ALTERNATIVES',
  16560.                             ],
  16561.                             'CONNECTED' => [
  16562.                                 'description' => NULL,
  16563.                                 'value' => 'CONNECTED',
  16564.                             ],
  16565.                             'DESCRIPTION' => [
  16566.                                 'description' => NULL,
  16567.                                 'value' => 'DESCRIPTION',
  16568.                             ],
  16569.                             'EXPIRED' => [
  16570.                                 'description' => NULL,
  16571.                                 'value' => 'EXPIRED',
  16572.                             ],
  16573.                             'SPECIALIZED' => [
  16574.                                 'description' => NULL,
  16575.                                 'value' => 'SPECIALIZED',
  16576.                             ],
  16577.                             'REDIRECT' => [
  16578.                                 'description' => NULL,
  16579.                                 'value' => 'REDIRECT',
  16580.                             ],
  16581.                         ],
  16582.                         'name' => 'JobRedirectType',
  16583.                     ],
  16584.                 ],
  16585.                 'JobMarketPositionType' => [
  16586.                     'type' => 'enum',
  16587.                     'class_name' => 'JobMarketPositionTypeType',
  16588.                     'inherits' => [
  16589.                     ],
  16590.                     'decorator' => false,
  16591.                     'config' => [
  16592.                         'description' => NULL,
  16593.                         'values' => [
  16594.                             'LEHRSTELLE' => [
  16595.                                 'description' => NULL,
  16596.                                 'value' => 'LEHRSTELLE',
  16597.                             ],
  16598.                             'FERIALJOB' => [
  16599.                                 'description' => NULL,
  16600.                                 'value' => 'FERIALJOB',
  16601.                             ],
  16602.                             'PRAKTIKUM' => [
  16603.                                 'description' => NULL,
  16604.                                 'value' => 'PRAKTIKUM',
  16605.                             ],
  16606.                         ],
  16607.                         'name' => 'JobMarketPositionType',
  16608.                     ],
  16609.                 ],
  16610.                 'Tag' => [
  16611.                     'type' => 'object',
  16612.                     'class_name' => 'TagType',
  16613.                     'inherits' => [
  16614.                     ],
  16615.                     'decorator' => false,
  16616.                     'config' => [
  16617.                         'description' => NULL,
  16618.                         'fields' => [
  16619.                             'tagName' => [
  16620.                                 'type' => 'String!',
  16621.                                 'description' => NULL,
  16622.                             ],
  16623.                         ],
  16624.                         'interfaces' => [
  16625.                         ],
  16626.                         'name' => 'Tag',
  16627.                         'builders' => [
  16628.                         ],
  16629.                     ],
  16630.                 ],
  16631.                 'JobMarketDistricts' => [
  16632.                     'type' => 'object',
  16633.                     'class_name' => 'JobMarketDistrictsType',
  16634.                     'inherits' => [
  16635.                     ],
  16636.                     'decorator' => false,
  16637.                     'config' => [
  16638.                         'description' => NULL,
  16639.                         'fields' => [
  16640.                             'districts' => [
  16641.                                 'type' => '[JobMarketDistrict!]',
  16642.                                 'description' => NULL,
  16643.                             ],
  16644.                             'countDistricts' => [
  16645.                                 'type' => 'Int!',
  16646.                                 'description' => NULL,
  16647.                             ],
  16648.                         ],
  16649.                         'interfaces' => [
  16650.                         ],
  16651.                         'name' => 'JobMarketDistricts',
  16652.                         'builders' => [
  16653.                         ],
  16654.                     ],
  16655.                 ],
  16656.                 'JobPreview' => [
  16657.                     'type' => 'object',
  16658.                     'class_name' => 'JobPreviewType',
  16659.                     'inherits' => [
  16660.                     ],
  16661.                     'decorator' => false,
  16662.                     'config' => [
  16663.                         'description' => NULL,
  16664.                         'fields' => [
  16665.                             'id' => [
  16666.                                 'type' => 'Int!',
  16667.                                 'description' => NULL,
  16668.                             ],
  16669.                             'name' => [
  16670.                                 'type' => 'String!',
  16671.                                 'description' => NULL,
  16672.                             ],
  16673.                             'image' => [
  16674.                                 'type' => 'Image',
  16675.                                 'description' => NULL,
  16676.                             ],
  16677.                             'positionType' => [
  16678.                                 'type' => 'String',
  16679.                                 'description' => NULL,
  16680.                             ],
  16681.                             'associatedProfessions' => [
  16682.                                 'type' => '[JobSimple]',
  16683.                                 'description' => NULL,
  16684.                             ],
  16685.                             'companyProfile' => [
  16686.                                 'type' => 'CompanyProfileSimple',
  16687.                                 'description' => NULL,
  16688.                             ],
  16689.                             'addresses' => [
  16690.                                 'type' => '[Address]',
  16691.                                 'description' => NULL,
  16692.                             ],
  16693.                             'interestFields' => [
  16694.                                 'type' => '[Int!]',
  16695.                                 'description' => NULL,
  16696.                             ],
  16697.                         ],
  16698.                         'interfaces' => [
  16699.                         ],
  16700.                         'name' => 'JobPreview',
  16701.                         'builders' => [
  16702.                         ],
  16703.                     ],
  16704.                 ],
  16705.                 'JobMarketState' => [
  16706.                     'type' => 'enum',
  16707.                     'class_name' => 'JobMarketStateType',
  16708.                     'inherits' => [
  16709.                     ],
  16710.                     'decorator' => false,
  16711.                     'config' => [
  16712.                         'description' => NULL,
  16713.                         'values' => [
  16714.                             'ACTIVE' => [
  16715.                                 'description' => NULL,
  16716.                                 'value' => 'ACTIVE',
  16717.                             ],
  16718.                             'INACTIVE' => [
  16719.                                 'description' => NULL,
  16720.                                 'value' => 'INACTIVE',
  16721.                             ],
  16722.                             'DELETED' => [
  16723.                                 'description' => NULL,
  16724.                                 'value' => 'DELETED',
  16725.                             ],
  16726.                             'DRAFT' => [
  16727.                                 'description' => NULL,
  16728.                                 'value' => 'DRAFT',
  16729.                             ],
  16730.                             'NOTSET' => [
  16731.                                 'description' => NULL,
  16732.                                 'value' => 'NOTSET',
  16733.                             ],
  16734.                         ],
  16735.                         'name' => 'JobMarketState',
  16736.                     ],
  16737.                 ],
  16738.                 'JobRequirementType' => [
  16739.                     'type' => 'object',
  16740.                     'class_name' => 'JobRequirementTypeType',
  16741.                     'inherits' => [
  16742.                     ],
  16743.                     'decorator' => false,
  16744.                     'config' => [
  16745.                         'description' => NULL,
  16746.                         'fields' => [
  16747.                             'id' => [
  16748.                                 'type' => 'ID!',
  16749.                                 'description' => NULL,
  16750.                             ],
  16751.                             'bicID' => [
  16752.                                 'type' => 'Int',
  16753.                                 'description' => NULL,
  16754.                             ],
  16755.                             'typeName' => [
  16756.                                 'type' => 'String!',
  16757.                                 'description' => NULL,
  16758.                             ],
  16759.                             'shortName' => [
  16760.                                 'type' => 'String!',
  16761.                                 'description' => NULL,
  16762.                             ],
  16763.                         ],
  16764.                         'interfaces' => [
  16765.                         ],
  16766.                         'name' => 'JobRequirementType',
  16767.                         'builders' => [
  16768.                         ],
  16769.                     ],
  16770.                 ],
  16771.                 'QuestTaskType' => [
  16772.                     'type' => 'enum',
  16773.                     'class_name' => 'QuestTaskTypeType',
  16774.                     'inherits' => [
  16775.                     ],
  16776.                     'decorator' => false,
  16777.                     'config' => [
  16778.                         'description' => NULL,
  16779.                         'values' => [
  16780.                             'COMPANYQUIZ' => [
  16781.                                 'description' => NULL,
  16782.                                 'value' => 'COMPANYQUIZ',
  16783.                             ],
  16784.                             'GAMECTP' => [
  16785.                                 'description' => NULL,
  16786.                                 'value' => 'GAMECTP',
  16787.                             ],
  16788.                             'GAMEQUIZ' => [
  16789.                                 'description' => NULL,
  16790.                                 'value' => 'GAMEQUIZ',
  16791.                             ],
  16792.                             'GAMETROPHYHUNT' => [
  16793.                                 'description' => NULL,
  16794.                                 'value' => 'GAMETROPHYHUNT',
  16795.                             ],
  16796.                             'REQUIREMENTCHECK' => [
  16797.                                 'description' => NULL,
  16798.                                 'value' => 'REQUIREMENTCHECK',
  16799.                             ],
  16800.                             'STORYQUIZ' => [
  16801.                                 'description' => NULL,
  16802.                                 'value' => 'STORYQUIZ',
  16803.                             ],
  16804.                             'TEACHINGIDEA' => [
  16805.                                 'description' => NULL,
  16806.                                 'value' => 'TEACHINGIDEA',
  16807.                             ],
  16808.                         ],
  16809.                         'name' => 'QuestTaskType',
  16810.                     ],
  16811.                 ],
  16812.                 'JobMarketStartType' => [
  16813.                     'type' => 'enum',
  16814.                     'class_name' => 'JobMarketStartTypeType',
  16815.                     'inherits' => [
  16816.                     ],
  16817.                     'decorator' => false,
  16818.                     'config' => [
  16819.                         'description' => NULL,
  16820.                         'values' => [
  16821.                             'ANYTIME' => [
  16822.                                 'description' => NULL,
  16823.                                 'value' => 'ANYTIME',
  16824.                             ],
  16825.                             'CONSENT' => [
  16826.                                 'description' => NULL,
  16827.                                 'value' => 'CONSENT',
  16828.                             ],
  16829.                             'DATE' => [
  16830.                                 'description' => NULL,
  16831.                                 'value' => 'DATE',
  16832.                             ],
  16833.                         ],
  16834.                         'name' => 'JobMarketStartType',
  16835.                     ],
  16836.                 ],
  16837.                 'StatusType' => [
  16838.                     'type' => 'enum',
  16839.                     'class_name' => 'StatusTypeType',
  16840.                     'inherits' => [
  16841.                     ],
  16842.                     'decorator' => false,
  16843.                     'config' => [
  16844.                         'description' => NULL,
  16845.                         'values' => [
  16846.                             'OK' => [
  16847.                                 'description' => NULL,
  16848.                                 'value' => 'OK',
  16849.                             ],
  16850.                             'ERROR' => [
  16851.                                 'description' => NULL,
  16852.                                 'value' => 'ERROR',
  16853.                             ],
  16854.                             'GAMEEND' => [
  16855.                                 'description' => NULL,
  16856.                                 'value' => 'GAMEEND',
  16857.                             ],
  16858.                         ],
  16859.                         'name' => 'StatusType',
  16860.                     ],
  16861.                 ],
  16862.                 'ProfileSimple' => [
  16863.                     'type' => 'object',
  16864.                     'class_name' => 'ProfileSimpleType',
  16865.                     'inherits' => [
  16866.                     ],
  16867.                     'decorator' => false,
  16868.                     'config' => [
  16869.                         'description' => NULL,
  16870.                         'fields' => [
  16871.                             'type' => [
  16872.                                 'type' => 'ProfileType!',
  16873.                                 'description' => NULL,
  16874.                             ],
  16875.                             'id' => [
  16876.                                 'type' => 'Int',
  16877.                                 'description' => NULL,
  16878.                             ],
  16879.                             'uuid' => [
  16880.                                 'type' => 'String',
  16881.                                 'description' => NULL,
  16882.                             ],
  16883.                             'name' => [
  16884.                                 'type' => 'String',
  16885.                                 'description' => NULL,
  16886.                             ],
  16887.                             'profilePicture' => [
  16888.                                 'type' => 'Image',
  16889.                                 'description' => NULL,
  16890.                             ],
  16891.                             'isSelected' => [
  16892.                                 'type' => 'Boolean!',
  16893.                                 'description' => NULL,
  16894.                             ],
  16895.                         ],
  16896.                         'interfaces' => [
  16897.                         ],
  16898.                         'name' => 'ProfileSimple',
  16899.                         'builders' => [
  16900.                         ],
  16901.                     ],
  16902.                 ],
  16903.                 'CompanyBenefit' => [
  16904.                     'type' => 'object',
  16905.                     'class_name' => 'CompanyBenefitType',
  16906.                     'inherits' => [
  16907.                     ],
  16908.                     'decorator' => false,
  16909.                     'config' => [
  16910.                         'description' => NULL,
  16911.                         'fields' => [
  16912.                             'id' => [
  16913.                                 'type' => 'Int!',
  16914.                                 'description' => NULL,
  16915.                             ],
  16916.                             'name' => [
  16917.                                 'type' => 'String!',
  16918.                                 'description' => NULL,
  16919.                             ],
  16920.                         ],
  16921.                         'interfaces' => [
  16922.                         ],
  16923.                         'name' => 'CompanyBenefit',
  16924.                         'builders' => [
  16925.                         ],
  16926.                     ],
  16927.                 ],
  16928.                 'Teacher' => [
  16929.                     'type' => 'object',
  16930.                     'class_name' => 'TeacherType',
  16931.                     'inherits' => [
  16932.                     ],
  16933.                     'decorator' => false,
  16934.                     'config' => [
  16935.                         'description' => NULL,
  16936.                         'fields' => [
  16937.                             'id' => [
  16938.                                 'type' => 'Int',
  16939.                                 'description' => NULL,
  16940.                             ],
  16941.                             'email' => [
  16942.                                 'type' => 'String',
  16943.                                 'description' => NULL,
  16944.                             ],
  16945.                             'firstname' => [
  16946.                                 'type' => 'String',
  16947.                                 'description' => NULL,
  16948.                             ],
  16949.                             'lastname' => [
  16950.                                 'type' => 'String',
  16951.                                 'description' => NULL,
  16952.                             ],
  16953.                         ],
  16954.                         'interfaces' => [
  16955.                         ],
  16956.                         'name' => 'Teacher',
  16957.                         'builders' => [
  16958.                         ],
  16959.                     ],
  16960.                 ],
  16961.                 'SchoolClassRank' => [
  16962.                     'type' => 'object',
  16963.                     'class_name' => 'SchoolClassRankType',
  16964.                     'inherits' => [
  16965.                     ],
  16966.                     'decorator' => false,
  16967.                     'config' => [
  16968.                         'description' => NULL,
  16969.                         'fields' => [
  16970.                             'school' => [
  16971.                                 'type' => 'School!',
  16972.                                 'description' => NULL,
  16973.                             ],
  16974.                             'schoolClass' => [
  16975.                                 'type' => 'SchoolClass!',
  16976.                                 'description' => NULL,
  16977.                             ],
  16978.                             'points' => [
  16979.                                 'type' => 'Int!',
  16980.                                 'description' => NULL,
  16981.                             ],
  16982.                             'playtimeMinutes' => [
  16983.                                 'type' => 'Int!',
  16984.                                 'description' => NULL,
  16985.                             ],
  16986.                         ],
  16987.                         'interfaces' => [
  16988.                         ],
  16989.                         'name' => 'SchoolClassRank',
  16990.                         'builders' => [
  16991.                         ],
  16992.                     ],
  16993.                 ],
  16994.                 'NextStoryCard' => [
  16995.                     'type' => 'object',
  16996.                     'class_name' => 'NextStoryCardType',
  16997.                     'inherits' => [
  16998.                     ],
  16999.                     'decorator' => false,
  17000.                     'config' => [
  17001.                         'description' => NULL,
  17002.                         'fields' => [
  17003.                             'title' => [
  17004.                                 'type' => 'String',
  17005.                                 'description' => NULL,
  17006.                             ],
  17007.                             'description' => [
  17008.                                 'type' => 'String',
  17009.                                 'description' => NULL,
  17010.                             ],
  17011.                             'stories' => [
  17012.                                 'type' => '[NextStoryPreview!]',
  17013.                                 'description' => NULL,
  17014.                             ],
  17015.                         ],
  17016.                         'interfaces' => [
  17017.                         ],
  17018.                         'name' => 'NextStoryCard',
  17019.                         'builders' => [
  17020.                         ],
  17021.                     ],
  17022.                 ],
  17023.                 'ProfileLink' => [
  17024.                     'type' => 'object',
  17025.                     'class_name' => 'ProfileLinkType',
  17026.                     'inherits' => [
  17027.                     ],
  17028.                     'decorator' => false,
  17029.                     'config' => [
  17030.                         'description' => NULL,
  17031.                         'fields' => [
  17032.                             'createdAt' => [
  17033.                                 'type' => 'String!',
  17034.                                 'description' => NULL,
  17035.                             ],
  17036.                             'entries' => [
  17037.                                 'type' => '[ProfileLinkEntry!]',
  17038.                                 'description' => NULL,
  17039.                             ],
  17040.                         ],
  17041.                         'interfaces' => [
  17042.                         ],
  17043.                         'name' => 'ProfileLink',
  17044.                         'builders' => [
  17045.                         ],
  17046.                     ],
  17047.                 ],
  17048.                 'InfoSectionCategory' => [
  17049.                     'type' => 'object',
  17050.                     'class_name' => 'InfoSectionCategoryType',
  17051.                     'inherits' => [
  17052.                     ],
  17053.                     'decorator' => false,
  17054.                     'config' => [
  17055.                         'description' => NULL,
  17056.                         'fields' => [
  17057.                             'id' => [
  17058.                                 'type' => 'ID!',
  17059.                                 'description' => NULL,
  17060.                             ],
  17061.                             'heading' => [
  17062.                                 'type' => 'String!',
  17063.                                 'description' => NULL,
  17064.                             ],
  17065.                             'description' => [
  17066.                                 'type' => 'String',
  17067.                                 'description' => NULL,
  17068.                             ],
  17069.                             'link' => [
  17070.                                 'type' => 'String',
  17071.                                 'description' => NULL,
  17072.                             ],
  17073.                             'type' => [
  17074.                                 'type' => 'InfoSectionType!',
  17075.                                 'description' => NULL,
  17076.                             ],
  17077.                             'image' => [
  17078.                                 'type' => 'Image',
  17079.                                 'description' => NULL,
  17080.                             ],
  17081.                             'position' => [
  17082.                                 'type' => 'Int',
  17083.                                 'description' => NULL,
  17084.                             ],
  17085.                             'urlText' => [
  17086.                                 'type' => 'String',
  17087.                                 'description' => NULL,
  17088.                             ],
  17089.                             'subCategories' => [
  17090.                                 'type' => '[InfoSectionSubCategory!]',
  17091.                                 'description' => NULL,
  17092.                             ],
  17093.                         ],
  17094.                         'interfaces' => [
  17095.                         ],
  17096.                         'name' => 'InfoSectionCategory',
  17097.                         'builders' => [
  17098.                         ],
  17099.                     ],
  17100.                 ],
  17101.                 'JobLinkMappingType' => [
  17102.                     'type' => 'object',
  17103.                     'class_name' => 'JobLinkMappingTypeType',
  17104.                     'inherits' => [
  17105.                     ],
  17106.                     'decorator' => false,
  17107.                     'config' => [
  17108.                         'description' => NULL,
  17109.                         'fields' => [
  17110.                             'id' => [
  17111.                                 'type' => 'ID!',
  17112.                                 'description' => NULL,
  17113.                             ],
  17114.                             'name' => [
  17115.                                 'type' => 'String',
  17116.                                 'description' => NULL,
  17117.                             ],
  17118.                         ],
  17119.                         'interfaces' => [
  17120.                         ],
  17121.                         'name' => 'JobLinkMappingType',
  17122.                         'builders' => [
  17123.                         ],
  17124.                     ],
  17125.                 ],
  17126.                 'JobRequirementCollection' => [
  17127.                     'type' => 'object',
  17128.                     'class_name' => 'JobRequirementCollectionType',
  17129.                     'inherits' => [
  17130.                     ],
  17131.                     'decorator' => false,
  17132.                     'config' => [
  17133.                         'description' => NULL,
  17134.                         'fields' => [
  17135.                             'requirementTypes' => [
  17136.                                 'type' => '[JobRequirementTypeCollection]',
  17137.                                 'description' => NULL,
  17138.                             ],
  17139.                         ],
  17140.                         'interfaces' => [
  17141.                         ],
  17142.                         'name' => 'JobRequirementCollection',
  17143.                         'builders' => [
  17144.                         ],
  17145.                     ],
  17146.                 ],
  17147.                 'InfoSectionType' => [
  17148.                     'type' => 'object',
  17149.                     'class_name' => 'InfoSectionTypeType',
  17150.                     'inherits' => [
  17151.                     ],
  17152.                     'decorator' => false,
  17153.                     'config' => [
  17154.                         'description' => NULL,
  17155.                         'fields' => [
  17156.                             'id' => [
  17157.                                 'type' => 'ID!',
  17158.                                 'description' => NULL,
  17159.                             ],
  17160.                             'name' => [
  17161.                                 'type' => 'String!',
  17162.                                 'description' => NULL,
  17163.                             ],
  17164.                         ],
  17165.                         'interfaces' => [
  17166.                         ],
  17167.                         'name' => 'InfoSectionType',
  17168.                         'builders' => [
  17169.                         ],
  17170.                     ],
  17171.                 ],
  17172.                 'ImageInfo' => [
  17173.                     'type' => 'object',
  17174.                     'class_name' => 'ImageInfoType',
  17175.                     'inherits' => [
  17176.                     ],
  17177.                     'decorator' => false,
  17178.                     'config' => [
  17179.                         'description' => NULL,
  17180.                         'fields' => [
  17181.                             'caption' => [
  17182.                                 'type' => 'String',
  17183.                                 'description' => NULL,
  17184.                             ],
  17185.                             'copyright' => [
  17186.                                 'type' => 'String',
  17187.                                 'description' => NULL,
  17188.                             ],
  17189.                             'alttext' => [
  17190.                                 'type' => 'String',
  17191.                                 'description' => NULL,
  17192.                             ],
  17193.                         ],
  17194.                         'interfaces' => [
  17195.                         ],
  17196.                         'name' => 'ImageInfo',
  17197.                         'builders' => [
  17198.                         ],
  17199.                     ],
  17200.                 ],
  17201.                 'StoryCardTheme' => [
  17202.                     'type' => 'enum',
  17203.                     'class_name' => 'StoryCardThemeType',
  17204.                     'inherits' => [
  17205.                     ],
  17206.                     'decorator' => false,
  17207.                     'config' => [
  17208.                         'description' => NULL,
  17209.                         'values' => [
  17210.                             'DEFAULT' => [
  17211.                                 'description' => NULL,
  17212.                                 'value' => 'DEFAULT',
  17213.                             ],
  17214.                             'YELLOW' => [
  17215.                                 'description' => NULL,
  17216.                                 'value' => 'YELLOW',
  17217.                             ],
  17218.                             'RED' => [
  17219.                                 'description' => NULL,
  17220.                                 'value' => 'RED',
  17221.                             ],
  17222.                             'BLUE' => [
  17223.                                 'description' => NULL,
  17224.                                 'value' => 'BLUE',
  17225.                             ],
  17226.                         ],
  17227.                         'name' => 'StoryCardTheme',
  17228.                     ],
  17229.                 ],
  17230.                 'InfoSectionEntry' => [
  17231.                     'type' => 'object',
  17232.                     'class_name' => 'InfoSectionEntryType',
  17233.                     'inherits' => [
  17234.                     ],
  17235.                     'decorator' => false,
  17236.                     'config' => [
  17237.                         'description' => NULL,
  17238.                         'fields' => [
  17239.                             'id' => [
  17240.                                 'type' => 'ID!',
  17241.                                 'description' => NULL,
  17242.                             ],
  17243.                             'heading' => [
  17244.                                 'type' => 'String!',
  17245.                                 'description' => NULL,
  17246.                             ],
  17247.                             'description' => [
  17248.                                 'type' => 'String',
  17249.                                 'description' => NULL,
  17250.                             ],
  17251.                             'url' => [
  17252.                                 'type' => 'String',
  17253.                                 'description' => NULL,
  17254.                             ],
  17255.                             'urlType' => [
  17256.                                 'type' => 'String',
  17257.                                 'description' => NULL,
  17258.                             ],
  17259.                             'image' => [
  17260.                                 'type' => 'Image',
  17261.                                 'description' => NULL,
  17262.                             ],
  17263.                             'position' => [
  17264.                                 'type' => 'Int',
  17265.                                 'description' => NULL,
  17266.                             ],
  17267.                         ],
  17268.                         'interfaces' => [
  17269.                         ],
  17270.                         'name' => 'InfoSectionEntry',
  17271.                         'builders' => [
  17272.                         ],
  17273.                     ],
  17274.                 ],
  17275.                 'LinkTargetType' => [
  17276.                     'type' => 'enum',
  17277.                     'class_name' => 'LinkTargetTypeType',
  17278.                     'inherits' => [
  17279.                     ],
  17280.                     'decorator' => false,
  17281.                     'config' => [
  17282.                         'description' => NULL,
  17283.                         'values' => [
  17284.                             'BLANK' => [
  17285.                                 'description' => NULL,
  17286.                                 'value' => 'BLANK',
  17287.                             ],
  17288.                             'SELF' => [
  17289.                                 'description' => NULL,
  17290.                                 'value' => 'SELF',
  17291.                             ],
  17292.                         ],
  17293.                         'name' => 'LinkTargetType',
  17294.                     ],
  17295.                 ],
  17296.                 'AddressCity' => [
  17297.                     'type' => 'object',
  17298.                     'class_name' => 'AddressCityType',
  17299.                     'inherits' => [
  17300.                     ],
  17301.                     'decorator' => false,
  17302.                     'config' => [
  17303.                         'description' => NULL,
  17304.                         'fields' => [
  17305.                             'id' => [
  17306.                                 'type' => 'ID!',
  17307.                                 'description' => NULL,
  17308.                             ],
  17309.                             'name' => [
  17310.                                 'type' => 'String!',
  17311.                                 'description' => NULL,
  17312.                             ],
  17313.                             'zip' => [
  17314.                                 'type' => 'Int!',
  17315.                                 'description' => NULL,
  17316.                             ],
  17317.                             'addressDistrict' => [
  17318.                                 'type' => 'AddressDistrict',
  17319.                                 'description' => NULL,
  17320.                             ],
  17321.                         ],
  17322.                         'interfaces' => [
  17323.                         ],
  17324.                         'name' => 'AddressCity',
  17325.                         'builders' => [
  17326.                         ],
  17327.                     ],
  17328.                 ],
  17329.                 'QuestTaskLink' => [
  17330.                     'type' => 'object',
  17331.                     'class_name' => 'QuestTaskLinkType',
  17332.                     'inherits' => [
  17333.                     ],
  17334.                     'decorator' => false,
  17335.                     'config' => [
  17336.                         'description' => NULL,
  17337.                         'fields' => [
  17338.                             'id' => [
  17339.                                 'type' => 'ID!',
  17340.                                 'description' => NULL,
  17341.                             ],
  17342.                             'linkName' => [
  17343.                                 'type' => 'String',
  17344.                                 'description' => NULL,
  17345.                             ],
  17346.                             'linkValue' => [
  17347.                                 'type' => 'String',
  17348.                                 'description' => NULL,
  17349.                             ],
  17350.                             'linkType' => [
  17351.                                 'type' => 'QuestTaskLinkType',
  17352.                                 'description' => NULL,
  17353.                             ],
  17354.                             'position' => [
  17355.                                 'type' => 'Int',
  17356.                                 'description' => NULL,
  17357.                             ],
  17358.                         ],
  17359.                         'interfaces' => [
  17360.                         ],
  17361.                         'name' => 'QuestTaskLink',
  17362.                         'builders' => [
  17363.                         ],
  17364.                     ],
  17365.                 ],
  17366.                 'JobLinkMappingCategory' => [
  17367.                     'type' => 'object',
  17368.                     'class_name' => 'JobLinkMappingCategoryType',
  17369.                     'inherits' => [
  17370.                     ],
  17371.                     'decorator' => false,
  17372.                     'config' => [
  17373.                         'description' => NULL,
  17374.                         'fields' => [
  17375.                             'id' => [
  17376.                                 'type' => 'ID!',
  17377.                                 'description' => NULL,
  17378.                             ],
  17379.                             'name' => [
  17380.                                 'type' => 'String',
  17381.                                 'description' => NULL,
  17382.                             ],
  17383.                         ],
  17384.                         'interfaces' => [
  17385.                         ],
  17386.                         'name' => 'JobLinkMappingCategory',
  17387.                         'builders' => [
  17388.                         ],
  17389.                     ],
  17390.                 ],
  17391.                 'AddressLatLon' => [
  17392.                     'type' => 'object',
  17393.                     'class_name' => 'AddressLatLonType',
  17394.                     'inherits' => [
  17395.                     ],
  17396.                     'decorator' => false,
  17397.                     'config' => [
  17398.                         'description' => NULL,
  17399.                         'fields' => [
  17400.                             'id' => [
  17401.                                 'type' => 'ID!',
  17402.                                 'description' => NULL,
  17403.                             ],
  17404.                             'lat' => [
  17405.                                 'type' => 'String',
  17406.                                 'description' => NULL,
  17407.                             ],
  17408.                             'lon' => [
  17409.                                 'type' => 'String',
  17410.                                 'description' => NULL,
  17411.                             ],
  17412.                         ],
  17413.                         'interfaces' => [
  17414.                         ],
  17415.                         'name' => 'AddressLatLon',
  17416.                         'builders' => [
  17417.                         ],
  17418.                     ],
  17419.                 ],
  17420.                 'EventTag' => [
  17421.                     'type' => 'object',
  17422.                     'class_name' => 'EventTagType',
  17423.                     'inherits' => [
  17424.                     ],
  17425.                     'decorator' => false,
  17426.                     'config' => [
  17427.                         'description' => NULL,
  17428.                         'fields' => [
  17429.                             'tagName' => [
  17430.                                 'type' => 'String!',
  17431.                                 'description' => NULL,
  17432.                             ],
  17433.                         ],
  17434.                         'interfaces' => [
  17435.                         ],
  17436.                         'name' => 'EventTag',
  17437.                         'builders' => [
  17438.                         ],
  17439.                     ],
  17440.                 ],
  17441.                 'Job' => [
  17442.                     'type' => 'object',
  17443.                     'class_name' => 'JobType',
  17444.                     'inherits' => [
  17445.                     ],
  17446.                     'decorator' => false,
  17447.                     'config' => [
  17448.                         'description' => NULL,
  17449.                         'fields' => [
  17450.                             'id' => [
  17451.                                 'type' => 'ID!',
  17452.                                 'description' => NULL,
  17453.                             ],
  17454.                             'name' => [
  17455.                                 'type' => 'String!',
  17456.                                 'description' => NULL,
  17457.                             ],
  17458.                             'bicID' => [
  17459.                                 'type' => 'Int',
  17460.                                 'description' => NULL,
  17461.                             ],
  17462.                             'image' => [
  17463.                                 'type' => 'Image',
  17464.                                 'description' => NULL,
  17465.                             ],
  17466.                             'description' => [
  17467.                                 'type' => 'String',
  17468.                                 'description' => NULL,
  17469.                             ],
  17470.                             'bicAlternativen' => [
  17471.                                 'type' => 'String',
  17472.                                 'description' => NULL,
  17473.                             ],
  17474.                             'bicAnforderungen' => [
  17475.                                 'type' => 'String',
  17476.                                 'description' => NULL,
  17477.                             ],
  17478.                             'bicAusbildungBerufschule' => [
  17479.                                 'type' => 'String',
  17480.                                 'description' => NULL,
  17481.                             ],
  17482.                             'bicMoeglichkeiten' => [
  17483.                                 'type' => 'String',
  17484.                                 'description' => NULL,
  17485.                             ],
  17486.                             'operationsAndTasks' => [
  17487.                                 'type' => 'String',
  17488.                                 'description' => NULL,
  17489.                             ],
  17490.                             'scholasticDuration' => [
  17491.                                 'type' => 'JobScholasticDuration',
  17492.                                 'description' => NULL,
  17493.                             ],
  17494.                             'showSchoolSubjects' => [
  17495.                                 'type' => 'Boolean',
  17496.                                 'description' => NULL,
  17497.                             ],
  17498.                             'expertTerms' => [
  17499.                                 'type' => '[JobExpertTerm!]',
  17500.                                 'description' => NULL,
  17501.                             ],
  17502.                             'interestFields' => [
  17503.                                 'type' => '[InterestField!]',
  17504.                                 'description' => NULL,
  17505.                             ],
  17506.                             'jobEducationCompanies' => [
  17507.                                 'type' => '[CompanyProfileSimple!]',
  17508.                                 'description' => NULL,
  17509.                             ],
  17510.                             'jobEducationalPaths' => [
  17511.                                 'type' => '[JobEducationalPath!]',
  17512.                                 'description' => NULL,
  17513.                             ],
  17514.                             'insights' => [
  17515.                                 'type' => '[Story!]',
  17516.                                 'description' => NULL,
  17517.                             ],
  17518.                             'jobLinkMappings' => [
  17519.                                 'type' => '[JobLinkMapping]',
  17520.                                 'description' => NULL,
  17521.                             ],
  17522.                             'jobMarketDistricts' => [
  17523.                                 'type' => 'JobMarketDistricts',
  17524.                                 'description' => NULL,
  17525.                             ],
  17526.                             'jobRedirects' => [
  17527.                                 'type' => '[JobRedirect!]',
  17528.                                 'description' => NULL,
  17529.                             ],
  17530.                             'jobSalary' => [
  17531.                                 'type' => 'JobSalary',
  17532.                                 'description' => NULL,
  17533.                             ],
  17534.                             'jobSectors' => [
  17535.                                 'type' => '[JobSector!]',
  17536.                                 'description' => NULL,
  17537.                             ],
  17538.                             'jobSchools' => [
  17539.                                 'type' => '[JobSchool!]',
  17540.                                 'description' => NULL,
  17541.                             ],
  17542.                             'jobWorkFields' => [
  17543.                                 'type' => '[JobWorkField!]',
  17544.                                 'description' => NULL,
  17545.                             ],
  17546.                             'requirementsByType' => [
  17547.                                 'type' => 'JobRequirementCollection',
  17548.                                 'description' => NULL,
  17549.                             ],
  17550.                             'schoolSubjectMappings' => [
  17551.                                 'type' => '[JobSchoolSubjectMapping!]',
  17552.                                 'description' => NULL,
  17553.                             ],
  17554.                             'videoUrl' => [
  17555.                                 'type' => 'String',
  17556.                                 'description' => NULL,
  17557.                             ],
  17558.                             'pdfUrl' => [
  17559.                                 'type' => 'String',
  17560.                                 'description' => NULL,
  17561.                             ],
  17562.                             'searchTags' => [
  17563.                                 'type' => '[String]',
  17564.                                 'description' => NULL,
  17565.                             ],
  17566.                             'visits' => [
  17567.                                 'type' => 'Int',
  17568.                                 'description' => NULL,
  17569.                             ],
  17570.                         ],
  17571.                         'interfaces' => [
  17572.                         ],
  17573.                         'name' => 'Job',
  17574.                         'builders' => [
  17575.                         ],
  17576.                     ],
  17577.                 ],
  17578.                 'PageInfo' => [
  17579.                     'type' => 'object',
  17580.                     'class_name' => 'PageInfoType',
  17581.                     'inherits' => [
  17582.                     ],
  17583.                     'decorator' => false,
  17584.                     'config' => [
  17585.                         'description' => 'Information about pagination in a connection.',
  17586.                         'fields' => [
  17587.                             'hasNextPage' => [
  17588.                                 'type' => 'Boolean!',
  17589.                                 'description' => 'When paginating forwards, are there more items?',
  17590.                             ],
  17591.                             'hasPreviousPage' => [
  17592.                                 'type' => 'Boolean!',
  17593.                                 'description' => 'When paginating backwards, are there more items?',
  17594.                             ],
  17595.                             'startCursor' => [
  17596.                                 'type' => 'String',
  17597.                                 'description' => 'When paginating backwards, the cursor to continue.',
  17598.                             ],
  17599.                             'endCursor' => [
  17600.                                 'type' => 'String',
  17601.                                 'description' => 'When paginating forwards, the cursor to continue.',
  17602.                             ],
  17603.                         ],
  17604.                         'name' => 'PageInfo',
  17605.                         'builders' => [
  17606.                         ],
  17607.                         'interfaces' => [
  17608.                         ],
  17609.                     ],
  17610.                 ],
  17611.             ],
  17612.             'overblog_graphql.batching_method' => 'relay',
  17613.             'overblog_graphql.query_max_depth' => 0,
  17614.             'overblog_graphql.query_max_complexity' => 0,
  17615.             'overblog_graphql.enable_introspection' => true,
  17616.             'overblog_graphql.handle_cors' => false,
  17617.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  17618.             'overblog_graphql.cache_dir' => NULL,
  17619.             'overblog_graphql.cache_dir_permissions' => NULL,
  17620.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  17621.             'overblog_graphql.use_experimental_executor' => false,
  17622.             'overblog_graphql.profiler.query_match' => NULL,
  17623.             'overblog_graphql.use_classloader_listener' => true,
  17624.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  17625.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  17626.             'sonata.block.container.types' => [
  17627.                 => 'sonata.block.service.container',
  17628.                 => 'sonata.page.block.container',
  17629.                 => 'sonata.dashboard.block.container',
  17630.                 => 'cmf.block.container',
  17631.                 => 'cmf.block.slideshow',
  17632.             ],
  17633.             'sonata_block.blocks' => [
  17634.                 'block.footer' => [
  17635.                     'contexts' => [
  17636.                     ],
  17637.                     'templates' => [
  17638.                     ],
  17639.                     'cache' => 'sonata.cache.noop',
  17640.                     'settings' => [
  17641.                     ],
  17642.                 ],
  17643.                 'block.frontpage.news' => [
  17644.                     'contexts' => [
  17645.                     ],
  17646.                     'templates' => [
  17647.                     ],
  17648.                     'cache' => 'sonata.cache.noop',
  17649.                     'settings' => [
  17650.                     ],
  17651.                 ],
  17652.                 'block.events.4x1' => [
  17653.                     'contexts' => [
  17654.                     ],
  17655.                     'templates' => [
  17656.                     ],
  17657.                     'cache' => 'sonata.cache.noop',
  17658.                     'settings' => [
  17659.                     ],
  17660.                 ],
  17661.                 'block.random.jobs' => [
  17662.                     'contexts' => [
  17663.                     ],
  17664.                     'templates' => [
  17665.                     ],
  17666.                     'cache' => 'sonata.cache.noop',
  17667.                     'settings' => [
  17668.                     ],
  17669.                 ],
  17670.                 'block.slider' => [
  17671.                     'contexts' => [
  17672.                     ],
  17673.                     'templates' => [
  17674.                     ],
  17675.                     'cache' => 'sonata.cache.noop',
  17676.                     'settings' => [
  17677.                     ],
  17678.                 ],
  17679.                 'block.header.main' => [
  17680.                     'contexts' => [
  17681.                     ],
  17682.                     'templates' => [
  17683.                     ],
  17684.                     'cache' => 'sonata.cache.noop',
  17685.                     'settings' => [
  17686.                     ],
  17687.                 ],
  17688.                 'block.header.child' => [
  17689.                     'contexts' => [
  17690.                     ],
  17691.                     'templates' => [
  17692.                     ],
  17693.                     'cache' => 'sonata.cache.noop',
  17694.                     'settings' => [
  17695.                     ],
  17696.                 ],
  17697.                 'block.heading' => [
  17698.                     'contexts' => [
  17699.                     ],
  17700.                     'templates' => [
  17701.                     ],
  17702.                     'cache' => 'sonata.cache.noop',
  17703.                     'settings' => [
  17704.                     ],
  17705.                 ],
  17706.                 'block.editor' => [
  17707.                     'contexts' => [
  17708.                     ],
  17709.                     'templates' => [
  17710.                     ],
  17711.                     'cache' => 'sonata.cache.noop',
  17712.                     'settings' => [
  17713.                     ],
  17714.                 ],
  17715.                 'sonata.block.service.container' => [
  17716.                     'contexts' => [
  17717.                     ],
  17718.                     'templates' => [
  17719.                     ],
  17720.                     'cache' => 'sonata.cache.noop',
  17721.                     'settings' => [
  17722.                     ],
  17723.                 ],
  17724.                 'sonata.block.service.empty' => [
  17725.                     'contexts' => [
  17726.                     ],
  17727.                     'templates' => [
  17728.                     ],
  17729.                     'cache' => 'sonata.cache.noop',
  17730.                     'settings' => [
  17731.                     ],
  17732.                 ],
  17733.                 'sonata.block.service.text' => [
  17734.                     'contexts' => [
  17735.                     ],
  17736.                     'templates' => [
  17737.                     ],
  17738.                     'cache' => 'sonata.cache.noop',
  17739.                     'settings' => [
  17740.                     ],
  17741.                 ],
  17742.                 'sonata.block.service.rss' => [
  17743.                     'contexts' => [
  17744.                     ],
  17745.                     'templates' => [
  17746.                     ],
  17747.                     'cache' => 'sonata.cache.noop',
  17748.                     'settings' => [
  17749.                     ],
  17750.                 ],
  17751.                 'sonata.block.service.template' => [
  17752.                     'contexts' => [
  17753.                     ],
  17754.                     'templates' => [
  17755.                     ],
  17756.                     'cache' => 'sonata.cache.noop',
  17757.                     'settings' => [
  17758.                     ],
  17759.                 ],
  17760.                 'sonata.block.service.menu' => [
  17761.                     'contexts' => [
  17762.                     ],
  17763.                     'templates' => [
  17764.                     ],
  17765.                     'cache' => 'sonata.cache.noop',
  17766.                     'settings' => [
  17767.                     ],
  17768.                 ],
  17769.                 'sonata.admin.block.admin_list' => [
  17770.                     'contexts' => [
  17771.                     ],
  17772.                     'templates' => [
  17773.                     ],
  17774.                     'cache' => 'sonata.cache.noop',
  17775.                     'settings' => [
  17776.                     ],
  17777.                 ],
  17778.                 'sonata.admin.block.search_result' => [
  17779.                     'contexts' => [
  17780.                     ],
  17781.                     'templates' => [
  17782.                     ],
  17783.                     'cache' => 'sonata.cache.noop',
  17784.                     'settings' => [
  17785.                     ],
  17786.                 ],
  17787.                 'sonata.admin.block.stats' => [
  17788.                     'contexts' => [
  17789.                     ],
  17790.                     'templates' => [
  17791.                     ],
  17792.                     'cache' => 'sonata.cache.noop',
  17793.                     'settings' => [
  17794.                     ],
  17795.                 ],
  17796.                 'sonata.admin.block.admin_preview' => [
  17797.                     'contexts' => [
  17798.                     ],
  17799.                     'templates' => [
  17800.                     ],
  17801.                     'cache' => 'sonata.cache.noop',
  17802.                     'settings' => [
  17803.                     ],
  17804.                 ],
  17805.                 'sonata.seo.block.breadcrumb.homepage' => [
  17806.                     'contexts' => [
  17807.                     ],
  17808.                     'templates' => [
  17809.                     ],
  17810.                     'cache' => 'sonata.cache.noop',
  17811.                     'settings' => [
  17812.                     ],
  17813.                 ],
  17814.             ],
  17815.             'sonata_block.blocks_by_class' => [
  17816.             ],
  17817.             'sonata_blocks.block_types' => [
  17818.                 => 'block.footer',
  17819.                 => 'block.frontpage.news',
  17820.                 => 'block.events.4x1',
  17821.                 => 'block.random.jobs',
  17822.                 => 'block.slider',
  17823.                 => 'block.header.main',
  17824.                 => 'block.header.child',
  17825.                 => 'block.heading',
  17826.                 => 'block.editor',
  17827.                 => 'sonata.block.service.container',
  17828.                 10 => 'sonata.block.service.empty',
  17829.                 11 => 'sonata.block.service.text',
  17830.                 12 => 'sonata.block.service.rss',
  17831.                 13 => 'sonata.block.service.template',
  17832.                 14 => 'sonata.block.service.menu',
  17833.                 15 => 'sonata.admin.block.admin_list',
  17834.                 16 => 'sonata.admin.block.search_result',
  17835.                 17 => 'sonata.admin.block.stats',
  17836.                 18 => 'sonata.admin.block.admin_preview',
  17837.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  17838.             ],
  17839.             'sonata_block.cache_blocks' => [
  17840.                 'by_class' => [
  17841.                 ],
  17842.                 'by_type' => [
  17843.                     'block.footer' => 'sonata.cache.noop',
  17844.                     'block.frontpage.news' => 'sonata.cache.noop',
  17845.                     'block.events.4x1' => 'sonata.cache.noop',
  17846.                     'block.random.jobs' => 'sonata.cache.noop',
  17847.                     'block.slider' => 'sonata.cache.noop',
  17848.                     'block.header.main' => 'sonata.cache.noop',
  17849.                     'block.header.child' => 'sonata.cache.noop',
  17850.                     'block.heading' => 'sonata.cache.noop',
  17851.                     'block.editor' => 'sonata.cache.noop',
  17852.                     'sonata.block.service.container' => 'sonata.cache.noop',
  17853.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  17854.                     'sonata.block.service.text' => 'sonata.cache.noop',
  17855.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  17856.                     'sonata.block.service.template' => 'sonata.cache.noop',
  17857.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  17858.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  17859.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  17860.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  17861.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  17862.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  17863.                 ],
  17864.             ],
  17865.             'sonata_blocks.default_contexts' => [
  17866.             ],
  17867.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  17868.                 'enum' => 'select',
  17869.                 'choice' => 'select',
  17870.                 'boolean' => 'select',
  17871.                 'textarea' => 'textarea',
  17872.                 'html' => 'textarea',
  17873.                 'email' => 'email',
  17874.                 'string' => 'text',
  17875.                 'integer' => 'number',
  17876.                 'float' => 'number',
  17877.                 'currency' => 'number',
  17878.                 'percent' => 'number',
  17879.                 'url' => 'url',
  17880.             ],
  17881.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  17882.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  17883.             'sonata.admin.configuration.templates' => [
  17884.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  17885.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  17886.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  17887.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  17888.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  17889.                 'search' => '@SonataAdmin/Core/search.html.twig',
  17890.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  17891.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  17892.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  17893.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  17894.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  17895.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  17896.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  17897.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  17898.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  17899.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  17900.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  17901.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  17902.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  17903.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  17904.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  17905.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  17906.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  17907.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  17908.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  17909.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  17910.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  17911.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  17912.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  17913.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  17914.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  17915.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  17916.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  17917.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  17918.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  17919.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  17920.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  17921.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  17922.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  17923.                 'form_theme' => [
  17924.                 ],
  17925.                 'filter_theme' => [
  17926.                 ],
  17927.             ],
  17928.             'sonata.admin.configuration.default_admin_services' => [
  17929.                 'model_manager' => NULL,
  17930.                 'data_source' => NULL,
  17931.                 'field_description_factory' => NULL,
  17932.                 'form_contractor' => NULL,
  17933.                 'show_builder' => NULL,
  17934.                 'list_builder' => NULL,
  17935.                 'datagrid_builder' => NULL,
  17936.                 'translator' => NULL,
  17937.                 'configuration_pool' => NULL,
  17938.                 'route_generator' => NULL,
  17939.                 'security_handler' => NULL,
  17940.                 'menu_factory' => NULL,
  17941.                 'route_builder' => NULL,
  17942.                 'label_translator_strategy' => NULL,
  17943.                 'pager_type' => NULL,
  17944.             ],
  17945.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  17946.             'sonata.admin.configuration.dashboard_groups' => [
  17947.             ],
  17948.             'sonata.admin.configuration.dashboard_blocks' => [
  17949.                 => [
  17950.                     'position' => 'left',
  17951.                     'settings' => [
  17952.                     ],
  17953.                     'type' => 'sonata.admin.block.admin_list',
  17954.                     'roles' => [
  17955.                     ],
  17956.                 ],
  17957.             ],
  17958.             'sonata.admin.configuration.sort_admins' => false,
  17959.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  17960.             'sonata.admin.configuration.default_group' => 'default',
  17961.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  17962.             'sonata.admin.configuration.default_translation_domain' => NULL,
  17963.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  17964.             'sonata.admin.configuration.breadcrumbs' => [
  17965.                 'child_admin_route' => 'show',
  17966.             ],
  17967.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  17968.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  17969.             'sonata.admin.configuration.security.information' => [
  17970.             ],
  17971.             'sonata.admin.configuration.security.admin_permissions' => [
  17972.                 => 'CREATE',
  17973.                 => 'LIST',
  17974.                 => 'DELETE',
  17975.                 => 'UNDELETE',
  17976.                 => 'EXPORT',
  17977.                 => 'OPERATOR',
  17978.                 => 'MASTER',
  17979.             ],
  17980.             'sonata.admin.configuration.security.object_permissions' => [
  17981.                 => 'VIEW',
  17982.                 => 'EDIT',
  17983.                 => 'HISTORY',
  17984.                 => 'DELETE',
  17985.                 => 'UNDELETE',
  17986.                 => 'OPERATOR',
  17987.                 => 'MASTER',
  17988.                 => 'OWNER',
  17989.             ],
  17990.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  17991.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  17992.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  17993.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  17994.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  17995.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  17996.             'sonata.admin.extension.map' => [
  17997.             ],
  17998.             'sonata.admin.configuration.filters.persist' => false,
  17999.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  18000.             'sonata.admin.configuration.show.mosaic.button' => true,
  18001.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  18002.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  18003.             'sonata_doctrine_orm_admin.templates' => [
  18004.                 'types' => [
  18005.                     'list' => [
  18006.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  18007.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  18008.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  18009.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  18010.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  18011.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  18012.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  18013.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  18014.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  18015.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  18016.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  18017.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  18018.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  18019.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  18020.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  18021.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  18022.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  18023.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  18024.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  18025.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  18026.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  18027.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  18028.                     ],
  18029.                     'show' => [
  18030.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  18031.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  18032.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  18033.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  18034.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  18035.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  18036.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  18037.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  18038.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  18039.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  18040.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  18041.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  18042.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  18043.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  18044.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  18045.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  18046.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  18047.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  18048.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  18049.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  18050.                     ],
  18051.                 ],
  18052.             ],
  18053.             'sonata.form.form_type' => 'standard',
  18054.             'sonata.seo.config' => [
  18055.                 'title' => 'Berufsreise',
  18056.                 'default' => 'sonata.seo.page.default',
  18057.                 'metas' => [
  18058.                     'name' => [
  18059.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  18060.                         '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.',
  18061.                         'robots' => 'index, follow',
  18062.                         'viewport' => 'width=device-width, initial-scale=1',
  18063.                     ],
  18064.                     'property' => [
  18065.                         'og:site_name' => 'berufsreise.at',
  18066.                         '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!',
  18067.                         'og:title' => 'berufsreise.at',
  18068.                         'og:type' => 'article',
  18069.                         'og:url' => 'https://www.berufsreise.at',
  18070.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  18071.                     ],
  18072.                     'http-equiv' => [
  18073.                         'Content-Type' => 'text/html; charset=utf-8',
  18074.                     ],
  18075.                     'charset' => [
  18076.                         'UTF-8' => '',
  18077.                     ],
  18078.                 ],
  18079.                 'head' => [
  18080.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  18081.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  18082.                 ],
  18083.                 'separator' => ' - ',
  18084.                 'title_prefix' => NULL,
  18085.                 'title_suffix' => NULL,
  18086.             ],
  18087.             'event_dispatcher.event_aliases' => [
  18088.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  18089.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  18090.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  18091.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  18092.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  18093.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  18094.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  18095.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  18096.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  18097.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  18098.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  18099.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  18100.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  18101.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  18102.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  18103.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  18104.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  18105.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  18106.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  18107.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  18108.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  18109.             ],
  18110.             'fragment.renderer.hinclude.global_template' => NULL,
  18111.             'fragment.path' => '/_fragment',
  18112.             'kernel.http_method_override' => false,
  18113.             'kernel.trusted_hosts' => [
  18114.             ],
  18115.             'kernel.default_locale' => 'de',
  18116.             'kernel.enabled_locales' => [
  18117.                 => 'de',
  18118.             ],
  18119.             'kernel.error_controller' => 'error_controller',
  18120.             'debug.file_link_format' => NULL,
  18121.             'asset.request_context.base_path' => NULL,
  18122.             'asset.request_context.secure' => NULL,
  18123.             'translator.logging' => false,
  18124.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  18125.             'debug.error_handler.throw_at' => -1,
  18126.             'router.request_context.host' => 'localhost',
  18127.             'router.request_context.scheme' => 'http',
  18128.             'router.request_context.base_url' => '',
  18129.             'router.resource' => 'kernel::loadRoutes',
  18130.             'request_listener.http_port' => 80,
  18131.             'request_listener.https_port' => 443,
  18132.             'session.metadata.storage_key' => '_sf2_meta',
  18133.             'session.storage.options' => [
  18134.                 'cache_limiter' => '0',
  18135.                 'cookie_lifetime' => 43200,
  18136.                 'cookie_secure' => 'auto',
  18137.                 'cookie_httponly' => true,
  18138.                 'cookie_samesite' => 'none',
  18139.                 'gc_maxlifetime' => 43200,
  18140.                 'gc_probability' => 1,
  18141.             ],
  18142.             'session.save_path' => NULL,
  18143.             'session.metadata.update_threshold' => 0,
  18144.             'form.type_extension.csrf.enabled' => true,
  18145.             'form.type_extension.csrf.field_name' => '_token',
  18146.             'validator.translation_domain' => 'validators',
  18147.             'profiler_listener.only_exceptions' => false,
  18148.             'profiler_listener.only_main_requests' => false,
  18149.             'twig.form.resources' => [
  18150.                 => 'form_div_layout.html.twig',
  18151.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  18152.                 => 'bootstrap_3_layout.html.twig',
  18153.                 => '@frontend/form/datepicker.html.twig',
  18154.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  18155.             ],
  18156.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  18157.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  18158.             'web_profiler.debug_toolbar.mode' => 2,
  18159.             'monolog.use_microseconds' => true,
  18160.             'monolog.swift_mailer.handlers' => [
  18161.             ],
  18162.             'monolog.handlers_to_channels' => [
  18163.                 'monolog.handler.console' => [
  18164.                     'type' => 'exclusive',
  18165.                     'elements' => [
  18166.                         => 'event',
  18167.                         => 'doctrine',
  18168.                         => 'console',
  18169.                     ],
  18170.                 ],
  18171.                 'monolog.handler.main' => [
  18172.                     'type' => 'exclusive',
  18173.                     'elements' => [
  18174.                         => 'event',
  18175.                     ],
  18176.                 ],
  18177.             ],
  18178.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  18179.             'security.role_hierarchy.roles' => [
  18180.             ],
  18181.             'security.access.denied_url' => NULL,
  18182.             'security.authentication.manager.erase_credentials' => true,
  18183.             'security.authentication.session_strategy.strategy' => 'migrate',
  18184.             'security.access.always_authenticate_before_granting' => false,
  18185.             'security.authentication.hide_user_not_found' => true,
  18186.             'security.firewalls' => [
  18187.                 => 'dev',
  18188.                 => 'oauth2_api',
  18189.                 => 'admin',
  18190.                 => 'rookie_admin',
  18191.                 => 'shuttle_admin',
  18192.                 => 'rookie_day_admin',
  18193.                 => 'main',
  18194.             ],
  18195.             'overblog_graphql_types.classes_map' => [
  18196.             ],
  18197.             'data_collector.templates' => [
  18198.                 'data_collector.request' => [
  18199.                     => 'request',
  18200.                     => '@WebProfiler/Collector/request.html.twig',
  18201.                 ],
  18202.                 'data_collector.time' => [
  18203.                     => 'time',
  18204.                     => '@WebProfiler/Collector/time.html.twig',
  18205.                 ],
  18206.                 'data_collector.memory' => [
  18207.                     => 'memory',
  18208.                     => '@WebProfiler/Collector/memory.html.twig',
  18209.                 ],
  18210.                 'data_collector.validator' => [
  18211.                     => 'validator',
  18212.                     => '@WebProfiler/Collector/validator.html.twig',
  18213.                 ],
  18214.                 'data_collector.ajax' => [
  18215.                     => 'ajax',
  18216.                     => '@WebProfiler/Collector/ajax.html.twig',
  18217.                 ],
  18218.                 'data_collector.form' => [
  18219.                     => 'form',
  18220.                     => '@WebProfiler/Collector/form.html.twig',
  18221.                 ],
  18222.                 'data_collector.exception' => [
  18223.                     => 'exception',
  18224.                     => '@WebProfiler/Collector/exception.html.twig',
  18225.                 ],
  18226.                 'data_collector.logger' => [
  18227.                     => 'logger',
  18228.                     => '@WebProfiler/Collector/logger.html.twig',
  18229.                 ],
  18230.                 'data_collector.events' => [
  18231.                     => 'events',
  18232.                     => '@WebProfiler/Collector/events.html.twig',
  18233.                 ],
  18234.                 'data_collector.router' => [
  18235.                     => 'router',
  18236.                     => '@WebProfiler/Collector/router.html.twig',
  18237.                 ],
  18238.                 'data_collector.cache' => [
  18239.                     => 'cache',
  18240.                     => '@WebProfiler/Collector/cache.html.twig',
  18241.                 ],
  18242.                 'data_collector.translation' => [
  18243.                     => 'translation',
  18244.                     => '@WebProfiler/Collector/translation.html.twig',
  18245.                 ],
  18246.                 'data_collector.security' => [
  18247.                     => 'security',
  18248.                     => '@Security/Collector/security.html.twig',
  18249.                 ],
  18250.                 'data_collector.twig' => [
  18251.                     => 'twig',
  18252.                     => '@WebProfiler/Collector/twig.html.twig',
  18253.                 ],
  18254.                 'data_collector.doctrine' => [
  18255.                     => 'db',
  18256.                     => '@Doctrine/Collector/db.html.twig',
  18257.                 ],
  18258.                 'data_collector.http_client' => [
  18259.                     => 'http_client',
  18260.                     => '@WebProfiler/Collector/http_client.html.twig',
  18261.                 ],
  18262.                 'doctrine_migrations.migrations_collector' => [
  18263.                     => 'doctrine_migrations',
  18264.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  18265.                 ],
  18266.                 'data_collector.dump' => [
  18267.                     => 'dump',
  18268.                     => '@Debug/Profiler/dump.html.twig',
  18269.                 ],
  18270.                 'fos_elastica.data_collector' => [
  18271.                     => 'elastica',
  18272.                     => '@FOSElastica/Collector/elastica.html.twig',
  18273.                 ],
  18274.                 'data_collector.jms_serializer' => [
  18275.                     => 'jms_serializer',
  18276.                     => '@JMSSerializer/Collector/panel.html.twig',
  18277.                 ],
  18278.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  18279.                     => 'graphql',
  18280.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  18281.                 ],
  18282.                 'sonata.block.data_collector' => [
  18283.                     => 'block',
  18284.                     => '@SonataBlock/Profiler/block.html.twig',
  18285.                 ],
  18286.                 'mailer.data_collector' => [
  18287.                     => 'mailer',
  18288.                     => '@WebProfiler/Collector/mailer.html.twig',
  18289.                 ],
  18290.                 'notifier.data_collector' => [
  18291.                     => 'notifier',
  18292.                     => '@WebProfiler/Collector/notifier.html.twig',
  18293.                 ],
  18294.                 'data_collector.config' => [
  18295.                     => 'config',
  18296.                     => '@WebProfiler/Collector/config.html.twig',
  18297.                 ],
  18298.             ],
  18299.             'console.command.ids' => [
  18300.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  18301.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  18302.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  18303.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  18304.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  18305.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  18306.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  18307.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  18308.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  18309.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  18310.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  18311.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  18312.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  18313.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  18314.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  18315.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  18316.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  18317.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  18318.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportReplaceBicLinksCommand',
  18319.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  18320.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  18321.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  18322.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  18323.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  18324.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  18325.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\chatgpt\\ImageAltTextCommand',
  18326.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\chatgpt\\ProcessImageBatchOutputCommand',
  18327.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\AddressCityLatLonCommand',
  18328.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\AddressLatLonCommand',
  18329.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ImportPicturesCommand',
  18330.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  18331.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportBlacklistCommand',
  18332.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportClearCommand',
  18333.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  18334.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportDeleteCommand',
  18335.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportQuizQuestionsCommand',
  18336.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  18337.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand',
  18338.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  18339.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  18340.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  18341.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  18342.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  18343.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  18344.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\StoryQuizImportCommand',
  18345.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  18346.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  18347.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  18348.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  18349.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  18350.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  18351.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  18352.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  18353.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  18354.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  18355.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldUpdateCommand',
  18356.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  18357.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  18358.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  18359.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\media\\MediaInUseCommand',
  18360.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\media\\MediaUpdateAltTextCommand',
  18361.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\media\\RemoveUnusedMediaCommand',
  18362.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  18363.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  18364.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  18365.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  18366.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  18367.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  18368.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  18369.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  18370.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  18371.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  18372.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  18373.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  18374.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  18375.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  18376.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  18377.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  18378.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  18379.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  18380.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  18381.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  18382.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  18383.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  18384.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  18385.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  18386.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  18387.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  18388.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  18389.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  18390.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  18391.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  18392.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  18393.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  18394.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  18395.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  18396.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  18397.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  18398.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  18399.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  18400.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  18401.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  18402.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  18403.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  18404.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  18405.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  18406.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  18407.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  18408.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  18409.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  18410.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  18411.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  18412.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  18413.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  18414.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  18415.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  18416.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  18417.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  18418.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  18419.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  18420.                 120 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\AssignSchoolClassStatusCommand',
  18421.                 121 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\AssignTeachersToSchoolClassesCommand',
  18422.                 122 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\CreateTeacherInvitationsCommand',
  18423.                 123 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\DeleteMultipleSchoolMappingsCommand',
  18424.                 124 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  18425.                 125 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  18426.                 126 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  18427.                 127 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  18428.                 128 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  18429.                 129 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  18430.                 130 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  18431.                 131 => 'fos_ck_editor.command.installer',
  18432.                 132 => 'console.command.public_alias.sonata.cache.command.flush',
  18433.                 133 => 'console.command.public_alias.sonata.cache.command.flushall',
  18434.                 134 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  18435.                 135 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  18436.             ],
  18437.         ];
  18438.     }
  18439.     protected function throw($message)
  18440.     {
  18441.         throw new RuntimeException($message);
  18442.     }
  18443. }