var/cache/graphql/dev/ContainerWD1oE3U/graphqlDevDebugProjectContainer.php line 1408

Open in your IDE?
  1. <?php
  2. namespace ContainerWD1oE3U;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class graphqlDevDebugProjectContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Service\\AppManager' => 'getAppManagerService',
  37.             'App\\Service\\Context' => 'getContextService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  42.             'doctrine.orm.entity_manager' => 'getDoctrine_Orm_EntityManagerService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  46.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  47.             'profiler' => 'getProfilerService',
  48.             'request_stack' => 'getRequestStackService',
  49.             'router' => 'getRouterService',
  50.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  51.             'security.token_storage' => 'getSecurity_TokenStorageService',
  52.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  53.             'translator' => 'getTranslatorService',
  54.             'twig' => 'getTwigService',
  55.             'validator' => 'getValidatorService',
  56.         ];
  57.         $this->fileMap = [
  58.             'App\\Service\\DomainManager' => 'getDomainManagerService.php',
  59.             'Eshop\\Controller\\Admin\\Article\\ArticleBlogController' => 'getArticleBlogControllerService.php',
  60.             'Eshop\\Controller\\Admin\\Article\\ArticleCompetitionController' => 'getArticleCompetitionControllerService.php',
  61.             'Eshop\\Controller\\Admin\\Article\\ArticleController' => 'getArticleControllerService.php',
  62.             'Eshop\\Controller\\Admin\\Article\\ArticleProductController' => 'getArticleProductControllerService.php',
  63.             'Eshop\\Controller\\Admin\\Article\\ArticleRecipeController' => 'getArticleRecipeControllerService.php',
  64.             'Eshop\\Controller\\Admin\\BannerController' => 'getBannerControllerService.php',
  65.             'Eshop\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService.php',
  66.             'Eshop\\Controller\\Admin\\CustomerOrderController' => 'getCustomerOrderControllerService.php',
  67.             'Eshop\\Controller\\Admin\\DeliveryController' => 'getDeliveryControllerService.php',
  68.             'Eshop\\Controller\\Admin\\DiscountCouponController' => 'getDiscountCouponControllerService.php',
  69.             'Eshop\\Controller\\Admin\\NewsletterController' => 'getNewsletterControllerService.php',
  70.             'Eshop\\Controller\\Admin\\PartnerController' => 'getPartnerControllerService.php',
  71.             'Eshop\\Controller\\Admin\\Rating\\RatingController' => 'getRatingControllerService.php',
  72.             'Eshop\\Controller\\Admin\\Rating\\RatingTypeController' => 'getRatingTypeControllerService.php',
  73.             'Eshop\\Controller\\Admin\\Rating\\RatingValueController' => 'getRatingValueControllerService.php',
  74.             'Eshop\\Controller\\ArticleController' => 'getArticleController2Service.php',
  75.             'Eshop\\Controller\\EmailController' => 'getEmailControllerService.php',
  76.             'Eshop\\Controller\\HomepageController' => 'getHomepageControllerService.php',
  77.             'Eshop\\Controller\\ProductController' => 'getProductControllerService.php',
  78.             'Eshop\\Controller\\ProductDescriptionController' => 'getProductDescriptionControllerService.php',
  79.             'Eshop\\Controller\\ProductVariableController' => 'getProductVariableControllerService.php',
  80.             'Eshop\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  81.             'Eshop\\Controller\\StorageController' => 'getStorageControllerService.php',
  82.             'GraphQL\\Controller\\SecurityController' => 'getSecurityController2Service.php',
  83.             'GraphQL\\Resolver\\Mutation\\Article\\CreateFavouriteCustomerArticleMutation' => 'getCreateFavouriteCustomerArticleMutationService.php',
  84.             'GraphQL\\Resolver\\Mutation\\ClientLabel\\CreateClientLabelMutation' => 'getCreateClientLabelMutationService.php',
  85.             'GraphQL\\Resolver\\Mutation\\CustomerReceiptMutation' => 'getCustomerReceiptMutationService.php',
  86.             'GraphQL\\Resolver\\Mutation\\CustomerReceipt\\CustomerReceiptMutation' => 'getCustomerReceiptMutation2Service.php',
  87.             'GraphQL\\Resolver\\Mutation\\Customer\\AddCustomerOrderItemsMutation' => 'getAddCustomerOrderItemsMutationService.php',
  88.             'GraphQL\\Resolver\\Mutation\\Customer\\ConfirmCustomerOrderMutation' => 'getConfirmCustomerOrderMutationService.php',
  89.             'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerAddressMutation' => 'getCreateCustomerAddressMutationService.php',
  90.             'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerMutation' => 'getCreateCustomerMutationService.php',
  91.             'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerOrderMutation' => 'getCreateCustomerOrderMutationService.php',
  92.             'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerServiceRatingMutation' => 'getCreateCustomerServiceRatingMutationService.php',
  93.             'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerTypeMutation' => 'getCreateCustomerTypeMutationService.php',
  94.             'GraphQL\\Resolver\\Mutation\\Customer\\CreateFavouriteCustomerProductMutation' => 'getCreateFavouriteCustomerProductMutationService.php',
  95.             'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerAddressMutation' => 'getDeleteCustomerAddressMutationService.php',
  96.             'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerMutation' => 'getDeleteCustomerMutationService.php',
  97.             'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerOrderItemsMutation' => 'getDeleteCustomerOrderItemsMutationService.php',
  98.             'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerTypeMutation' => 'getDeleteCustomerTypeMutationService.php',
  99.             'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerAddressMutation' => 'getEditCustomerAddressMutationService.php',
  100.             'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerMutation' => 'getEditCustomerMutationService.php',
  101.             'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerOrderItemsMutation' => 'getEditCustomerOrderItemsMutationService.php',
  102.             'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerOrderMutation' => 'getEditCustomerOrderMutationService.php',
  103.             'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerOrderStateMutation' => 'getEditCustomerOrderStateMutationService.php',
  104.             'GraphQL\\Resolver\\Mutation\\Discount\\DiscountDeleteMutation' => 'getDiscountDeleteMutationService.php',
  105.             'GraphQL\\Resolver\\Mutation\\Discount\\DiscountMutation' => 'getDiscountMutationService.php',
  106.             'GraphQL\\Resolver\\Mutation\\LabelConvertMutation' => 'getLabelConvertMutationService.php',
  107.             'GraphQL\\Resolver\\Mutation\\LoggerMutation' => 'getLoggerMutationService.php',
  108.             'GraphQL\\Resolver\\Mutation\\Order\\AddOrderProductsMutation' => 'getAddOrderProductsMutationService.php',
  109.             'GraphQL\\Resolver\\Mutation\\Order\\ConfirmOrderMutation' => 'getConfirmOrderMutationService.php',
  110.             'GraphQL\\Resolver\\Mutation\\Order\\CreateOrderMutation' => 'getCreateOrderMutationService.php',
  111.             'GraphQL\\Resolver\\Mutation\\Order\\DeleteOrderMutation' => 'getDeleteOrderMutationService.php',
  112.             'GraphQL\\Resolver\\Mutation\\Order\\DeleteOrderProductMutation' => 'getDeleteOrderProductMutationService.php',
  113.             'GraphQL\\Resolver\\Mutation\\Order\\EditOrderProductsMutation' => 'getEditOrderProductsMutationService.php',
  114.             'GraphQL\\Resolver\\Mutation\\PointOfSale\\CreatePointOfSaleMoveMutation' => 'getCreatePointOfSaleMoveMutationService.php',
  115.             'GraphQL\\Resolver\\Mutation\\PriceTagConvertorMutation' => 'getPriceTagConvertorMutationService.php',
  116.             'GraphQL\\Resolver\\Mutation\\Product\\CreateProductMutation' => 'getCreateProductMutationService.php',
  117.             'GraphQL\\Resolver\\Mutation\\Product\\ProductEditMutation' => 'getProductEditMutationService.php',
  118.             'GraphQL\\Resolver\\Mutation\\Product\\ProductInventoryMutation' => 'getProductInventoryMutationService.php',
  119.             'GraphQL\\Resolver\\Mutation\\SellPriceMutation' => 'getSellPriceMutationService.php',
  120.             'GraphQL\\Resolver\\Mutation\\StoreCentral\\CreateStoreCentralMutation' => 'getCreateStoreCentralMutationService.php',
  121.             'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\AddProductsStoreWarehouseRecordMutation' => 'getAddProductsStoreWarehouseRecordMutationService.php',
  122.             'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\ConfirmStoreWarehouseRecordMutation' => 'getConfirmStoreWarehouseRecordMutationService.php',
  123.             'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\DeleteProductsStoreWarehouseRecordMutation' => 'getDeleteProductsStoreWarehouseRecordMutationService.php',
  124.             'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\DeleteStoreWarehouseRecordMutation' => 'getDeleteStoreWarehouseRecordMutationService.php',
  125.             'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\EditProductsStoreWarehouseRecordMutation' => 'getEditProductsStoreWarehouseRecordMutationService.php',
  126.             'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\StoreWarehouseRecordMutation' => 'getStoreWarehouseRecordMutationService.php',
  127.             'GraphQL\\Resolver\\Mutation\\SupplierOrder\\AddSupplierOrderProductsMutation' => 'getAddSupplierOrderProductsMutationService.php',
  128.             'GraphQL\\Resolver\\Mutation\\SupplierOrder\\DeleteSupplierOrderMutation' => 'getDeleteSupplierOrderMutationService.php',
  129.             'GraphQL\\Resolver\\Mutation\\SupplierOrder\\DeleteSupplierOrderProductMutation' => 'getDeleteSupplierOrderProductMutationService.php',
  130.             'GraphQL\\Resolver\\Mutation\\SupplierOrder\\EditSupplierOrderMutation' => 'getEditSupplierOrderMutationService.php',
  131.             'GraphQL\\Resolver\\Mutation\\SupplierOrder\\EditSupplierOrderProductsMutation' => 'getEditSupplierOrderProductsMutationService.php',
  132.             'GraphQL\\Resolver\\Mutation\\SupplierOrder\\SupplierOrderMutation' => 'getSupplierOrderMutationService.php',
  133.             'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\AddProductsSupplierWarehouseRecordMutation' => 'getAddProductsSupplierWarehouseRecordMutationService.php',
  134.             'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\ConfirmSupplierWarehouseRecordMutation' => 'getConfirmSupplierWarehouseRecordMutationService.php',
  135.             'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\DeleteProductsSupplierWarehouseRecordMutation' => 'getDeleteProductsSupplierWarehouseRecordMutationService.php',
  136.             'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\DeleteSupplierWarehouseRecordMutation' => 'getDeleteSupplierWarehouseRecordMutationService.php',
  137.             'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\EditProductsSupplierWarehouseRecordMutation' => 'getEditProductsSupplierWarehouseRecordMutationService.php',
  138.             'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\SupplierWarehouseRecordMutation' => 'getSupplierWarehouseRecordMutationService.php',
  139.             'GraphQL\\Resolver\\Mutation\\Supplier\\SupplierMutation' => 'getSupplierMutationService.php',
  140.             'GraphQL\\Resolver\\Query\\AddressResolver' => 'getAddressResolverService.php',
  141.             'GraphQL\\Resolver\\Query\\Article\\ArticleBlogResolver' => 'getArticleBlogResolverService.php',
  142.             'GraphQL\\Resolver\\Query\\Article\\ArticleCompetitionResolver' => 'getArticleCompetitionResolverService.php',
  143.             'GraphQL\\Resolver\\Query\\Article\\ArticleImageResolver' => 'getArticleImageResolverService.php',
  144.             'GraphQL\\Resolver\\Query\\Article\\ArticleProductResolver' => 'getArticleProductResolverService.php',
  145.             'GraphQL\\Resolver\\Query\\Article\\ArticleRecipeAllergenResolver' => 'getArticleRecipeAllergenResolverService.php',
  146.             'GraphQL\\Resolver\\Query\\Article\\ArticleRecipeProductResolver' => 'getArticleRecipeProductResolverService.php',
  147.             'GraphQL\\Resolver\\Query\\Article\\ArticleRecipeResolver' => 'getArticleRecipeResolverService.php',
  148.             'GraphQL\\Resolver\\Query\\Article\\ArticleResolver' => 'getArticleResolverService.php',
  149.             'GraphQL\\Resolver\\Query\\Article\\ArticleTagResolver' => 'getArticleTagResolverService.php',
  150.             'GraphQL\\Resolver\\Query\\Article\\CompetitionConditionFileResolver' => 'getCompetitionConditionFileResolverService.php',
  151.             'GraphQL\\Resolver\\Query\\Attribute\\AttributeResolver' => 'getAttributeResolverService.php',
  152.             'GraphQL\\Resolver\\Query\\Attribute\\AttributeValueResolver' => 'getAttributeValueResolverService.php',
  153.             'GraphQL\\Resolver\\Query\\Attribute\\AttributeValueTranslationResolver' => 'getAttributeValueTranslationResolverService.php',
  154.             'GraphQL\\Resolver\\Query\\Banner\\BannerArticleRedirectResolver' => 'getBannerArticleRedirectResolverService.php',
  155.             'GraphQL\\Resolver\\Query\\Banner\\BannerImageResolver' => 'getBannerImageResolverService.php',
  156.             'GraphQL\\Resolver\\Query\\Banner\\BannerResolver' => 'getBannerResolverService.php',
  157.             'GraphQL\\Resolver\\Query\\Banner\\BannerUrlRedirectResolver' => 'getBannerUrlRedirectResolverService.php',
  158.             'GraphQL\\Resolver\\Query\\CategoryResolver' => 'getCategoryResolverService.php',
  159.             'GraphQL\\Resolver\\Query\\Category\\EshopCategoryResolver' => 'getEshopCategoryResolverService.php',
  160.             'GraphQL\\Resolver\\Query\\ClientLabel\\ClientLabelResolver' => 'getClientLabelResolverService.php',
  161.             'GraphQL\\Resolver\\Query\\ClientResolver' => 'getClientResolverService.php',
  162.             'GraphQL\\Resolver\\Query\\CustomerReceipt\\CustomerReceiptResolver' => 'getCustomerReceiptResolverService.php',
  163.             'GraphQL\\Resolver\\Query\\Customer\\CustomerOrderAddressResolver' => 'getCustomerOrderAddressResolverService.php',
  164.             'GraphQL\\Resolver\\Query\\Customer\\CustomerOrderPaymentMethodResolver' => 'getCustomerOrderPaymentMethodResolverService.php',
  165.             'GraphQL\\Resolver\\Query\\Customer\\CustomerOrderResolver' => 'getCustomerOrderResolverService.php',
  166.             'GraphQL\\Resolver\\Query\\Customer\\CustomerReceiptResolver' => 'getCustomerReceiptResolver2Service.php',
  167.             'GraphQL\\Resolver\\Query\\Customer\\CustomerResolver' => 'getCustomerResolverService.php',
  168.             'GraphQL\\Resolver\\Query\\Customer\\CustomerServiceRatingResolver' => 'getCustomerServiceRatingResolverService.php',
  169.             'GraphQL\\Resolver\\Query\\Customer\\CustomerTypeResolver' => 'getCustomerTypeResolverService.php',
  170.             'GraphQL\\Resolver\\Query\\Customer\\LoggedCustomerAddressResolver' => 'getLoggedCustomerAddressResolverService.php',
  171.             'GraphQL\\Resolver\\Query\\Delivery\\DeliveryMethodPlaceResolver' => 'getDeliveryMethodPlaceResolverService.php',
  172.             'GraphQL\\Resolver\\Query\\Delivery\\DeliveryMethodPlaceValueResolver' => 'getDeliveryMethodPlaceValueResolverService.php',
  173.             'GraphQL\\Resolver\\Query\\Delivery\\DeliveryMethodResolver' => 'getDeliveryMethodResolverService.php',
  174.             'GraphQL\\Resolver\\Query\\Delivery\\DeliverySlotResolver' => 'getDeliverySlotResolverService.php',
  175.             'GraphQL\\Resolver\\Query\\Discount\\DiscountResolver' => 'getDiscountResolverService.php',
  176.             'GraphQL\\Resolver\\Query\\EshopDiscountCoupon\\DiscountCouponResolver' => 'getDiscountCouponResolverService.php',
  177.             'GraphQL\\Resolver\\Query\\EuropeanArticleNumberResolver' => 'getEuropeanArticleNumberResolverService.php',
  178.             'GraphQL\\Resolver\\Query\\Label\\LabelResolver' => 'getLabelResolverService.php',
  179.             'GraphQL\\Resolver\\Query\\Newsletter\\NewsletterFileResolver' => 'getNewsletterFileResolverService.php',
  180.             'GraphQL\\Resolver\\Query\\Newsletter\\NewsletterImageResolver' => 'getNewsletterImageResolverService.php',
  181.             'GraphQL\\Resolver\\Query\\Newsletter\\NewsletterResolver' => 'getNewsletterResolverService.php',
  182.             'GraphQL\\Resolver\\Query\\Order\\OrderDeliverySlotResolver' => 'getOrderDeliverySlotResolverService.php',
  183.             'GraphQL\\Resolver\\Query\\Order\\OrderResolver' => 'getOrderResolverService.php',
  184.             'GraphQL\\Resolver\\Query\\Partner\\PartnerFileResolver' => 'getPartnerFileResolverService.php',
  185.             'GraphQL\\Resolver\\Query\\Partner\\PartnerImageResolver' => 'getPartnerImageResolverService.php',
  186.             'GraphQL\\Resolver\\Query\\Partner\\PartnerResolver' => 'getPartnerResolverService.php',
  187.             'GraphQL\\Resolver\\Query\\PaymentMethod\\PaymentMethodResolver' => 'getPaymentMethodResolverService.php',
  188.             'GraphQL\\Resolver\\Query\\Permission\\PermissionResolver' => 'getPermissionResolverService.php',
  189.             'GraphQL\\Resolver\\Query\\PointOfSaleResolver' => 'getPointOfSaleResolverService.php',
  190.             'GraphQL\\Resolver\\Query\\PointOfSale\\PointOfSaleMoveResolver' => 'getPointOfSaleMoveResolverService.php',
  191.             'GraphQL\\Resolver\\Query\\PointOfSale\\PointOfSaleResolver' => 'getPointOfSaleResolver2Service.php',
  192.             'GraphQL\\Resolver\\Query\\Product\\ProductContainersResolver' => 'getProductContainersResolverService.php',
  193.             'GraphQL\\Resolver\\Query\\Product\\ProductResolver' => 'getProductResolverService.php',
  194.             'GraphQL\\Resolver\\Query\\SellPriceResolver' => 'getSellPriceResolverService.php',
  195.             'GraphQL\\Resolver\\Query\\ServiceRating\\ServiceRatingTypesResolver' => 'getServiceRatingTypesResolverService.php',
  196.             'GraphQL\\Resolver\\Query\\ServiceRating\\ServiceRatingValuesResolver' => 'getServiceRatingValuesResolverService.php',
  197.             'GraphQL\\Resolver\\Query\\StoreCentral\\StoreCentralResolver' => 'getStoreCentralResolverService.php',
  198.             'GraphQL\\Resolver\\Query\\StoreHeader\\StoreHeaderResolver' => 'getStoreHeaderResolverService.php',
  199.             'GraphQL\\Resolver\\Query\\Store\\StoreGroupResolver' => 'getStoreGroupResolverService.php',
  200.             'GraphQL\\Resolver\\Query\\Store\\StoreResolver' => 'getStoreResolverService.php',
  201.             'GraphQL\\Resolver\\Query\\Store\\StoreStockResolver' => 'getStoreStockResolverService.php',
  202.             'GraphQL\\Resolver\\Query\\Supplier\\SupplierOrderProductResolver' => 'getSupplierOrderProductResolverService.php',
  203.             'GraphQL\\Resolver\\Query\\Supplier\\SupplierOrderResolver' => 'getSupplierOrderResolverService.php',
  204.             'GraphQL\\Resolver\\Query\\Supplier\\SupplierResolver' => 'getSupplierResolverService.php',
  205.             'GraphQL\\Resolver\\Query\\SynchronizationResolver' => 'getSynchronizationResolverService.php',
  206.             'GraphQL\\Resolver\\Query\\Tax\\TaxResolver' => 'getTaxResolverService.php',
  207.             'GraphQL\\Resolver\\Query\\UserResolver' => 'getUserResolverService.php',
  208.             'GraphQL\\Resolver\\Query\\User\\UserDataResolver' => 'getUserDataResolverService.php',
  209.             'GraphQL\\Resolver\\Query\\WarehouseRecord\\StoreWarehouseRecordResolver' => 'getStoreWarehouseRecordResolverService.php',
  210.             'GraphQL\\Resolver\\Query\\WarehouseRecord\\SupplierWarehouseRecordResolver' => 'getSupplierWarehouseRecordResolverService.php',
  211.             'GraphQL\\Resolver\\UtilsResolver' => 'getUtilsResolverService.php',
  212.             'GraphQL\\Type\\DateTimeType' => 'getDateTimeTypeService.php',
  213.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService.php',
  214.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService.php',
  215.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService.php',
  216.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService.php',
  217.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService.php',
  218.             'Overblog\\GraphQLBundle\\EventListener\\ErrorLoggerListener' => 'getErrorLoggerListenerService.php',
  219.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldResolver' => 'getMutationFieldResolverService.php',
  220.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldResolver' => 'getGlobalIdFieldResolverService.php',
  221.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldResolver' => 'getNodeFieldResolverService.php',
  222.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldResolver' => 'getPluralIdentifyingRootFieldResolverService.php',
  223.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddCustomerOrderItemsInputType' => 'getAddCustomerOrderItemsInputTypeService.php',
  224.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddOrderProductInputType' => 'getAddOrderProductInputTypeService.php',
  225.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddOrderProductsInputType' => 'getAddOrderProductsInputTypeService.php',
  226.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddProductWarehouseRecordInputType' => 'getAddProductWarehouseRecordInputTypeService.php',
  227.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddProductsStoreWarehouseRecordInputType' => 'getAddProductsStoreWarehouseRecordInputTypeService.php',
  228.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddProductsSupplierWarehouseRecordInputType' => 'getAddProductsSupplierWarehouseRecordInputTypeService.php',
  229.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddSupplierOrderProductInputType' => 'getAddSupplierOrderProductInputTypeService.php',
  230.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddSupplierOrderProductsInputType' => 'getAddSupplierOrderProductsInputTypeService.php',
  231.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddressInputType' => 'getAddressInputTypeService.php',
  232.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddressType' => 'getAddressTypeService.php',
  233.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleBlogType' => 'getArticleBlogTypeService.php',
  234.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleCompetitionType' => 'getArticleCompetitionTypeService.php',
  235.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleImageType' => 'getArticleImageTypeService.php',
  236.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleProductType' => 'getArticleProductTypeService.php',
  237.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleRecipeProductType' => 'getArticleRecipeProductTypeService.php',
  238.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleRecipeType' => 'getArticleRecipeTypeService.php',
  239.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleTagFilterType' => 'getArticleTagFilterTypeService.php',
  240.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleTagType' => 'getArticleTagTypeService.php',
  241.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleType' => 'getArticleTypeService.php',
  242.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleTypeFilterType' => 'getArticleTypeFilterTypeService.php',
  243.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AttributeType' => 'getAttributeTypeService.php',
  244.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AttributeValueTranslationType' => 'getAttributeValueTranslationTypeService.php',
  245.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AttributeValueType' => 'getAttributeValueTypeService.php',
  246.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\BannerImageType' => 'getBannerImageTypeService.php',
  247.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\BannerRedirectType' => 'getBannerRedirectTypeService.php',
  248.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\BannerType' => 'getBannerTypeService.php',
  249.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CategoryImageType' => 'getCategoryImageTypeService.php',
  250.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CategoryType' => 'getCategoryTypeService.php',
  251.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientFilterType' => 'getClientFilterTypeService.php',
  252.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientLabelInputType' => 'getClientLabelInputTypeService.php',
  253.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientLabelType' => 'getClientLabelTypeService.php',
  254.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientType' => 'getClientTypeService.php',
  255.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CompetitionConditionFileType' => 'getCompetitionConditionFileTypeService.php',
  256.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmCustomerOrderInputType' => 'getConfirmCustomerOrderInputTypeService.php',
  257.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmOrderInputType' => 'getConfirmOrderInputTypeService.php',
  258.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmStoreWarehouseRecordInputType' => 'getConfirmStoreWarehouseRecordInputTypeService.php',
  259.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmSupplierWarehouseRecordInputType' => 'getConfirmSupplierWarehouseRecordInputTypeService.php',
  260.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerAddressInputType' => 'getCreateCustomerAddressInputTypeService.php',
  261.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerInputType' => 'getCreateCustomerInputTypeService.php',
  262.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerOrderInputType' => 'getCreateCustomerOrderInputTypeService.php',
  263.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerServiceRatingInputType' => 'getCreateCustomerServiceRatingInputTypeService.php',
  264.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerTypeInputType' => 'getCreateCustomerTypeInputTypeService.php',
  265.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateEuropeanArticleNumberInputType' => 'getCreateEuropeanArticleNumberInputTypeService.php',
  266.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateFavoriteCustomerArticleInputType' => 'getCreateFavoriteCustomerArticleInputTypeService.php',
  267.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateFavouriteCustomerProductInputType' => 'getCreateFavouriteCustomerProductInputTypeService.php',
  268.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateOrderInputType' => 'getCreateOrderInputTypeService.php',
  269.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreatePointOfSaleMoveInputType' => 'getCreatePointOfSaleMoveInputTypeService.php',
  270.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductImageType' => 'getCreateProductImageTypeService.php',
  271.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductInputType' => 'getCreateProductInputTypeService.php',
  272.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductTaxInputType' => 'getCreateProductTaxInputTypeService.php',
  273.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductTranslationInputType' => 'getCreateProductTranslationInputTypeService.php',
  274.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateStoreCentralInputType' => 'getCreateStoreCentralInputTypeService.php',
  275.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerAddressInputType' => 'getCustomerAddressInputTypeService.php',
  276.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerAddressType' => 'getCustomerAddressTypeService.php',
  277.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerInputType' => 'getCustomerInputTypeService.php',
  278.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderItemType' => 'getCustomerOrderItemTypeService.php',
  279.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderPaymentMethodInputType' => 'getCustomerOrderPaymentMethodInputTypeService.php',
  280.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderPaymentMethodType' => 'getCustomerOrderPaymentMethodTypeService.php',
  281.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderProductInputType' => 'getCustomerOrderProductInputTypeService.php',
  282.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderStateType' => 'getCustomerOrderStateTypeService.php',
  283.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderType' => 'getCustomerOrderTypeService.php',
  284.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptInputType' => 'getCustomerReceiptInputTypeService.php',
  285.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptItemInputType' => 'getCustomerReceiptItemInputTypeService.php',
  286.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptMoveBarcodeInputType' => 'getCustomerReceiptMoveBarcodeInputTypeService.php',
  287.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptMoveDiscountInputType' => 'getCustomerReceiptMoveDiscountInputTypeService.php',
  288.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptRoundingInputType' => 'getCustomerReceiptRoundingInputTypeService.php',
  289.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptType' => 'getCustomerReceiptTypeService.php',
  290.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerServiceRatingType' => 'getCustomerServiceRatingTypeService.php',
  291.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerType' => 'getCustomerTypeService.php',
  292.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerTypeFilterType' => 'getCustomerTypeFilterTypeService.php',
  293.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerTypeType' => 'getCustomerTypeTypeService.php',
  294.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DateTimeFilterType' => 'getDateTimeFilterTypeService.php',
  295.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DateType' => 'getDateTypeService.php',
  296.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerAddressInputType' => 'getDeleteCustomerAddressInputTypeService.php',
  297.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerInputType' => 'getDeleteCustomerInputTypeService.php',
  298.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerOrderItemsInputType' => 'getDeleteCustomerOrderItemsInputTypeService.php',
  299.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerTypeInputType' => 'getDeleteCustomerTypeInputTypeService.php',
  300.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteDiscountInputType' => 'getDeleteDiscountInputTypeService.php',
  301.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteOrderInputType' => 'getDeleteOrderInputTypeService.php',
  302.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteOrderProductInputType' => 'getDeleteOrderProductInputTypeService.php',
  303.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductWarehouseRecordInputType' => 'getDeleteProductWarehouseRecordInputTypeService.php',
  304.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductsStoreWarehouseRecordInputType' => 'getDeleteProductsStoreWarehouseRecordInputTypeService.php',
  305.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductsSupplierWarehouseRecordInputType' => 'getDeleteProductsSupplierWarehouseRecordInputTypeService.php',
  306.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductsWarehouseRecordInputType' => 'getDeleteProductsWarehouseRecordInputTypeService.php',
  307.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteStoreWarehouseRecordInputType' => 'getDeleteStoreWarehouseRecordInputTypeService.php',
  308.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteSupplierOrderInputType' => 'getDeleteSupplierOrderInputTypeService.php',
  309.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteSupplierOrderProductInputType' => 'getDeleteSupplierOrderProductInputTypeService.php',
  310.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteSupplierWarehouseRecordInputType' => 'getDeleteSupplierWarehouseRecordInputTypeService.php',
  311.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryMethodPlaceType' => 'getDeliveryMethodPlaceTypeService.php',
  312.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryMethodPlaceValueType' => 'getDeliveryMethodPlaceValueTypeService.php',
  313.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryMethodType' => 'getDeliveryMethodTypeService.php',
  314.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryPlaceTypeType' => 'getDeliveryPlaceTypeTypeService.php',
  315.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotInputType' => 'getDeliverySlotInputTypeService.php',
  316.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotStoresType' => 'getDeliverySlotStoresTypeService.php',
  317.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotType' => 'getDeliverySlotTypeService.php',
  318.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotsPricesType' => 'getDeliverySlotsPricesTypeService.php',
  319.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountCouponType' => 'getDiscountCouponTypeService.php',
  320.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountInputType' => 'getDiscountInputTypeService.php',
  321.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemFilterType' => 'getDiscountItemFilterTypeService.php',
  322.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemInputType' => 'getDiscountItemInputTypeService.php',
  323.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemType' => 'getDiscountItemTypeService.php',
  324.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemTypeType' => 'getDiscountItemTypeTypeService.php',
  325.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountOrderType' => 'getDiscountOrderTypeService.php',
  326.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountStoreFilterType' => 'getDiscountStoreFilterTypeService.php',
  327.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountTriggerBarcodeType' => 'getDiscountTriggerBarcodeTypeService.php',
  328.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountTriggerCustomerTypeInputType' => 'getDiscountTriggerCustomerTypeInputTypeService.php',
  329.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountType' => 'getDiscountTypeService.php',
  330.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerAddressInputType' => 'getEditCustomerAddressInputTypeService.php',
  331.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerInputType' => 'getEditCustomerInputTypeService.php',
  332.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerOrderInputType' => 'getEditCustomerOrderInputTypeService.php',
  333.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerOrderStateInputType' => 'getEditCustomerOrderStateInputTypeService.php',
  334.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditOrderProductInputType' => 'getEditOrderProductInputTypeService.php',
  335.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditOrderProductsInputType' => 'getEditOrderProductsInputTypeService.php',
  336.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductTaxInputType' => 'getEditProductTaxInputTypeService.php',
  337.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductTranslationInputType' => 'getEditProductTranslationInputTypeService.php',
  338.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductWarehouseRecordInputType' => 'getEditProductWarehouseRecordInputTypeService.php',
  339.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductsStoreWarehouseRecordInputType' => 'getEditProductsStoreWarehouseRecordInputTypeService.php',
  340.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductsSupplierWarehouseRecordInputType' => 'getEditProductsSupplierWarehouseRecordInputTypeService.php',
  341.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditSupplierOrderInputType' => 'getEditSupplierOrderInputTypeService.php',
  342.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditSupplierOrderProductInputType' => 'getEditSupplierOrderProductInputTypeService.php',
  343.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditSupplierOrderProductsInputType' => 'getEditSupplierOrderProductsInputTypeService.php',
  344.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopCategoryType' => 'getEshopCategoryTypeService.php',
  345.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopDiscountCouponType' => 'getEshopDiscountCouponTypeService.php',
  346.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopNewsletterFileType' => 'getEshopNewsletterFileTypeService.php',
  347.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopNewsletterImageType' => 'getEshopNewsletterImageTypeService.php',
  348.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopNewsletterType' => 'getEshopNewsletterTypeService.php',
  349.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopPartnerFileType' => 'getEshopPartnerFileTypeService.php',
  350.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopPartnerImageType' => 'getEshopPartnerImageTypeService.php',
  351.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopPartnerType' => 'getEshopPartnerTypeService.php',
  352.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EuropeanArticleNumberQuantityType' => 'getEuropeanArticleNumberQuantityTypeService.php',
  353.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EuropeanArticleNumberType' => 'getEuropeanArticleNumberTypeService.php',
  354.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelConvertExportType' => 'getLabelConvertExportTypeService.php',
  355.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelConvertType' => 'getLabelConvertTypeService.php',
  356.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelInputType' => 'getLabelInputTypeService.php',
  357.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelSettingsInputType' => 'getLabelSettingsInputTypeService.php',
  358.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelType' => 'getLabelTypeService.php',
  359.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LoggerInputType' => 'getLoggerInputTypeService.php',
  360.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\MutationType' => 'getMutationTypeService.php',
  361.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\NumberFilterType' => 'getNumberFilterTypeService.php',
  362.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderDeliverySlotType' => 'getOrderDeliverySlotTypeService.php',
  363.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderFilterType' => 'getOrderFilterTypeService.php',
  364.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderItemType' => 'getOrderItemTypeService.php',
  365.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderProductInputType' => 'getOrderProductInputTypeService.php',
  366.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderStoreFilterType' => 'getOrderStoreFilterTypeService.php',
  367.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderType' => 'getOrderTypeService.php',
  368.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PageInfoType' => 'getPageInfoTypeService.php',
  369.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PaymentInputType' => 'getPaymentInputTypeService.php',
  370.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PaymentMethodTranslationType' => 'getPaymentMethodTranslationTypeService.php',
  371.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PaymentMethodType' => 'getPaymentMethodTypeService.php',
  372.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PermissionType' => 'getPermissionTypeService.php',
  373.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PlaceSearchInputType' => 'getPlaceSearchInputTypeService.php',
  374.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PointOfSaleMoveType' => 'getPointOfSaleMoveTypeService.php',
  375.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PointOfSaleType' => 'getPointOfSaleTypeService.php',
  376.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PriceTagConvertInputType' => 'getPriceTagConvertInputTypeService.php',
  377.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PriceTagConvertType' => 'getPriceTagConvertTypeService.php',
  378.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductAlertOrderType' => 'getProductAlertOrderTypeService.php',
  379.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductContainersType' => 'getProductContainersTypeService.php',
  380.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductEditInputType' => 'getProductEditInputTypeService.php',
  381.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductEuropeanArticleNumberFilterType' => 'getProductEuropeanArticleNumberFilterTypeService.php',
  382.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductFilterType' => 'getProductFilterTypeService.php',
  383.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductInputType' => 'getProductInputTypeService.php',
  384.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductInventoryInputType' => 'getProductInventoryInputTypeService.php',
  385.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductLocaleRestrictionType' => 'getProductLocaleRestrictionTypeService.php',
  386.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductOrderType' => 'getProductOrderTypeService.php',
  387.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductPackageInputType' => 'getProductPackageInputTypeService.php',
  388.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductPackageType' => 'getProductPackageTypeService.php',
  389.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductPriceType' => 'getProductPriceTypeService.php',
  390.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreDiscountFilterType' => 'getProductStoreDiscountFilterTypeService.php',
  391.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreFilterType' => 'getProductStoreFilterTypeService.php',
  392.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreGroupFilterType' => 'getProductStoreGroupFilterTypeService.php',
  393.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreGroupInputType' => 'getProductStoreGroupInputTypeService.php',
  394.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreGroupType' => 'getProductStoreGroupTypeService.php',
  395.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreInputType' => 'getProductStoreInputTypeService.php',
  396.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreSortByFieldType' => 'getProductStoreSortByFieldTypeService.php',
  397.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreSortByType' => 'getProductStoreSortByTypeService.php',
  398.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreType' => 'getProductStoreTypeService.php',
  399.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductSupplierFilterType' => 'getProductSupplierFilterTypeService.php',
  400.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductSupplierInputType' => 'getProductSupplierInputTypeService.php',
  401.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductSupplierType' => 'getProductSupplierTypeService.php',
  402.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTagFilterType' => 'getProductTagFilterTypeService.php',
  403.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTagType' => 'getProductTagTypeService.php',
  404.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTaxFilterType' => 'getProductTaxFilterTypeService.php',
  405.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTaxType' => 'getProductTaxTypeService.php',
  406.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTranslationFilterType' => 'getProductTranslationFilterTypeService.php',
  407.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTranslationType' => 'getProductTranslationTypeService.php',
  408.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductType' => 'getProductTypeService.php',
  409.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductVariableType' => 'getProductVariableTypeService.php',
  410.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductWarehouseRecordType' => 'getProductWarehouseRecordTypeService.php',
  411.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\QueryType' => 'getQueryTypeService.php',
  412.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\RatingTypesType' => 'getRatingTypesTypeService.php',
  413.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\RatingValuesType' => 'getRatingValuesTypeService.php',
  414.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\RecipeAllergenType' => 'getRecipeAllergenTypeService.php',
  415.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ResultType' => 'getResultTypeService.php',
  416.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SellPriceInputType' => 'getSellPriceInputTypeService.php',
  417.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SellPriceProductInputType' => 'getSellPriceProductInputTypeService.php',
  418.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SellPriceType' => 'getSellPriceTypeService.php',
  419.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SortOrderType' => 'getSortOrderTypeService.php',
  420.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreCentralType' => 'getStoreCentralTypeService.php',
  421.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreFilterType' => 'getStoreFilterTypeService.php',
  422.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreGroupFilterType' => 'getStoreGroupFilterTypeService.php',
  423.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreGroupStoreFilterType' => 'getStoreGroupStoreFilterTypeService.php',
  424.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreGroupType' => 'getStoreGroupTypeService.php',
  425.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreHeaderPaymentType' => 'getStoreHeaderPaymentTypeService.php',
  426.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreHeaderType' => 'getStoreHeaderTypeService.php',
  427.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreInputType' => 'getStoreInputTypeService.php',
  428.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreMoveType' => 'getStoreMoveTypeService.php',
  429.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreStoreGroupFilterType' => 'getStoreStoreGroupFilterTypeService.php',
  430.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreType' => 'getStoreTypeService.php',
  431.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreWarehouseRecordInputType' => 'getStoreWarehouseRecordInputTypeService.php',
  432.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreWarehouseRecordType' => 'getStoreWarehouseRecordTypeService.php',
  433.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierFilterType' => 'getSupplierFilterTypeService.php',
  434.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierInputType' => 'getSupplierInputTypeService.php',
  435.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderFilterType' => 'getSupplierOrderFilterTypeService.php',
  436.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderInputType' => 'getSupplierOrderInputTypeService.php',
  437.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderProductType' => 'getSupplierOrderProductTypeService.php',
  438.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderType' => 'getSupplierOrderTypeService.php',
  439.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierType' => 'getSupplierTypeService.php',
  440.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierWarehouseRecordInputType' => 'getSupplierWarehouseRecordInputTypeService.php',
  441.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierWarehouseRecordType' => 'getSupplierWarehouseRecordTypeService.php',
  442.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SynchronizationType' => 'getSynchronizationTypeService.php',
  443.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\TaxType' => 'getTaxTypeService.php',
  444.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\UnitTypeType' => 'getUnitTypeTypeService.php',
  445.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\UserFilterType' => 'getUserFilterTypeService.php',
  446.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\UserType' => 'getUserTypeService.php',
  447.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseMoveMutationInputType' => 'getWarehouseMoveMutationInputTypeService.php',
  448.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseMovementType' => 'getWarehouseMovementTypeService.php',
  449.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseRecordType' => 'getWarehouseRecordTypeService.php',
  450.             'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseStoreFilterType' => 'getWarehouseStoreFilterTypeService.php',
  451.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  452.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  453.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  454.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  455.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  456.             'cache_clearer' => 'getCacheClearerService.php',
  457.             'cache_warmer' => 'getCacheWarmerService.php',
  458.             'console.command.public_alias.App\\Command\\Central\\Brandbank\\FullProcessCommand' => 'getFullProcessCommandService.php',
  459.             'console.command.public_alias.App\\Command\\Central\\Brandbank\\ImportCommand' => 'getImportCommandService.php',
  460.             'console.command.public_alias.App\\Command\\Central\\Brandbank\\ProcessCommand' => 'getProcessCommandService.php',
  461.             'console.command.public_alias.App\\Command\\Central\\Import\\ReceiptMetroCommand' => 'getReceiptMetroCommandService.php',
  462.             'console.command.public_alias.App\\Command\\Central\\Product\\ProductClearCommand' => 'getProductClearCommandService.php',
  463.             'console.command.public_alias.App\\Command\\Central\\Product\\ProductCreateCommand' => 'getProductCreateCommandService.php',
  464.             'console.command.public_alias.App\\Command\\Client\\Category\\CategoryCommand' => 'getCategoryCommandService.php',
  465.             'console.command.public_alias.App\\Command\\Client\\Import\\ProductImportCSVCommand' => 'getProductImportCSVCommandService.php',
  466.             'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptLabasCommand' => 'getReceiptLabasCommandService.php',
  467.             'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptMetroCommand' => 'getReceiptMetroCommand2Service.php',
  468.             'console.command.public_alias.App\\Command\\Client\\Importer\\ImporterCreateProductCommand' => 'getImporterCreateProductCommandService.php',
  469.             'console.command.public_alias.App\\Command\\Client\\PaymentMethod\\PaymentMethodCommand' => 'getPaymentMethodCommandService.php',
  470.             'console.command.public_alias.App\\Command\\Client\\SellPrice\\SellPriceCommand' => 'getSellPriceCommandService.php',
  471.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllControlCommand' => 'getAllControlCommandService.php',
  472.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllRecalculateCommand' => 'getAllRecalculateCommandService.php',
  473.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\ClearStockCommand' => 'getClearStockCommandService.php',
  474.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\ControlCommand' => 'getControlCommandService.php',
  475.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\HistoryCommand' => 'getHistoryCommandService.php',
  476.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryCommand' => 'getInventoryCommandService.php',
  477.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryMissingCommand' => 'getInventoryMissingCommandService.php',
  478.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\RecalculateCommand' => 'getRecalculateCommandService.php',
  479.             'console.command.public_alias.App\\Command\\Client\\StoreStock\\StoreStockGroupSellPriceCommand' => 'getStoreStockGroupSellPriceCommandService.php',
  480.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreCentralUnsentTotalCommand' => 'getStoreCentralUnsentTotalCommandService.php',
  481.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreClearPriceOutOfStockCommand' => 'getStoreClearPriceOutOfStockCommandService.php',
  482.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyMissingPriceCommand' => 'getStoreCopyMissingPriceCommandService.php',
  483.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyPriceCommand' => 'getStoreCopyPriceCommandService.php',
  484.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceCommand' => 'getStoreStockSellPriceCommandService.php',
  485.             'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceHistoryCommand' => 'getStoreStockSellPriceHistoryCommandService.php',
  486.             'console.command.public_alias.App\\Command\\Czech\\GetClientsEmailCommand' => 'getGetClientsEmailCommandService.php',
  487.             'console.command.public_alias.App\\Command\\DatabaseCleanerCommand' => 'getDatabaseCleanerCommandService.php',
  488.             'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.php',
  489.             'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemasDoctrineCommand' => 'getUpdateSchemasDoctrineCommandService.php',
  490.             'console.command.public_alias.App\\Command\\InstallCommand' => 'getInstallCommandService.php',
  491.             'console.command.public_alias.App\\Command\\LoggerCleanerCommand' => 'getLoggerCleanerCommandService.php',
  492.             'console.command.public_alias.App\\Command\\Main\\Client\\ClientDatabaseCommand' => 'getClientDatabaseCommandService.php',
  493.             'console.command.public_alias.App\\Command\\Main\\Cron\\CronCommand' => 'getCronCommandService.php',
  494.             'console.command.public_alias.App\\Command\\Main\\ProductMergeCommand' => 'getProductMergeCommandService.php',
  495.             'console.command.public_alias.App\\Command\\Main\\Token\\TokenInvalidCommand' => 'getTokenInvalidCommandService.php',
  496.             'console.command.public_alias.App\\Command\\Main\\Weather\\WeatherCommand' => 'getWeatherCommandService.php',
  497.             'console.command.public_alias.App\\Command\\Migration\\StoreGroupCommand' => 'getStoreGroupCommandService.php',
  498.             'console.command.public_alias.App\\Command\\Migration\\StoreStockGroupCommand' => 'getStoreStockGroupCommandService.php',
  499.             'console.command.public_alias.App\\Command\\TestCommand' => 'getTestCommandService.php',
  500.             'console.command.public_alias.App\\Command\\UpdateDatabaseClientUserCommand' => 'getUpdateDatabaseClientUserCommandService.php',
  501.             'console.command.public_alias.Eshop\\Command\\ClearDeliverySlotCommand' => 'getClearDeliverySlotCommandService.php',
  502.             'console.command.public_alias.Eshop\\Command\\DeliveryCommand' => 'getDeliveryCommandService.php',
  503.             'console.command.public_alias.Eshop\\Command\\SendConfirmedOrderEmailCommand' => 'getSendConfirmedOrderEmailCommandService.php',
  504.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  505.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  506.             'error_controller' => 'getErrorControllerService.php',
  507.             'filesystem' => 'getFilesystemService.php',
  508.             'form.factory' => 'getForm_FactoryService.php',
  509.             'form.type.file' => 'getForm_Type_FileService.php',
  510.             'gaufrette.app_file_filesystem' => 'getGaufrette_AppFileFilesystemService.php',
  511.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService.php',
  512.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService.php',
  513.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService.php',
  514.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService.php',
  515.             'overblog_graphql.definition.boolean_type' => 'getOverblogGraphql_Definition_BooleanTypeService.php',
  516.             'overblog_graphql.definition.float_type' => 'getOverblogGraphql_Definition_FloatTypeService.php',
  517.             'overblog_graphql.definition.id_type' => 'getOverblogGraphql_Definition_IdTypeService.php',
  518.             'overblog_graphql.definition.int_type' => 'getOverblogGraphql_Definition_IntTypeService.php',
  519.             'overblog_graphql.definition.string_type' => 'getOverblogGraphql_Definition_StringTypeService.php',
  520.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService.php',
  521.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService.php',
  522.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService.php',
  523.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService.php',
  524.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService.php',
  525.             'overblog_graphql.resolver_resolver' => 'getOverblogGraphql_ResolverResolverService.php',
  526.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService.php',
  527.             'routing.loader' => 'getRouting_LoaderService.php',
  528.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  529.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  530.             'services_resetter' => 'getServicesResetterService.php',
  531.             'session' => 'getSessionService.php',
  532.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  533.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  534.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  535.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  536.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  537.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  538.         ];
  539.         $this->aliases = [
  540.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  541.             'database_connection' => 'doctrine.dbal.default_connection',
  542.             'doctrine.orm.default_entity_manager' => 'doctrine.orm.entity_manager',
  543.             'mailer' => 'swiftmailer.mailer.default',
  544.         ];
  545.         $this->privates['service_container'] = function () {
  546.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  547.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  548.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  549.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  550.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  551.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  552.             include_once \dirname(__DIR__5).'/src/VirtualKernel.php';
  553.             include_once \dirname(__DIR__5).'/src/App/Service/AppManager.php';
  554.             include_once \dirname(__DIR__5).'/src/App/Service/Context.php';
  555.             include_once \dirname(__DIR__5).'/src/App/Translation/Provider/TranslationLocaleProviderInterface.php';
  556.             include_once \dirname(__DIR__5).'/src/App/Translation/Provider/ImmutableTranslationLocaleProvider.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  558.             include_once \dirname(__DIR__5).'/src/GraphQL/EventListener/LoggingSubscriber.php';
  559.             include_once \dirname(__DIR__5).'/src/App/Service/LoggerManager.php';
  560.             include_once \dirname(__DIR__5).'/src/App/Service/RequestLogManager.php';
  561.             include_once \dirname(__DIR__5).'/src/GraphQL/EventListener/RequestLoggingSubscriber.php';
  562.             include_once \dirname(__DIR__5).'/src/GraphQL/Service/RequestLoggingBanManager.php';
  563.             include_once \dirname(__DIR__5).'/src/GraphQL/Repository/ConnectionRepository.php';
  564.             include_once \dirname(__DIR__5).'/src/GraphQL/Repository/RequestLoggingConnectionRepository.php';
  565.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  567.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  568.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  569.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  570.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  571.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  572.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  573.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  574.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  575.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  576.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  577.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  578.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  579.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  580.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  581.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  582.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  583.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  584.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  585.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  586.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  587.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  588.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  589.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  590.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  591.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  592.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  593.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  594.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  595.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  596.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  597.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  598.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  599.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  600.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  601.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  602.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  603.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  604.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  605.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  606.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  607.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  608.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  609.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  610.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  611.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  612.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  613.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  616.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  617.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  618.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  619.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  620.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  621.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  622.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  624.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  625.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  626.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  627.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  628.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  629.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  630.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  631.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  632.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  633.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  634.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  635.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  636.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  637.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  638.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  639.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  641.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  642.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  643.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  645.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  646.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  647.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  648.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  649.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  650.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  651.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  652.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  653.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  654.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  655.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  656.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  657.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  658.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  659.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  660.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  661.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  662.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  663.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  664.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  665.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  666.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  667.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  669.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  670.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  671.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  672.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  673.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  674.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  675.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  676.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  677.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  678.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  679.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  680.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  681.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  682.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  683.             include_once \dirname(__DIR__5).'/src/App/Doctrine/Registry.php';
  684.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  685.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  686.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  687.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  688.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  689.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  690.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  691.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  692.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  693.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  694.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  695.             include_once \dirname(__DIR__5).'/src/App/EventListener/ORMTranslatableListener.php';
  696.             include_once \dirname(__DIR__5).'/src/App/Translation/TranslatableEntityLocaleAssignerInterface.php';
  697.             include_once \dirname(__DIR__5).'/src/App/Translation/TranslatableEntityLocaleAssigner.php';
  698.             include_once \dirname(__DIR__5).'/src/App/EventSubscriber/LoadClassMetadataSubscriber.php';
  699.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  700.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  701.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  702.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  703.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  704.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  705.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  706.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  707.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  709.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  710.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  711.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  712.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  713.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  714.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  715.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  716.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  717.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  718.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  719.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  720.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  721.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  722.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  723.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  724.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  725.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  726.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  727.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  728.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  729.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  730.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  731.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  732.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  733.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  734.             include_once \dirname(__DIR__5).'/src/Eshop/Twig/ArrayExtension.php';
  735.             include_once \dirname(__DIR__5).'/src/Eshop/Twig/DateExtension.php';
  736.             include_once \dirname(__DIR__5).'/src/Eshop/Twig/JsonDecodeExtension.php';
  737.             include_once \dirname(__DIR__5).'/src/Eshop/Twig/LocaleExtension.php';
  738.             include_once \dirname(__DIR__5).'/src/Eshop/Twig/MarginExtension.php';
  739.             include_once \dirname(__DIR__5).'/src/Eshop/Twig/OrderStatusExtension.php';
  740.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  741.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  742.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  743.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  744.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  745.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  746.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  747.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  748.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  749.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  750.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  751.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  752.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  753.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  754.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  755.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  756.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  757.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  758.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  759.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  760.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  761.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  762.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  763.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  764.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  765.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  766.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  767.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  768.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  769.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
  770.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
  771.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
  772.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
  773.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  774.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  775.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  776.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  777.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  778.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  779.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  780.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  782.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  783.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  784.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  785.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  786.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  787.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  788.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  789.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  790.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  791.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  792.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  793.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  794.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  795.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  796.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  797.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  798.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  799.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  800.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  801.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  802.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  804.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  806.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  807.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  808.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  809.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManager.php';
  810.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Configuration.php';
  811.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  812.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  813.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  814.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  815.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  816.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  817.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  818.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  819.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DoctrineProvider.php';
  820.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  821.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  822.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  823.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  824.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  825.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  826.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  827.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  828.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  829.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  830.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  831.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  832.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  833.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  835.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  837.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  840.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  841.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  842.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
  843.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Decorator/EntityManagerDecorator.php';
  844.             include_once \dirname(__DIR__5).'/src/App/EntityManager/AppEntityManager.php';
  845.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/lib/generator/src/Generator/AbstractClassGenerator.php';
  846.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/lib/generator/src/Generator/AbstractTypeGenerator.php';
  847.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/lib/generator/src/Generator/TypeGenerator.php';
  848.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  849.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  850.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  851.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunction.php';
  852.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  853.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  854.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  855.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  856.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  857.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  858.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  859.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  860.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  861.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  862.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  863.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  864.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  865.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  866.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  867.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  868.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  869.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  870.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  871.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  872.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  873.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  874.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  875.             include_once \dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  879.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  880.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  881.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  882.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  883.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  884.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  885.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  886.         };
  887.     }
  888.     public function compile(): void
  889.     {
  890.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  891.     }
  892.     public function isCompiled(): bool
  893.     {
  894.         return true;
  895.     }
  896.     public function getRemovedIds(): array
  897.     {
  898.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  899.     }
  900.     protected function load($file$lazyLoad true)
  901.     {
  902.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  903.     }
  904.     /**
  905.      * Gets the public 'App\Service\AppManager' shared autowired service.
  906.      *
  907.      * @return \App\Service\AppManager
  908.      */
  909.     protected function getAppManagerService()
  910.     {
  911.         return $this->services['App\\Service\\AppManager'] = new \App\Service\AppManager(($this->services['doctrine.orm.entity_manager'] ?? $this->getDoctrine_Orm_EntityManagerService()), ($this->services['App\\Service\\Context'] ?? ($this->services['App\\Service\\Context'] = new \App\Service\Context())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  912.     }
  913.     /**
  914.      * Gets the public 'App\Service\Context' shared autowired service.
  915.      *
  916.      * @return \App\Service\Context
  917.      */
  918.     protected function getContextService()
  919.     {
  920.         return $this->services['App\\Service\\Context'] = new \App\Service\Context();
  921.     }
  922.     /**
  923.      * Gets the public 'cache.app' shared service.
  924.      *
  925.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  926.      */
  927.     protected function getCache_AppService()
  928.     {
  929.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jb7qT75cPz'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  930.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  931.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  932.     }
  933.     /**
  934.      * Gets the public 'cache.system' shared service.
  935.      *
  936.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  937.      */
  938.     protected function getCache_SystemService()
  939.     {
  940.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xKgHtbKERW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  941.     }
  942.     /**
  943.      * Gets the public 'doctrine' shared service.
  944.      *
  945.      * @return \App\Doctrine\Registry
  946.      */
  947.     protected function getDoctrineService()
  948.     {
  949.         return $this->services['doctrine'] = new \App\Doctrine\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  950.     }
  951.     /**
  952.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  953.      *
  954.      * @return \Doctrine\DBAL\Connection
  955.      */
  956.     protected function getDoctrine_Dbal_DefaultConnectionService()
  957.     {
  958.         $a = new \Doctrine\DBAL\Configuration();
  959.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  960.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  961.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  962.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  963.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  964.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  965.             'App\\EventListener\\ORMEntityListener' => ['privates''App\\EventListener\\ORMEntityListener''getORMEntityListenerService.php'true],
  966.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  967.         ], [
  968.             'App\\EventListener\\ORMEntityListener' => '?',
  969.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  970.         ]));
  971.         $c->addEventSubscriber(new \App\EventListener\ORMTranslatableListener(new \App\Translation\TranslatableEntityLocaleAssigner(($this->privates['App\\Translation\\Provider\\ImmutableTranslationLocaleProvider'] ?? ($this->privates['App\\Translation\\Provider\\ImmutableTranslationLocaleProvider'] = new \App\Translation\Provider\ImmutableTranslationLocaleProvider('sk_SK'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  972.         $c->addEventSubscriber(new \App\EventSubscriber\LoadClassMetadataSubscriber(($this->services['kernel'] ?? $this->get('kernel'1))));
  973.         $c->addEventListener([=> 'prePersist'], 'App\\EventListener\\ORMEntityListener');
  974.         $c->addEventListener([=> 'preUpdate'], 'App\\EventListener\\ORMEntityListener');
  975.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  976.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  977.     }
  978.     /**
  979.      * Gets the public 'doctrine.orm.entity_manager' shared autowired service.
  980.      *
  981.      * @return \App\EntityManager\AppEntityManager
  982.      */
  983.     protected function getDoctrine_Orm_EntityManagerService()
  984.     {
  985.         return $this->services['doctrine.orm.entity_manager'] = new \App\EntityManager\AppEntityManager($this->getAppEntityManager_InnerService());
  986.     }
  987.     /**
  988.      * Gets the public 'event_dispatcher' shared service.
  989.      *
  990.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  991.      */
  992.     protected function getEventDispatcherService()
  993.     {
  994.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  995.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  996.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  997.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  998.         $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())));
  999.         $instance->addListener('central.client.post_create', [=> function () {
  1000.             return ($this->privates['App\\EventListener\\Central\\ClientPostListener'] ?? $this->load('getClientPostListenerService.php'));
  1001.         }, => 'post'], 0);
  1002.         $instance->addListener('central.client.post_update', [=> function () {
  1003.             return ($this->privates['App\\EventListener\\Central\\ClientPostListener'] ?? $this->load('getClientPostListenerService.php'));
  1004.         }, => 'update'], 0);
  1005.         $instance->addListener('central.product.pre_create', [=> function () {
  1006.             return ($this->privates['App\\EventListener\\Central\\ProductListener'] ?? $this->load('getProductListenerService.php'));
  1007.         }, => 'europeanArticleNumber'], 0);
  1008.         $instance->addListener('central.product.pre_update', [=> function () {
  1009.             return ($this->privates['App\\EventListener\\Central\\ProductListener'] ?? $this->load('getProductListenerService.php'));
  1010.         }, => 'europeanArticleNumber'], 0);
  1011.         $instance->addListener('client.customer.pre_create', [=> function () {
  1012.             return ($this->privates['App\\EventListener\\Client\\Customer\\CustomerListener'] ?? $this->load('getCustomerListenerService.php'));
  1013.         }, => 'register'], 0);
  1014.         $instance->addListener('client.customer.pre_update', [=> function () {
  1015.             return ($this->privates['App\\EventListener\\Client\\Customer\\CustomerListener'] ?? $this->load('getCustomerListenerService.php'));
  1016.         }, => 'update'], 0);
  1017.         $instance->addListener('client.importer_product.pre_create', [=> function () {
  1018.             return ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] ?? ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] = new \App\EventListener\Client\Importer\ImporterProductListener()));
  1019.         }, => 'pre'], 0);
  1020.         $instance->addListener('client.importer_product.pre_update', [=> function () {
  1021.             return ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] ?? ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] = new \App\EventListener\Client\Importer\ImporterProductListener()));
  1022.         }, => 'pre'], 0);
  1023.         $instance->addListener('client.order.pre_create.confirm', [=> function () {
  1024.             return ($this->privates['App\\EventListener\\Client\\Order\\OrderListener'] ?? $this->load('getOrderListenerService.php'));
  1025.         }, => 'confirm'], 0);
  1026.         $instance->addListener('client.order.pre_update.confirm', [=> function () {
  1027.             return ($this->privates['App\\EventListener\\Client\\Order\\OrderListener'] ?? $this->load('getOrderListenerService.php'));
  1028.         }, => 'confirm'], 0);
  1029.         $instance->addListener('client.point_of_sale_move.pre_create', [=> function () {
  1030.             return ($this->privates['App\\EventListener\\Client\\PointOfSale\\PointOfSaleMoveListener'] ?? $this->load('getPointOfSaleMoveListenerService.php'));
  1031.         }, => 'pre'], 0);
  1032.         $instance->addListener('client.sell_price.pre_create', [=> function () {
  1033.             return ($this->privates['App\\EventListener\\Client\\SellPrice\\SellPriceListener'] ?? $this->load('getSellPriceListenerService.php'));
  1034.         }, => 'pre'], 0);
  1035.         $instance->addListener('client.sell_price.post_create', [=> function () {
  1036.             return ($this->privates['App\\EventListener\\Client\\SellPrice\\SellPriceListener'] ?? $this->load('getSellPriceListenerService.php'));
  1037.         }, => 'post'], 0);
  1038.         $instance->addListener('client.store_alert.pre_delete', [=> function () {
  1039.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreAlertDeleteListener'] ?? $this->load('getStoreAlertDeleteListenerService.php'));
  1040.         }, => 'delete'], 0);
  1041.         $instance->addListener('client.store_central.pre_create', [=> function () {
  1042.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreCentralListener'] ?? $this->load('getStoreCentralListenerService.php'));
  1043.         }, => 'pre'], 0);
  1044.         $instance->addListener('client.store_central.post_create', [=> function () {
  1045.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreCentralListener'] ?? $this->load('getStoreCentralListenerService.php'));
  1046.         }, => 'post'], 0);
  1047.         $instance->addListener('client.store_group.post_create', [=> function () {
  1048.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreGroupListener'] ?? $this->load('getStoreGroupListenerService.php'));
  1049.         }, => 'copyAssortment'], 0);
  1050.         $instance->addListener('client.store_header.pre_create', [=> function () {
  1051.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1052.         }, => 'pre'], 0);
  1053.         $instance->addListener('client.store_header.post_create', [=> function () {
  1054.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1055.         }, => 'post'], 0);
  1056.         $instance->addListener('client.store_header.pre_update', [=> function () {
  1057.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1058.         }, => 'pre'], 0);
  1059.         $instance->addListener('client.store_header.post_update', [=> function () {
  1060.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1061.         }, => 'post'], 0);
  1062.         $instance->addListener('client.store_header.pre_update.confirm', [=> function () {
  1063.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1064.         }, => 'confirm'], 0);
  1065.         $instance->addListener('client.store_header.pre_update.move_add', [=> function () {
  1066.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1067.         }, => 'pre'], 0);
  1068.         $instance->addListener('client.store_header.pre_update.move_delete', [=> function () {
  1069.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1070.         }, => 'pre'], 0);
  1071.         $instance->addListener('client.store_header.pre_delete', [=> function () {
  1072.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
  1073.         }, => 'delete'], 0);
  1074.         $instance->addListener('client.store.post_create', [=> function () {
  1075.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreListener'] ?? $this->load('getStoreListenerService.php'));
  1076.         }, => 'post'], 0);
  1077.         $instance->addListener('client.store.post_update', [=> function () {
  1078.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreListener'] ?? $this->load('getStoreListenerService.php'));
  1079.         }, => 'post'], 0);
  1080.         $instance->addListener('client.store_move.pre_create.inventory', [=> function () {
  1081.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveInventoryListener'] ?? $this->load('getStoreMoveInventoryListenerService.php'));
  1082.         }, => 'process'], 0);
  1083.         $instance->addListener('client.store_move.pre_create.add', [=> function () {
  1084.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveListener'] ?? $this->load('getStoreMoveListenerService.php'));
  1085.         }, => 'addMove'], 0);
  1086.         $instance->addListener('client.store_move.pre_delete.delete', [=> function () {
  1087.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveListener'] ?? $this->load('getStoreMoveListenerService.php'));
  1088.         }, => 'removeMove'], 0);
  1089.         $instance->addListener('client.store_stock_group.pre_create', [=> function () {
  1090.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockGroupListener'] ?? $this->load('getStoreStockGroupListenerService.php'));
  1091.         }, => 'change'], 0);
  1092.         $instance->addListener('client.store_stock_group.pre_update', [=> function () {
  1093.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockGroupListener'] ?? $this->load('getStoreStockGroupListenerService.php'));
  1094.         }, => 'change'], 0);
  1095.         $instance->addListener('client.store_stock.pre_update', [=> function () {
  1096.             return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockListener'] ?? $this->load('getStoreStockListenerService.php'));
  1097.         }, => 'pre'], 0);
  1098.         $instance->addListener('client.supplier_order.pre_create', [=> function () {
  1099.             return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderListener'] ?? $this->load('getSupplierOrderListenerService.php'));
  1100.         }, => 'supplierOrderProducts'], 0);
  1101.         $instance->addListener('client.supplier_order.pre_update', [=> function () {
  1102.             return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderListener'] ?? $this->load('getSupplierOrderListenerService.php'));
  1103.         }, => 'supplierOrderProducts'], 0);
  1104.         $instance->addListener('client.supplier_order_product.pre_create', [=> function () {
  1105.             return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderProductListener'] ?? $this->load('getSupplierOrderProductListenerService.php'));
  1106.         }, => 'preCreate'], 0);
  1107.         $instance->addListener('cupiky.client.store_header.post_create', [=> function () {
  1108.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  1109.         }, => 'postStoreHeaderCreate'], 0);
  1110.         $instance->addListener('cupiky.client.point_of_sale_move.post_create', [=> function () {
  1111.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  1112.         }, => 'postPointOfSaleMoveCreate'], 0);
  1113.         $instance->addListener('cupiky.client.store_move.post_create.inventory', [=> function () {
  1114.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  1115.         }, => 'postInventoryCreate'], 0);
  1116.         $instance->addListener('cupiky.client.store_central.post_create', [=> function () {
  1117.             return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
  1118.         }, => 'postStoreCentralCreate'], 0);
  1119.         $instance->addListener('eshop.customer_order.pre_update.confirm_customer_order', [=> function () {
  1120.             return ($this->privates['App\\EventListener\\Custom\\Eshop\\PostListener'] ?? $this->load('getPostListener2Service.php'));
  1121.         }, => 'sendConfirmedOrderEmail'], 0);
  1122.         $instance->addListener('gonarex.client.store_header.post_update.confirm', [=> function () {
  1123.             return ($this->privates['App\\EventListener\\Custom\\Gonarex\\StoreWarehouseDuplicityListener'] ?? $this->load('getStoreWarehouseDuplicityListenerService.php'));
  1124.         }, => 'confirm'], -10);
  1125.         $instance->addListener('ilas.client.store_header.post_create', [=> function () {
  1126.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  1127.         }, => 'postStoreHeaderCreate'], 0);
  1128.         $instance->addListener('ilas.client.point_of_sale_move.post_create', [=> function () {
  1129.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  1130.         }, => 'postPointOfSaleMoveCreate'], 0);
  1131.         $instance->addListener('ilas.client.store_move.post_create.inventory', [=> function () {
  1132.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  1133.         }, => 'postInventoryCreate'], 0);
  1134.         $instance->addListener('ilas.client.store_central.post_create', [=> function () {
  1135.             return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
  1136.         }, => 'postStoreCentralCreate'], 0);
  1137.         $instance->addListener('labas.client.store_header.post_create', [=> function () {
  1138.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  1139.         }, => 'postStoreHeaderCreate'], 0);
  1140.         $instance->addListener('labas.client.point_of_sale_move.post_create', [=> function () {
  1141.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  1142.         }, => 'postPointOfSaleMoveCreate'], 0);
  1143.         $instance->addListener('labas.eshop.customer_order.pre_update.confirm_customer_order', [=> function () {
  1144.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  1145.         }, => 'postEshopCustomerOrder'], 0);
  1146.         $instance->addListener('labas.eshop.customer_order.post_update.edit_customer_order_state', [=> function () {
  1147.             return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
  1148.         }, => 'changeCustomerOrderState'], 0);
  1149.         $instance->addListener('vinolevice.client.store_central.post_create', [=> function () {
  1150.             return ($this->privates['App\\EventListener\\Custom\\VinoLevice\\PostListener'] ?? $this->load('getPostListener5Service.php'));
  1151.         }, => 'postStoreCentralCreate'], 0);
  1152.         $instance->addListener('central.product.pre_create', [=> function () {
  1153.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  1154.         }, => 'uploadImages'], 0);
  1155.         $instance->addListener('central.product.pre_update', [=> function () {
  1156.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  1157.         }, => 'uploadImages'], 0);
  1158.         $instance->addListener('central.category.pre_create', [=> function () {
  1159.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  1160.         }, => 'uploadImages'], 0);
  1161.         $instance->addListener('central.category.pre_update', [=> function () {
  1162.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  1163.         }, => 'uploadImages'], 0);
  1164.         $instance->addListener('client.category.pre_create', [=> function () {
  1165.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  1166.         }, => 'uploadImages'], 0);
  1167.         $instance->addListener('client.category.pre_update', [=> function () {
  1168.             return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
  1169.         }, => 'uploadImages'], 0);
  1170.         $instance->addListener('eshop.customer_address.pre_create', [=> function () {
  1171.             return ($this->privates['GraphQL\\EventListener\\CustomerAddressListener'] ?? $this->load('getCustomerAddressListenerService.php'));
  1172.         }, => 'create'], 0);
  1173.         $instance->addListener('eshop.customer_order.pre_create', [=> function () {
  1174.             return ($this->privates['GraphQL\\EventListener\\CustomerOrderListener'] ?? $this->load('getCustomerOrderListenerService.php'));
  1175.         }, => 'process'], 0);
  1176.         $instance->addListener('eshop.customer_order.pre_update', [=> function () {
  1177.             return ($this->privates['GraphQL\\EventListener\\CustomerOrderListener'] ?? $this->load('getCustomerOrderListenerService.php'));
  1178.         }, => 'process'], 0);
  1179.         $instance->addListener('kernel.exception', [=> function () {
  1180.             return ($this->privates['GraphQL\\EventListener\\ExceptionListener'] ?? ($this->privates['GraphQL\\EventListener\\ExceptionListener'] = new \GraphQL\EventListener\ExceptionListener(($this->services['kernel'] ?? $this->get('kernel'1)))));
  1181.         }, => '__invoke'], 0);
  1182.         $instance->addListener('kernel.controller', [=> function () {
  1183.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1184.         }, => 'onKernelController'], 0);
  1185.         $instance->addListener('kernel.terminate', [=> function () {
  1186.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  1187.         }, => 'onKernelTerminate'], 0);
  1188.         $instance->addListener('console.terminate', [=> function () {
  1189.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  1190.         }, => 'onCliTerminate'], 0);
  1191.         $instance->addListener('graphql.error_formatting', [=> function () {
  1192.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1193.         }, => 'onErrorFormatting'], 0);
  1194.         $instance->addListener('graphql.executor.context', [=> function () {
  1195.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService.php'));
  1196.         }, => 'onExecutorContextEvent'], 0);
  1197.         $instance->addListener('graphql.type_loaded', [=> function () {
  1198.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService.php'));
  1199.         }, => 'onTypeLoaded'], 0);
  1200.         $instance->addListener('graphql.error_formatting', [=> function () {
  1201.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1202.         }, => 'onErrorFormatting'], 0);
  1203.         $instance->addListener('graphql.post_executor', [=> function () {
  1204.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService.php'));
  1205.         }, => 'onPostExecutor'], 0);
  1206.         $instance->addListener('graphql.error_formatting', [=> function () {
  1207.             return ($this->services['Overblog\\GraphQLBundle\\EventListener\\ErrorLoggerListener'] ?? $this->load('getErrorLoggerListenerService.php'));
  1208.         }, => 'onErrorFormatting'], 0);
  1209.         $instance->addListener('kernel.request', [=> function () {
  1210.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1211.         }, => 'load'], 255);
  1212.         $instance->addListener('console.command', [=> function () {
  1213.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1214.         }, => 'load'], 255);
  1215.         $instance->addListener('kernel.request', [=> function () {
  1216.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1217.         }, => 'onKernelRequest'], 250);
  1218.         $instance->addListener('kernel.response', [=> function () {
  1219.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1220.         }, => 'onKernelResponse'], 0);
  1221.         $instance->addListener('kernel.response', [=> function () {
  1222.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1223.         }, => 'onResponse'], 0);
  1224.         $instance->addListener('console.command', [=> function () {
  1225.             return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
  1226.         }, => 'onConsoleCommand'], 0);
  1227.         $instance->addListener('console.error', [=> function () {
  1228.             return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
  1229.         }, => 'onConsoleError'], -128);
  1230.         $instance->addListener('console.terminate', [=> function () {
  1231.             return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
  1232.         }, => 'onConsoleTerminate'], -128);
  1233.         $instance->addListener('form.pre_set_data', [=> function () {
  1234.             return ($this->privates['App\\Form\\EventListener\\Central\\Client\\ClientCategoryListener'] ?? $this->load('getClientCategoryListenerService.php'));
  1235.         }, => 'onPreSetData'], 0);
  1236.         $instance->addListener('form.post_submit', [=> function () {
  1237.             return ($this->privates['App\\Form\\EventListener\\Central\\Client\\ClientCategoryListener'] ?? $this->load('getClientCategoryListenerService.php'));
  1238.         }, => 'onPostSubmit'], 0);
  1239.         $instance->addListener('kernel.response', [=> function () {
  1240.             return ($this->privates['GraphQL\\EventListener\\LoggingSubscriber'] ?? $this->getLoggingSubscriberService());
  1241.         }, => 'logResponse'], 0);
  1242.         $instance->addListener('kernel.request', [=> function () {
  1243.             return ($this->privates['GraphQL\\EventListener\\RequestLoggingSubscriber'] ?? $this->getRequestLoggingSubscriberService());
  1244.         }, => 'requestLogging'], 1000);
  1245.         $instance->addListener('kernel.response', [=> function () {
  1246.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1247.         }, => 'onKernelResponse'], 0);
  1248.         $instance->addListener('kernel.response', [=> function () {
  1249.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1250.         }, => 'onKernelResponse'], -1024);
  1251.         $instance->addListener('kernel.request', [=> function () {
  1252.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1253.         }, => 'setDefaultLocale'], 100);
  1254.         $instance->addListener('kernel.request', [=> function () {
  1255.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1256.         }, => 'onKernelRequest'], 16);
  1257.         $instance->addListener('kernel.finish_request', [=> function () {
  1258.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1259.         }, => 'onKernelFinishRequest'], 0);
  1260.         $instance->addListener('kernel.request', [=> function () {
  1261.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1262.         }, => 'onKernelRequest'], 256);
  1263.         $instance->addListener('kernel.response', [=> function () {
  1264.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1265.         }, => 'onResponse'], -255);
  1266.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1267.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1268.         }, => 'onControllerArguments'], 0);
  1269.         $instance->addListener('kernel.exception', [=> function () {
  1270.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1271.         }, => 'logKernelException'], 0);
  1272.         $instance->addListener('kernel.exception', [=> function () {
  1273.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1274.         }, => 'onKernelException'], -128);
  1275.         $instance->addListener('kernel.request', [=> function () {
  1276.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1277.         }, => 'onKernelRequest'], 15);
  1278.         $instance->addListener('kernel.finish_request', [=> function () {
  1279.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1280.         }, => 'onKernelFinishRequest'], -15);
  1281.         $instance->addListener('console.error', [=> function () {
  1282.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1283.         }, => 'onConsoleError'], -128);
  1284.         $instance->addListener('console.terminate', [=> function () {
  1285.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1286.         }, => 'onConsoleTerminate'], -128);
  1287.         $instance->addListener('console.error', [=> function () {
  1288.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1289.         }, => 'onConsoleError'], 0);
  1290.         $instance->addListener('kernel.request', [=> function () {
  1291.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1292.         }, => 'onKernelRequest'], 128);
  1293.         $instance->addListener('kernel.response', [=> function () {
  1294.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1295.         }, => 'onKernelResponse'], -1000);
  1296.         $instance->addListener('kernel.finish_request', [=> function () {
  1297.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1298.         }, => 'onFinishRequest'], 0);
  1299.         $instance->addListener('kernel.response', [=> function () {
  1300.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1301.         }, => 'onKernelResponse'], -100);
  1302.         $instance->addListener('kernel.exception', [=> function () {
  1303.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1304.         }, => 'onKernelException'], 0);
  1305.         $instance->addListener('kernel.terminate', [=> function () {
  1306.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1307.         }, => 'onKernelTerminate'], -1024);
  1308.         $instance->addListener('kernel.controller', [=> function () {
  1309.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1310.         }, => 'onKernelController'], 0);
  1311.         $instance->addListener('kernel.response', [=> function () {
  1312.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1313.         }, => 'onKernelResponse'], 0);
  1314.         $instance->addListener('kernel.request', [=> function () {
  1315.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1316.         }, => 'configure'], 2048);
  1317.         $instance->addListener('console.command', [=> function () {
  1318.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1319.         }, => 'configure'], 2048);
  1320.         $instance->addListener('kernel.request', [=> function () {
  1321.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1322.         }, => 'onKernelRequest'], 32);
  1323.         $instance->addListener('kernel.finish_request', [=> function () {
  1324.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1325.         }, => 'onKernelFinishRequest'], 0);
  1326.         $instance->addListener('kernel.exception', [=> function () {
  1327.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1328.         }, => 'onKernelException'], -64);
  1329.         $instance->addListener('kernel.exception', [=> function () {
  1330.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1331.         }, => 'onException'], 0);
  1332.         $instance->addListener('kernel.terminate', [=> function () {
  1333.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1334.         }, => 'onTerminate'], 0);
  1335.         $instance->addListener('console.error', [=> function () {
  1336.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1337.         }, => 'onException'], 0);
  1338.         $instance->addListener('console.terminate', [=> function () {
  1339.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1340.         }, => 'onTerminate'], 0);
  1341.         $instance->addListener('console.command', [=> function () {
  1342.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1343.         }, => 'onCommand'], 255);
  1344.         $instance->addListener('console.terminate', [=> function () {
  1345.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1346.         }, => 'onTerminate'], -255);
  1347.         $instance->addListener('console.error', [=> function () {
  1348.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1349.         }, => 'onConsoleError'], 0);
  1350.         $instance->addListener('console.terminate', [=> function () {
  1351.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1352.         }, => 'onConsoleTerminate'], 0);
  1353.         $instance->addListener('kernel.response', [=> function () {
  1354.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1355.         }, => 'onKernelResponse'], 0);
  1356.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1357.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1358.         }, => 'onVoterVote'], 0);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1361.         }, => 'configureLogoutUrlGenerator'], 8);
  1362.         $instance->addListener('kernel.request', [=> function () {
  1363.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1364.         }, => 'onKernelRequest'], 8);
  1365.         $instance->addListener('kernel.finish_request', [=> function () {
  1366.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1367.         }, => 'onKernelFinishRequest'], 0);
  1368.         $instance->addListener('kernel.response', [=> function () {
  1369.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1370.         }, => 'onKernelResponse'], -128);
  1371.         return $instance;
  1372.     }
  1373.     /**
  1374.      * Gets the public 'http_kernel' shared service.
  1375.      *
  1376.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1377.      */
  1378.     protected function getHttpKernelService()
  1379.     {
  1380.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1381.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1382.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1383.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1384.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1385.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1386.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1387.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1388.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1389.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1390.         }, 8)), $a));
  1391.     }
  1392.     /**
  1393.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1394.      *
  1395.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1396.      */
  1397.     protected function getOverblogGraphql_CacheCompilerService()
  1398.     {
  1399.         $this->services['overblog_graphql.cache_compiler'] = $instance = new \Overblog\GraphQLBundle\Generator\TypeGenerator('Overblog\\GraphQLBundle\\__DEFINITIONS__', [=> (\dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/Resources/skeleton')], NULL$this->parameters['overblog_graphql_types.config'], trueNULL$this->targetDir.''NULL);
  1400.         $a = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1401.         $a->addGlobalName('globalVariable->get(\'typeResolver\')''typeResolver');
  1402.         $a->addGlobalName('globalVariable->get(\'argumentFactory\')''argumentFactory');
  1403.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1404.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1405.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1406.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1407.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1408.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1409.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1410.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1411.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1412.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1413.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1414.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1415.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1416.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1417.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1418.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1419.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1420.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1421.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1422.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1423.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1424.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1425.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1426.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1427.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1428.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('mut'));
  1429.         $a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver('res'));
  1430.         $instance->addUseStatement('Overblog\\GraphQLBundle\\Definition\\ConfigProcessor');
  1431.         $instance->addUseStatement('Overblog\\GraphQLBundle\\Definition\\LazyConfig');
  1432.         $instance->addUseStatement('Overblog\\GraphQLBundle\\Definition\\GlobalVariables');
  1433.         $instance->addImplement('Overblog\\GraphQLBundle\\Definition\\Type\\GeneratedTypeInterface');
  1434.         $instance->setExpressionLanguage($a);
  1435.         return $instance;
  1436.     }
  1437.     /**
  1438.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1439.      *
  1440.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1441.      */
  1442.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1443.     {
  1444.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener(($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService()));
  1445.     }
  1446.     /**
  1447.      * Gets the public 'profiler' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1450.      */
  1451.     protected function getProfilerService()
  1452.     {
  1453.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1454.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1455.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1456.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1457.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1458.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1459.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1460.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1461.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1462.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1463.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1464.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1465.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1466.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1467.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1468.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1469.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1470.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1471.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1472.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1473.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1474.         if ($this->has('kernel')) {
  1475.             $f->setKernel($b);
  1476.         }
  1477.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1478.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1479.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1480.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1481.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1482.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1483.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1484.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/graphqlDevDebugProjectContainer'), $c));
  1485.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1486.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1487.         $instance->add($d);
  1488.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1489.         $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())));
  1490.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1491.         $instance->add($e);
  1492.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1493.         $instance->add($f);
  1494.         return $instance;
  1495.     }
  1496.     /**
  1497.      * Gets the public 'request_stack' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1500.      */
  1501.     protected function getRequestStackService()
  1502.     {
  1503.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1504.     }
  1505.     /**
  1506.      * Gets the public 'router' shared service.
  1507.      *
  1508.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1509.      */
  1510.     protected function getRouterService()
  1511.     {
  1512.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1513.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1514.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1515.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1516.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1517.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1518.         ], [
  1519.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1520.         ]))->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'sk_SK');
  1521.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1522.         return $instance;
  1523.     }
  1524.     /**
  1525.      * Gets the public 'security.authorization_checker' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1528.      */
  1529.     protected function getSecurity_AuthorizationCheckerService()
  1530.     {
  1531.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1532.     }
  1533.     /**
  1534.      * Gets the public 'security.token_storage' shared service.
  1535.      *
  1536.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1537.      */
  1538.     protected function getSecurity_TokenStorageService()
  1539.     {
  1540.         return $this->services['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, [
  1541.             'session' => ['services''session''getSessionService.php'true],
  1542.         ], [
  1543.             'session' => '?',
  1544.         ]));
  1545.     }
  1546.     /**
  1547.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1548.      *
  1549.      * @return \Swift_Transport
  1550.      */
  1551.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1552.     {
  1553.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1554.     }
  1555.     /**
  1556.      * Gets the public 'translator' shared service.
  1557.      *
  1558.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1559.      */
  1560.     protected function getTranslatorService()
  1561.     {
  1562.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1563.     }
  1564.     /**
  1565.      * Gets the public 'twig' shared service.
  1566.      *
  1567.      * @return \Twig\Environment
  1568.      */
  1569.     protected function getTwigService()
  1570.     {
  1571.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  1572.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1573.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1574.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1575.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1576.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1577.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1578.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1579.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1580.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1581.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1582.         $a->addPath((\dirname(__DIR__5).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1583.         $a->addPath((\dirname(__DIR__5).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1584.         $a->addPath((\dirname(__DIR__5).'/templates'));
  1585.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1586.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1587.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1588.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1589.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1590.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1591.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1592.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1593.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1594.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1595.         $f->setEnvironment('dev');
  1596.         $f->setDebug(true);
  1597.         if ($this->has('security.token_storage')) {
  1598.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1599.         }
  1600.         if ($this->has('request_stack')) {
  1601.             $f->setRequestStack($c);
  1602.         }
  1603.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1604.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1605.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1606.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__5), 'UTF-8'));
  1607.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1608.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1609.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1610.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1611.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1612.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1613.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1614.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1615.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1616.         $instance->addExtension(new \Eshop\Twig\ArrayExtension());
  1617.         $instance->addExtension(new \Eshop\Twig\DateExtension($instance));
  1618.         $instance->addExtension(new \Eshop\Twig\JsonDecodeExtension());
  1619.         $instance->addExtension(new \Eshop\Twig\LocaleExtension());
  1620.         $instance->addExtension(new \Eshop\Twig\MarginExtension());
  1621.         $instance->addExtension(new \Eshop\Twig\OrderStatusExtension());
  1622.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1623.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1624.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1625.         $instance->addGlobal('app'$f);
  1626.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1627.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1628.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1629.         ], [
  1630.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1631.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1632.         ])));
  1633.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1634.         return $instance;
  1635.     }
  1636.     /**
  1637.      * Gets the public 'validator' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1640.      */
  1641.     protected function getValidatorService()
  1642.     {
  1643.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1644.     }
  1645.     /**
  1646.      * Gets the private 'App\EntityManager\AppEntityManager.inner' shared service.
  1647.      *
  1648.      * @return \Doctrine\ORM\EntityManager
  1649.      */
  1650.     protected function getAppEntityManager_InnerService($lazyLoad true)
  1651.     {
  1652.         $a = new \Doctrine\ORM\Configuration();
  1653.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1654.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1655.         $b->addDriver($c'App\\Entity');
  1656.         $b->addDriver($c'GraphQL\\Entity');
  1657.         $b->addDriver($c'Eshop\\Entity');
  1658.         $a->setEntityNamespaces(['App' => 'App\\Entity''GraphQL' => 'GraphQL\\Entity''Eshop' => 'Eshop\\Entity']);
  1659.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1660.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1661.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1662.         $a->setMetadataDriverImpl($b);
  1663.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1664.         $a->setProxyNamespace('Proxies');
  1665.         $a->setAutoGenerateProxyClasses(true);
  1666.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1667.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1668.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1669.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1670.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1671.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1672.         $a->addCustomStringFunction('lower_unaccent''App\\Doctrine\\DQL\\LowerUnaccent');
  1673.         $a->addCustomDatetimeFunction('date''App\\Doctrine\\DQL\\Date');
  1674.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1675.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1676.         return $instance;
  1677.     }
  1678.     /**
  1679.      * Gets the private 'GraphQL\EventListener\LoggingSubscriber' shared autowired service.
  1680.      *
  1681.      * @return \GraphQL\EventListener\LoggingSubscriber
  1682.      */
  1683.     protected function getLoggingSubscriberService()
  1684.     {
  1685.         return $this->privates['GraphQL\\EventListener\\LoggingSubscriber'] = new \GraphQL\EventListener\LoggingSubscriber(new \App\Service\RequestLogManager(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService()), (\dirname(__DIR__5).'/logger')));
  1686.     }
  1687.     /**
  1688.      * Gets the private 'GraphQL\EventListener\RequestLoggingSubscriber' shared autowired service.
  1689.      *
  1690.      * @return \GraphQL\EventListener\RequestLoggingSubscriber
  1691.      */
  1692.     protected function getRequestLoggingSubscriberService()
  1693.     {
  1694.         $a = ($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService());
  1695.         return $this->privates['GraphQL\\EventListener\\RequestLoggingSubscriber'] = new \GraphQL\EventListener\RequestLoggingSubscriber($a, new \GraphQL\Service\RequestLoggingBanManager(new \GraphQL\Repository\RequestLoggingConnectionRepository($a)));
  1696.     }
  1697.     /**
  1698.      * Gets the private 'annotations.cached_reader' shared service.
  1699.      *
  1700.      * @return \Doctrine\Common\Annotations\CachedReader
  1701.      */
  1702.     protected function getAnnotations_CachedReaderService()
  1703.     {
  1704.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1705.     }
  1706.     /**
  1707.      * Gets the private 'annotations.reader' shared service.
  1708.      *
  1709.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1710.      */
  1711.     protected function getAnnotations_ReaderService()
  1712.     {
  1713.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1714.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1715.         $a->registerUniqueLoader('class_exists');
  1716.         $instance->addGlobalIgnoredName('required'$a);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the private 'cache.annotations' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1723.      */
  1724.     protected function getCache_AnnotationsService()
  1725.     {
  1726.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2bwE21h0if'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1727.     }
  1728.     /**
  1729.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1732.      */
  1733.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1734.     {
  1735.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1736.     }
  1737.     /**
  1738.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1739.      *
  1740.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1741.      */
  1742.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1743.     {
  1744.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1745.     }
  1746.     /**
  1747.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1748.      *
  1749.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1750.      */
  1751.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1752.     {
  1753.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1754.     }
  1755.     /**
  1756.      * Gets the private 'cache.property_info' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1759.      */
  1760.     protected function getCache_PropertyInfoService()
  1761.     {
  1762.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fw0i8S0uks'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'cache.security_expression_language' shared service.
  1766.      *
  1767.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1768.      */
  1769.     protected function getCache_SecurityExpressionLanguageService()
  1770.     {
  1771.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DBCl+csNny'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1772.     }
  1773.     /**
  1774.      * Gets the private 'cache.serializer' shared service.
  1775.      *
  1776.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1777.      */
  1778.     protected function getCache_SerializerService()
  1779.     {
  1780.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('K7sL77Pu72'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1781.     }
  1782.     /**
  1783.      * Gets the private 'cache.validator' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1786.      */
  1787.     protected function getCache_ValidatorService()
  1788.     {
  1789.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8acflx7cg-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1790.     }
  1791.     /**
  1792.      * Gets the private 'config_cache_factory' shared service.
  1793.      *
  1794.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1795.      */
  1796.     protected function getConfigCacheFactoryService()
  1797.     {
  1798.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1799.             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)));
  1800.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1801.         }, 2));
  1802.     }
  1803.     /**
  1804.      * Gets the private 'data_collector.form' shared service.
  1805.      *
  1806.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1807.      */
  1808.     protected function getDataCollector_FormService()
  1809.     {
  1810.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1811.     }
  1812.     /**
  1813.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1816.      */
  1817.     protected function getDebug_DebugHandlersListenerService()
  1818.     {
  1819.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1820.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1821.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1822.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1823.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1824.     }
  1825.     /**
  1826.      * Gets the private 'debug.file_link_formatter' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1829.      */
  1830.     protected function getDebug_FileLinkFormatterService()
  1831.     {
  1832.         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__5), function () {
  1833.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1834.         });
  1835.     }
  1836.     /**
  1837.      * Gets the private 'debug.log_processor' shared service.
  1838.      *
  1839.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1840.      */
  1841.     protected function getDebug_LogProcessorService()
  1842.     {
  1843.         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())));
  1844.     }
  1845.     /**
  1846.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1849.      */
  1850.     protected function getDebug_Security_Access_DecisionManagerService()
  1851.     {
  1852.         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 () {
  1853.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1854.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  1855.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1856.         }, 3), 'affirmative'falsetrue));
  1857.     }
  1858.     /**
  1859.      * Gets the private 'debug.security.firewall' shared service.
  1860.      *
  1861.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1862.      */
  1863.     protected function getDebug_Security_FirewallService()
  1864.     {
  1865.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1866.     }
  1867.     /**
  1868.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1869.      *
  1870.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1871.      */
  1872.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1873.     {
  1874.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/App/Entity'), => (\dirname(__DIR__5).'/src/GraphQL/Entity'), => (\dirname(__DIR__5).'/src/Eshop/Entity')]);
  1875.     }
  1876.     /**
  1877.      * Gets the private 'exception_listener' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1880.      */
  1881.     protected function getExceptionListener2Service()
  1882.     {
  1883.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  1884.     }
  1885.     /**
  1886.      * Gets the private 'locale_aware_listener' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1889.      */
  1890.     protected function getLocaleAwareListenerService()
  1891.     {
  1892.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1893.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1894.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1895.     }
  1896.     /**
  1897.      * Gets the private 'locale_listener' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1900.      */
  1901.     protected function getLocaleListenerService()
  1902.     {
  1903.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'sk_SK', ($this->services['router'] ?? $this->getRouterService()));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'monolog.handler.console' shared service.
  1907.      *
  1908.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1909.      */
  1910.     protected function getMonolog_Handler_ConsoleService()
  1911.     {
  1912.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1913.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1914.         return $instance;
  1915.     }
  1916.     /**
  1917.      * Gets the private 'monolog.handler.main' shared service.
  1918.      *
  1919.      * @return \Monolog\Handler\FingersCrossedHandler
  1920.      */
  1921.     protected function getMonolog_Handler_MainService()
  1922.     {
  1923.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__4).'/log/graphql/dev.log'), 0100trueNULLfalse);
  1924.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1925.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  1926.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([=> $a=> new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 40060true), => ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())], true), 5000truetrueNULL);
  1927.     }
  1928.     /**
  1929.      * Gets the private 'monolog.handler.swift' shared service.
  1930.      *
  1931.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  1932.      */
  1933.     protected function getMonolog_Handler_SwiftService()
  1934.     {
  1935.         $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), [=> $this->getMonolog_Handler_Swift_MailMessageFactoryService(), => 'createMessage'], 100true);
  1936.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1937.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  1938.         $instance->setTransport(($this->services['swiftmailer.mailer.default.transport.real'] ?? $this->getSwiftmailer_Mailer_Default_Transport_RealService()));
  1939.         return $instance;
  1940.     }
  1941.     /**
  1942.      * Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
  1943.      *
  1944.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  1945.      */
  1946.     protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad true)
  1947.     {
  1948.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), $this->getEnv('FROM_EMAIL'), [=> $this->getEnv('DEFAULT_EMAIL_RECIPIENT'), => 'richard@labas.sk'], $this->getEnv('string:PROJECT_DOMAIN').' - graphql - %message%''text/html');
  1949.     }
  1950.     /**
  1951.      * Gets the private 'monolog.logger.cache' shared service.
  1952.      *
  1953.      * @return \Symfony\Bridge\Monolog\Logger
  1954.      */
  1955.     protected function getMonolog_Logger_CacheService()
  1956.     {
  1957.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1958.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1959.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1961.         return $instance;
  1962.     }
  1963.     /**
  1964.      * Gets the private 'monolog.logger.request' shared service.
  1965.      *
  1966.      * @return \Symfony\Bridge\Monolog\Logger
  1967.      */
  1968.     protected function getMonolog_Logger_RequestService()
  1969.     {
  1970.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1971.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1972.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1973.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1974.         return $instance;
  1975.     }
  1976.     /**
  1977.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1978.      *
  1979.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1980.      */
  1981.     protected function getNelmioCors_CorsListenerService()
  1982.     {
  1983.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  1984.     }
  1985.     /**
  1986.      * Gets the private 'parameter_bag' shared service.
  1987.      *
  1988.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1989.      */
  1990.     protected function getParameterBagService()
  1991.     {
  1992.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1993.     }
  1994.     /**
  1995.      * Gets the private 'profiler_listener' shared service.
  1996.      *
  1997.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1998.      */
  1999.     protected function getProfilerListenerService()
  2000.     {
  2001.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2002.     }
  2003.     /**
  2004.      * Gets the private 'router.request_context' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Routing\RequestContext
  2007.      */
  2008.     protected function getRouter_RequestContextService()
  2009.     {
  2010.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2011.     }
  2012.     /**
  2013.      * Gets the private 'router_listener' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2016.      */
  2017.     protected function getRouterListenerService()
  2018.     {
  2019.         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__5), true);
  2020.     }
  2021.     /**
  2022.      * Gets the private 'security.authentication.manager' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2025.      */
  2026.     protected function getSecurity_Authentication_ManagerService()
  2027.     {
  2028.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2029.             yield => ($this->privates['security.authentication.provider.guard.graphql'] ?? $this->load('getSecurity_Authentication_Provider_Guard_GraphqlService.php'));
  2030.         }, 1), true);
  2031.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2032.         return $instance;
  2033.     }
  2034.     /**
  2035.      * Gets the private 'security.firewall.map' shared service.
  2036.      *
  2037.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2038.      */
  2039.     protected function getSecurity_Firewall_MapService()
  2040.     {
  2041.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2042.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2043.             'security.firewall.map.context.graphql' => ['privates''security.firewall.map.context.graphql''getSecurity_Firewall_Map_Context_GraphqlService.php'true],
  2044.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService.php'true],
  2045.         ], [
  2046.             'security.firewall.map.context.dev' => '?',
  2047.             'security.firewall.map.context.graphql' => '?',
  2048.             'security.firewall.map.context.login' => '?',
  2049.         ]), new RewindableGenerator(function () {
  2050.             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)/')));
  2051.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.aOksG4F'] ?? ($this->privates['.security.request_matcher.aOksG4F'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login')));
  2052.             yield 'security.firewall.map.context.graphql' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2053.         }, 3));
  2054.     }
  2055.     /**
  2056.      * Gets the private 'security.logout_url_generator' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2059.      */
  2060.     protected function getSecurity_LogoutUrlGeneratorService()
  2061.     {
  2062.         return $this->privates['security.logout_url_generator'] = 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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2063.     }
  2064.     /**
  2065.      * Gets the private 'session_listener' shared service.
  2066.      *
  2067.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2068.      */
  2069.     protected function getSessionListenerService()
  2070.     {
  2071.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2072.             'initialized_session' => ['services''session'NULLtrue],
  2073.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2074.             'session' => ['services''session''getSessionService.php'true],
  2075.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  2076.         ], [
  2077.             'initialized_session' => '?',
  2078.             'request_stack' => '?',
  2079.             'session' => '?',
  2080.             'session_storage' => '?',
  2081.         ]));
  2082.     }
  2083.     /**
  2084.      * Gets the private 'translator.default' shared service.
  2085.      *
  2086.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2087.      */
  2088.     protected function getTranslator_DefaultService()
  2089.     {
  2090.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2091.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2092.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2093.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2094.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2095.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2096.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2097.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2098.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2099.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2100.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2101.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2102.         ], [
  2103.             'translation.loader.csv' => '?',
  2104.             'translation.loader.dat' => '?',
  2105.             'translation.loader.ini' => '?',
  2106.             'translation.loader.json' => '?',
  2107.             'translation.loader.mo' => '?',
  2108.             'translation.loader.php' => '?',
  2109.             'translation.loader.po' => '?',
  2110.             'translation.loader.qt' => '?',
  2111.             'translation.loader.res' => '?',
  2112.             'translation.loader.xliff' => '?',
  2113.             'translation.loader.yml' => '?',
  2114.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'sk_SK', ['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__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sk_SK' => [=> (\dirname(__DIR__5).'/translations/KnpPaginatorBundle.sk_SK.yaml'), => (\dirname(__DIR__5).'/translations/flashes.sk_SK.yaml'), => (\dirname(__DIR__5).'/translations/messages.sk_SK.yaml'), => (\dirname(__DIR__5).'/translations/validators.sk_SK.yaml')], 'cs_CZ' => [=> (\dirname(__DIR__5).'/translations/messages.cs_CZ.yaml'), => (\dirname(__DIR__5).'/translations/validators.cs_CZ.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/translations'), => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 10 => (\dirname(__DIR__5).'/vendor/knplabs/knp-gaufrette-bundle/translations'), 11 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/translations'), 14 => (\dirname(__DIR__5).'/vendor/overblog/graphiql-bundle/translations'), 15 => (\dirname(__DIR__5).'/vendor/nelmio/cors-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/swiftmailer-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/maker-bundle/src/translations'10 => 'vendor/knplabs/knp-gaufrette-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/overblog/graphql-bundle/src/translations'14 => 'vendor/overblog/graphiql-bundle/translations'15 => 'vendor/nelmio/cors-bundle/translations']]]);
  2115.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2116.         $instance->setFallbackLocales([=> 'sk_SK']);
  2117.         return $instance;
  2118.     }
  2119.     /**
  2120.      * Gets the private 'validator.builder' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2123.      */
  2124.     protected function getValidator_BuilderService()
  2125.     {
  2126.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2127.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2128.         if ($this->has('translator')) {
  2129.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2130.         }
  2131.         $instance->setTranslationDomain('validators');
  2132.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2133.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2134.         $instance->addMethodMapping('loadValidatorMetadata');
  2135.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2136.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.entity_manager'] ?? $this->getDoctrine_Orm_EntityManagerService()), NULL));
  2137.         return $instance;
  2138.     }
  2139.     /**
  2140.      * Gets the private 'validator.validator_factory' shared service.
  2141.      *
  2142.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2143.      */
  2144.     protected function getValidator_ValidatorFactoryService()
  2145.     {
  2146.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2147.             'App\\Validator\\Central\\ProductTranslationsValidator' => ['privates''App\\Validator\\Central\\ProductTranslationsValidator''getProductTranslationsValidatorService.php'true],
  2148.             'App\\Validator\\Central\\SupplierBusinessIDValidator' => ['privates''App\\Validator\\Central\\SupplierBusinessIDValidator''getSupplierBusinessIDValidatorService.php'true],
  2149.             'App\\Validator\\Central\\SupplierTaxIDValidator' => ['privates''App\\Validator\\Central\\SupplierTaxIDValidator''getSupplierTaxIDValidatorService.php'true],
  2150.             'App\\Validator\\Central\\SupplierVATValidator' => ['privates''App\\Validator\\Central\\SupplierVATValidator''getSupplierVATValidatorService.php'true],
  2151.             'App\\Validator\\Central\\TaxUniqueValidator' => ['privates''App\\Validator\\Central\\TaxUniqueValidator''getTaxUniqueValidatorService.php'true],
  2152.             'App\\Validator\\Client\\CategoryTranslationsValidator' => ['privates''App\\Validator\\Client\\CategoryTranslationsValidator''getCategoryTranslationsValidatorService.php'true],
  2153.             'App\\Validator\\Client\\CustomerCodeValidator' => ['privates''App\\Validator\\Client\\CustomerCodeValidator''getCustomerCodeValidatorService.php'true],
  2154.             'App\\Validator\\Client\\PaymentMethodTranslationsValidator' => ['privates''App\\Validator\\Client\\PaymentMethodTranslationsValidator''getPaymentMethodTranslationsValidatorService.php'true],
  2155.             'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator' => ['privates''App\\Validator\\Client\\StoreGroupUniqueLocaleValidator''getStoreGroupUniqueLocaleValidatorService.php'true],
  2156.             'App\\Validator\\Client\\StoreHeaderStoreTransferValidator' => ['privates''App\\Validator\\Client\\StoreHeaderStoreTransferValidator''getStoreHeaderStoreTransferValidatorService.php'true],
  2157.             'App\\Validator\\PhoneNumberRegexValidator' => ['privates''App\\Validator\\PhoneNumberRegexValidator''getPhoneNumberRegexValidatorService.php'true],
  2158.             'App\\Validator\\StringRegexValidator' => ['privates''App\\Validator\\StringRegexValidator''getStringRegexValidatorService.php'true],
  2159.             'App\\Validator\\ZipCodeRegexValidator' => ['privates''App\\Validator\\ZipCodeRegexValidator''getZipCodeRegexValidatorService.php'true],
  2160.             'Eshop\\Validator\\Banner\\BannerValidator' => ['privates''Eshop\\Validator\\Banner\\BannerValidator''getBannerValidatorService.php'true],
  2161.             'Eshop\\Validator\\DiscountCoupon\\DiscountCouponCodeValidator' => ['privates''Eshop\\Validator\\DiscountCoupon\\DiscountCouponCodeValidator''getDiscountCouponCodeValidatorService.php'true],
  2162.             'GraphQL\\Validator\\Customer\\CustomerAddressDeleteValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerAddressDeleteValidator''getCustomerAddressDeleteValidatorService.php'true],
  2163.             'GraphQL\\Validator\\Customer\\CustomerCodeUniqueValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerCodeUniqueValidator''getCustomerCodeUniqueValidatorService.php'true],
  2164.             'GraphQL\\Validator\\Customer\\CustomerDeleteValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerDeleteValidator''getCustomerDeleteValidatorService.php'true],
  2165.             'GraphQL\\Validator\\Customer\\CustomerOrderStateValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerOrderStateValidator''getCustomerOrderStateValidatorService.php'true],
  2166.             'GraphQL\\Validator\\Customer\\CustomerTypeDeleteValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerTypeDeleteValidator''getCustomerTypeDeleteValidatorService.php'true],
  2167.             'GraphQL\\Validator\\Customer\\CustomerTypeUniqueValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerTypeUniqueValidator''getCustomerTypeUniqueValidatorService.php'true],
  2168.             'GraphQL\\Validator\\Customer\\CustomerUsernameUniqueValidator' => ['privates''GraphQL\\Validator\\Customer\\CustomerUsernameUniqueValidator''getCustomerUsernameUniqueValidatorService.php'true],
  2169.             'GraphQL\\Validator\\Discount\\DiscountDeleteValidator' => ['privates''GraphQL\\Validator\\Discount\\DiscountDeleteValidator''getDiscountDeleteValidatorService.php'true],
  2170.             'GraphQL\\Validator\\Order\\CreateOrderDateTimeValidator' => ['privates''GraphQL\\Validator\\Order\\CreateOrderDateTimeValidator''getCreateOrderDateTimeValidatorService.php'true],
  2171.             'GraphQL\\Validator\\Order\\CustomerOrderDeliveryMethodValidator' => ['privates''GraphQL\\Validator\\Order\\CustomerOrderDeliveryMethodValidator''getCustomerOrderDeliveryMethodValidatorService.php'true],
  2172.             'GraphQL\\Validator\\Order\\CustomerOrderDeliverySlotValidator' => ['privates''GraphQL\\Validator\\Order\\CustomerOrderDeliverySlotValidator''getCustomerOrderDeliverySlotValidatorService.php'true],
  2173.             'GraphQL\\Validator\\Order\\DeleteOrderValidator' => ['privates''GraphQL\\Validator\\Order\\DeleteOrderValidator''getDeleteOrderValidatorService.php'true],
  2174.             'GraphQL\\Validator\\Order\\EditOrderProductsValidator' => ['privates''GraphQL\\Validator\\Order\\EditOrderProductsValidator''getEditOrderProductsValidatorService.php'true],
  2175.             'GraphQL\\Validator\\Order\\OrderProductUniqueProductValidator' => ['privates''GraphQL\\Validator\\Order\\OrderProductUniqueProductValidator''getOrderProductUniqueProductValidatorService.php'true],
  2176.             'GraphQL\\Validator\\Order\\OrderTemporaryValidator' => ['privates''GraphQL\\Validator\\Order\\OrderTemporaryValidator''getOrderTemporaryValidatorService.php'true],
  2177.             'GraphQL\\Validator\\Product\\ProductEuropeanArticleNumberValidator' => ['privates''GraphQL\\Validator\\Product\\ProductEuropeanArticleNumberValidator''getProductEuropeanArticleNumberValidatorService.php'true],
  2178.             'GraphQL\\Validator\\Product\\ProductSupplierValidator' => ['privates''GraphQL\\Validator\\Product\\ProductSupplierValidator''getProductSupplierValidatorService.php'true],
  2179.             'GraphQL\\Validator\\SupplierOrder\\EditSupplierOrderProductsValidator' => ['privates''GraphQL\\Validator\\SupplierOrder\\EditSupplierOrderProductsValidator''getEditSupplierOrderProductsValidatorService.php'true],
  2180.             'GraphQL\\Validator\\SupplierOrder\\SupplierOrderProductUniqueProductValidator' => ['privates''GraphQL\\Validator\\SupplierOrder\\SupplierOrderProductUniqueProductValidator''getSupplierOrderProductUniqueProductValidatorService.php'true],
  2181.             'GraphQL\\Validator\\Supplier\\SupplierValidator' => ['privates''GraphQL\\Validator\\Supplier\\SupplierValidator''getSupplierValidatorService.php'true],
  2182.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2183.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2184.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2185.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2186.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2187.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2188.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2189.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2190.         ], [
  2191.             'App\\Validator\\Central\\ProductTranslationsValidator' => '?',
  2192.             'App\\Validator\\Central\\SupplierBusinessIDValidator' => '?',
  2193.             'App\\Validator\\Central\\SupplierTaxIDValidator' => '?',
  2194.             'App\\Validator\\Central\\SupplierVATValidator' => '?',
  2195.             'App\\Validator\\Central\\TaxUniqueValidator' => '?',
  2196.             'App\\Validator\\Client\\CategoryTranslationsValidator' => '?',
  2197.             'App\\Validator\\Client\\CustomerCodeValidator' => '?',
  2198.             'App\\Validator\\Client\\PaymentMethodTranslationsValidator' => '?',
  2199.             'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator' => '?',
  2200.             'App\\Validator\\Client\\StoreHeaderStoreTransferValidator' => '?',
  2201.             'App\\Validator\\PhoneNumberRegexValidator' => '?',
  2202.             'App\\Validator\\StringRegexValidator' => '?',
  2203.             'App\\Validator\\ZipCodeRegexValidator' => '?',
  2204.             'Eshop\\Validator\\Banner\\BannerValidator' => '?',
  2205.             'Eshop\\Validator\\DiscountCoupon\\DiscountCouponCodeValidator' => '?',
  2206.             'GraphQL\\Validator\\Customer\\CustomerAddressDeleteValidator' => '?',
  2207.             'GraphQL\\Validator\\Customer\\CustomerCodeUniqueValidator' => '?',
  2208.             'GraphQL\\Validator\\Customer\\CustomerDeleteValidator' => '?',
  2209.             'GraphQL\\Validator\\Customer\\CustomerOrderStateValidator' => '?',
  2210.             'GraphQL\\Validator\\Customer\\CustomerTypeDeleteValidator' => '?',
  2211.             'GraphQL\\Validator\\Customer\\CustomerTypeUniqueValidator' => '?',
  2212.             'GraphQL\\Validator\\Customer\\CustomerUsernameUniqueValidator' => '?',
  2213.             'GraphQL\\Validator\\Discount\\DiscountDeleteValidator' => '?',
  2214.             'GraphQL\\Validator\\Order\\CreateOrderDateTimeValidator' => '?',
  2215.             'GraphQL\\Validator\\Order\\CustomerOrderDeliveryMethodValidator' => '?',
  2216.             'GraphQL\\Validator\\Order\\CustomerOrderDeliverySlotValidator' => '?',
  2217.             'GraphQL\\Validator\\Order\\DeleteOrderValidator' => '?',
  2218.             'GraphQL\\Validator\\Order\\EditOrderProductsValidator' => '?',
  2219.             'GraphQL\\Validator\\Order\\OrderProductUniqueProductValidator' => '?',
  2220.             'GraphQL\\Validator\\Order\\OrderTemporaryValidator' => '?',
  2221.             'GraphQL\\Validator\\Product\\ProductEuropeanArticleNumberValidator' => '?',
  2222.             'GraphQL\\Validator\\Product\\ProductSupplierValidator' => '?',
  2223.             'GraphQL\\Validator\\SupplierOrder\\EditSupplierOrderProductsValidator' => '?',
  2224.             'GraphQL\\Validator\\SupplierOrder\\SupplierOrderProductUniqueProductValidator' => '?',
  2225.             'GraphQL\\Validator\\Supplier\\SupplierValidator' => '?',
  2226.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2227.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2228.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2229.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2230.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2231.             'doctrine.orm.validator.unique' => '?',
  2232.             'security.validator.user_password' => '?',
  2233.             'validator.expression' => '?',
  2234.         ]));
  2235.     }
  2236.     /**
  2237.      * Gets the private 'web_profiler.csp.handler' shared service.
  2238.      *
  2239.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2240.      */
  2241.     protected function getWebProfiler_Csp_HandlerService()
  2242.     {
  2243.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2244.     }
  2245.     /**
  2246.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2247.      *
  2248.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2249.      */
  2250.     protected function getWebProfiler_DebugToolbarService()
  2251.     {
  2252.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2253.     }
  2254.     public function getParameter(string $name)
  2255.     {
  2256.         if (isset($this->buildParameters[$name])) {
  2257.             return $this->buildParameters[$name];
  2258.         }
  2259.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2260.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2261.         }
  2262.         if (isset($this->loadedDynamicParameters[$name])) {
  2263.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2264.         }
  2265.         return $this->parameters[$name];
  2266.     }
  2267.     public function hasParameter(string $name): bool
  2268.     {
  2269.         if (isset($this->buildParameters[$name])) {
  2270.             return true;
  2271.         }
  2272.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2273.     }
  2274.     public function setParameter(string $name$value): void
  2275.     {
  2276.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2277.     }
  2278.     public function getParameterBag(): ParameterBagInterface
  2279.     {
  2280.         if (null === $this->parameterBag) {
  2281.             $parameters $this->parameters;
  2282.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2283.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2284.             }
  2285.             foreach ($this->buildParameters as $name => $value) {
  2286.                 $parameters[$name] = $value;
  2287.             }
  2288.             $this->parameterBag = new FrozenParameterBag($parameters);
  2289.         }
  2290.         return $this->parameterBag;
  2291.     }
  2292.     private $loadedDynamicParameters = [
  2293.         'kernel.cache_dir' => false,
  2294.         'from_email' => false,
  2295.         'default_email_recipient' => false,
  2296.         'project_domain' => false,
  2297.         'project_ssl' => false,
  2298.         'kernel.secret' => false,
  2299.         'session.save_path' => false,
  2300.         'validator.mapping.cache.file' => false,
  2301.         'profiler.storage.dsn' => false,
  2302.         'debug.container.dump' => false,
  2303.         'doctrine.orm.proxy_dir' => false,
  2304.     ];
  2305.     private $dynamicParameters = [];
  2306.     private function getDynamicParameter(string $name)
  2307.     {
  2308.         switch ($name) {
  2309.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2310.             case 'from_email'$value $this->getEnv('FROM_EMAIL'); break;
  2311.             case 'default_email_recipient'$value $this->getEnv('DEFAULT_EMAIL_RECIPIENT'); break;
  2312.             case 'project_domain'$value $this->getEnv('PROJECT_DOMAIN'); break;
  2313.             case 'project_ssl'$value $this->getEnv('PROJECT_SSL'); break;
  2314.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2315.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2316.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2317.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2318.             case 'debug.container.dump'$value = ($this->targetDir.''.'/graphqlDevDebugProjectContainer.xml'); break;
  2319.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2320.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2321.         }
  2322.         $this->loadedDynamicParameters[$name] = true;
  2323.         return $this->dynamicParameters[$name] = $value;
  2324.     }
  2325.     protected function getDefaultParameters(): array
  2326.     {
  2327.         return [
  2328.             'kernel.project_dir' => \dirname(__DIR__5),
  2329.             'kernel.environment' => 'dev',
  2330.             'kernel.debug' => true,
  2331.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/graphql'),
  2332.             'kernel.bundles' => [
  2333.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2334.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2335.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2336.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2337.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2338.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2339.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  2340.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2341.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2342.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  2343.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  2344.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2345.             ],
  2346.             'kernel.bundles_metadata' => [
  2347.                 'FrameworkBundle' => [
  2348.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  2349.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2350.                 ],
  2351.                 'SwiftmailerBundle' => [
  2352.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  2353.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2354.                 ],
  2355.                 'DoctrineBundle' => [
  2356.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  2357.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2358.                 ],
  2359.                 'TwigBundle' => [
  2360.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  2361.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2362.                 ],
  2363.                 'MonologBundle' => [
  2364.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  2365.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2366.                 ],
  2367.                 'MakerBundle' => [
  2368.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  2369.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2370.                 ],
  2371.                 'KnpGaufretteBundle' => [
  2372.                     'path' => (\dirname(__DIR__5).'/vendor/knplabs/knp-gaufrette-bundle'),
  2373.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  2374.                 ],
  2375.                 'SecurityBundle' => [
  2376.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  2377.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2378.                 ],
  2379.                 'WebProfilerBundle' => [
  2380.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  2381.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2382.                 ],
  2383.                 'OverblogGraphQLBundle' => [
  2384.                     'path' => (\dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src'),
  2385.                     'namespace' => 'Overblog\\GraphQLBundle',
  2386.                 ],
  2387.                 'OverblogGraphiQLBundle' => [
  2388.                     'path' => (\dirname(__DIR__5).'/vendor/overblog/graphiql-bundle'),
  2389.                     'namespace' => 'Overblog\\GraphiQLBundle',
  2390.                 ],
  2391.                 'NelmioCorsBundle' => [
  2392.                     'path' => (\dirname(__DIR__5).'/vendor/nelmio/cors-bundle'),
  2393.                     'namespace' => 'Nelmio\\CorsBundle',
  2394.                 ],
  2395.             ],
  2396.             'kernel.charset' => 'UTF-8',
  2397.             'kernel.container_class' => 'graphqlDevDebugProjectContainer',
  2398.             'container.dumper.inline_class_loader' => true,
  2399.             'kernel.name' => 'graphql',
  2400.             'doctrine.class' => 'App\\Doctrine\\Registry',
  2401.             'locale' => 'sk_SK',
  2402.             'storage_dir' => (\dirname(__DIR__5).'/storage'),
  2403.             'storage_image_dir' => (\dirname(__DIR__5).'/storage/image'),
  2404.             'storage_custom_dir' => (\dirname(__DIR__5).'/storage/custom'),
  2405.             'logger_dir' => (\dirname(__DIR__5).'/logger'),
  2406.             'machine_learning_dir' => (\dirname(__DIR__5).'/machine_learning'),
  2407.             'import_dir' => (\dirname(__DIR__5).'/import'),
  2408.             'brandbank_dir' => (\dirname(__DIR__5).'/brandbank'),
  2409.             'azure_futuresales' => 'u5gHh20eeVdpnAfux4GqPsW4qNCSSBAA',
  2410.             'python_dir' => (\dirname(__DIR__5).'/python'),
  2411.             'keys_dir' => (\dirname(__DIR__5).'/keys'),
  2412.             'event_dispatcher.event_aliases' => [
  2413.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2414.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2415.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2416.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2417.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2418.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2419.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2420.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2421.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2422.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2423.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2424.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2425.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2426.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2427.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2428.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2429.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2430.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2431.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2432.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2433.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2434.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2435.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2436.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2437.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2438.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2439.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2440.             ],
  2441.             'fragment.renderer.hinclude.global_template' => '',
  2442.             'fragment.path' => '/_fragment',
  2443.             'kernel.http_method_override' => true,
  2444.             'kernel.trusted_hosts' => [
  2445.             ],
  2446.             'kernel.default_locale' => 'sk_SK',
  2447.             'kernel.error_controller' => 'error_controller',
  2448.             'debug.file_link_format' => NULL,
  2449.             'session.metadata.storage_key' => '_sf2_meta',
  2450.             'session.storage.options' => [
  2451.                 'cache_limiter' => '0',
  2452.                 'cookie_secure' => 'auto',
  2453.                 'cookie_httponly' => true,
  2454.                 'cookie_samesite' => 'lax',
  2455.                 'gc_probability' => 1,
  2456.             ],
  2457.             'session.metadata.update_threshold' => 0,
  2458.             'form.type_extension.csrf.enabled' => false,
  2459.             'asset.request_context.base_path' => '',
  2460.             'asset.request_context.secure' => false,
  2461.             'validator.translation_domain' => 'validators',
  2462.             'translator.logging' => false,
  2463.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  2464.             'profiler_listener.only_exceptions' => false,
  2465.             'profiler_listener.only_master_requests' => false,
  2466.             'debug.error_handler.throw_at' => -1,
  2467.             'router.request_context.host' => 'localhost',
  2468.             'router.request_context.scheme' => 'http',
  2469.             'router.request_context.base_url' => '',
  2470.             'router.resource' => 'kernel::loadRoutes',
  2471.             'request_listener.http_port' => 80,
  2472.             'request_listener.https_port' => 443,
  2473.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2474.             'swiftmailer.spool.default.file.path' => (\dirname(__DIR__4).'/spool/default'),
  2475.             'swiftmailer.mailer.default.spool.enabled' => true,
  2476.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2477.             'swiftmailer.mailer.default.single_address' => NULL,
  2478.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2479.             'swiftmailer.spool.enabled' => true,
  2480.             'swiftmailer.delivery.enabled' => true,
  2481.             'swiftmailer.single_address' => NULL,
  2482.             'swiftmailer.mailers' => [
  2483.                 'default' => 'swiftmailer.mailer.default',
  2484.             ],
  2485.             'swiftmailer.default_mailer' => 'default',
  2486.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2487.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2488.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2489.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2490.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2491.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2492.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2493.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2494.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2495.             'doctrine.entity_managers' => [
  2496.                 'default' => 'doctrine.orm.default_entity_manager',
  2497.             ],
  2498.             'doctrine.default_entity_manager' => 'default',
  2499.             'doctrine.dbal.connection_factory.types' => [
  2500.             ],
  2501.             'doctrine.connections' => [
  2502.                 'default' => 'doctrine.dbal.default_connection',
  2503.             ],
  2504.             'doctrine.default_connection' => 'default',
  2505.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2506.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2507.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2508.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2509.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2510.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2511.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2512.             'doctrine.orm.cache.memcache_port' => 11211,
  2513.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2514.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2515.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2516.             'doctrine.orm.cache.memcached_port' => 11211,
  2517.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2518.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2519.             'doctrine.orm.cache.redis_host' => 'localhost',
  2520.             'doctrine.orm.cache.redis_port' => 6379,
  2521.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2522.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2523.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2524.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2525.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2526.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2527.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2528.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2529.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2530.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2531.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2532.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2533.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2534.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2535.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2536.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2537.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2538.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2539.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2540.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2541.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2542.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2543.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2544.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2545.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2546.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2547.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2548.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2549.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2550.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2551.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2552.             'twig.form.resources' => [
  2553.                 => 'form_div_layout.html.twig',
  2554.             ],
  2555.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  2556.             'monolog.use_microseconds' => true,
  2557.             'monolog.swift_mailer.handlers' => [
  2558.                 => 'monolog.handler.swift',
  2559.             ],
  2560.             'monolog.handlers_to_channels' => [
  2561.                 'monolog.handler.main' => NULL,
  2562.             ],
  2563.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  2564.             'security.role_hierarchy.roles' => [
  2565.             ],
  2566.             'security.access.denied_url' => NULL,
  2567.             'security.authentication.manager.erase_credentials' => true,
  2568.             'security.authentication.session_strategy.strategy' => 'migrate',
  2569.             'security.access.always_authenticate_before_granting' => false,
  2570.             'security.authentication.hide_user_not_found' => true,
  2571.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2572.             'web_profiler.debug_toolbar.mode' => 2,
  2573.             'overblog_graphql_types.config' => [
  2574.                 'Synchronization' => [
  2575.                     'type' => 'object',
  2576.                     'class_name' => 'SynchronizationType',
  2577.                     'inherits' => [
  2578.                     ],
  2579.                     'decorator' => false,
  2580.                     'config' => [
  2581.                         'fields' => [
  2582.                             'id' => [
  2583.                                 'type' => 'Int!',
  2584.                                 'args' => [
  2585.                                 ],
  2586.                             ],
  2587.                             'code' => [
  2588.                                 'type' => 'String!',
  2589.                                 'args' => [
  2590.                                 ],
  2591.                             ],
  2592.                             'dateTimeAt' => [
  2593.                                 'type' => 'DateTime!',
  2594.                                 'args' => [
  2595.                                 ],
  2596.                             ],
  2597.                             'store' => [
  2598.                                 'type' => 'Store!',
  2599.                                 'args' => [
  2600.                                 ],
  2601.                             ],
  2602.                         ],
  2603.                         'name' => 'Synchronization',
  2604.                         'builders' => [
  2605.                         ],
  2606.                         'interfaces' => [
  2607.                         ],
  2608.                     ],
  2609.                 ],
  2610.                 'Product' => [
  2611.                     'type' => 'object',
  2612.                     'class_name' => 'ProductType',
  2613.                     'inherits' => [
  2614.                     ],
  2615.                     'decorator' => false,
  2616.                     'config' => [
  2617.                         'fields' => [
  2618.                             'id' => [
  2619.                                 'type' => 'Int!',
  2620.                                 'description' => 'ID of product',
  2621.                                 'args' => [
  2622.                                 ],
  2623.                             ],
  2624.                             'name' => [
  2625.                                 'type' => 'String!',
  2626.                                 'description' => 'Name of product',
  2627.                                 'args' => [
  2628.                                 ],
  2629.                             ],
  2630.                             'taxRate' => [
  2631.                                 'type' => 'Float',
  2632.                                 'description' => 'Tax rate of product',
  2633.                                 'args' => [
  2634.                                 ],
  2635.                             ],
  2636.                             'description' => [
  2637.                                 'type' => 'String',
  2638.                                 'description' => 'Description of product',
  2639.                                 'args' => [
  2640.                                 ],
  2641.                             ],
  2642.                             'stores' => [
  2643.                                 'type' => '[ProductStore]!',
  2644.                                 'description' => 'List of stores where is product',
  2645.                                 'args' => [
  2646.                                     'storeGroup' => [
  2647.                                         'type' => 'StoreStoreGroupFilter',
  2648.                                     ],
  2649.                                 ],
  2650.                             ],
  2651.                             'storeGroups' => [
  2652.                                 'type' => '[ProductStoreGroup]!',
  2653.                                 'description' => 'List of store groups where is product',
  2654.                                 'args' => [
  2655.                                 ],
  2656.                             ],
  2657.                             'container' => [
  2658.                                 'type' => 'Boolean',
  2659.                                 'description' => 'Is product returnable packaging',
  2660.                                 'args' => [
  2661.                                 ],
  2662.                             ],
  2663.                             'containers' => [
  2664.                                 'type' => '[Product]!',
  2665.                                 'description' => 'Returnable packaging for the product',
  2666.                                 'args' => [
  2667.                                 ],
  2668.                             ],
  2669.                             'productContainers' => [
  2670.                                 'type' => '[ProductContainers]',
  2671.                                 'description' => 'Returnable packaging with quantity for the product',
  2672.                                 'args' => [
  2673.                                 ],
  2674.                             ],
  2675.                             'translations' => [
  2676.                                 'type' => '[ProductTranslation!]!',
  2677.                                 'description' => 'Translations for the product',
  2678.                                 'args' => [
  2679.                                     'locales' => [
  2680.                                         'type' => '[String!]',
  2681.                                     ],
  2682.                                 ],
  2683.                             ],
  2684.                             'image' => [
  2685.                                 'type' => 'String',
  2686.                                 'resolve' => '@=resolver(\'productsImage\', [value])',
  2687.                                 'description' => 'Main image for product',
  2688.                                 'args' => [
  2689.                                 ],
  2690.                             ],
  2691.                             'taxes' => [
  2692.                                 'type' => '[ProductTax]',
  2693.                                 'description' => 'Taxes of product',
  2694.                                 'args' => [
  2695.                                     'locales' => [
  2696.                                         'type' => '[String!]',
  2697.                                     ],
  2698.                                 ],
  2699.                             ],
  2700.                             'variables' => [
  2701.                                 'type' => '[ProductVariable]!',
  2702.                                 'args' => [
  2703.                                 ],
  2704.                             ],
  2705.                             'category' => [
  2706.                                 'type' => 'Category',
  2707.                                 'description' => 'Category of product',
  2708.                                 'args' => [
  2709.                                 ],
  2710.                             ],
  2711.                             'eshopCategory' => [
  2712.                                 'type' => 'EshopCategory',
  2713.                                 'description' => 'Eshop category of product',
  2714.                                 'args' => [
  2715.                                 ],
  2716.                             ],
  2717.                             'europeanArticleNumbers' => [
  2718.                                 'type' => '[EuropeanArticleNumber]!',
  2719.                                 'description' => 'List of barcodes',
  2720.                                 'args' => [
  2721.                                     'quantity' => [
  2722.                                         'type' => 'EuropeanArticleNumberQuantity',
  2723.                                     ],
  2724.                                 ],
  2725.                             ],
  2726.                             'suppliers' => [
  2727.                                 'type' => '[ProductSupplier]',
  2728.                                 'args' => [
  2729.                                 ],
  2730.                             ],
  2731.                             'weighted' => [
  2732.                                 'type' => 'Boolean!',
  2733.                                 'args' => [
  2734.                                 ],
  2735.                             ],
  2736.                             'changeAt' => [
  2737.                                 'type' => 'DateTime!',
  2738.                                 'resolve' => '@=resolver(\'changeAt\', [value])',
  2739.                                 'args' => [
  2740.                                 ],
  2741.                             ],
  2742.                             'unitSize' => [
  2743.                                 'type' => 'Float',
  2744.                                 'resolve' => '@=resolver(\'productsUnitSize\', [value])',
  2745.                                 'args' => [
  2746.                                 ],
  2747.                             ],
  2748.                             'unitType' => [
  2749.                                 'type' => 'String',
  2750.                                 'args' => [
  2751.                                 ],
  2752.                             ],
  2753.                             'deletedAt' => [
  2754.                                 'type' => 'DateTime',
  2755.                                 'args' => [
  2756.                                 ],
  2757.                             ],
  2758.                             'localeRestrictions' => [
  2759.                                 'type' => '[ProductLocaleRestriction]!',
  2760.                                 'args' => [
  2761.                                     'locales' => [
  2762.                                         'type' => '[String!]',
  2763.                                     ],
  2764.                                 ],
  2765.                             ],
  2766.                             'tags' => [
  2767.                                 'type' => '[ProductTag]!',
  2768.                                 'args' => [
  2769.                                 ],
  2770.                             ],
  2771.                             'isFavourite' => [
  2772.                                 'type' => 'Boolean!',
  2773.                                 'args' => [
  2774.                                 ],
  2775.                             ],
  2776.                             'importConfiguration' => [
  2777.                                 'type' => 'String!',
  2778.                                 'description' => 'JSON import data',
  2779.                                 'resolve' => '@=resolver(\'importConfiguration\', [value])',
  2780.                                 'args' => [
  2781.                                 ],
  2782.                             ],
  2783.                             'importUID' => [
  2784.                                 'type' => 'String',
  2785.                                 'description' => 'UID of product from import',
  2786.                                 'resolve' => '@=resolver(\'importUID\', [value])',
  2787.                                 'args' => [
  2788.                                 ],
  2789.                             ],
  2790.                         ],
  2791.                         'name' => 'Product',
  2792.                         'builders' => [
  2793.                         ],
  2794.                         'interfaces' => [
  2795.                         ],
  2796.                     ],
  2797.                 ],
  2798.                 'UnitType' => [
  2799.                     'type' => 'object',
  2800.                     'class_name' => 'UnitTypeType',
  2801.                     'inherits' => [
  2802.                     ],
  2803.                     'decorator' => false,
  2804.                     'config' => [
  2805.                         'fields' => [
  2806.                             'code' => [
  2807.                                 'type' => 'String!',
  2808.                                 'args' => [
  2809.                                 ],
  2810.                             ],
  2811.                             'name' => [
  2812.                                 'type' => 'String!',
  2813.                                 'args' => [
  2814.                                 ],
  2815.                             ],
  2816.                         ],
  2817.                         'name' => 'UnitType',
  2818.                         'builders' => [
  2819.                         ],
  2820.                         'interfaces' => [
  2821.                         ],
  2822.                     ],
  2823.                 ],
  2824.                 'ProductTag' => [
  2825.                     'type' => 'object',
  2826.                     'class_name' => 'ProductTagType',
  2827.                     'inherits' => [
  2828.                     ],
  2829.                     'decorator' => false,
  2830.                     'config' => [
  2831.                         'fields' => [
  2832.                             'name' => [
  2833.                                 'type' => 'String!',
  2834.                                 'args' => [
  2835.                                 ],
  2836.                             ],
  2837.                             'code' => [
  2838.                                 'type' => 'String',
  2839.                                 'args' => [
  2840.                                 ],
  2841.                             ],
  2842.                             'id' => [
  2843.                                 'type' => 'Int!',
  2844.                                 'args' => [
  2845.                                 ],
  2846.                             ],
  2847.                         ],
  2848.                         'name' => 'ProductTag',
  2849.                         'builders' => [
  2850.                         ],
  2851.                         'interfaces' => [
  2852.                         ],
  2853.                     ],
  2854.                 ],
  2855.                 'ProductSupplier' => [
  2856.                     'type' => 'object',
  2857.                     'class_name' => 'ProductSupplierType',
  2858.                     'inherits' => [
  2859.                     ],
  2860.                     'decorator' => false,
  2861.                     'config' => [
  2862.                         'fields' => [
  2863.                             'uid' => [
  2864.                                 'type' => 'String',
  2865.                                 'args' => [
  2866.                                 ],
  2867.                             ],
  2868.                             'name' => [
  2869.                                 'type' => 'String!',
  2870.                                 'args' => [
  2871.                                 ],
  2872.                             ],
  2873.                             'code' => [
  2874.                                 'type' => 'String',
  2875.                                 'args' => [
  2876.                                 ],
  2877.                             ],
  2878.                             'id' => [
  2879.                                 'type' => 'Int!',
  2880.                                 'args' => [
  2881.                                 ],
  2882.                             ],
  2883.                         ],
  2884.                         'name' => 'ProductSupplier',
  2885.                         'builders' => [
  2886.                         ],
  2887.                         'interfaces' => [
  2888.                         ],
  2889.                     ],
  2890.                 ],
  2891.                 'ProductStoreGroup' => [
  2892.                     'type' => 'object',
  2893.                     'class_name' => 'ProductStoreGroupType',
  2894.                     'inherits' => [
  2895.                     ],
  2896.                     'decorator' => false,
  2897.                     'config' => [
  2898.                         'fields' => [
  2899.                             'id' => [
  2900.                                 'type' => 'Int',
  2901.                                 'description' => 'ID of store group',
  2902.                                 'args' => [
  2903.                                 ],
  2904.                             ],
  2905.                             'name' => [
  2906.                                 'type' => 'String',
  2907.                                 'description' => 'Name of store group',
  2908.                                 'args' => [
  2909.                                 ],
  2910.                             ],
  2911.                             'assortment' => [
  2912.                                 'type' => 'String',
  2913.                                 'args' => [
  2914.                                 ],
  2915.                             ],
  2916.                             'supplier' => [
  2917.                                 'type' => 'Supplier',
  2918.                                 'args' => [
  2919.                                 ],
  2920.                             ],
  2921.                         ],
  2922.                         'name' => 'ProductStoreGroup',
  2923.                         'builders' => [
  2924.                         ],
  2925.                         'interfaces' => [
  2926.                         ],
  2927.                     ],
  2928.                 ],
  2929.                 'ProductStore' => [
  2930.                     'type' => 'object',
  2931.                     'class_name' => 'ProductStoreType',
  2932.                     'inherits' => [
  2933.                     ],
  2934.                     'decorator' => false,
  2935.                     'config' => [
  2936.                         'fields' => [
  2937.                             'id' => [
  2938.                                 'type' => 'Int',
  2939.                                 'description' => 'ID of store',
  2940.                                 'args' => [
  2941.                                 ],
  2942.                             ],
  2943.                             'name' => [
  2944.                                 'type' => 'String',
  2945.                                 'description' => 'Name of store',
  2946.                                 'args' => [
  2947.                                 ],
  2948.                             ],
  2949.                             'sellPrice' => [
  2950.                                 'type' => 'Float',
  2951.                                 'description' => 'Current sell price for store',
  2952.                                 'args' => [
  2953.                                 ],
  2954.                             ],
  2955.                             'discountPrice' => [
  2956.                                 'type' => 'Float',
  2957.                                 'args' => [
  2958.                                 ],
  2959.                             ],
  2960.                             'assortment' => [
  2961.                                 'type' => 'String',
  2962.                                 'args' => [
  2963.                                 ],
  2964.                             ],
  2965.                             'buyPriceWithTax' => [
  2966.                                 'type' => 'Float',
  2967.                                 'args' => [
  2968.                                 ],
  2969.                             ],
  2970.                             'buyPriceWithoutTax' => [
  2971.                                 'type' => 'Float',
  2972.                                 'args' => [
  2973.                                 ],
  2974.                             ],
  2975.                             'quantity' => [
  2976.                                 'type' => 'Float',
  2977.                                 'description' => 'Number of pieces in the store',
  2978.                                 'args' => [
  2979.                                 ],
  2980.                             ],
  2981.                             'userInventory' => [
  2982.                                 'type' => 'Float',
  2983.                                 'args' => [
  2984.                                 ],
  2985.                             ],
  2986.                             'shelfCapacity' => [
  2987.                                 'type' => 'Float',
  2988.                                 'args' => [
  2989.                                 ],
  2990.                             ],
  2991.                             'changeAt' => [
  2992.                                 'type' => 'DateTime!',
  2993.                                 'resolve' => '@=resolver(\'changeAt\', [value])',
  2994.                                 'args' => [
  2995.                                 ],
  2996.                             ],
  2997.                             'discounts' => [
  2998.                                 'type' => '[DiscountItem!]!',
  2999.                                 'args' => [
  3000.                                 ],
  3001.                             ],
  3002.                             'supplier' => [
  3003.                                 'type' => 'Supplier',
  3004.                                 'args' => [
  3005.                                 ],
  3006.                             ],
  3007.                             'product' => [
  3008.                                 'type' => 'Product',
  3009.                                 'args' => [
  3010.                                 ],
  3011.                             ],
  3012.                             'lastInventory' => [
  3013.                                 'type' => 'DateTime',
  3014.                                 'args' => [
  3015.                                 ],
  3016.                             ],
  3017.                             'thirtyDayLowPrice' => [
  3018.                                 'type' => 'Float',
  3019.                                 'args' => [
  3020.                                 ],
  3021.                             ],
  3022.                         ],
  3023.                         'name' => 'ProductStore',
  3024.                         'builders' => [
  3025.                         ],
  3026.                         'interfaces' => [
  3027.                         ],
  3028.                     ],
  3029.                 ],
  3030.                 'ProductSupplierFilter' => [
  3031.                     'type' => 'input-object',
  3032.                     'class_name' => 'ProductSupplierFilterType',
  3033.                     'inherits' => [
  3034.                     ],
  3035.                     'decorator' => false,
  3036.                     'config' => [
  3037.                         'fields' => [
  3038.                             'uids' => [
  3039.                                 'type' => '[String!]',
  3040.                                 'validation' => [
  3041.                                     'constraints' => [
  3042.                                         => [
  3043.                                             'Count' => [
  3044.                                                 'min' => 1,
  3045.                                             ],
  3046.                                         ],
  3047.                                     ],
  3048.                                     'link' => NULL,
  3049.                                 ],
  3050.                             ],
  3051.                             'ids' => [
  3052.                                 'type' => '[Int!]',
  3053.                                 'validation' => [
  3054.                                     'constraints' => [
  3055.                                         => [
  3056.                                             'Count' => [
  3057.                                                 'min' => 1,
  3058.                                             ],
  3059.                                         ],
  3060.                                     ],
  3061.                                     'link' => NULL,
  3062.                                 ],
  3063.                             ],
  3064.                             'search' => [
  3065.                                 'type' => 'String',
  3066.                             ],
  3067.                         ],
  3068.                         'name' => 'ProductSupplierFilter',
  3069.                     ],
  3070.                 ],
  3071.                 'ProductEuropeanArticleNumberFilter' => [
  3072.                     'type' => 'input-object',
  3073.                     'class_name' => 'ProductEuropeanArticleNumberFilterType',
  3074.                     'inherits' => [
  3075.                     ],
  3076.                     'decorator' => false,
  3077.                     'config' => [
  3078.                         'fields' => [
  3079.                             'numbers' => [
  3080.                                 'type' => '[String!]',
  3081.                                 'validation' => [
  3082.                                     'constraints' => [
  3083.                                         => [
  3084.                                             'Count' => [
  3085.                                                 'min' => 1,
  3086.                                             ],
  3087.                                         ],
  3088.                                     ],
  3089.                                     'link' => NULL,
  3090.                                 ],
  3091.                             ],
  3092.                         ],
  3093.                         'name' => 'ProductEuropeanArticleNumberFilter',
  3094.                     ],
  3095.                 ],
  3096.                 'ProductStoreFilter' => [
  3097.                     'type' => 'input-object',
  3098.                     'class_name' => 'ProductStoreFilterType',
  3099.                     'inherits' => [
  3100.                     ],
  3101.                     'decorator' => false,
  3102.                     'config' => [
  3103.                         'fields' => [
  3104.                             'ids' => [
  3105.                                 'type' => '[Int!]',
  3106.                                 'description' => 'Filter by stores ID',
  3107.                                 'validation' => [
  3108.                                     'constraints' => [
  3109.                                         => [
  3110.                                             'Count' => [
  3111.                                                 'min' => 1,
  3112.                                             ],
  3113.                                         ],
  3114.                                     ],
  3115.                                     'link' => NULL,
  3116.                                 ],
  3117.                             ],
  3118.                             'assortment' => [
  3119.                                 'type' => 'Boolean',
  3120.                                 'description' => 'Filter only products included in the assortment',
  3121.                             ],
  3122.                             'sellPrice' => [
  3123.                                 'type' => 'ProductPrice',
  3124.                                 'description' => 'Filter product price for store',
  3125.                             ],
  3126.                             'discount' => [
  3127.                                 'type' => 'ProductStoreDiscountFilter',
  3128.                             ],
  3129.                         ],
  3130.                         'name' => 'ProductStoreFilter',
  3131.                     ],
  3132.                 ],
  3133.                 'ProductStoreGroupFilter' => [
  3134.                     'type' => 'input-object',
  3135.                     'class_name' => 'ProductStoreGroupFilterType',
  3136.                     'inherits' => [
  3137.                     ],
  3138.                     'decorator' => false,
  3139.                     'config' => [
  3140.                         'fields' => [
  3141.                             'ids' => [
  3142.                                 'type' => '[Int!]',
  3143.                                 'description' => 'Filter by store groups ID',
  3144.                                 'validation' => [
  3145.                                     'constraints' => [
  3146.                                         => [
  3147.                                             'Count' => [
  3148.                                                 'min' => 1,
  3149.                                             ],
  3150.                                         ],
  3151.                                     ],
  3152.                                     'link' => NULL,
  3153.                                 ],
  3154.                             ],
  3155.                             'assortment' => [
  3156.                                 'type' => 'Boolean',
  3157.                                 'description' => 'Filter only products included in the assortment',
  3158.                             ],
  3159.                         ],
  3160.                         'name' => 'ProductStoreGroupFilter',
  3161.                     ],
  3162.                 ],
  3163.                 'ProductPrice' => [
  3164.                     'type' => 'input-object',
  3165.                     'class_name' => 'ProductPriceType',
  3166.                     'inherits' => [
  3167.                     ],
  3168.                     'decorator' => false,
  3169.                     'config' => [
  3170.                         'fields' => [
  3171.                             'eq' => [
  3172.                                 'type' => 'Float',
  3173.                                 'description' => 'Equal',
  3174.                             ],
  3175.                             'gt' => [
  3176.                                 'type' => 'Float',
  3177.                                 'description' => 'Greater than',
  3178.                             ],
  3179.                             'lw' => [
  3180.                                 'type' => 'Float',
  3181.                                 'description' => 'Lower than',
  3182.                             ],
  3183.                             'neq' => [
  3184.                                 'type' => 'Float',
  3185.                                 'description' => 'Not equal',
  3186.                             ],
  3187.                         ],
  3188.                         'name' => 'ProductPrice',
  3189.                     ],
  3190.                 ],
  3191.                 'ProductTax' => [
  3192.                     'type' => 'object',
  3193.                     'class_name' => 'ProductTaxType',
  3194.                     'inherits' => [
  3195.                     ],
  3196.                     'decorator' => false,
  3197.                     'config' => [
  3198.                         'fields' => [
  3199.                             'id' => [
  3200.                                 'type' => 'Int',
  3201.                                 'description' => 'ID of product tax',
  3202.                                 'args' => [
  3203.                                 ],
  3204.                             ],
  3205.                             'locale' => [
  3206.                                 'type' => 'String',
  3207.                                 'description' => 'Locale of product tax',
  3208.                                 'args' => [
  3209.                                 ],
  3210.                             ],
  3211.                             'percent' => [
  3212.                                 'type' => 'Float',
  3213.                                 'description' => 'Percent of product tax',
  3214.                                 'args' => [
  3215.                                 ],
  3216.                             ],
  3217.                             'vatReverseCharge' => [
  3218.                                 'type' => 'Boolean',
  3219.                                 'description' => 'Transferred tax liability',
  3220.                                 'args' => [
  3221.                                 ],
  3222.                             ],
  3223.                         ],
  3224.                         'name' => 'ProductTax',
  3225.                         'builders' => [
  3226.                         ],
  3227.                         'interfaces' => [
  3228.                         ],
  3229.                     ],
  3230.                 ],
  3231.                 'ProductVariable' => [
  3232.                     'type' => 'object',
  3233.                     'class_name' => 'ProductVariableType',
  3234.                     'inherits' => [
  3235.                     ],
  3236.                     'decorator' => false,
  3237.                     'config' => [
  3238.                         'fields' => [
  3239.                             'id' => [
  3240.                                 'type' => 'Int',
  3241.                                 'description' => 'ID of product variable',
  3242.                                 'args' => [
  3243.                                 ],
  3244.                             ],
  3245.                             'quantity' => [
  3246.                                 'type' => 'Float!',
  3247.                                 'description' => 'What part of the whole product is the given variant',
  3248.                                 'args' => [
  3249.                                 ],
  3250.                             ],
  3251.                             'percentagePrice' => [
  3252.                                 'type' => 'Float!',
  3253.                                 'description' => 'What % of the original price costs the given variant',
  3254.                                 'args' => [
  3255.                                 ],
  3256.                             ],
  3257.                             'isPiece' => [
  3258.                                 'type' => 'Boolean!',
  3259.                                 'description' => 'Is the given variant a piece',
  3260.                                 'args' => [
  3261.                                 ],
  3262.                             ],
  3263.                         ],
  3264.                         'name' => 'ProductVariable',
  3265.                         'builders' => [
  3266.                         ],
  3267.                         'interfaces' => [
  3268.                         ],
  3269.                     ],
  3270.                 ],
  3271.                 'ProductLocaleRestriction' => [
  3272.                     'type' => 'object',
  3273.                     'class_name' => 'ProductLocaleRestrictionType',
  3274.                     'inherits' => [
  3275.                     ],
  3276.                     'decorator' => false,
  3277.                     'config' => [
  3278.                         'fields' => [
  3279.                             'id' => [
  3280.                                 'type' => 'Int!',
  3281.                                 'args' => [
  3282.                                 ],
  3283.                             ],
  3284.                             'locale' => [
  3285.                                 'type' => 'String!',
  3286.                                 'args' => [
  3287.                                 ],
  3288.                             ],
  3289.                             'minimumAge' => [
  3290.                                 'type' => 'Int!',
  3291.                                 'args' => [
  3292.                                 ],
  3293.                             ],
  3294.                         ],
  3295.                         'name' => 'ProductLocaleRestriction',
  3296.                         'builders' => [
  3297.                         ],
  3298.                         'interfaces' => [
  3299.                         ],
  3300.                     ],
  3301.                 ],
  3302.                 'ProductPackage' => [
  3303.                     'type' => 'object',
  3304.                     'class_name' => 'ProductPackageType',
  3305.                     'inherits' => [
  3306.                     ],
  3307.                     'decorator' => false,
  3308.                     'config' => [
  3309.                         'fields' => [
  3310.                             'id' => [
  3311.                                 'type' => 'Int!',
  3312.                                 'args' => [
  3313.                                 ],
  3314.                             ],
  3315.                             'quantity' => [
  3316.                                 'type' => 'Float!',
  3317.                                 'args' => [
  3318.                                 ],
  3319.                             ],
  3320.                         ],
  3321.                         'name' => 'ProductPackage',
  3322.                         'builders' => [
  3323.                         ],
  3324.                         'interfaces' => [
  3325.                         ],
  3326.                     ],
  3327.                 ],
  3328.                 'ProductPackageInput' => [
  3329.                     'type' => 'input-object',
  3330.                     'class_name' => 'ProductPackageInputType',
  3331.                     'inherits' => [
  3332.                     ],
  3333.                     'decorator' => false,
  3334.                     'config' => [
  3335.                         'fields' => [
  3336.                             'quantity' => [
  3337.                                 'type' => 'Float!',
  3338.                             ],
  3339.                         ],
  3340.                         'name' => 'ProductPackageInput',
  3341.                     ],
  3342.                 ],
  3343.                 'ProductStoreDiscountFilter' => [
  3344.                     'type' => 'input-object',
  3345.                     'class_name' => 'ProductStoreDiscountFilterType',
  3346.                     'inherits' => [
  3347.                     ],
  3348.                     'decorator' => false,
  3349.                     'config' => [
  3350.                         'fields' => [
  3351.                             'validDiscount' => [
  3352.                                 'type' => 'Boolean',
  3353.                             ],
  3354.                             'deleted' => [
  3355.                                 'type' => 'Boolean',
  3356.                             ],
  3357.                             'validTo' => [
  3358.                                 'type' => 'String',
  3359.                             ],
  3360.                             'userConfirmable' => [
  3361.                                 'type' => 'Boolean',
  3362.                             ],
  3363.                             'type' => [
  3364.                                 'type' => 'DiscountItemType',
  3365.                             ],
  3366.                         ],
  3367.                         'name' => 'ProductStoreDiscountFilter',
  3368.                     ],
  3369.                 ],
  3370.                 'ProductEditInput' => [
  3371.                     'type' => 'input-object',
  3372.                     'class_name' => 'ProductEditInputType',
  3373.                     'inherits' => [
  3374.                     ],
  3375.                     'decorator' => false,
  3376.                     'config' => [
  3377.                         'fields' => [
  3378.                             'productID' => [
  3379.                                 'type' => 'Int!',
  3380.                             ],
  3381.                             'suppliers' => [
  3382.                                 'type' => '[ProductSupplierInput!]',
  3383.                             ],
  3384.                             'stores' => [
  3385.                                 'type' => '[ProductStoreInput!]',
  3386.                             ],
  3387.                             'storeGroups' => [
  3388.                                 'type' => '[ProductStoreGroupInput!]',
  3389.                             ],
  3390.                             'translations' => [
  3391.                                 'type' => '[EditProductTranslationInput!]',
  3392.                             ],
  3393.                             'taxes' => [
  3394.                                 'type' => '[EditProductTaxInput!]',
  3395.                             ],
  3396.                         ],
  3397.                         'name' => 'ProductEditInput',
  3398.                     ],
  3399.                 ],
  3400.                 'ProductSupplierInput' => [
  3401.                     'type' => 'input-object',
  3402.                     'class_name' => 'ProductSupplierInputType',
  3403.                     'inherits' => [
  3404.                     ],
  3405.                     'decorator' => false,
  3406.                     'config' => [
  3407.                         'fields' => [
  3408.                             'supplierID' => [
  3409.                                 'type' => 'Int!',
  3410.                             ],
  3411.                             'uid' => [
  3412.                                 'type' => 'String!',
  3413.                             ],
  3414.                         ],
  3415.                         'name' => 'ProductSupplierInput',
  3416.                     ],
  3417.                 ],
  3418.                 'ProductStoreInput' => [
  3419.                     'type' => 'input-object',
  3420.                     'class_name' => 'ProductStoreInputType',
  3421.                     'inherits' => [
  3422.                     ],
  3423.                     'decorator' => false,
  3424.                     'config' => [
  3425.                         'fields' => [
  3426.                             'storeID' => [
  3427.                                 'type' => 'Int!',
  3428.                             ],
  3429.                             'assortment' => [
  3430.                                 'type' => 'String',
  3431.                             ],
  3432.                             'shelfCapacity' => [
  3433.                                 'type' => 'Float',
  3434.                             ],
  3435.                             'supplierID' => [
  3436.                                 'type' => 'Int',
  3437.                             ],
  3438.                         ],
  3439.                         'name' => 'ProductStoreInput',
  3440.                     ],
  3441.                 ],
  3442.                 'ProductStoreGroupInput' => [
  3443.                     'type' => 'input-object',
  3444.                     'class_name' => 'ProductStoreGroupInputType',
  3445.                     'inherits' => [
  3446.                     ],
  3447.                     'decorator' => false,
  3448.                     'config' => [
  3449.                         'fields' => [
  3450.                             'storeGroupID' => [
  3451.                                 'type' => 'Int!',
  3452.                             ],
  3453.                             'assortment' => [
  3454.                                 'type' => 'String',
  3455.                             ],
  3456.                             'supplierID' => [
  3457.                                 'type' => 'Int',
  3458.                             ],
  3459.                         ],
  3460.                         'name' => 'ProductStoreGroupInput',
  3461.                     ],
  3462.                 ],
  3463.                 'CreateProductInput' => [
  3464.                     'type' => 'input-object',
  3465.                     'class_name' => 'CreateProductInputType',
  3466.                     'inherits' => [
  3467.                     ],
  3468.                     'decorator' => false,
  3469.                     'config' => [
  3470.                         'fields' => [
  3471.                             'isContainer' => [
  3472.                                 'type' => 'Boolean!',
  3473.                             ],
  3474.                             'isWeighted' => [
  3475.                                 'type' => 'Boolean!',
  3476.                             ],
  3477.                             'translations' => [
  3478.                                 'type' => '[CreateProductTranslationInput!]!',
  3479.                                 'validation' => [
  3480.                                     'constraints' => [
  3481.                                         => [
  3482.                                             'Count' => [
  3483.                                                 'min' => 1,
  3484.                                             ],
  3485.                                         ],
  3486.                                     ],
  3487.                                     'link' => NULL,
  3488.                                 ],
  3489.                             ],
  3490.                             'taxes' => [
  3491.                                 'type' => '[CreateProductTaxInput!]!',
  3492.                                 'validation' => [
  3493.                                     'constraints' => [
  3494.                                         => [
  3495.                                             'Count' => [
  3496.                                                 'min' => 1,
  3497.                                             ],
  3498.                                         ],
  3499.                                     ],
  3500.                                     'link' => NULL,
  3501.                                 ],
  3502.                             ],
  3503.                             'containersIDs' => [
  3504.                                 'type' => '[Int!]',
  3505.                             ],
  3506.                             'images' => [
  3507.                                 'type' => '[CreateProductImage!]',
  3508.                             ],
  3509.                             'categoryID' => [
  3510.                                 'type' => 'Int',
  3511.                             ],
  3512.                             'europeanArticleNumbers' => [
  3513.                                 'type' => '[CreateEuropeanArticleNumberInput!]',
  3514.                             ],
  3515.                             'unitType' => [
  3516.                                 'type' => 'String',
  3517.                             ],
  3518.                             'unitSize' => [
  3519.                                 'type' => 'Float',
  3520.                             ],
  3521.                             'alcohol' => [
  3522.                                 'type' => 'Float',
  3523.                             ],
  3524.                             'isCigarette' => [
  3525.                                 'type' => 'Boolean',
  3526.                             ],
  3527.                         ],
  3528.                         'name' => 'CreateProductInput',
  3529.                     ],
  3530.                 ],
  3531.                 'CreateProductImage' => [
  3532.                     'type' => 'input-object',
  3533.                     'class_name' => 'CreateProductImageType',
  3534.                     'inherits' => [
  3535.                     ],
  3536.                     'decorator' => false,
  3537.                     'config' => [
  3538.                         'fields' => [
  3539.                             'priority' => [
  3540.                                 'type' => 'Int!',
  3541.                             ],
  3542.                             'base64' => [
  3543.                                 'type' => 'String!',
  3544.                             ],
  3545.                         ],
  3546.                         'name' => 'CreateProductImage',
  3547.                     ],
  3548.                 ],
  3549.                 'CreateProductTranslationInput' => [
  3550.                     'type' => 'input-object',
  3551.                     'class_name' => 'CreateProductTranslationInputType',
  3552.                     'inherits' => [
  3553.                     ],
  3554.                     'decorator' => false,
  3555.                     'config' => [
  3556.                         'fields' => [
  3557.                             'locale' => [
  3558.                                 'type' => 'String!',
  3559.                             ],
  3560.                             'name' => [
  3561.                                 'type' => 'String!',
  3562.                             ],
  3563.                             'shortDescription' => [
  3564.                                 'type' => 'String',
  3565.                             ],
  3566.                             'description' => [
  3567.                                 'type' => 'String',
  3568.                             ],
  3569.                         ],
  3570.                         'name' => 'CreateProductTranslationInput',
  3571.                     ],
  3572.                 ],
  3573.                 'EditProductTranslationInput' => [
  3574.                     'type' => 'input-object',
  3575.                     'class_name' => 'EditProductTranslationInputType',
  3576.                     'inherits' => [
  3577.                     ],
  3578.                     'decorator' => false,
  3579.                     'config' => [
  3580.                         'fields' => [
  3581.                             'locale' => [
  3582.                                 'type' => 'String!',
  3583.                             ],
  3584.                             'name' => [
  3585.                                 'type' => 'String!',
  3586.                             ],
  3587.                             'shortDescription' => [
  3588.                                 'type' => 'String',
  3589.                             ],
  3590.                             'description' => [
  3591.                                 'type' => 'String',
  3592.                             ],
  3593.                         ],
  3594.                         'name' => 'EditProductTranslationInput',
  3595.                     ],
  3596.                 ],
  3597.                 'CreateProductTaxInput' => [
  3598.                     'type' => 'input-object',
  3599.                     'class_name' => 'CreateProductTaxInputType',
  3600.                     'inherits' => [
  3601.                     ],
  3602.                     'decorator' => false,
  3603.                     'config' => [
  3604.                         'fields' => [
  3605.                             'locale' => [
  3606.                                 'type' => 'String!',
  3607.                             ],
  3608.                             'percent' => [
  3609.                                 'type' => 'Float!',
  3610.                             ],
  3611.                             'isVatReverseCharge' => [
  3612.                                 'type' => 'Boolean!',
  3613.                             ],
  3614.                         ],
  3615.                         'name' => 'CreateProductTaxInput',
  3616.                     ],
  3617.                 ],
  3618.                 'EditProductTaxInput' => [
  3619.                     'type' => 'input-object',
  3620.                     'class_name' => 'EditProductTaxInputType',
  3621.                     'inherits' => [
  3622.                     ],
  3623.                     'decorator' => false,
  3624.                     'config' => [
  3625.                         'fields' => [
  3626.                             'locale' => [
  3627.                                 'type' => 'String!',
  3628.                             ],
  3629.                             'percent' => [
  3630.                                 'type' => 'Float!',
  3631.                             ],
  3632.                             'isVatReverseCharge' => [
  3633.                                 'type' => 'Boolean!',
  3634.                             ],
  3635.                         ],
  3636.                         'name' => 'EditProductTaxInput',
  3637.                     ],
  3638.                 ],
  3639.                 'CreateEuropeanArticleNumberInput' => [
  3640.                     'type' => 'input-object',
  3641.                     'class_name' => 'CreateEuropeanArticleNumberInputType',
  3642.                     'inherits' => [
  3643.                     ],
  3644.                     'decorator' => false,
  3645.                     'config' => [
  3646.                         'fields' => [
  3647.                             'quantity' => [
  3648.                                 'type' => 'Float!',
  3649.                             ],
  3650.                             'number' => [
  3651.                                 'type' => 'String!',
  3652.                             ],
  3653.                         ],
  3654.                         'name' => 'CreateEuropeanArticleNumberInput',
  3655.                     ],
  3656.                 ],
  3657.                 'ProductFilter' => [
  3658.                     'type' => 'input-object',
  3659.                     'class_name' => 'ProductFilterType',
  3660.                     'inherits' => [
  3661.                     ],
  3662.                     'decorator' => false,
  3663.                     'config' => [
  3664.                         'fields' => [
  3665.                             'store' => [
  3666.                                 'type' => 'ProductStoreFilter',
  3667.                             ],
  3668.                             'search' => [
  3669.                                 'type' => 'String',
  3670.                                 'description' => 'Search products by text',
  3671.                             ],
  3672.                         ],
  3673.                         'name' => 'ProductFilter',
  3674.                     ],
  3675.                 ],
  3676.                 'ProductTagFilter' => [
  3677.                     'type' => 'input-object',
  3678.                     'class_name' => 'ProductTagFilterType',
  3679.                     'inherits' => [
  3680.                     ],
  3681.                     'decorator' => false,
  3682.                     'config' => [
  3683.                         'fields' => [
  3684.                             'ids' => [
  3685.                                 'type' => '[Int!]',
  3686.                             ],
  3687.                             'codes' => [
  3688.                                 'type' => '[String!]',
  3689.                             ],
  3690.                         ],
  3691.                         'name' => 'ProductTagFilter',
  3692.                     ],
  3693.                 ],
  3694.                 'ProductTranslation' => [
  3695.                     'type' => 'object',
  3696.                     'class_name' => 'ProductTranslationType',
  3697.                     'inherits' => [
  3698.                     ],
  3699.                     'decorator' => false,
  3700.                     'config' => [
  3701.                         'fields' => [
  3702.                             'id' => [
  3703.                                 'type' => 'Int',
  3704.                                 'args' => [
  3705.                                 ],
  3706.                             ],
  3707.                             'name' => [
  3708.                                 'type' => 'String!',
  3709.                                 'args' => [
  3710.                                 ],
  3711.                             ],
  3712.                             'description' => [
  3713.                                 'type' => 'String',
  3714.                                 'args' => [
  3715.                                 ],
  3716.                             ],
  3717.                             'locale' => [
  3718.                                 'type' => 'String!',
  3719.                                 'args' => [
  3720.                                 ],
  3721.                             ],
  3722.                             'shortDescription' => [
  3723.                                 'type' => 'String',
  3724.                                 'args' => [
  3725.                                 ],
  3726.                             ],
  3727.                         ],
  3728.                         'name' => 'ProductTranslation',
  3729.                         'builders' => [
  3730.                         ],
  3731.                         'interfaces' => [
  3732.                         ],
  3733.                     ],
  3734.                 ],
  3735.                 'ProductTranslationFilter' => [
  3736.                     'type' => 'input-object',
  3737.                     'class_name' => 'ProductTranslationFilterType',
  3738.                     'inherits' => [
  3739.                     ],
  3740.                     'decorator' => false,
  3741.                     'config' => [
  3742.                         'fields' => [
  3743.                             'locales' => [
  3744.                                 'type' => '[String!]',
  3745.                             ],
  3746.                             'search' => [
  3747.                                 'type' => 'String',
  3748.                             ],
  3749.                         ],
  3750.                         'name' => 'ProductTranslationFilter',
  3751.                     ],
  3752.                 ],
  3753.                 'ProductTaxFilter' => [
  3754.                     'type' => 'input-object',
  3755.                     'class_name' => 'ProductTaxFilterType',
  3756.                     'inherits' => [
  3757.                     ],
  3758.                     'decorator' => false,
  3759.                     'config' => [
  3760.                         'fields' => [
  3761.                             'locales' => [
  3762.                                 'type' => '[String!]',
  3763.                             ],
  3764.                         ],
  3765.                         'name' => 'ProductTaxFilter',
  3766.                     ],
  3767.                 ],
  3768.                 'ProductOrder' => [
  3769.                     'type' => 'input-object',
  3770.                     'class_name' => 'ProductOrderType',
  3771.                     'inherits' => [
  3772.                     ],
  3773.                     'decorator' => false,
  3774.                     'config' => [
  3775.                         'fields' => [
  3776.                             'alerts' => [
  3777.                                 'type' => 'ProductAlertOrder',
  3778.                             ],
  3779.                         ],
  3780.                         'name' => 'ProductOrder',
  3781.                     ],
  3782.                 ],
  3783.                 'ProductAlertOrder' => [
  3784.                     'type' => 'input-object',
  3785.                     'class_name' => 'ProductAlertOrderType',
  3786.                     'inherits' => [
  3787.                     ],
  3788.                     'decorator' => false,
  3789.                     'config' => [
  3790.                         'fields' => [
  3791.                             'price' => [
  3792.                                 'type' => 'Int',
  3793.                             ],
  3794.                             'priceTag' => [
  3795.                                 'type' => 'Int',
  3796.                             ],
  3797.                         ],
  3798.                         'name' => 'ProductAlertOrder',
  3799.                     ],
  3800.                 ],
  3801.                 'ProductContainers' => [
  3802.                     'type' => 'object',
  3803.                     'class_name' => 'ProductContainersType',
  3804.                     'inherits' => [
  3805.                     ],
  3806.                     'decorator' => false,
  3807.                     'config' => [
  3808.                         'fields' => [
  3809.                             'id' => [
  3810.                                 'type' => 'Int!',
  3811.                                 'args' => [
  3812.                                 ],
  3813.                             ],
  3814.                             'product' => [
  3815.                                 'type' => 'Product',
  3816.                                 'args' => [
  3817.                                 ],
  3818.                             ],
  3819.                             'quantity' => [
  3820.                                 'type' => 'Float',
  3821.                                 'args' => [
  3822.                                 ],
  3823.                             ],
  3824.                             'container' => [
  3825.                                 'type' => 'Product',
  3826.                                 'args' => [
  3827.                                 ],
  3828.                             ],
  3829.                         ],
  3830.                         'name' => 'ProductContainers',
  3831.                         'builders' => [
  3832.                         ],
  3833.                         'interfaces' => [
  3834.                         ],
  3835.                     ],
  3836.                 ],
  3837.                 'ProductStoreSortBy' => [
  3838.                     'type' => 'input-object',
  3839.                     'class_name' => 'ProductStoreSortByType',
  3840.                     'inherits' => [
  3841.                     ],
  3842.                     'decorator' => false,
  3843.                     'config' => [
  3844.                         'fields' => [
  3845.                             'field' => [
  3846.                                 'type' => 'ProductStoreSortByField!',
  3847.                             ],
  3848.                             'order' => [
  3849.                                 'type' => 'SortOrder!',
  3850.                             ],
  3851.                         ],
  3852.                         'name' => 'ProductStoreSortBy',
  3853.                     ],
  3854.                 ],
  3855.                 'ProductStoreSortByField' => [
  3856.                     'type' => 'enum',
  3857.                     'class_name' => 'ProductStoreSortByFieldType',
  3858.                     'inherits' => [
  3859.                     ],
  3860.                     'decorator' => false,
  3861.                     'config' => [
  3862.                         'values' => [
  3863.                             'LAST_INVENTORY' => [
  3864.                                 'value' => 'LAST_INVENTORY',
  3865.                             ],
  3866.                             'QUANTITY' => [
  3867.                                 'value' => 'QUANTITY',
  3868.                             ],
  3869.                         ],
  3870.                         'name' => 'ProductStoreSortByField',
  3871.                     ],
  3872.                 ],
  3873.                 'SortOrder' => [
  3874.                     'type' => 'enum',
  3875.                     'class_name' => 'SortOrderType',
  3876.                     'inherits' => [
  3877.                     ],
  3878.                     'decorator' => false,
  3879.                     'config' => [
  3880.                         'values' => [
  3881.                             'ASC' => [
  3882.                                 'value' => 'ASC',
  3883.                             ],
  3884.                             'DESC' => [
  3885.                                 'value' => 'DESC',
  3886.                             ],
  3887.                         ],
  3888.                         'name' => 'SortOrder',
  3889.                     ],
  3890.                 ],
  3891.                 'NumberFilter' => [
  3892.                     'type' => 'input-object',
  3893.                     'class_name' => 'NumberFilterType',
  3894.                     'inherits' => [
  3895.                     ],
  3896.                     'decorator' => false,
  3897.                     'config' => [
  3898.                         'fields' => [
  3899.                             'eq' => [
  3900.                                 'type' => 'Float',
  3901.                             ],
  3902.                             'gt' => [
  3903.                                 'type' => 'Float',
  3904.                             ],
  3905.                             'lw' => [
  3906.                                 'type' => 'Float',
  3907.                             ],
  3908.                             'neq' => [
  3909.                                 'type' => 'Float',
  3910.                             ],
  3911.                         ],
  3912.                         'name' => 'NumberFilter',
  3913.                     ],
  3914.                 ],
  3915.                 'PriceTagConvertInput' => [
  3916.                     'type' => 'input-object',
  3917.                     'class_name' => 'PriceTagConvertInputType',
  3918.                     'inherits' => [
  3919.                     ],
  3920.                     'decorator' => false,
  3921.                     'config' => [
  3922.                         'fields' => [
  3923.                             'base64' => [
  3924.                                 'type' => 'String!',
  3925.                             ],
  3926.                             'export' => [
  3927.                                 'type' => 'String!',
  3928.                             ],
  3929.                         ],
  3930.                         'name' => 'PriceTagConvertInput',
  3931.                     ],
  3932.                 ],
  3933.                 'PriceTagConvert' => [
  3934.                     'type' => 'object',
  3935.                     'class_name' => 'PriceTagConvertType',
  3936.                     'inherits' => [
  3937.                     ],
  3938.                     'decorator' => false,
  3939.                     'config' => [
  3940.                         'fields' => [
  3941.                             'data' => [
  3942.                                 'type' => 'String!',
  3943.                                 'args' => [
  3944.                                 ],
  3945.                             ],
  3946.                         ],
  3947.                         'name' => 'PriceTagConvert',
  3948.                         'builders' => [
  3949.                         ],
  3950.                         'interfaces' => [
  3951.                         ],
  3952.                     ],
  3953.                 ],
  3954.                 'Attribute' => [
  3955.                     'type' => 'object',
  3956.                     'class_name' => 'AttributeType',
  3957.                     'inherits' => [
  3958.                     ],
  3959.                     'decorator' => false,
  3960.                     'config' => [
  3961.                         'fields' => [
  3962.                             'id' => [
  3963.                                 'type' => 'Int!',
  3964.                                 'args' => [
  3965.                                 ],
  3966.                             ],
  3967.                             'type' => [
  3968.                                 'type' => 'String!',
  3969.                                 'args' => [
  3970.                                 ],
  3971.                             ],
  3972.                             'code' => [
  3973.                                 'type' => 'String!',
  3974.                                 'args' => [
  3975.                                 ],
  3976.                             ],
  3977.                             'values' => [
  3978.                                 'type' => '[AttributeValue]!',
  3979.                                 'args' => [
  3980.                                 ],
  3981.                             ],
  3982.                         ],
  3983.                         'name' => 'Attribute',
  3984.                         'builders' => [
  3985.                         ],
  3986.                         'interfaces' => [
  3987.                         ],
  3988.                     ],
  3989.                 ],
  3990.                 'AttributeValue' => [
  3991.                     'type' => 'object',
  3992.                     'class_name' => 'AttributeValueType',
  3993.                     'inherits' => [
  3994.                     ],
  3995.                     'decorator' => false,
  3996.                     'config' => [
  3997.                         'fields' => [
  3998.                             'id' => [
  3999.                                 'type' => 'Int!',
  4000.                                 'args' => [
  4001.                                 ],
  4002.                             ],
  4003.                             'value' => [
  4004.                                 'type' => 'String!',
  4005.                                 'args' => [
  4006.                                 ],
  4007.                             ],
  4008.                             'attribute' => [
  4009.                                 'type' => 'Attribute!',
  4010.                                 'args' => [
  4011.                                 ],
  4012.                             ],
  4013.                             'code' => [
  4014.                                 'type' => 'String!',
  4015.                                 'args' => [
  4016.                                 ],
  4017.                             ],
  4018.                             'translations' => [
  4019.                                 'type' => '[AttributeValueTranslation]!',
  4020.                                 'args' => [
  4021.                                 ],
  4022.                             ],
  4023.                         ],
  4024.                         'name' => 'AttributeValue',
  4025.                         'builders' => [
  4026.                         ],
  4027.                         'interfaces' => [
  4028.                         ],
  4029.                     ],
  4030.                 ],
  4031.                 'AttributeValueTranslation' => [
  4032.                     'type' => 'object',
  4033.                     'class_name' => 'AttributeValueTranslationType',
  4034.                     'inherits' => [
  4035.                     ],
  4036.                     'decorator' => false,
  4037.                     'config' => [
  4038.                         'fields' => [
  4039.                             'id' => [
  4040.                                 'type' => 'Int!',
  4041.                                 'args' => [
  4042.                                 ],
  4043.                             ],
  4044.                             'value' => [
  4045.                                 'type' => 'String!',
  4046.                                 'args' => [
  4047.                                 ],
  4048.                             ],
  4049.                             'locale' => [
  4050.                                 'type' => 'String!',
  4051.                                 'args' => [
  4052.                                 ],
  4053.                             ],
  4054.                         ],
  4055.                         'name' => 'AttributeValueTranslation',
  4056.                         'builders' => [
  4057.                         ],
  4058.                         'interfaces' => [
  4059.                         ],
  4060.                     ],
  4061.                 ],
  4062.                 'Result' => [
  4063.                     'type' => 'object',
  4064.                     'class_name' => 'ResultType',
  4065.                     'inherits' => [
  4066.                     ],
  4067.                     'decorator' => false,
  4068.                     'config' => [
  4069.                         'fields' => [
  4070.                             'result' => [
  4071.                                 'type' => 'Boolean!',
  4072.                                 'args' => [
  4073.                                 ],
  4074.                             ],
  4075.                         ],
  4076.                         'name' => 'Result',
  4077.                         'builders' => [
  4078.                         ],
  4079.                         'interfaces' => [
  4080.                         ],
  4081.                     ],
  4082.                 ],
  4083.                 'DeliverySlot' => [
  4084.                     'type' => 'object',
  4085.                     'class_name' => 'DeliverySlotType',
  4086.                     'inherits' => [
  4087.                     ],
  4088.                     'decorator' => false,
  4089.                     'config' => [
  4090.                         'fields' => [
  4091.                             'id' => [
  4092.                                 'type' => 'Int!',
  4093.                                 'args' => [
  4094.                                 ],
  4095.                             ],
  4096.                             'priority' => [
  4097.                                 'type' => 'Int',
  4098.                                 'args' => [
  4099.                                 ],
  4100.                             ],
  4101.                             'date' => [
  4102.                                 'type' => 'String!',
  4103.                                 'args' => [
  4104.                                 ],
  4105.                             ],
  4106.                             'times' => [
  4107.                                 'type' => '[String!]!',
  4108.                                 'args' => [
  4109.                                 ],
  4110.                             ],
  4111.                             'prices' => [
  4112.                                 'type' => '[DeliverySlotsPrices]',
  4113.                                 'args' => [
  4114.                                 ],
  4115.                             ],
  4116.                             'storeId' => [
  4117.                                 'type' => 'Int',
  4118.                                 'args' => [
  4119.                                 ],
  4120.                             ],
  4121.                         ],
  4122.                         'name' => 'DeliverySlot',
  4123.                         'builders' => [
  4124.                         ],
  4125.                         'interfaces' => [
  4126.                         ],
  4127.                     ],
  4128.                 ],
  4129.                 'DeliverySlotsPrices' => [
  4130.                     'type' => 'object',
  4131.                     'class_name' => 'DeliverySlotsPricesType',
  4132.                     'inherits' => [
  4133.                     ],
  4134.                     'decorator' => false,
  4135.                     'config' => [
  4136.                         'fields' => [
  4137.                             'price' => [
  4138.                                 'type' => 'Float!',
  4139.                                 'args' => [
  4140.                                 ],
  4141.                             ],
  4142.                             'cartTotalFrom' => [
  4143.                                 'type' => 'Float!',
  4144.                                 'args' => [
  4145.                                 ],
  4146.                             ],
  4147.                         ],
  4148.                         'name' => 'DeliverySlotsPrices',
  4149.                         'builders' => [
  4150.                         ],
  4151.                         'interfaces' => [
  4152.                         ],
  4153.                     ],
  4154.                 ],
  4155.                 'DeliveryPlaceType' => [
  4156.                     'type' => 'enum',
  4157.                     'class_name' => 'DeliveryPlaceTypeType',
  4158.                     'inherits' => [
  4159.                     ],
  4160.                     'decorator' => false,
  4161.                     'config' => [
  4162.                         'values' => [
  4163.                             'ZIP' => [
  4164.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Delivery\\\\DeliveryMethodPlace::PLACE_TYPE_ZIP")',
  4165.                             ],
  4166.                         ],
  4167.                         'name' => 'DeliveryPlaceType',
  4168.                     ],
  4169.                 ],
  4170.                 'Date' => [
  4171.                     'type' => 'custom-scalar',
  4172.                     'class_name' => 'DateType',
  4173.                     'inherits' => [
  4174.                     ],
  4175.                     'decorator' => false,
  4176.                     'config' => [
  4177.                         'serialize' => [
  4178.                             => 'GraphQL\\Type\\DateType',
  4179.                             => 'serialize',
  4180.                         ],
  4181.                         'parseValue' => [
  4182.                             => 'GraphQL\\Type\\DateType',
  4183.                             => 'parseValue',
  4184.                         ],
  4185.                         'parseLiteral' => [
  4186.                             => 'GraphQL\\Type\\DateType',
  4187.                             => 'parseLiteral',
  4188.                         ],
  4189.                         'name' => 'Date',
  4190.                     ],
  4191.                 ],
  4192.                 'DeliverySlotInput' => [
  4193.                     'type' => 'input-object',
  4194.                     'class_name' => 'DeliverySlotInputType',
  4195.                     'inherits' => [
  4196.                     ],
  4197.                     'decorator' => false,
  4198.                     'config' => [
  4199.                         'fields' => [
  4200.                             'deliveryMethodID' => [
  4201.                                 'type' => 'Int!',
  4202.                             ],
  4203.                             'date' => [
  4204.                                 'type' => 'String!',
  4205.                             ],
  4206.                             'time' => [
  4207.                                 'type' => 'String!',
  4208.                             ],
  4209.                             'price' => [
  4210.                                 'type' => 'Float!',
  4211.                             ],
  4212.                         ],
  4213.                         'name' => 'DeliverySlotInput',
  4214.                     ],
  4215.                 ],
  4216.                 'DeliverySlotStores' => [
  4217.                     'type' => 'object',
  4218.                     'class_name' => 'DeliverySlotStoresType',
  4219.                     'inherits' => [
  4220.                     ],
  4221.                     'decorator' => false,
  4222.                     'config' => [
  4223.                         'fields' => [
  4224.                             'stores' => [
  4225.                                 'type' => '[Store!]!',
  4226.                                 'args' => [
  4227.                                 ],
  4228.                             ],
  4229.                         ],
  4230.                         'name' => 'DeliverySlotStores',
  4231.                         'builders' => [
  4232.                         ],
  4233.                         'interfaces' => [
  4234.                         ],
  4235.                     ],
  4236.                 ],
  4237.                 'DeliveryMethod' => [
  4238.                     'type' => 'object',
  4239.                     'class_name' => 'DeliveryMethodType',
  4240.                     'inherits' => [
  4241.                     ],
  4242.                     'decorator' => false,
  4243.                     'config' => [
  4244.                         'fields' => [
  4245.                             'id' => [
  4246.                                 'type' => 'Int!',
  4247.                                 'args' => [
  4248.                                 ],
  4249.                             ],
  4250.                             'code' => [
  4251.                                 'type' => 'String!',
  4252.                                 'args' => [
  4253.                                 ],
  4254.                             ],
  4255.                             'places' => [
  4256.                                 'type' => '[DeliveryMethodPlace]!',
  4257.                                 'args' => [
  4258.                                 ],
  4259.                             ],
  4260.                         ],
  4261.                         'name' => 'DeliveryMethod',
  4262.                         'builders' => [
  4263.                         ],
  4264.                         'interfaces' => [
  4265.                         ],
  4266.                     ],
  4267.                 ],
  4268.                 'DeliveryMethodPlace' => [
  4269.                     'type' => 'object',
  4270.                     'class_name' => 'DeliveryMethodPlaceType',
  4271.                     'inherits' => [
  4272.                     ],
  4273.                     'decorator' => false,
  4274.                     'config' => [
  4275.                         'fields' => [
  4276.                             'id' => [
  4277.                                 'type' => 'Int!',
  4278.                                 'args' => [
  4279.                                 ],
  4280.                             ],
  4281.                             'priority' => [
  4282.                                 'type' => 'Int',
  4283.                                 'args' => [
  4284.                                 ],
  4285.                             ],
  4286.                             'placeType' => [
  4287.                                 'type' => 'String!',
  4288.                                 'args' => [
  4289.                                 ],
  4290.                             ],
  4291.                             'stores' => [
  4292.                                 'type' => '[Store!]!',
  4293.                                 'args' => [
  4294.                                 ],
  4295.                             ],
  4296.                             'placeValues' => [
  4297.                                 'type' => '[DeliveryMethodPlaceValue!]!',
  4298.                                 'args' => [
  4299.                                 ],
  4300.                             ],
  4301.                         ],
  4302.                         'name' => 'DeliveryMethodPlace',
  4303.                         'builders' => [
  4304.                         ],
  4305.                         'interfaces' => [
  4306.                         ],
  4307.                     ],
  4308.                 ],
  4309.                 'DeliveryMethodPlaceValue' => [
  4310.                     'type' => 'object',
  4311.                     'class_name' => 'DeliveryMethodPlaceValueType',
  4312.                     'inherits' => [
  4313.                     ],
  4314.                     'decorator' => false,
  4315.                     'config' => [
  4316.                         'fields' => [
  4317.                             'value' => [
  4318.                                 'type' => 'String!',
  4319.                                 'args' => [
  4320.                                 ],
  4321.                             ],
  4322.                         ],
  4323.                         'name' => 'DeliveryMethodPlaceValue',
  4324.                         'builders' => [
  4325.                         ],
  4326.                         'interfaces' => [
  4327.                         ],
  4328.                     ],
  4329.                 ],
  4330.                 'PlaceSearchInput' => [
  4331.                     'type' => 'input-object',
  4332.                     'class_name' => 'PlaceSearchInputType',
  4333.                     'inherits' => [
  4334.                     ],
  4335.                     'decorator' => false,
  4336.                     'config' => [
  4337.                         'fields' => [
  4338.                             'type' => [
  4339.                                 'type' => 'DeliveryPlaceType!',
  4340.                             ],
  4341.                             'value' => [
  4342.                                 'type' => 'String!',
  4343.                             ],
  4344.                         ],
  4345.                         'name' => 'PlaceSearchInput',
  4346.                     ],
  4347.                 ],
  4348.                 'StoreCentral' => [
  4349.                     'type' => 'object',
  4350.                     'class_name' => 'StoreCentralType',
  4351.                     'inherits' => [
  4352.                     ],
  4353.                     'decorator' => false,
  4354.                     'config' => [
  4355.                         'fields' => [
  4356.                             'id' => [
  4357.                                 'type' => 'Int!',
  4358.                                 'args' => [
  4359.                                 ],
  4360.                             ],
  4361.                         ],
  4362.                         'name' => 'StoreCentral',
  4363.                         'builders' => [
  4364.                         ],
  4365.                         'interfaces' => [
  4366.                         ],
  4367.                     ],
  4368.                 ],
  4369.                 'CreateStoreCentralInput' => [
  4370.                     'type' => 'input-object',
  4371.                     'class_name' => 'CreateStoreCentralInputType',
  4372.                     'inherits' => [
  4373.                     ],
  4374.                     'decorator' => false,
  4375.                     'config' => [
  4376.                         'fields' => [
  4377.                             'createdAt' => [
  4378.                                 'type' => 'String!',
  4379.                             ],
  4380.                             'storeID' => [
  4381.                                 'type' => 'Int!',
  4382.                             ],
  4383.                             'printer' => [
  4384.                                 'type' => 'String!',
  4385.                             ],
  4386.                             'type' => [
  4387.                                 'type' => 'String!',
  4388.                             ],
  4389.                             'createdBy' => [
  4390.                                 'type' => 'Int!',
  4391.                             ],
  4392.                             'posTotalPriceWithTax' => [
  4393.                                 'type' => 'Float!',
  4394.                             ],
  4395.                         ],
  4396.                         'name' => 'CreateStoreCentralInput',
  4397.                     ],
  4398.                 ],
  4399.                 'PaymentInput' => [
  4400.                     'type' => 'input-object',
  4401.                     'class_name' => 'PaymentInputType',
  4402.                     'inherits' => [
  4403.                     ],
  4404.                     'decorator' => false,
  4405.                     'config' => [
  4406.                         'fields' => [
  4407.                             'type' => [
  4408.                                 'type' => 'String!',
  4409.                             ],
  4410.                             'amount' => [
  4411.                                 'type' => 'Float!',
  4412.                             ],
  4413.                         ],
  4414.                         'name' => 'PaymentInput',
  4415.                     ],
  4416.                 ],
  4417.                 'Permission' => [
  4418.                     'type' => 'object',
  4419.                     'class_name' => 'PermissionType',
  4420.                     'inherits' => [
  4421.                     ],
  4422.                     'decorator' => false,
  4423.                     'config' => [
  4424.                         'fields' => [
  4425.                             'id' => [
  4426.                                 'type' => 'Int!',
  4427.                                 'args' => [
  4428.                                 ],
  4429.                             ],
  4430.                             'code' => [
  4431.                                 'type' => 'String!',
  4432.                                 'args' => [
  4433.                                 ],
  4434.                             ],
  4435.                             'store' => [
  4436.                                 'type' => 'Store',
  4437.                                 'args' => [
  4438.                                 ],
  4439.                             ],
  4440.                             'user' => [
  4441.                                 'type' => 'User',
  4442.                                 'args' => [
  4443.                                 ],
  4444.                             ],
  4445.                             'state' => [
  4446.                                 'type' => 'String!',
  4447.                                 'args' => [
  4448.                                 ],
  4449.                             ],
  4450.                         ],
  4451.                         'name' => 'Permission',
  4452.                         'builders' => [
  4453.                         ],
  4454.                         'interfaces' => [
  4455.                         ],
  4456.                     ],
  4457.                 ],
  4458.                 'RatingTypes' => [
  4459.                     'type' => 'object',
  4460.                     'class_name' => 'RatingTypesType',
  4461.                     'inherits' => [
  4462.                     ],
  4463.                     'decorator' => false,
  4464.                     'config' => [
  4465.                         'fields' => [
  4466.                             'id' => [
  4467.                                 'type' => 'Int!',
  4468.                                 'args' => [
  4469.                                 ],
  4470.                             ],
  4471.                             'ratingType' => [
  4472.                                 'type' => 'String!',
  4473.                                 'args' => [
  4474.                                 ],
  4475.                             ],
  4476.                         ],
  4477.                         'name' => 'RatingTypes',
  4478.                         'builders' => [
  4479.                         ],
  4480.                         'interfaces' => [
  4481.                         ],
  4482.                     ],
  4483.                 ],
  4484.                 'RatingValues' => [
  4485.                     'type' => 'object',
  4486.                     'class_name' => 'RatingValuesType',
  4487.                     'inherits' => [
  4488.                     ],
  4489.                     'decorator' => false,
  4490.                     'config' => [
  4491.                         'fields' => [
  4492.                             'id' => [
  4493.                                 'type' => 'Int!',
  4494.                                 'args' => [
  4495.                                 ],
  4496.                             ],
  4497.                             'ratingValue' => [
  4498.                                 'type' => 'String!',
  4499.                                 'args' => [
  4500.                                 ],
  4501.                             ],
  4502.                         ],
  4503.                         'name' => 'RatingValues',
  4504.                         'builders' => [
  4505.                         ],
  4506.                         'interfaces' => [
  4507.                         ],
  4508.                     ],
  4509.                 ],
  4510.                 'Tax' => [
  4511.                     'type' => 'object',
  4512.                     'class_name' => 'TaxType',
  4513.                     'inherits' => [
  4514.                     ],
  4515.                     'decorator' => false,
  4516.                     'config' => [
  4517.                         'fields' => [
  4518.                             'id' => [
  4519.                                 'type' => 'Int!',
  4520.                                 'args' => [
  4521.                                 ],
  4522.                             ],
  4523.                             'percent' => [
  4524.                                 'type' => 'Float!',
  4525.                                 'args' => [
  4526.                                 ],
  4527.                             ],
  4528.                             'locale' => [
  4529.                                 'type' => 'String!',
  4530.                                 'args' => [
  4531.                                 ],
  4532.                             ],
  4533.                         ],
  4534.                         'name' => 'Tax',
  4535.                         'builders' => [
  4536.                         ],
  4537.                         'interfaces' => [
  4538.                         ],
  4539.                     ],
  4540.                 ],
  4541.                 'WarehouseMovement' => [
  4542.                     'type' => 'object',
  4543.                     'class_name' => 'WarehouseMovementType',
  4544.                     'inherits' => [
  4545.                     ],
  4546.                     'decorator' => false,
  4547.                     'config' => [
  4548.                         'fields' => [
  4549.                             'id' => [
  4550.                                 'type' => 'Int!',
  4551.                                 'args' => [
  4552.                                 ],
  4553.                             ],
  4554.                             'type' => [
  4555.                                 'type' => 'String!',
  4556.                                 'args' => [
  4557.                                 ],
  4558.                             ],
  4559.                         ],
  4560.                         'name' => 'WarehouseMovement',
  4561.                         'builders' => [
  4562.                         ],
  4563.                         'interfaces' => [
  4564.                         ],
  4565.                     ],
  4566.                 ],
  4567.                 'LabelInput' => [
  4568.                     'type' => 'input-object',
  4569.                     'class_name' => 'LabelInputType',
  4570.                     'inherits' => [
  4571.                     ],
  4572.                     'decorator' => false,
  4573.                     'config' => [
  4574.                         'fields' => [
  4575.                             'uid' => [
  4576.                                 'type' => 'String',
  4577.                             ],
  4578.                             'labelID' => [
  4579.                                 'type' => 'Int!',
  4580.                             ],
  4581.                             'data' => [
  4582.                                 'type' => 'String!',
  4583.                             ],
  4584.                             'exports' => [
  4585.                                 'type' => '[String!]!',
  4586.                             ],
  4587.                             'settings' => [
  4588.                                 'type' => 'LabelSettingsInput',
  4589.                             ],
  4590.                         ],
  4591.                         'name' => 'LabelInput',
  4592.                     ],
  4593.                 ],
  4594.                 'LabelSettingsInput' => [
  4595.                     'type' => 'input-object',
  4596.                     'class_name' => 'LabelSettingsInputType',
  4597.                     'inherits' => [
  4598.                     ],
  4599.                     'decorator' => false,
  4600.                     'config' => [
  4601.                         'fields' => [
  4602.                             'widthMM' => [
  4603.                                 'type' => 'Int!',
  4604.                             ],
  4605.                             'heightMM' => [
  4606.                                 'type' => 'Int!',
  4607.                             ],
  4608.                             'widthPX' => [
  4609.                                 'type' => 'Int!',
  4610.                             ],
  4611.                             'rotate' => [
  4612.                                 'type' => 'Boolean!',
  4613.                             ],
  4614.                         ],
  4615.                         'name' => 'LabelSettingsInput',
  4616.                     ],
  4617.                 ],
  4618.                 'Label' => [
  4619.                     'type' => 'object',
  4620.                     'class_name' => 'LabelType',
  4621.                     'inherits' => [
  4622.                     ],
  4623.                     'decorator' => false,
  4624.                     'config' => [
  4625.                         'fields' => [
  4626.                             'id' => [
  4627.                                 'type' => 'Int!',
  4628.                                 'args' => [
  4629.                                 ],
  4630.                             ],
  4631.                             'code' => [
  4632.                                 'type' => 'String!',
  4633.                                 'args' => [
  4634.                                 ],
  4635.                             ],
  4636.                             'width' => [
  4637.                                 'type' => 'Float!',
  4638.                                 'args' => [
  4639.                                 ],
  4640.                             ],
  4641.                             'height' => [
  4642.                                 'type' => 'Float!',
  4643.                                 'args' => [
  4644.                                 ],
  4645.                             ],
  4646.                             'rotate' => [
  4647.                                 'type' => 'Boolean!',
  4648.                                 'args' => [
  4649.                                 ],
  4650.                             ],
  4651.                         ],
  4652.                         'name' => 'Label',
  4653.                         'builders' => [
  4654.                         ],
  4655.                         'interfaces' => [
  4656.                         ],
  4657.                     ],
  4658.                 ],
  4659.                 'LabelConvert' => [
  4660.                     'type' => 'object',
  4661.                     'class_name' => 'LabelConvertType',
  4662.                     'inherits' => [
  4663.                     ],
  4664.                     'decorator' => false,
  4665.                     'config' => [
  4666.                         'fields' => [
  4667.                             'uid' => [
  4668.                                 'type' => 'String',
  4669.                                 'args' => [
  4670.                                 ],
  4671.                             ],
  4672.                             'exports' => [
  4673.                                 'type' => '[LabelConvertExport!]!',
  4674.                                 'args' => [
  4675.                                 ],
  4676.                             ],
  4677.                         ],
  4678.                         'name' => 'LabelConvert',
  4679.                         'builders' => [
  4680.                         ],
  4681.                         'interfaces' => [
  4682.                         ],
  4683.                     ],
  4684.                 ],
  4685.                 'LabelConvertExport' => [
  4686.                     'type' => 'object',
  4687.                     'class_name' => 'LabelConvertExportType',
  4688.                     'inherits' => [
  4689.                     ],
  4690.                     'decorator' => false,
  4691.                     'config' => [
  4692.                         'fields' => [
  4693.                             'format' => [
  4694.                                 'type' => 'String!',
  4695.                                 'args' => [
  4696.                                 ],
  4697.                             ],
  4698.                             'base64' => [
  4699.                                 'type' => 'String!',
  4700.                                 'args' => [
  4701.                                 ],
  4702.                             ],
  4703.                         ],
  4704.                         'name' => 'LabelConvertExport',
  4705.                         'builders' => [
  4706.                         ],
  4707.                         'interfaces' => [
  4708.                         ],
  4709.                     ],
  4710.                 ],
  4711.                 'Article' => [
  4712.                     'type' => 'object',
  4713.                     'class_name' => 'ArticleType',
  4714.                     'inherits' => [
  4715.                     ],
  4716.                     'decorator' => false,
  4717.                     'config' => [
  4718.                         'fields' => [
  4719.                             'id' => [
  4720.                                 'type' => 'Int!',
  4721.                                 'args' => [
  4722.                                 ],
  4723.                             ],
  4724.                             'title' => [
  4725.                                 'type' => 'String!',
  4726.                                 'args' => [
  4727.                                 ],
  4728.                             ],
  4729.                             'content' => [
  4730.                                 'type' => 'String',
  4731.                                 'args' => [
  4732.                                 ],
  4733.                             ],
  4734.                             'shortContent' => [
  4735.                                 'type' => 'String',
  4736.                                 'args' => [
  4737.                                 ],
  4738.                             ],
  4739.                             'images' => [
  4740.                                 'type' => '[ArticleImage]!',
  4741.                                 'args' => [
  4742.                                 ],
  4743.                             ],
  4744.                             'type' => [
  4745.                                 'type' => 'String!',
  4746.                                 'resolve' => '@=resolver(\'articleType\', [value])',
  4747.                                 'args' => [
  4748.                                 ],
  4749.                             ],
  4750.                             'tags' => [
  4751.                                 'type' => '[ArticleTag]',
  4752.                                 'args' => [
  4753.                                 ],
  4754.                             ],
  4755.                             'author' => [
  4756.                                 'type' => 'String',
  4757.                                 'args' => [
  4758.                                 ],
  4759.                             ],
  4760.                             'isFavourite' => [
  4761.                                 'type' => 'Boolean!',
  4762.                                 'args' => [
  4763.                                 ],
  4764.                             ],
  4765.                             'changeAt' => [
  4766.                                 'type' => 'DateTime!',
  4767.                                 'resolve' => '@=resolver(\'changeAtArticle\', [value])',
  4768.                                 'args' => [
  4769.                                 ],
  4770.                             ],
  4771.                             'validTo' => [
  4772.                                 'type' => 'DateTime',
  4773.                                 'args' => [
  4774.                                 ],
  4775.                             ],
  4776.                             'validFrom' => [
  4777.                                 'type' => 'DateTime',
  4778.                                 'args' => [
  4779.                                 ],
  4780.                             ],
  4781.                             'deletedAt' => [
  4782.                                 'type' => 'DateTime',
  4783.                                 'args' => [
  4784.                                 ],
  4785.                             ],
  4786.                             'uid' => [
  4787.                                 'type' => 'String',
  4788.                                 'args' => [
  4789.                                 ],
  4790.                             ],
  4791.                             'drawDate' => [
  4792.                                 'type' => 'DateTime',
  4793.                                 'args' => [
  4794.                                 ],
  4795.                             ],
  4796.                         ],
  4797.                         'name' => 'Article',
  4798.                         'builders' => [
  4799.                         ],
  4800.                         'interfaces' => [
  4801.                         ],
  4802.                     ],
  4803.                 ],
  4804.                 'ArticleBlog' => [
  4805.                     'type' => 'object',
  4806.                     'class_name' => 'ArticleBlogType',
  4807.                     'inherits' => [
  4808.                     ],
  4809.                     'decorator' => false,
  4810.                     'config' => [
  4811.                         'fields' => [
  4812.                             'id' => [
  4813.                                 'type' => 'Int!',
  4814.                                 'args' => [
  4815.                                 ],
  4816.                             ],
  4817.                             'images' => [
  4818.                                 'type' => '[ArticleImage]!',
  4819.                                 'args' => [
  4820.                                 ],
  4821.                             ],
  4822.                             'title' => [
  4823.                                 'type' => 'String!',
  4824.                                 'args' => [
  4825.                                 ],
  4826.                             ],
  4827.                             'shortContent' => [
  4828.                                 'type' => 'String',
  4829.                                 'args' => [
  4830.                                 ],
  4831.                             ],
  4832.                             'content' => [
  4833.                                 'type' => 'String!',
  4834.                                 'args' => [
  4835.                                 ],
  4836.                             ],
  4837.                             'locale' => [
  4838.                                 'type' => 'String!',
  4839.                                 'args' => [
  4840.                                 ],
  4841.                             ],
  4842.                             'tags' => [
  4843.                                 'type' => '[ArticleTag]',
  4844.                                 'args' => [
  4845.                                 ],
  4846.                             ],
  4847.                             'author' => [
  4848.                                 'type' => 'String',
  4849.                                 'args' => [
  4850.                                 ],
  4851.                             ],
  4852.                             'validTo' => [
  4853.                                 'type' => 'DateTime',
  4854.                                 'args' => [
  4855.                                 ],
  4856.                             ],
  4857.                             'validFrom' => [
  4858.                                 'type' => 'DateTime',
  4859.                                 'args' => [
  4860.                                 ],
  4861.                             ],
  4862.                             'deletedAt' => [
  4863.                                 'type' => 'DateTime',
  4864.                                 'args' => [
  4865.                                 ],
  4866.                             ],
  4867.                         ],
  4868.                         'name' => 'ArticleBlog',
  4869.                         'builders' => [
  4870.                         ],
  4871.                         'interfaces' => [
  4872.                         ],
  4873.                     ],
  4874.                 ],
  4875.                 'ArticleRecipe' => [
  4876.                     'type' => 'object',
  4877.                     'class_name' => 'ArticleRecipeType',
  4878.                     'inherits' => [
  4879.                     ],
  4880.                     'decorator' => false,
  4881.                     'config' => [
  4882.                         'fields' => [
  4883.                             'id' => [
  4884.                                 'type' => 'Int!',
  4885.                                 'args' => [
  4886.                                 ],
  4887.                             ],
  4888.                             'images' => [
  4889.                                 'type' => '[ArticleImage]!',
  4890.                                 'args' => [
  4891.                                 ],
  4892.                             ],
  4893.                             'title' => [
  4894.                                 'type' => 'String!',
  4895.                                 'args' => [
  4896.                                 ],
  4897.                             ],
  4898.                             'numberOfServing' => [
  4899.                                 'type' => 'Int!',
  4900.                                 'args' => [
  4901.                                 ],
  4902.                             ],
  4903.                             'preparationTime' => [
  4904.                                 'type' => 'Int!',
  4905.                                 'args' => [
  4906.                                 ],
  4907.                             ],
  4908.                             'difficulty' => [
  4909.                                 'type' => 'String!',
  4910.                                 'args' => [
  4911.                                 ],
  4912.                             ],
  4913.                             'foodCategory' => [
  4914.                                 'type' => 'String!',
  4915.                                 'args' => [
  4916.                                 ],
  4917.                             ],
  4918.                             'shortContent' => [
  4919.                                 'type' => 'String',
  4920.                                 'args' => [
  4921.                                 ],
  4922.                             ],
  4923.                             'content' => [
  4924.                                 'type' => 'String',
  4925.                                 'args' => [
  4926.                                 ],
  4927.                             ],
  4928.                             'foodProducts' => [
  4929.                                 'type' => '[ArticleRecipeProduct]!',
  4930.                                 'args' => [
  4931.                                 ],
  4932.                             ],
  4933.                             'locale' => [
  4934.                                 'type' => 'String!',
  4935.                                 'args' => [
  4936.                                 ],
  4937.                             ],
  4938.                             'tags' => [
  4939.                                 'type' => '[ArticleTag]',
  4940.                                 'args' => [
  4941.                                 ],
  4942.                             ],
  4943.                             'allergens' => [
  4944.                                 'type' => '[RecipeAllergen]',
  4945.                                 'args' => [
  4946.                                 ],
  4947.                             ],
  4948.                             'author' => [
  4949.                                 'type' => 'String',
  4950.                                 'args' => [
  4951.                                 ],
  4952.                             ],
  4953.                             'videoUrl' => [
  4954.                                 'type' => 'String',
  4955.                                 'args' => [
  4956.                                 ],
  4957.                             ],
  4958.                             'type' => [
  4959.                                 'type' => 'String',
  4960.                                 'args' => [
  4961.                                 ],
  4962.                             ],
  4963.                             'validTo' => [
  4964.                                 'type' => 'DateTime',
  4965.                                 'args' => [
  4966.                                 ],
  4967.                             ],
  4968.                             'validFrom' => [
  4969.                                 'type' => 'DateTime',
  4970.                                 'args' => [
  4971.                                 ],
  4972.                             ],
  4973.                             'deletedAt' => [
  4974.                                 'type' => 'DateTime',
  4975.                                 'args' => [
  4976.                                 ],
  4977.                             ],
  4978.                             'ingredients' => [
  4979.                                 'type' => 'String',
  4980.                                 'args' => [
  4981.                                 ],
  4982.                             ],
  4983.                         ],
  4984.                         'name' => 'ArticleRecipe',
  4985.                         'builders' => [
  4986.                         ],
  4987.                         'interfaces' => [
  4988.                         ],
  4989.                     ],
  4990.                 ],
  4991.                 'ArticleCompetition' => [
  4992.                     'type' => 'object',
  4993.                     'class_name' => 'ArticleCompetitionType',
  4994.                     'inherits' => [
  4995.                     ],
  4996.                     'decorator' => false,
  4997.                     'config' => [
  4998.                         'fields' => [
  4999.                             'id' => [
  5000.                                 'type' => 'Int!',
  5001.                                 'args' => [
  5002.                                 ],
  5003.                             ],
  5004.                             'images' => [
  5005.                                 'type' => '[ArticleImage]!',
  5006.                                 'args' => [
  5007.                                 ],
  5008.                             ],
  5009.                             'title' => [
  5010.                                 'type' => 'String',
  5011.                                 'args' => [
  5012.                                 ],
  5013.                             ],
  5014.                             'winners' => [
  5015.                                 'type' => 'String',
  5016.                                 'args' => [
  5017.                                 ],
  5018.                             ],
  5019.                             'conditions' => [
  5020.                                 'type' => '[CompetitionConditionFile]!',
  5021.                                 'args' => [
  5022.                                 ],
  5023.                             ],
  5024.                             'validFrom' => [
  5025.                                 'type' => 'DateTime',
  5026.                                 'args' => [
  5027.                                 ],
  5028.                             ],
  5029.                             'validTo' => [
  5030.                                 'type' => 'DateTime',
  5031.                                 'args' => [
  5032.                                 ],
  5033.                             ],
  5034.                             'deletedAt' => [
  5035.                                 'type' => 'DateTime',
  5036.                                 'args' => [
  5037.                                 ],
  5038.                             ],
  5039.                             'shortContent' => [
  5040.                                 'type' => 'String',
  5041.                                 'args' => [
  5042.                                 ],
  5043.                             ],
  5044.                             'content' => [
  5045.                                 'type' => 'String',
  5046.                                 'args' => [
  5047.                                 ],
  5048.                             ],
  5049.                             'locale' => [
  5050.                                 'type' => 'String',
  5051.                                 'args' => [
  5052.                                 ],
  5053.                             ],
  5054.                             'tags' => [
  5055.                                 'type' => '[ArticleTag]',
  5056.                                 'args' => [
  5057.                                 ],
  5058.                             ],
  5059.                             'author' => [
  5060.                                 'type' => 'String',
  5061.                                 'args' => [
  5062.                                 ],
  5063.                             ],
  5064.                             'drawDate' => [
  5065.                                 'type' => 'DateTime',
  5066.                                 'args' => [
  5067.                                 ],
  5068.                             ],
  5069.                             'type' => [
  5070.                                 'type' => 'String',
  5071.                                 'args' => [
  5072.                                 ],
  5073.                             ],
  5074.                             'changeAt' => [
  5075.                                 'type' => 'DateTime!',
  5076.                                 'resolve' => '@=resolver(\'changeAt\', [value])',
  5077.                                 'args' => [
  5078.                                 ],
  5079.                             ],
  5080.                         ],
  5081.                         'name' => 'ArticleCompetition',
  5082.                         'builders' => [
  5083.                         ],
  5084.                         'interfaces' => [
  5085.                         ],
  5086.                     ],
  5087.                 ],
  5088.                 'ArticleProduct' => [
  5089.                     'type' => 'object',
  5090.                     'class_name' => 'ArticleProductType',
  5091.                     'inherits' => [
  5092.                     ],
  5093.                     'decorator' => false,
  5094.                     'config' => [
  5095.                         'fields' => [
  5096.                             'id' => [
  5097.                                 'type' => 'Int!',
  5098.                                 'args' => [
  5099.                                 ],
  5100.                             ],
  5101.                             'images' => [
  5102.                                 'type' => '[ArticleImage]!',
  5103.                                 'args' => [
  5104.                                 ],
  5105.                             ],
  5106.                             'title' => [
  5107.                                 'type' => 'String!',
  5108.                                 'args' => [
  5109.                                 ],
  5110.                             ],
  5111.                             'validFrom' => [
  5112.                                 'type' => 'DateTime',
  5113.                                 'args' => [
  5114.                                 ],
  5115.                             ],
  5116.                             'validTo' => [
  5117.                                 'type' => 'DateTime',
  5118.                                 'args' => [
  5119.                                 ],
  5120.                             ],
  5121.                             'shortContent' => [
  5122.                                 'type' => 'String',
  5123.                                 'args' => [
  5124.                                 ],
  5125.                             ],
  5126.                             'content' => [
  5127.                                 'type' => 'String',
  5128.                                 'args' => [
  5129.                                 ],
  5130.                             ],
  5131.                             'locale' => [
  5132.                                 'type' => 'String!',
  5133.                                 'args' => [
  5134.                                 ],
  5135.                             ],
  5136.                             'product' => [
  5137.                                 'type' => '[Product]!',
  5138.                                 'args' => [
  5139.                                 ],
  5140.                             ],
  5141.                             'tags' => [
  5142.                                 'type' => '[ArticleTag]',
  5143.                                 'args' => [
  5144.                                 ],
  5145.                             ],
  5146.                             'author' => [
  5147.                                 'type' => 'String',
  5148.                                 'args' => [
  5149.                                 ],
  5150.                             ],
  5151.                         ],
  5152.                         'name' => 'ArticleProduct',
  5153.                         'builders' => [
  5154.                         ],
  5155.                         'interfaces' => [
  5156.                         ],
  5157.                     ],
  5158.                 ],
  5159.                 'ArticleImage' => [
  5160.                     'type' => 'object',
  5161.                     'class_name' => 'ArticleImageType',
  5162.                     'inherits' => [
  5163.                     ],
  5164.                     'decorator' => false,
  5165.                     'config' => [
  5166.                         'fields' => [
  5167.                             'id' => [
  5168.                                 'type' => 'Int!',
  5169.                                 'args' => [
  5170.                                 ],
  5171.                             ],
  5172.                             'url' => [
  5173.                                 'type' => 'String!',
  5174.                                 'resolve' => '@=resolver(\'articleImageURL\', [value])',
  5175.                                 'args' => [
  5176.                                 ],
  5177.                             ],
  5178.                             'position' => [
  5179.                                 'type' => 'Int',
  5180.                                 'args' => [
  5181.                                 ],
  5182.                             ],
  5183.                         ],
  5184.                         'name' => 'ArticleImage',
  5185.                         'builders' => [
  5186.                         ],
  5187.                         'interfaces' => [
  5188.                         ],
  5189.                     ],
  5190.                 ],
  5191.                 'CompetitionConditionFile' => [
  5192.                     'type' => 'object',
  5193.                     'class_name' => 'CompetitionConditionFileType',
  5194.                     'inherits' => [
  5195.                     ],
  5196.                     'decorator' => false,
  5197.                     'config' => [
  5198.                         'fields' => [
  5199.                             'id' => [
  5200.                                 'type' => 'Int!',
  5201.                                 'args' => [
  5202.                                 ],
  5203.                             ],
  5204.                             'url' => [
  5205.                                 'type' => 'String!',
  5206.                                 'resolve' => '@=resolver(\'conditionFileURL\', [value])',
  5207.                                 'args' => [
  5208.                                 ],
  5209.                             ],
  5210.                         ],
  5211.                         'name' => 'CompetitionConditionFile',
  5212.                         'builders' => [
  5213.                         ],
  5214.                         'interfaces' => [
  5215.                         ],
  5216.                     ],
  5217.                 ],
  5218.                 'ArticleTag' => [
  5219.                     'type' => 'object',
  5220.                     'class_name' => 'ArticleTagType',
  5221.                     'inherits' => [
  5222.                     ],
  5223.                     'decorator' => false,
  5224.                     'config' => [
  5225.                         'fields' => [
  5226.                             'id' => [
  5227.                                 'type' => 'Int!',
  5228.                                 'args' => [
  5229.                                 ],
  5230.                             ],
  5231.                             'name' => [
  5232.                                 'type' => 'String!',
  5233.                                 'args' => [
  5234.                                 ],
  5235.                             ],
  5236.                         ],
  5237.                         'name' => 'ArticleTag',
  5238.                         'builders' => [
  5239.                         ],
  5240.                         'interfaces' => [
  5241.                         ],
  5242.                     ],
  5243.                 ],
  5244.                 'RecipeAllergen' => [
  5245.                     'type' => 'object',
  5246.                     'class_name' => 'RecipeAllergenType',
  5247.                     'inherits' => [
  5248.                     ],
  5249.                     'decorator' => false,
  5250.                     'config' => [
  5251.                         'fields' => [
  5252.                             'id' => [
  5253.                                 'type' => 'Int!',
  5254.                                 'args' => [
  5255.                                 ],
  5256.                             ],
  5257.                             'name' => [
  5258.                                 'type' => 'String!',
  5259.                                 'args' => [
  5260.                                 ],
  5261.                             ],
  5262.                         ],
  5263.                         'name' => 'RecipeAllergen',
  5264.                         'builders' => [
  5265.                         ],
  5266.                         'interfaces' => [
  5267.                         ],
  5268.                     ],
  5269.                 ],
  5270.                 'ArticleTagFilter' => [
  5271.                     'type' => 'input-object',
  5272.                     'class_name' => 'ArticleTagFilterType',
  5273.                     'inherits' => [
  5274.                     ],
  5275.                     'decorator' => false,
  5276.                     'config' => [
  5277.                         'fields' => [
  5278.                             'names' => [
  5279.                                 'type' => '[String!]!',
  5280.                             ],
  5281.                         ],
  5282.                         'name' => 'ArticleTagFilter',
  5283.                     ],
  5284.                 ],
  5285.                 'ArticleTypeFilter' => [
  5286.                     'type' => 'input-object',
  5287.                     'class_name' => 'ArticleTypeFilterType',
  5288.                     'inherits' => [
  5289.                     ],
  5290.                     'decorator' => false,
  5291.                     'config' => [
  5292.                         'fields' => [
  5293.                             'type' => [
  5294.                                 'type' => '[String!]!',
  5295.                             ],
  5296.                         ],
  5297.                         'name' => 'ArticleTypeFilter',
  5298.                     ],
  5299.                 ],
  5300.                 'ArticleRecipeProduct' => [
  5301.                     'type' => 'object',
  5302.                     'class_name' => 'ArticleRecipeProductType',
  5303.                     'inherits' => [
  5304.                     ],
  5305.                     'decorator' => false,
  5306.                     'config' => [
  5307.                         'fields' => [
  5308.                             'quantity' => [
  5309.                                 'type' => 'Float',
  5310.                                 'args' => [
  5311.                                 ],
  5312.                             ],
  5313.                             'product' => [
  5314.                                 'type' => 'Product!',
  5315.                                 'args' => [
  5316.                                 ],
  5317.                             ],
  5318.                         ],
  5319.                         'name' => 'ArticleRecipeProduct',
  5320.                         'builders' => [
  5321.                         ],
  5322.                         'interfaces' => [
  5323.                         ],
  5324.                     ],
  5325.                 ],
  5326.                 'CreateFavoriteCustomerArticleInput' => [
  5327.                     'type' => 'input-object',
  5328.                     'class_name' => 'CreateFavoriteCustomerArticleInputType',
  5329.                     'inherits' => [
  5330.                     ],
  5331.                     'decorator' => false,
  5332.                     'config' => [
  5333.                         'fields' => [
  5334.                             'articleID' => [
  5335.                                 'type' => 'Int!',
  5336.                             ],
  5337.                             'isFavourite' => [
  5338.                                 'type' => 'Boolean!',
  5339.                             ],
  5340.                         ],
  5341.                         'name' => 'CreateFavoriteCustomerArticleInput',
  5342.                     ],
  5343.                 ],
  5344.                 'EuropeanArticleNumber' => [
  5345.                     'type' => 'object',
  5346.                     'class_name' => 'EuropeanArticleNumberType',
  5347.                     'inherits' => [
  5348.                     ],
  5349.                     'decorator' => false,
  5350.                     'config' => [
  5351.                         'fields' => [
  5352.                             'id' => [
  5353.                                 'type' => 'Int!',
  5354.                                 'args' => [
  5355.                                 ],
  5356.                             ],
  5357.                             'number' => [
  5358.                                 'type' => 'String!',
  5359.                                 'args' => [
  5360.                                 ],
  5361.                             ],
  5362.                             'quantity' => [
  5363.                                 'type' => 'Int!',
  5364.                                 'args' => [
  5365.                                 ],
  5366.                             ],
  5367.                             'product' => [
  5368.                                 'type' => 'Product!',
  5369.                                 'args' => [
  5370.                                 ],
  5371.                             ],
  5372.                         ],
  5373.                         'name' => 'EuropeanArticleNumber',
  5374.                         'builders' => [
  5375.                         ],
  5376.                         'interfaces' => [
  5377.                         ],
  5378.                     ],
  5379.                 ],
  5380.                 'EuropeanArticleNumberQuantity' => [
  5381.                     'type' => 'input-object',
  5382.                     'class_name' => 'EuropeanArticleNumberQuantityType',
  5383.                     'inherits' => [
  5384.                     ],
  5385.                     'decorator' => false,
  5386.                     'config' => [
  5387.                         'fields' => [
  5388.                             'eq' => [
  5389.                                 'type' => 'Float',
  5390.                             ],
  5391.                             'gt' => [
  5392.                                 'type' => 'Float',
  5393.                             ],
  5394.                             'lw' => [
  5395.                                 'type' => 'Float',
  5396.                             ],
  5397.                             'neq' => [
  5398.                                 'type' => 'Float',
  5399.                             ],
  5400.                         ],
  5401.                         'name' => 'EuropeanArticleNumberQuantity',
  5402.                     ],
  5403.                 ],
  5404.                 'SellPrice' => [
  5405.                     'type' => 'object',
  5406.                     'class_name' => 'SellPriceType',
  5407.                     'inherits' => [
  5408.                     ],
  5409.                     'decorator' => false,
  5410.                     'config' => [
  5411.                         'fields' => [
  5412.                             'id' => [
  5413.                                 'type' => 'Int!',
  5414.                                 'args' => [
  5415.                                 ],
  5416.                             ],
  5417.                             'name' => [
  5418.                                 'type' => 'String',
  5419.                                 'args' => [
  5420.                                 ],
  5421.                             ],
  5422.                             'type' => [
  5423.                                 'type' => 'String!',
  5424.                                 'args' => [
  5425.                                 ],
  5426.                             ],
  5427.                             'validFrom' => [
  5428.                                 'type' => 'String!',
  5429.                                 'args' => [
  5430.                                 ],
  5431.                             ],
  5432.                             'validTo' => [
  5433.                                 'type' => 'String',
  5434.                                 'args' => [
  5435.                                 ],
  5436.                             ],
  5437.                             'stores' => [
  5438.                                 'type' => '[Store]!',
  5439.                                 'args' => [
  5440.                                 ],
  5441.                             ],
  5442.                             'storeGroups' => [
  5443.                                 'type' => '[StoreGroup]!',
  5444.                                 'args' => [
  5445.                                 ],
  5446.                             ],
  5447.                         ],
  5448.                         'name' => 'SellPrice',
  5449.                         'builders' => [
  5450.                         ],
  5451.                         'interfaces' => [
  5452.                         ],
  5453.                     ],
  5454.                 ],
  5455.                 'SellPriceInput' => [
  5456.                     'type' => 'input-object',
  5457.                     'class_name' => 'SellPriceInputType',
  5458.                     'inherits' => [
  5459.                     ],
  5460.                     'decorator' => false,
  5461.                     'config' => [
  5462.                         'description' => 'Change sell prices by store groups.',
  5463.                         'fields' => [
  5464.                             'sellPriceProducts' => [
  5465.                                 'type' => '[SellPriceProductInput!]',
  5466.                             ],
  5467.                             'storeGroupIDs' => [
  5468.                                 'type' => '[Int!]!',
  5469.                             ],
  5470.                             'validFrom' => [
  5471.                                 'type' => 'String',
  5472.                             ],
  5473.                             'validTo' => [
  5474.                                 'type' => 'String',
  5475.                             ],
  5476.                             'storeIDs' => [
  5477.                                 'type' => '[Int!]',
  5478.                             ],
  5479.                         ],
  5480.                         'name' => 'SellPriceInput',
  5481.                     ],
  5482.                 ],
  5483.                 'SellPriceProductInput' => [
  5484.                     'type' => 'input-object',
  5485.                     'class_name' => 'SellPriceProductInputType',
  5486.                     'inherits' => [
  5487.                     ],
  5488.                     'decorator' => false,
  5489.                     'config' => [
  5490.                         'fields' => [
  5491.                             'productID' => [
  5492.                                 'type' => 'Int!',
  5493.                             ],
  5494.                             'sellPrice' => [
  5495.                                 'type' => 'Float!',
  5496.                             ],
  5497.                         ],
  5498.                         'name' => 'SellPriceProductInput',
  5499.                     ],
  5500.                 ],
  5501.                 'Store' => [
  5502.                     'type' => 'object',
  5503.                     'class_name' => 'StoreType',
  5504.                     'inherits' => [
  5505.                     ],
  5506.                     'decorator' => false,
  5507.                     'config' => [
  5508.                         'fields' => [
  5509.                             'id' => [
  5510.                                 'type' => 'Int!',
  5511.                                 'args' => [
  5512.                                 ],
  5513.                             ],
  5514.                             'name' => [
  5515.                                 'type' => 'String!',
  5516.                                 'args' => [
  5517.                                 ],
  5518.                             ],
  5519.                             'pointOfSales' => [
  5520.                                 'type' => '[PointOfSale!]!',
  5521.                                 'args' => [
  5522.                                 ],
  5523.                             ],
  5524.                             'currency' => [
  5525.                                 'type' => 'String!',
  5526.                                 'args' => [
  5527.                                 ],
  5528.                             ],
  5529.                             'locale' => [
  5530.                                 'type' => 'String!',
  5531.                                 'args' => [
  5532.                                 ],
  5533.                             ],
  5534.                             'users' => [
  5535.                                 'type' => '[User!]!',
  5536.                                 'args' => [
  5537.                                 ],
  5538.                             ],
  5539.                             'address' => [
  5540.                                 'type' => 'Address',
  5541.                                 'args' => [
  5542.                                 ],
  5543.                             ],
  5544.                             'storeGroups' => [
  5545.                                 'type' => '[StoreGroup!]!',
  5546.                                 'args' => [
  5547.                                 ],
  5548.                             ],
  5549.                             'vatPayer' => [
  5550.                                 'type' => 'Boolean',
  5551.                                 'resolve' => '@=resolver(\'resolverVatPayer\', [info, value])',
  5552.                                 'args' => [
  5553.                                 ],
  5554.                             ],
  5555.                             'paymentMethods' => [
  5556.                                 'type' => '[PaymentMethod!]!',
  5557.                                 'args' => [
  5558.                                 ],
  5559.                             ],
  5560.                             'writeOff' => [
  5561.                                 'type' => 'Boolean!',
  5562.                                 'resolve' => '@=resolver(\'resolverConfiguration\', [info, value])',
  5563.                                 'args' => [
  5564.                                 ],
  5565.                             ],
  5566.                         ],
  5567.                         'name' => 'Store',
  5568.                         'builders' => [
  5569.                         ],
  5570.                         'interfaces' => [
  5571.                         ],
  5572.                     ],
  5573.                 ],
  5574.                 'StoreFilter' => [
  5575.                     'type' => 'input-object',
  5576.                     'class_name' => 'StoreFilterType',
  5577.                     'inherits' => [
  5578.                     ],
  5579.                     'decorator' => false,
  5580.                     'config' => [
  5581.                         'fields' => [
  5582.                             'ids' => [
  5583.                                 'type' => '[Int!]',
  5584.                             ],
  5585.                             'search' => [
  5586.                                 'type' => 'String',
  5587.                             ],
  5588.                             'limit' => [
  5589.                                 'type' => 'Int',
  5590.                             ],
  5591.                             'offset' => [
  5592.                                 'type' => 'Int',
  5593.                             ],
  5594.                             'storeGroup' => [
  5595.                                 'type' => 'StoreGroupFilter',
  5596.                             ],
  5597.                         ],
  5598.                         'name' => 'StoreFilter',
  5599.                     ],
  5600.                 ],
  5601.                 'StoreStoreGroupFilter' => [
  5602.                     'type' => 'input-object',
  5603.                     'class_name' => 'StoreStoreGroupFilterType',
  5604.                     'inherits' => [
  5605.                     ],
  5606.                     'decorator' => false,
  5607.                     'config' => [
  5608.                         'fields' => [
  5609.                             'ids' => [
  5610.                                 'type' => '[Int!]',
  5611.                             ],
  5612.                         ],
  5613.                         'name' => 'StoreStoreGroupFilter',
  5614.                     ],
  5615.                 ],
  5616.                 'EshopPartner' => [
  5617.                     'type' => 'object',
  5618.                     'class_name' => 'EshopPartnerType',
  5619.                     'inherits' => [
  5620.                     ],
  5621.                     'decorator' => false,
  5622.                     'config' => [
  5623.                         'fields' => [
  5624.                             'id' => [
  5625.                                 'type' => 'Int!',
  5626.                                 'args' => [
  5627.                                 ],
  5628.                             ],
  5629.                             'files' => [
  5630.                                 'type' => '[EshopPartnerFile]!',
  5631.                                 'args' => [
  5632.                                 ],
  5633.                             ],
  5634.                             'images' => [
  5635.                                 'type' => '[EshopPartnerImage]!',
  5636.                                 'args' => [
  5637.                                 ],
  5638.                             ],
  5639.                             'title' => [
  5640.                                 'type' => 'String',
  5641.                                 'args' => [
  5642.                                 ],
  5643.                             ],
  5644.                             'description' => [
  5645.                                 'type' => 'String',
  5646.                                 'args' => [
  5647.                                 ],
  5648.                             ],
  5649.                             'deletedAt' => [
  5650.                                 'type' => 'String',
  5651.                                 'args' => [
  5652.                                 ],
  5653.                             ],
  5654.                             'priority' => [
  5655.                                 'type' => 'Int',
  5656.                                 'args' => [
  5657.                                 ],
  5658.                             ],
  5659.                             'updatedAt' => [
  5660.                                 'type' => 'String',
  5661.                                 'args' => [
  5662.                                 ],
  5663.                             ],
  5664.                             'createdAt' => [
  5665.                                 'type' => 'String',
  5666.                                 'args' => [
  5667.                                 ],
  5668.                             ],
  5669.                         ],
  5670.                         'name' => 'EshopPartner',
  5671.                         'builders' => [
  5672.                         ],
  5673.                         'interfaces' => [
  5674.                         ],
  5675.                     ],
  5676.                 ],
  5677.                 'EshopPartnerFile' => [
  5678.                     'type' => 'object',
  5679.                     'class_name' => 'EshopPartnerFileType',
  5680.                     'inherits' => [
  5681.                     ],
  5682.                     'decorator' => false,
  5683.                     'config' => [
  5684.                         'fields' => [
  5685.                             'id' => [
  5686.                                 'type' => 'Int!',
  5687.                                 'args' => [
  5688.                                 ],
  5689.                             ],
  5690.                             'url' => [
  5691.                                 'type' => 'String!',
  5692.                                 'resolve' => '@=resolver(\'partnerFileURL\', [value])',
  5693.                                 'args' => [
  5694.                                 ],
  5695.                             ],
  5696.                         ],
  5697.                         'name' => 'EshopPartnerFile',
  5698.                         'builders' => [
  5699.                         ],
  5700.                         'interfaces' => [
  5701.                         ],
  5702.                     ],
  5703.                 ],
  5704.                 'EshopPartnerImage' => [
  5705.                     'type' => 'object',
  5706.                     'class_name' => 'EshopPartnerImageType',
  5707.                     'inherits' => [
  5708.                     ],
  5709.                     'decorator' => false,
  5710.                     'config' => [
  5711.                         'fields' => [
  5712.                             'id' => [
  5713.                                 'type' => 'Int!',
  5714.                                 'args' => [
  5715.                                 ],
  5716.                             ],
  5717.                             'url' => [
  5718.                                 'type' => 'String!',
  5719.                                 'resolve' => '@=resolver(\'partnerImageURL\', [value])',
  5720.                                 'args' => [
  5721.                                 ],
  5722.                             ],
  5723.                         ],
  5724.                         'name' => 'EshopPartnerImage',
  5725.                         'builders' => [
  5726.                         ],
  5727.                         'interfaces' => [
  5728.                         ],
  5729.                     ],
  5730.                 ],
  5731.                 'Order' => [
  5732.                     'type' => 'object',
  5733.                     'class_name' => 'OrderType',
  5734.                     'inherits' => [
  5735.                     ],
  5736.                     'decorator' => false,
  5737.                     'config' => [
  5738.                         'fields' => [
  5739.                             'id' => [
  5740.                                 'type' => 'Int!',
  5741.                                 'args' => [
  5742.                                 ],
  5743.                             ],
  5744.                             'createdAt' => [
  5745.                                 'type' => 'DateTime!',
  5746.                                 'args' => [
  5747.                                 ],
  5748.                             ],
  5749.                             'deliveryAt' => [
  5750.                                 'type' => 'DateTime!',
  5751.                                 'args' => [
  5752.                                 ],
  5753.                             ],
  5754.                             'automatic' => [
  5755.                                 'type' => 'Boolean!',
  5756.                                 'args' => [
  5757.                                 ],
  5758.                             ],
  5759.                             'note' => [
  5760.                                 'type' => 'String',
  5761.                                 'args' => [
  5762.                                 ],
  5763.                             ],
  5764.                             'supplier' => [
  5765.                                 'type' => 'Supplier!',
  5766.                                 'args' => [
  5767.                                 ],
  5768.                             ],
  5769.                             'store' => [
  5770.                                 'type' => 'Store!',
  5771.                                 'args' => [
  5772.                                 ],
  5773.                             ],
  5774.                             'orderItems' => [
  5775.                                 'type' => '[OrderItem]!',
  5776.                                 'args' => [
  5777.                                 ],
  5778.                             ],
  5779.                             'confirmAt' => [
  5780.                                 'type' => 'DateTime',
  5781.                                 'args' => [
  5782.                                 ],
  5783.                             ],
  5784.                             'storeHeader' => [
  5785.                                 'type' => 'StoreHeader',
  5786.                                 'args' => [
  5787.                                 ],
  5788.                             ],
  5789.                         ],
  5790.                         'name' => 'Order',
  5791.                         'builders' => [
  5792.                         ],
  5793.                         'interfaces' => [
  5794.                         ],
  5795.                     ],
  5796.                 ],
  5797.                 'OrderItem' => [
  5798.                     'type' => 'object',
  5799.                     'class_name' => 'OrderItemType',
  5800.                     'inherits' => [
  5801.                     ],
  5802.                     'decorator' => false,
  5803.                     'config' => [
  5804.                         'fields' => [
  5805.                             'id' => [
  5806.                                 'type' => 'Int!',
  5807.                                 'args' => [
  5808.                                 ],
  5809.                             ],
  5810.                             'product' => [
  5811.                                 'type' => 'Product!',
  5812.                                 'args' => [
  5813.                                 ],
  5814.                             ],
  5815.                             'buyPrice' => [
  5816.                                 'type' => 'Float!',
  5817.                                 'args' => [
  5818.                                 ],
  5819.                             ],
  5820.                             'quantity' => [
  5821.                                 'type' => 'Float!',
  5822.                                 'args' => [
  5823.                                 ],
  5824.                             ],
  5825.                         ],
  5826.                         'name' => 'OrderItem',
  5827.                         'builders' => [
  5828.                         ],
  5829.                         'interfaces' => [
  5830.                         ],
  5831.                     ],
  5832.                 ],
  5833.                 'OrderFilter' => [
  5834.                     'type' => 'input-object',
  5835.                     'class_name' => 'OrderFilterType',
  5836.                     'inherits' => [
  5837.                     ],
  5838.                     'decorator' => false,
  5839.                     'config' => [
  5840.                         'fields' => [
  5841.                             'store' => [
  5842.                                 'type' => 'OrderStoreFilter',
  5843.                             ],
  5844.                         ],
  5845.                         'name' => 'OrderFilter',
  5846.                     ],
  5847.                 ],
  5848.                 'OrderStoreFilter' => [
  5849.                     'type' => 'input-object',
  5850.                     'class_name' => 'OrderStoreFilterType',
  5851.                     'inherits' => [
  5852.                     ],
  5853.                     'decorator' => false,
  5854.                     'config' => [
  5855.                         'fields' => [
  5856.                             'ids' => [
  5857.                                 'type' => '[Int!]',
  5858.                             ],
  5859.                         ],
  5860.                         'name' => 'OrderStoreFilter',
  5861.                     ],
  5862.                 ],
  5863.                 'CreateOrderInput' => [
  5864.                     'type' => 'input-object',
  5865.                     'class_name' => 'CreateOrderInputType',
  5866.                     'inherits' => [
  5867.                     ],
  5868.                     'decorator' => false,
  5869.                     'config' => [
  5870.                         'fields' => [
  5871.                             'storeID' => [
  5872.                                 'type' => 'Int!',
  5873.                             ],
  5874.                             'supplierID' => [
  5875.                                 'type' => 'Int!',
  5876.                             ],
  5877.                             'orderAt' => [
  5878.                                 'type' => 'String!',
  5879.                             ],
  5880.                             'deliveryAt' => [
  5881.                                 'type' => 'String!',
  5882.                             ],
  5883.                             'note' => [
  5884.                                 'type' => 'String',
  5885.                             ],
  5886.                         ],
  5887.                         'name' => 'CreateOrderInput',
  5888.                     ],
  5889.                 ],
  5890.                 'DeleteOrderInput' => [
  5891.                     'type' => 'input-object',
  5892.                     'class_name' => 'DeleteOrderInputType',
  5893.                     'inherits' => [
  5894.                     ],
  5895.                     'decorator' => false,
  5896.                     'config' => [
  5897.                         'fields' => [
  5898.                             'orderID' => [
  5899.                                 'type' => 'Int!',
  5900.                             ],
  5901.                         ],
  5902.                         'name' => 'DeleteOrderInput',
  5903.                     ],
  5904.                 ],
  5905.                 'AddOrderProductsInput' => [
  5906.                     'type' => 'input-object',
  5907.                     'class_name' => 'AddOrderProductsInputType',
  5908.                     'inherits' => [
  5909.                     ],
  5910.                     'decorator' => false,
  5911.                     'config' => [
  5912.                         'fields' => [
  5913.                             'orderID' => [
  5914.                                 'type' => 'Int!',
  5915.                             ],
  5916.                             'orderProducts' => [
  5917.                                 'type' => '[AddOrderProductInput!]!',
  5918.                             ],
  5919.                         ],
  5920.                         'name' => 'AddOrderProductsInput',
  5921.                     ],
  5922.                 ],
  5923.                 'AddOrderProductInput' => [
  5924.                     'type' => 'input-object',
  5925.                     'class_name' => 'AddOrderProductInputType',
  5926.                     'inherits' => [
  5927.                     ],
  5928.                     'decorator' => false,
  5929.                     'config' => [
  5930.                         'fields' => [
  5931.                             'productID' => [
  5932.                                 'type' => 'Int!',
  5933.                             ],
  5934.                             'buyPrice' => [
  5935.                                 'type' => 'Float!',
  5936.                             ],
  5937.                             'quantity' => [
  5938.                                 'type' => 'Float!',
  5939.                             ],
  5940.                         ],
  5941.                         'name' => 'AddOrderProductInput',
  5942.                     ],
  5943.                 ],
  5944.                 'EditOrderProductsInput' => [
  5945.                     'type' => 'input-object',
  5946.                     'class_name' => 'EditOrderProductsInputType',
  5947.                     'inherits' => [
  5948.                     ],
  5949.                     'decorator' => false,
  5950.                     'config' => [
  5951.                         'fields' => [
  5952.                             'orderID' => [
  5953.                                 'type' => 'Int!',
  5954.                             ],
  5955.                             'orderProducts' => [
  5956.                                 'type' => '[EditOrderProductInput!]!',
  5957.                             ],
  5958.                         ],
  5959.                         'name' => 'EditOrderProductsInput',
  5960.                     ],
  5961.                 ],
  5962.                 'EditOrderProductInput' => [
  5963.                     'type' => 'input-object',
  5964.                     'class_name' => 'EditOrderProductInputType',
  5965.                     'inherits' => [
  5966.                     ],
  5967.                     'decorator' => false,
  5968.                     'config' => [
  5969.                         'fields' => [
  5970.                             'orderProductID' => [
  5971.                                 'type' => 'Int!',
  5972.                             ],
  5973.                             'buyPrice' => [
  5974.                                 'type' => 'Float!',
  5975.                             ],
  5976.                             'quantity' => [
  5977.                                 'type' => 'Float!',
  5978.                             ],
  5979.                         ],
  5980.                         'name' => 'EditOrderProductInput',
  5981.                     ],
  5982.                 ],
  5983.                 'DeleteOrderProductInput' => [
  5984.                     'type' => 'input-object',
  5985.                     'class_name' => 'DeleteOrderProductInputType',
  5986.                     'inherits' => [
  5987.                     ],
  5988.                     'decorator' => false,
  5989.                     'config' => [
  5990.                         'fields' => [
  5991.                             'orderProductID' => [
  5992.                                 'type' => 'Int!',
  5993.                             ],
  5994.                         ],
  5995.                         'name' => 'DeleteOrderProductInput',
  5996.                     ],
  5997.                 ],
  5998.                 'ConfirmOrderInput' => [
  5999.                     'type' => 'input-object',
  6000.                     'class_name' => 'ConfirmOrderInputType',
  6001.                     'inherits' => [
  6002.                     ],
  6003.                     'decorator' => false,
  6004.                     'config' => [
  6005.                         'fields' => [
  6006.                             'orderID' => [
  6007.                                 'type' => 'Int!',
  6008.                             ],
  6009.                         ],
  6010.                         'name' => 'ConfirmOrderInput',
  6011.                     ],
  6012.                 ],
  6013.                 'Query' => [
  6014.                     'type' => 'object',
  6015.                     'class_name' => 'QueryType',
  6016.                     'inherits' => [
  6017.                     ],
  6018.                     'decorator' => false,
  6019.                     'config' => [
  6020.                         'description' => 'Flowy ORM repository',
  6021.                         'fields' => [
  6022.                             'headers' => [
  6023.                                 'type' => '[StoreHeader]!',
  6024.                                 'resolve' => '@=resolver(\'headers\', [info, args])',
  6025.                                 'args' => [
  6026.                                     'ids' => [
  6027.                                         'type' => '[Int!]',
  6028.                                     ],
  6029.                                 ],
  6030.                             ],
  6031.                             'product' => [
  6032.                                 'type' => 'Product!',
  6033.                                 'resolve' => '@=resolver(\'product\', [info, args])',
  6034.                                 'args' => [
  6035.                                     'id' => [
  6036.                                         'type' => 'Int!',
  6037.                                     ],
  6038.                                     'orderByCreatedAt' => [
  6039.                                         'type' => 'String',
  6040.                                         'description' => 'ASC or DESC',
  6041.                                     ],
  6042.                                 ],
  6043.                             ],
  6044.                             'productStores' => [
  6045.                                 'type' => '[ProductStore]!',
  6046.                                 'resolve' => '@=resolver(\'productStores\', [info, args])',
  6047.                                 'args' => [
  6048.                                     'limit' => [
  6049.                                         'type' => 'Int',
  6050.                                         'description' => 'Limit of products for list',
  6051.                                     ],
  6052.                                     'offset' => [
  6053.                                         'type' => 'Int',
  6054.                                     ],
  6055.                                     'ids' => [
  6056.                                         'type' => '[Int!]',
  6057.                                         'description' => 'Filter by stores ID',
  6058.                                         'validation' => [
  6059.                                             'constraints' => [
  6060.                                                 => [
  6061.                                                     'Count' => [
  6062.                                                         'min' => 1,
  6063.                                                     ],
  6064.                                                 ],
  6065.                                             ],
  6066.                                             'link' => NULL,
  6067.                                         ],
  6068.                                     ],
  6069.                                     'assortment' => [
  6070.                                         'type' => 'Boolean',
  6071.                                         'description' => 'Filter only products included in the assortment',
  6072.                                     ],
  6073.                                     'sellPrice' => [
  6074.                                         'type' => 'ProductPrice',
  6075.                                         'description' => 'Filter product price for store',
  6076.                                     ],
  6077.                                     'discount' => [
  6078.                                         'type' => 'ProductStoreDiscountFilter',
  6079.                                     ],
  6080.                                     'changeAt' => [
  6081.                                         'type' => 'DateTimeFilter',
  6082.                                     ],
  6083.                                     'sortBy' => [
  6084.                                         'type' => '[ProductStoreSortBy]',
  6085.                                     ],
  6086.                                     'quantity' => [
  6087.                                         'type' => 'NumberFilter',
  6088.                                     ],
  6089.                                     'translations' => [
  6090.                                         'type' => 'ProductTranslationFilter',
  6091.                                         'description' => 'Search products by text with locale',
  6092.                                     ],
  6093.                                 ],
  6094.                             ],
  6095.                             'products' => [
  6096.                                 'type' => '[Product]!',
  6097.                                 'description' => 'List of products (Maximum 10000 products per query)',
  6098.                                 'resolve' => '@=resolver(\'products\', [info, args])',
  6099.                                 'args' => [
  6100.                                     'ids' => [
  6101.                                         'type' => '[Int!]',
  6102.                                         'description' => 'Filter by products ID',
  6103.                                     ],
  6104.                                     'order' => [
  6105.                                         'type' => 'ProductOrder',
  6106.                                     ],
  6107.                                     'search' => [
  6108.                                         'type' => 'String',
  6109.                                         'description' => 'Search products by text',
  6110.                                     ],
  6111.                                     'europeanArticleNumber' => [
  6112.                                         'type' => 'ProductEuropeanArticleNumberFilter',
  6113.                                     ],
  6114.                                     'limit' => [
  6115.                                         'type' => 'Int',
  6116.                                         'description' => 'Limit of products for list',
  6117.                                     ],
  6118.                                     'offset' => [
  6119.                                         'type' => 'Int',
  6120.                                     ],
  6121.                                     'store' => [
  6122.                                         'type' => 'ProductStoreFilter',
  6123.                                         'description' => 'Filter products by store conditions',
  6124.                                         'validation' => [
  6125.                                             'cascade' => [
  6126.                                                 'groups' => [
  6127.                                                 ],
  6128.                                             ],
  6129.                                             'link' => NULL,
  6130.                                             'constraints' => NULL,
  6131.                                         ],
  6132.                                     ],
  6133.                                     'storeGroup' => [
  6134.                                         'type' => 'ProductStoreGroupFilter',
  6135.                                         'description' => 'Filter products by store conditions',
  6136.                                         'validation' => [
  6137.                                             'cascade' => [
  6138.                                                 'groups' => [
  6139.                                                 ],
  6140.                                             ],
  6141.                                             'link' => NULL,
  6142.                                             'constraints' => NULL,
  6143.                                         ],
  6144.                                     ],
  6145.                                     'supplier' => [
  6146.                                         'type' => 'ProductSupplierFilter',
  6147.                                         'validation' => [
  6148.                                             'cascade' => [
  6149.                                                 'groups' => [
  6150.                                                 ],
  6151.                                             ],
  6152.                                             'link' => NULL,
  6153.                                             'constraints' => NULL,
  6154.                                         ],
  6155.                                     ],
  6156.                                     'onlyContainer' => [
  6157.                                         'type' => 'Boolean',
  6158.                                     ],
  6159.                                     'translation' => [
  6160.                                         'type' => 'ProductTranslationFilter',
  6161.                                     ],
  6162.                                     'tax' => [
  6163.                                         'type' => 'ProductTaxFilter',
  6164.                                     ],
  6165.                                     'changeAt' => [
  6166.                                         'type' => 'DateTimeFilter',
  6167.                                     ],
  6168.                                     'locales' => [
  6169.                                         'type' => '[String!]',
  6170.                                         'description' => 'Filter products by locales',
  6171.                                     ],
  6172.                                     'isFavourite' => [
  6173.                                         'type' => 'Boolean',
  6174.                                     ],
  6175.                                     'tags' => [
  6176.                                         'type' => 'ProductTagFilter',
  6177.                                     ],
  6178.                                 ],
  6179.                             ],
  6180.                             'stores' => [
  6181.                                 'type' => '[Store]!',
  6182.                                 'description' => 'List of client stores',
  6183.                                 'resolve' => '@=resolver(\'stores\', [info, args])',
  6184.                                 'args' => [
  6185.                                     'ids' => [
  6186.                                         'type' => '[Int!]',
  6187.                                         'description' => 'Filter by stores ID',
  6188.                                     ],
  6189.                                     'search' => [
  6190.                                         'type' => 'String',
  6191.                                         'description' => 'Search stores by text',
  6192.                                     ],
  6193.                                     'limit' => [
  6194.                                         'type' => 'Int',
  6195.                                     ],
  6196.                                     'offset' => [
  6197.                                         'type' => 'Int',
  6198.                                     ],
  6199.                                     'placeSearch' => [
  6200.                                         'type' => 'PlaceSearchInput',
  6201.                                     ],
  6202.                                 ],
  6203.                             ],
  6204.                             'suppliers' => [
  6205.                                 'type' => '[Supplier]!',
  6206.                                 'description' => 'List of suppliers',
  6207.                                 'resolve' => '@=resolver(\'suppliers\', [info, args])',
  6208.                                 'args' => [
  6209.                                     'ids' => [
  6210.                                         'type' => '[Int!]',
  6211.                                     ],
  6212.                                     'search' => [
  6213.                                         'type' => 'String',
  6214.                                     ],
  6215.                                     'limit' => [
  6216.                                         'type' => 'Int',
  6217.                                     ],
  6218.                                     'offset' => [
  6219.                                         'type' => 'Int',
  6220.                                     ],
  6221.                                     'order' => [
  6222.                                         'type' => 'SupplierOrderFilter',
  6223.                                     ],
  6224.                                     'onlyClient' => [
  6225.                                         'type' => 'Boolean',
  6226.                                     ],
  6227.                                 ],
  6228.                             ],
  6229.                             'categories' => [
  6230.                                 'type' => '[Category]!',
  6231.                                 'description' => 'List of client categories',
  6232.                                 'resolve' => '@=resolver(\'categories\', [info, args])',
  6233.                                 'args' => [
  6234.                                     'limit' => [
  6235.                                         'type' => 'Int',
  6236.                                     ],
  6237.                                     'offset' => [
  6238.                                         'type' => 'Int',
  6239.                                     ],
  6240.                                 ],
  6241.                             ],
  6242.                             'eshopCategories' => [
  6243.                                 'type' => '[EshopCategory]!',
  6244.                                 'description' => 'List of client eshop categories',
  6245.                                 'resolve' => '@=resolver(\'eshopCategories\', [info, args])',
  6246.                                 'args' => [
  6247.                                     'limit' => [
  6248.                                         'type' => 'Int',
  6249.                                     ],
  6250.                                     'offset' => [
  6251.                                         'type' => 'Int',
  6252.                                     ],
  6253.                                 ],
  6254.                             ],
  6255.                             'paymentMethods' => [
  6256.                                 'type' => '[PaymentMethod]!',
  6257.                                 'description' => 'List of client stores payment methods',
  6258.                                 'resolve' => '@=resolver(\'paymentMethods\', [info, args])',
  6259.                                 'args' => [
  6260.                                     'ids' => [
  6261.                                         'type' => '[Int!]',
  6262.                                     ],
  6263.                                 ],
  6264.                             ],
  6265.                             'storeGroups' => [
  6266.                                 'type' => '[StoreGroup]!',
  6267.                                 'description' => 'List of client store groups',
  6268.                                 'resolve' => '@=resolver(\'storeGroups\', [info, args])',
  6269.                                 'args' => [
  6270.                                     'showDeleted' => [
  6271.                                         'type' => 'Boolean',
  6272.                                     ],
  6273.                                     'stores' => [
  6274.                                         'type' => 'StoreGroupStoreFilter',
  6275.                                     ],
  6276.                                 ],
  6277.                             ],
  6278.                             'sellPrices' => [
  6279.                                 'type' => '[SellPrice]!',
  6280.                                 'description' => 'List of client sell prices',
  6281.                                 'resolve' => '@=resolver(\'sellPrices\', [info, args])',
  6282.                                 'args' => [
  6283.                                 ],
  6284.                             ],
  6285.                             'supplierWarehouseRecords' => [
  6286.                                 'type' => '[SupplierWarehouseRecord]!',
  6287.                                 'resolve' => '@=resolver(\'supplierWarehouseRecords\', [info, args])',
  6288.                                 'args' => [
  6289.                                     'temporary' => [
  6290.                                         'type' => 'Boolean',
  6291.                                     ],
  6292.                                     'store' => [
  6293.                                         'type' => 'WarehouseStoreFilter',
  6294.                                         'description' => 'Filter products by store conditions',
  6295.                                         'validation' => [
  6296.                                             'cascade' => [
  6297.                                                 'groups' => [
  6298.                                                 ],
  6299.                                             ],
  6300.                                             'link' => NULL,
  6301.                                             'constraints' => NULL,
  6302.                                         ],
  6303.                                     ],
  6304.                                 ],
  6305.                             ],
  6306.                             'storeWarehouseRecords' => [
  6307.                                 'type' => '[StoreWarehouseRecord]!',
  6308.                                 'resolve' => '@=resolver(\'storeWarehouseRecords\', [info, args])',
  6309.                                 'args' => [
  6310.                                     'temporary' => [
  6311.                                         'type' => 'Boolean',
  6312.                                     ],
  6313.                                     'store' => [
  6314.                                         'type' => 'WarehouseStoreFilter',
  6315.                                         'description' => 'Filter products by store conditions',
  6316.                                         'validation' => [
  6317.                                             'cascade' => [
  6318.                                                 'groups' => [
  6319.                                                 ],
  6320.                                             ],
  6321.                                             'link' => NULL,
  6322.                                             'constraints' => NULL,
  6323.                                         ],
  6324.                                     ],
  6325.                                 ],
  6326.                             ],
  6327.                             'discounts' => [
  6328.                                 'type' => '[Discount!]!',
  6329.                                 'resolve' => '@=resolver(\'discounts\', [info, args])',
  6330.                                 'args' => [
  6331.                                     'triggerCoupon' => [
  6332.                                         'type' => 'String',
  6333.                                     ],
  6334.                                     'store' => [
  6335.                                         'type' => 'DiscountStoreFilter',
  6336.                                     ],
  6337.                                     'order' => [
  6338.                                         'type' => 'DiscountOrder',
  6339.                                     ],
  6340.                                     'deleted' => [
  6341.                                         'type' => 'Boolean',
  6342.                                     ],
  6343.                                     'limit' => [
  6344.                                         'type' => 'Int',
  6345.                                     ],
  6346.                                     'offset' => [
  6347.                                         'type' => 'Int',
  6348.                                     ],
  6349.                                     'search' => [
  6350.                                         'type' => 'String',
  6351.                                     ],
  6352.                                     'items' => [
  6353.                                         'type' => 'DiscountItemFilter',
  6354.                                     ],
  6355.                                     'changeAt' => [
  6356.                                         'type' => 'DateTimeFilter',
  6357.                                     ],
  6358.                                     'validDiscount' => [
  6359.                                         'type' => 'Boolean',
  6360.                                     ],
  6361.                                 ],
  6362.                             ],
  6363.                             'labels' => [
  6364.                                 'type' => '[Label!]!',
  6365.                                 'resolve' => '@=resolver(\'labels\', [info, args])',
  6366.                                 'args' => [
  6367.                                     'limit' => [
  6368.                                         'type' => 'Int',
  6369.                                     ],
  6370.                                 ],
  6371.                             ],
  6372.                             'clientLabels' => [
  6373.                                 'type' => '[ClientLabel!]!',
  6374.                                 'resolve' => '@=resolver(\'clientLabels\', [info, args])',
  6375.                                 'args' => [
  6376.                                     'limit' => [
  6377.                                         'type' => 'Int',
  6378.                                     ],
  6379.                                     'store' => [
  6380.                                         'type' => 'StoreFilter',
  6381.                                     ],
  6382.                                 ],
  6383.                             ],
  6384.                             'europeanArticleNumbers' => [
  6385.                                 'type' => '[EuropeanArticleNumber!]!',
  6386.                                 'resolve' => '@=resolver(\'europeanArticleNumbers\', [info, args])',
  6387.                                 'args' => [
  6388.                                     'limit' => [
  6389.                                         'type' => 'Int',
  6390.                                     ],
  6391.                                     'numbers' => [
  6392.                                         'type' => '[String!]',
  6393.                                         'validation' => [
  6394.                                             'constraints' => [
  6395.                                                 => [
  6396.                                                     'Count' => [
  6397.                                                         'min' => 1,
  6398.                                                     ],
  6399.                                                 ],
  6400.                                             ],
  6401.                                             'link' => NULL,
  6402.                                         ],
  6403.                                     ],
  6404.                                 ],
  6405.                             ],
  6406.                             'supplierOrders' => [
  6407.                                 'type' => '[SupplierOrder!]!',
  6408.                                 'resolve' => '@=resolver(\'supplierOrders\', [info, args])',
  6409.                                 'args' => [
  6410.                                     'supplier' => [
  6411.                                         'type' => 'SupplierFilter',
  6412.                                         'validation' => [
  6413.                                             'cascade' => [
  6414.                                                 'groups' => [
  6415.                                                 ],
  6416.                                             ],
  6417.                                             'link' => NULL,
  6418.                                             'constraints' => NULL,
  6419.                                         ],
  6420.                                     ],
  6421.                                     'store' => [
  6422.                                         'type' => 'StoreFilter',
  6423.                                         'validation' => [
  6424.                                             'cascade' => [
  6425.                                                 'groups' => [
  6426.                                                 ],
  6427.                                             ],
  6428.                                             'link' => NULL,
  6429.                                             'constraints' => NULL,
  6430.                                         ],
  6431.                                     ],
  6432.                                     'storeGroup' => [
  6433.                                         'type' => 'StoreGroupFilter',
  6434.                                         'validation' => [
  6435.                                             'cascade' => [
  6436.                                                 'groups' => [
  6437.                                                 ],
  6438.                                             ],
  6439.                                             'link' => NULL,
  6440.                                             'constraints' => NULL,
  6441.                                         ],
  6442.                                     ],
  6443.                                 ],
  6444.                             ],
  6445.                             'orders' => [
  6446.                                 'type' => '[Order!]!',
  6447.                                 'resolve' => '@=resolver(\'orders\', [info, args])',
  6448.                                 'args' => [
  6449.                                     'ids' => [
  6450.                                         'type' => '[Int!]',
  6451.                                     ],
  6452.                                     'supplier' => [
  6453.                                         'type' => 'SupplierFilter',
  6454.                                         'validation' => [
  6455.                                             'cascade' => [
  6456.                                                 'groups' => [
  6457.                                                 ],
  6458.                                             ],
  6459.                                             'link' => NULL,
  6460.                                             'constraints' => NULL,
  6461.                                         ],
  6462.                                     ],
  6463.                                     'store' => [
  6464.                                         'type' => 'StoreFilter',
  6465.                                         'validation' => [
  6466.                                             'cascade' => [
  6467.                                                 'groups' => [
  6468.                                                 ],
  6469.                                             ],
  6470.                                             'link' => NULL,
  6471.                                             'constraints' => NULL,
  6472.                                         ],
  6473.                                     ],
  6474.                                     'automatic' => [
  6475.                                         'type' => 'Boolean',
  6476.                                     ],
  6477.                                     'temporary' => [
  6478.                                         'type' => 'Boolean',
  6479.                                     ],
  6480.                                 ],
  6481.                             ],
  6482.                             'customers' => [
  6483.                                 'type' => '[Customer!]!',
  6484.                                 'resolve' => '@=resolver(\'customers\', [info, args])',
  6485.                                 'args' => [
  6486.                                     'ids' => [
  6487.                                         'type' => '[Int!]',
  6488.                                     ],
  6489.                                     'search' => [
  6490.                                         'type' => 'String',
  6491.                                     ],
  6492.                                     'code' => [
  6493.                                         'type' => 'String',
  6494.                                     ],
  6495.                                     'type' => [
  6496.                                         'type' => 'String',
  6497.                                     ],
  6498.                                     'limit' => [
  6499.                                         'type' => 'Int',
  6500.                                     ],
  6501.                                     'offset' => [
  6502.                                         'type' => 'Int',
  6503.                                     ],
  6504.                                     'changeAt' => [
  6505.                                         'type' => 'DateTimeFilter',
  6506.                                     ],
  6507.                                 ],
  6508.                             ],
  6509.                             'customerTypes' => [
  6510.                                 'type' => '[CustomerType!]!',
  6511.                                 'resolve' => '@=resolver(\'customerTypes\', [info, args])',
  6512.                                 'args' => [
  6513.                                     'ids' => [
  6514.                                         'type' => '[Int!]',
  6515.                                     ],
  6516.                                     'search' => [
  6517.                                         'type' => 'String',
  6518.                                     ],
  6519.                                     'type' => [
  6520.                                         'type' => 'String',
  6521.                                     ],
  6522.                                 ],
  6523.                             ],
  6524.                             'taxes' => [
  6525.                                 'type' => '[Tax!]!',
  6526.                                 'resolve' => '@=resolver(\'taxes\', [info, args])',
  6527.                                 'args' => [
  6528.                                     'locales' => [
  6529.                                         'type' => '[String!]',
  6530.                                     ],
  6531.                                     'clientLocale' => [
  6532.                                         'type' => 'Boolean',
  6533.                                     ],
  6534.                                 ],
  6535.                             ],
  6536.                             'permissions' => [
  6537.                                 'type' => '[Permission!]!',
  6538.                                 'resolve' => '@=resolver(\'permissions\', [info, args])',
  6539.                                 'args' => [
  6540.                                     'storeID' => [
  6541.                                         'type' => 'Int',
  6542.                                     ],
  6543.                                     'userID' => [
  6544.                                         'type' => 'Int',
  6545.                                     ],
  6546.                                     'code' => [
  6547.                                         'type' => 'String!',
  6548.                                     ],
  6549.                                 ],
  6550.                             ],
  6551.                             'attributes' => [
  6552.                                 'type' => '[Attribute!]!',
  6553.                                 'resolve' => '@=resolver(\'attributes\', [info, args])',
  6554.                                 'args' => [
  6555.                                     'codes' => [
  6556.                                         'type' => '[String!]',
  6557.                                     ],
  6558.                                 ],
  6559.                             ],
  6560.                             'customerOrder' => [
  6561.                                 'type' => '[CustomerOrder!]!',
  6562.                                 'resolve' => '@=resolver(\'customerOrder\', [info, args])',
  6563.                                 'args' => [
  6564.                                     'id' => [
  6565.                                         'type' => 'Int',
  6566.                                     ],
  6567.                                     'ids' => [
  6568.                                         'type' => '[Int!]',
  6569.                                     ],
  6570.                                     'limit' => [
  6571.                                         'type' => 'Int',
  6572.                                     ],
  6573.                                     'offset' => [
  6574.                                         'type' => 'Int',
  6575.                                     ],
  6576.                                     'changeAt' => [
  6577.                                         'type' => 'DateTimeFilter',
  6578.                                     ],
  6579.                                 ],
  6580.                             ],
  6581.                             'articles' => [
  6582.                                 'type' => '[Article!]!',
  6583.                                 'resolve' => '@=resolver(\'articles\', [info, args])',
  6584.                                 'args' => [
  6585.                                     'ids' => [
  6586.                                         'type' => '[Int!]',
  6587.                                     ],
  6588.                                     'tags' => [
  6589.                                         'type' => 'ArticleTagFilter',
  6590.                                     ],
  6591.                                     'types' => [
  6592.                                         'type' => 'ArticleTypeFilter',
  6593.                                     ],
  6594.                                     'keyWordFilter' => [
  6595.                                         'type' => 'String',
  6596.                                     ],
  6597.                                     'locale' => [
  6598.                                         'type' => 'String',
  6599.                                     ],
  6600.                                     'orderByCreatedAt' => [
  6601.                                         'type' => 'String',
  6602.                                         'description' => 'ASC or DESC',
  6603.                                     ],
  6604.                                     'isFavourite' => [
  6605.                                         'type' => 'Boolean',
  6606.                                     ],
  6607.                                     'limit' => [
  6608.                                         'type' => 'Int',
  6609.                                     ],
  6610.                                     'offset' => [
  6611.                                         'type' => 'Int',
  6612.                                     ],
  6613.                                     'isDeleted' => [
  6614.                                         'type' => 'Boolean',
  6615.                                     ],
  6616.                                 ],
  6617.                             ],
  6618.                             'articleBlog' => [
  6619.                                 'type' => '[ArticleBlog!]!',
  6620.                                 'resolve' => '@=resolver(\'articleBlog\', [info, args])',
  6621.                                 'args' => [
  6622.                                     'ids' => [
  6623.                                         'type' => '[Int!]',
  6624.                                     ],
  6625.                                     'tags' => [
  6626.                                         'type' => 'ArticleTagFilter',
  6627.                                     ],
  6628.                                     'locale' => [
  6629.                                         'type' => 'String',
  6630.                                     ],
  6631.                                     'limit' => [
  6632.                                         'type' => 'Int',
  6633.                                     ],
  6634.                                     'offset' => [
  6635.                                         'type' => 'Int',
  6636.                                     ],
  6637.                                 ],
  6638.                             ],
  6639.                             'articleRecipe' => [
  6640.                                 'type' => '[ArticleRecipe!]!',
  6641.                                 'resolve' => '@=resolver(\'articleRecipe\', [info, args])',
  6642.                                 'args' => [
  6643.                                     'ids' => [
  6644.                                         'type' => '[Int!]',
  6645.                                     ],
  6646.                                     'tags' => [
  6647.                                         'type' => 'ArticleTagFilter',
  6648.                                     ],
  6649.                                     'locale' => [
  6650.                                         'type' => 'String',
  6651.                                     ],
  6652.                                     'difficulty' => [
  6653.                                         'type' => 'String',
  6654.                                     ],
  6655.                                     'allergens' => [
  6656.                                         'type' => '[String]',
  6657.                                     ],
  6658.                                     'foodCategories' => [
  6659.                                         'type' => '[String]',
  6660.                                     ],
  6661.                                     'preparationTime' => [
  6662.                                         'type' => 'Int',
  6663.                                     ],
  6664.                                     'numberOfServings' => [
  6665.                                         'type' => 'Int',
  6666.                                     ],
  6667.                                     'limit' => [
  6668.                                         'type' => 'Int',
  6669.                                     ],
  6670.                                     'offset' => [
  6671.                                         'type' => 'Int',
  6672.                                     ],
  6673.                                 ],
  6674.                             ],
  6675.                             'articleCompetition' => [
  6676.                                 'type' => '[ArticleCompetition!]!',
  6677.                                 'resolve' => '@=resolver(\'articleCompetition\', [info, args])',
  6678.                                 'args' => [
  6679.                                     'ids' => [
  6680.                                         'type' => '[Int!]',
  6681.                                     ],
  6682.                                     'tags' => [
  6683.                                         'type' => 'ArticleTagFilter',
  6684.                                     ],
  6685.                                     'locale' => [
  6686.                                         'type' => 'String',
  6687.                                     ],
  6688.                                     'actualValid' => [
  6689.                                         'type' => 'String',
  6690.                                     ],
  6691.                                     'validFrom' => [
  6692.                                         'type' => 'String',
  6693.                                     ],
  6694.                                     'validTo' => [
  6695.                                         'type' => 'String',
  6696.                                     ],
  6697.                                     'drawDate' => [
  6698.                                         'type' => 'String',
  6699.                                     ],
  6700.                                     'haveWinners' => [
  6701.                                         'type' => 'Boolean',
  6702.                                     ],
  6703.                                     'limit' => [
  6704.                                         'type' => 'Int',
  6705.                                     ],
  6706.                                     'offset' => [
  6707.                                         'type' => 'Int',
  6708.                                     ],
  6709.                                 ],
  6710.                             ],
  6711.                             'articleProduct' => [
  6712.                                 'type' => '[ArticleProduct!]!',
  6713.                                 'resolve' => '@=resolver(\'articleProduct\', [info, args])',
  6714.                                 'args' => [
  6715.                                     'ids' => [
  6716.                                         'type' => '[Int!]',
  6717.                                     ],
  6718.                                     'tags' => [
  6719.                                         'type' => 'ArticleTagFilter',
  6720.                                     ],
  6721.                                     'locale' => [
  6722.                                         'type' => 'String',
  6723.                                     ],
  6724.                                     'actualValid' => [
  6725.                                         'type' => 'String',
  6726.                                     ],
  6727.                                     'validFrom' => [
  6728.                                         'type' => 'String',
  6729.                                     ],
  6730.                                     'validTo' => [
  6731.                                         'type' => 'String',
  6732.                                     ],
  6733.                                     'limit' => [
  6734.                                         'type' => 'Int',
  6735.                                     ],
  6736.                                     'offset' => [
  6737.                                         'type' => 'Int',
  6738.                                     ],
  6739.                                 ],
  6740.                             ],
  6741.                             'deliverySlots' => [
  6742.                                 'type' => '[DeliverySlot!]!',
  6743.                                 'resolve' => '@=resolver(\'deliverySlots\', [info, args])',
  6744.                                 'args' => [
  6745.                                     'dateFrom' => [
  6746.                                         'type' => 'String!',
  6747.                                     ],
  6748.                                     'dateTo' => [
  6749.                                         'type' => 'String!',
  6750.                                     ],
  6751.                                     'storeID' => [
  6752.                                         'type' => 'Int!',
  6753.                                     ],
  6754.                                     'deliveryMethodCode' => [
  6755.                                         'type' => 'String!',
  6756.                                     ],
  6757.                                     'placeType' => [
  6758.                                         'type' => 'DeliveryPlaceType!',
  6759.                                     ],
  6760.                                     'placeValue' => [
  6761.                                         'type' => 'String!',
  6762.                                     ],
  6763.                                     'customerOrderID' => [
  6764.                                         'type' => 'Int',
  6765.                                     ],
  6766.                                 ],
  6767.                             ],
  6768.                             'eshopNewsletters' => [
  6769.                                 'type' => '[EshopNewsletter]!',
  6770.                                 'resolve' => '@=resolver(\'eshopNewsletters\', [info, args])',
  6771.                                 'args' => [
  6772.                                     'id' => [
  6773.                                         'type' => 'Int',
  6774.                                     ],
  6775.                                     'locale' => [
  6776.                                         'type' => 'String',
  6777.                                     ],
  6778.                                     'limit' => [
  6779.                                         'type' => 'Int',
  6780.                                     ],
  6781.                                     'offset' => [
  6782.                                         'type' => 'Int',
  6783.                                     ],
  6784.                                     'isDeleted' => [
  6785.                                         'type' => 'Boolean',
  6786.                                     ],
  6787.                                 ],
  6788.                             ],
  6789.                             'eshopPartners' => [
  6790.                                 'type' => '[EshopPartner]!',
  6791.                                 'resolve' => '@=resolver(\'eshopPartners\', [info, args])',
  6792.                                 'args' => [
  6793.                                     'id' => [
  6794.                                         'type' => 'Int',
  6795.                                     ],
  6796.                                     'locale' => [
  6797.                                         'type' => 'String',
  6798.                                     ],
  6799.                                     'limit' => [
  6800.                                         'type' => 'Int',
  6801.                                     ],
  6802.                                     'offset' => [
  6803.                                         'type' => 'Int',
  6804.                                     ],
  6805.                                     'isDeleted' => [
  6806.                                         'type' => 'Boolean',
  6807.                                     ],
  6808.                                 ],
  6809.                             ],
  6810.                             'orderDeliverySlot' => [
  6811.                                 'type' => '[OrderDeliverySlot]',
  6812.                                 'resolve' => '@=resolver(\'OrderDeliverySlot\', [info, args])',
  6813.                                 'args' => [
  6814.                                     'limit' => [
  6815.                                         'type' => 'Int',
  6816.                                     ],
  6817.                                     'offset' => [
  6818.                                         'type' => 'Int',
  6819.                                     ],
  6820.                                 ],
  6821.                             ],
  6822.                             'deliveryMethods' => [
  6823.                                 'type' => '[DeliveryMethod]!',
  6824.                                 'resolve' => '@=resolver(\'deliveryMethods\', [info, args])',
  6825.                                 'args' => [
  6826.                                     'code' => [
  6827.                                         'type' => 'String',
  6828.                                     ],
  6829.                                     'placeSearch' => [
  6830.                                         'type' => 'PlaceSearchInput',
  6831.                                     ],
  6832.                                 ],
  6833.                             ],
  6834.                             'customerAddresses' => [
  6835.                                 'type' => '[CustomerAddress!]!',
  6836.                                 'resolve' => '@=resolver(\'customerAddresses\', [info, args])',
  6837.                                 'args' => [
  6838.                                 ],
  6839.                             ],
  6840.                             'serviceRatingTypes' => [
  6841.                                 'type' => '[RatingTypes!]!',
  6842.                                 'resolve' => '@=resolver(\'serviceRatingTypes\', [info, args])',
  6843.                                 'args' => [
  6844.                                     'limit' => [
  6845.                                         'type' => 'Int',
  6846.                                     ],
  6847.                                     'offset' => [
  6848.                                         'type' => 'Int',
  6849.                                     ],
  6850.                                 ],
  6851.                             ],
  6852.                             'serviceRatingValues' => [
  6853.                                 'type' => '[RatingValues!]!',
  6854.                                 'resolve' => '@=resolver(\'serviceRatingValues\', [info, args])',
  6855.                                 'args' => [
  6856.                                     'limit' => [
  6857.                                         'type' => 'Int',
  6858.                                     ],
  6859.                                     'offset' => [
  6860.                                         'type' => 'Int',
  6861.                                     ],
  6862.                                 ],
  6863.                             ],
  6864.                             'customerServiceRating' => [
  6865.                                 'type' => '[CustomerServiceRating!]!',
  6866.                                 'resolve' => '@=resolver(\'customerServiceRating\', [info, args])',
  6867.                                 'args' => [
  6868.                                 ],
  6869.                             ],
  6870.                             'synchronizations' => [
  6871.                                 'type' => '[Synchronization!]!',
  6872.                                 'resolve' => '@=resolver(\'synchronizations\', [info, args])',
  6873.                                 'args' => [
  6874.                                     'store' => [
  6875.                                         'type' => 'StoreFilter',
  6876.                                     ],
  6877.                                 ],
  6878.                             ],
  6879.                             'banners' => [
  6880.                                 'type' => '[Banner!]!',
  6881.                                 'resolve' => '@=resolver(\'banner\', [info, args])',
  6882.                                 'args' => [
  6883.                                     'ids' => [
  6884.                                         'type' => '[Int!]',
  6885.                                     ],
  6886.                                     'limit' => [
  6887.                                         'type' => 'Int',
  6888.                                     ],
  6889.                                     'offset' => [
  6890.                                         'type' => 'Int',
  6891.                                     ],
  6892.                                 ],
  6893.                             ],
  6894.                             'eshopDiscountCoupons' => [
  6895.                                 'type' => '[EshopDiscountCoupon!]!',
  6896.                                 'resolve' => '@=resolver(\'eshopDiscountCoupons\', [info, args])',
  6897.                                 'args' => [
  6898.                                     'onlyValid' => [
  6899.                                         'type' => 'Boolean',
  6900.                                     ],
  6901.                                     'codes' => [
  6902.                                         'type' => '[String!]',
  6903.                                     ],
  6904.                                 ],
  6905.                             ],
  6906.                         ],
  6907.                         'name' => 'Query',
  6908.                         'builders' => [
  6909.                         ],
  6910.                         'interfaces' => [
  6911.                         ],
  6912.                     ],
  6913.                 ],
  6914.                 'PointOfSale' => [
  6915.                     'type' => 'object',
  6916.                     'class_name' => 'PointOfSaleType',
  6917.                     'inherits' => [
  6918.                     ],
  6919.                     'decorator' => false,
  6920.                     'config' => [
  6921.                         'fields' => [
  6922.                             'id' => [
  6923.                                 'type' => 'Int!',
  6924.                                 'args' => [
  6925.                                 ],
  6926.                             ],
  6927.                             'code' => [
  6928.                                 'type' => 'String!',
  6929.                                 'args' => [
  6930.                                 ],
  6931.                             ],
  6932.                             'password' => [
  6933.                                 'type' => 'String',
  6934.                                 'args' => [
  6935.                                 ],
  6936.                             ],
  6937.                             'authXml' => [
  6938.                                 'type' => 'String',
  6939.                                 'args' => [
  6940.                                 ],
  6941.                             ],
  6942.                             'identXml' => [
  6943.                                 'type' => 'String',
  6944.                                 'args' => [
  6945.                                 ],
  6946.                             ],
  6947.                         ],
  6948.                         'name' => 'PointOfSale',
  6949.                         'builders' => [
  6950.                         ],
  6951.                         'interfaces' => [
  6952.                         ],
  6953.                     ],
  6954.                 ],
  6955.                 'PointOfSaleMove' => [
  6956.                     'type' => 'object',
  6957.                     'class_name' => 'PointOfSaleMoveType',
  6958.                     'inherits' => [
  6959.                     ],
  6960.                     'decorator' => false,
  6961.                     'config' => [
  6962.                         'fields' => [
  6963.                             'id' => [
  6964.                                 'type' => 'Int!',
  6965.                                 'args' => [
  6966.                                 ],
  6967.                             ],
  6968.                         ],
  6969.                         'name' => 'PointOfSaleMove',
  6970.                         'builders' => [
  6971.                         ],
  6972.                         'interfaces' => [
  6973.                         ],
  6974.                     ],
  6975.                 ],
  6976.                 'CreatePointOfSaleMoveInput' => [
  6977.                     'type' => 'input-object',
  6978.                     'class_name' => 'CreatePointOfSaleMoveInputType',
  6979.                     'inherits' => [
  6980.                     ],
  6981.                     'decorator' => false,
  6982.                     'config' => [
  6983.                         'fields' => [
  6984.                             'createdAt' => [
  6985.                                 'type' => 'String!',
  6986.                             ],
  6987.                             'storeID' => [
  6988.                                 'type' => 'Int!',
  6989.                             ],
  6990.                             'printer' => [
  6991.                                 'type' => 'String!',
  6992.                             ],
  6993.                             'createdBy' => [
  6994.                                 'type' => 'Int!',
  6995.                             ],
  6996.                             'amountType' => [
  6997.                                 'type' => 'String!',
  6998.                             ],
  6999.                             'amount' => [
  7000.                                 'type' => 'Float!',
  7001.                                 'description' => 'If is withdraw, amount must be negative',
  7002.                             ],
  7003.                             'evidenceNumber' => [
  7004.                                 'type' => 'String!',
  7005.                             ],
  7006.                         ],
  7007.                         'name' => 'CreatePointOfSaleMoveInput',
  7008.                     ],
  7009.                 ],
  7010.                 'Mutation' => [
  7011.                     'type' => 'object',
  7012.                     'class_name' => 'MutationType',
  7013.                     'inherits' => [
  7014.                     ],
  7015.                     'decorator' => false,
  7016.                     'config' => [
  7017.                         'validation' => [
  7018.                             'constraints' => [
  7019.                                 => [
  7020.                                     'GroupSequence' => [
  7021.                                         => 'Mutation',
  7022.                                     ],
  7023.                                 ],
  7024.                             ],
  7025.                             'link' => NULL,
  7026.                         ],
  7027.                         'fields' => [
  7028.                             'createPointOfSaleMove' => [
  7029.                                 'type' => 'PointOfSaleMove!',
  7030.                                 'resolve' => '@=mutation(\'createPointOfSaleMove\', [info, args, validator])',
  7031.                                 'args' => [
  7032.                                     'input' => [
  7033.                                         'type' => 'CreatePointOfSaleMoveInput!',
  7034.                                     ],
  7035.                                 ],
  7036.                             ],
  7037.                             'createStoreCentral' => [
  7038.                                 'type' => 'StoreCentral!',
  7039.                                 'resolve' => '@=mutation(\'createStoreCentral\', [info, args, validator])',
  7040.                                 'args' => [
  7041.                                     'input' => [
  7042.                                         'type' => 'CreateStoreCentralInput!',
  7043.                                     ],
  7044.                                 ],
  7045.                             ],
  7046.                             'createCustomer' => [
  7047.                                 'type' => 'Customer!',
  7048.                                 'resolve' => '@=mutation(\'createCustomer\', [info, args, validator])',
  7049.                                 'args' => [
  7050.                                     'input' => [
  7051.                                         'type' => 'CreateCustomerInput!',
  7052.                                     ],
  7053.                                 ],
  7054.                             ],
  7055.                             'editCustomer' => [
  7056.                                 'type' => 'Customer!',
  7057.                                 'resolve' => '@=mutation(\'editCustomer\', [info, args, validator])',
  7058.                                 'args' => [
  7059.                                     'input' => [
  7060.                                         'type' => 'EditCustomerInput!',
  7061.                                     ],
  7062.                                 ],
  7063.                             ],
  7064.                             'deleteCustomer' => [
  7065.                                 'type' => 'Result!',
  7066.                                 'resolve' => '@=mutation(\'deleteCustomer\', [info, args, validator])',
  7067.                                 'args' => [
  7068.                                     'input' => [
  7069.                                         'type' => 'DeleteCustomerInput!',
  7070.                                     ],
  7071.                                 ],
  7072.                             ],
  7073.                             'createCustomerType' => [
  7074.                                 'type' => 'CustomerType!',
  7075.                                 'resolve' => '@=mutation(\'createCustomerType\', [info, args, validator])',
  7076.                                 'args' => [
  7077.                                     'input' => [
  7078.                                         'type' => 'CreateCustomerTypeInput!',
  7079.                                     ],
  7080.                                 ],
  7081.                             ],
  7082.                             'deleteCustomerType' => [
  7083.                                 'type' => 'Result!',
  7084.                                 'resolve' => '@=mutation(\'deleteCustomerType\', [info, args, validator])',
  7085.                                 'args' => [
  7086.                                     'input' => [
  7087.                                         'type' => 'DeleteCustomerTypeInput!',
  7088.                                     ],
  7089.                                 ],
  7090.                             ],
  7091.                             'createCustomerReceipt' => [
  7092.                                 'type' => 'CustomerReceipt!',
  7093.                                 'resolve' => '@=mutation(\'createCustomerReceipt\', [info, args, validator])',
  7094.                                 'args' => [
  7095.                                     'input' => [
  7096.                                         'type' => 'CustomerReceiptInput!',
  7097.                                     ],
  7098.                                 ],
  7099.                             ],
  7100.                             'warehouseMoveMutation' => [
  7101.                                 'type' => 'Product!',
  7102.                                 'resolve' => '@=mutation(\'warehouseMoveMutation\', [info, args, validator])',
  7103.                                 'args' => [
  7104.                                     'input' => [
  7105.                                         'type' => 'WarehouseMoveMutationInput!',
  7106.                                     ],
  7107.                                 ],
  7108.                             ],
  7109.                             'sellPriceMutation' => [
  7110.                                 'type' => 'SellPrice!',
  7111.                                 'resolve' => '@=mutation(\'sellPriceMutation\', [info, args, validator])',
  7112.                                 'args' => [
  7113.                                     'input' => [
  7114.                                         'type' => 'SellPriceInput!',
  7115.                                     ],
  7116.                                 ],
  7117.                             ],
  7118.                             'createSupplierWarehouseRecord' => [
  7119.                                 'type' => 'SupplierWarehouseRecord',
  7120.                                 'resolve' => '@=mutation(\'createSupplierWarehouseRecord\', [info, args, validator])',
  7121.                                 'args' => [
  7122.                                     'input' => [
  7123.                                         'type' => 'SupplierWarehouseRecordInput!',
  7124.                                     ],
  7125.                                 ],
  7126.                             ],
  7127.                             'addProductsSupplierWarehouseRecord' => [
  7128.                                 'type' => 'SupplierWarehouseRecord',
  7129.                                 'resolve' => '@=mutation(\'addProductsSupplierWarehouseRecord\', [info, args, validator])',
  7130.                                 'args' => [
  7131.                                     'input' => [
  7132.                                         'type' => 'AddProductsSupplierWarehouseRecordInput!',
  7133.                                     ],
  7134.                                 ],
  7135.                             ],
  7136.                             'editProductsSupplierWarehouseRecord' => [
  7137.                                 'type' => 'SupplierWarehouseRecord',
  7138.                                 'resolve' => '@=mutation(\'editProductsSupplierWarehouseRecord\', [info, args, validator])',
  7139.                                 'args' => [
  7140.                                     'input' => [
  7141.                                         'type' => 'EditProductsSupplierWarehouseRecordInput!',
  7142.                                     ],
  7143.                                 ],
  7144.                             ],
  7145.                             'deleteProductsSupplierWarehouseRecord' => [
  7146.                                 'type' => 'SupplierWarehouseRecord',
  7147.                                 'resolve' => '@=mutation(\'deleteProductsSupplierWarehouseRecord\', [info, args, validator])',
  7148.                                 'args' => [
  7149.                                     'input' => [
  7150.                                         'type' => 'DeleteProductsSupplierWarehouseRecordInput!',
  7151.                                     ],
  7152.                                 ],
  7153.                             ],
  7154.                             'confirmSupplierWarehouseRecord' => [
  7155.                                 'type' => 'SupplierWarehouseRecord',
  7156.                                 'resolve' => '@=mutation(\'confirmSupplierWarehouseRecord\', [info, args, validator])',
  7157.                                 'args' => [
  7158.                                     'input' => [
  7159.                                         'type' => 'ConfirmSupplierWarehouseRecordInput!',
  7160.                                     ],
  7161.                                 ],
  7162.                             ],
  7163.                             'deleteSupplierWarehouseRecord' => [
  7164.                                 'type' => 'Result!',
  7165.                                 'resolve' => '@=mutation(\'deleteSupplierWarehouseRecord\', [info, args, validator])',
  7166.                                 'args' => [
  7167.                                     'input' => [
  7168.                                         'type' => 'DeleteSupplierWarehouseRecordInput!',
  7169.                                     ],
  7170.                                 ],
  7171.                             ],
  7172.                             'createSupplier' => [
  7173.                                 'type' => 'Supplier',
  7174.                                 'resolve' => '@=mutation(\'createSupplier\', [info, args, validator])',
  7175.                                 'args' => [
  7176.                                     'input' => [
  7177.                                         'type' => 'SupplierInput!',
  7178.                                     ],
  7179.                                 ],
  7180.                             ],
  7181.                             'createStoreWarehouseRecord' => [
  7182.                                 'type' => 'StoreWarehouseRecord',
  7183.                                 'resolve' => '@=mutation(\'createStoreWarehouseRecord\', [info, args, validator])',
  7184.                                 'args' => [
  7185.                                     'input' => [
  7186.                                         'type' => 'StoreWarehouseRecordInput!',
  7187.                                     ],
  7188.                                 ],
  7189.                             ],
  7190.                             'addProductsStoreWarehouseRecord' => [
  7191.                                 'type' => 'StoreWarehouseRecord',
  7192.                                 'resolve' => '@=mutation(\'addProductsStoreWarehouseRecord\', [info, args, validator])',
  7193.                                 'args' => [
  7194.                                     'input' => [
  7195.                                         'type' => 'AddProductsStoreWarehouseRecordInput!',
  7196.                                     ],
  7197.                                 ],
  7198.                             ],
  7199.                             'editProductsStoreWarehouseRecord' => [
  7200.                                 'type' => 'StoreWarehouseRecord',
  7201.                                 'resolve' => '@=mutation(\'editProductsStoreWarehouseRecord\', [info, args, validator])',
  7202.                                 'args' => [
  7203.                                     'input' => [
  7204.                                         'type' => 'EditProductsStoreWarehouseRecordInput!',
  7205.                                     ],
  7206.                                 ],
  7207.                             ],
  7208.                             'deleteProductsStoreWarehouseRecord' => [
  7209.                                 'type' => 'StoreWarehouseRecord',
  7210.                                 'resolve' => '@=mutation(\'deleteProductsStoreWarehouseRecord\', [info, args, validator])',
  7211.                                 'args' => [
  7212.                                     'input' => [
  7213.                                         'type' => 'DeleteProductsStoreWarehouseRecordInput!',
  7214.                                     ],
  7215.                                 ],
  7216.                             ],
  7217.                             'confirmStoreWarehouseRecord' => [
  7218.                                 'type' => 'StoreWarehouseRecord',
  7219.                                 'resolve' => '@=mutation(\'confirmStoreWarehouseRecord\', [info, args, validator])',
  7220.                                 'args' => [
  7221.                                     'input' => [
  7222.                                         'type' => 'ConfirmStoreWarehouseRecordInput!',
  7223.                                     ],
  7224.                                 ],
  7225.                             ],
  7226.                             'deleteStoreWarehouseRecord' => [
  7227.                                 'type' => 'Result!',
  7228.                                 'resolve' => '@=mutation(\'deleteStoreWarehouseRecord\', [info, args, validator])',
  7229.                                 'args' => [
  7230.                                     'input' => [
  7231.                                         'type' => 'DeleteStoreWarehouseRecordInput!',
  7232.                                     ],
  7233.                                 ],
  7234.                             ],
  7235.                             'createSupplierOrder' => [
  7236.                                 'type' => 'SupplierOrder!',
  7237.                                 'resolve' => '@=mutation(\'createSupplierOrder\', [info, args, validator])',
  7238.                                 'args' => [
  7239.                                     'input' => [
  7240.                                         'type' => 'SupplierOrderInput!',
  7241.                                     ],
  7242.                                 ],
  7243.                             ],
  7244.                             'priceTagConvert' => [
  7245.                                 'type' => '[PriceTagConvert!]!',
  7246.                                 'resolve' => '@=mutation(\'priceTagConvertor\', [info, args, validator])',
  7247.                                 'args' => [
  7248.                                     'input' => [
  7249.                                         'type' => '[PriceTagConvertInput!]!',
  7250.                                     ],
  7251.                                 ],
  7252.                             ],
  7253.                             'createLabels' => [
  7254.                                 'type' => '[LabelConvert!]!',
  7255.                                 'resolve' => '@=mutation(\'createLabels\', [info, args, validator])',
  7256.                                 'args' => [
  7257.                                     'input' => [
  7258.                                         'type' => '[LabelInput!]!',
  7259.                                     ],
  7260.                                 ],
  7261.                             ],
  7262.                             'createDiscount' => [
  7263.                                 'type' => 'Discount!',
  7264.                                 'resolve' => '@=mutation(\'createDiscount\', [info, args, validator])',
  7265.                                 'args' => [
  7266.                                     'input' => [
  7267.                                         'type' => 'DiscountInput!',
  7268.                                     ],
  7269.                                 ],
  7270.                             ],
  7271.                             'editProduct' => [
  7272.                                 'type' => 'Product!',
  7273.                                 'resolve' => '@=mutation(\'editProduct\', [info, args, validator])',
  7274.                                 'args' => [
  7275.                                     'input' => [
  7276.                                         'type' => 'ProductEditInput!',
  7277.                                     ],
  7278.                                 ],
  7279.                             ],
  7280.                             'deleteDiscount' => [
  7281.                                 'type' => 'Result!',
  7282.                                 'resolve' => '@=mutation(\'deleteDiscount\', [info, args, validator])',
  7283.                                 'args' => [
  7284.                                     'input' => [
  7285.                                         'type' => 'DeleteDiscountInput!',
  7286.                                     ],
  7287.                                 ],
  7288.                             ],
  7289.                             'createOrder' => [
  7290.                                 'type' => 'Order!',
  7291.                                 'resolve' => '@=mutation(\'createOrder\', [info, args, validator])',
  7292.                                 'args' => [
  7293.                                     'input' => [
  7294.                                         'type' => 'CreateOrderInput!',
  7295.                                     ],
  7296.                                 ],
  7297.                             ],
  7298.                             'addOrderProducts' => [
  7299.                                 'type' => 'Order!',
  7300.                                 'resolve' => '@=mutation(\'addOrderProducts\', [info, args, validator])',
  7301.                                 'args' => [
  7302.                                     'input' => [
  7303.                                         'type' => 'AddOrderProductsInput!',
  7304.                                     ],
  7305.                                 ],
  7306.                             ],
  7307.                             'addSupplierOrderProducts' => [
  7308.                                 'type' => 'Order!',
  7309.                                 'resolve' => '@=mutation(\'addSupplierOrderProducts\', [info, args, validator])',
  7310.                                 'args' => [
  7311.                                     'input' => [
  7312.                                         'type' => 'AddSupplierOrderProductsInput!',
  7313.                                     ],
  7314.                                 ],
  7315.                             ],
  7316.                             'editOrderProducts' => [
  7317.                                 'type' => 'Order!',
  7318.                                 'resolve' => '@=mutation(\'editOrderProducts\', [info, args, validator])',
  7319.                                 'args' => [
  7320.                                     'input' => [
  7321.                                         'type' => 'EditOrderProductsInput!',
  7322.                                     ],
  7323.                                 ],
  7324.                             ],
  7325.                             'deleteOrderProduct' => [
  7326.                                 'type' => 'Result!',
  7327.                                 'resolve' => '@=mutation(\'deleteOrderProduct\', [info, args, validator])',
  7328.                                 'args' => [
  7329.                                     'input' => [
  7330.                                         'type' => 'DeleteOrderProductInput!',
  7331.                                     ],
  7332.                                 ],
  7333.                             ],
  7334.                             'editSupplierOrderProducts' => [
  7335.                                 'type' => 'Order!',
  7336.                                 'resolve' => '@=mutation(\'editSupplierOrderProducts\', [info, args, validator])',
  7337.                                 'args' => [
  7338.                                     'input' => [
  7339.                                         'type' => 'EditSupplierOrderProductsInput!',
  7340.                                     ],
  7341.                                 ],
  7342.                             ],
  7343.                             'deleteSupplierOrderProduct' => [
  7344.                                 'type' => 'Result!',
  7345.                                 'resolve' => '@=mutation(\'deleteSupplierOrderProduct\', [info, args, validator])',
  7346.                                 'args' => [
  7347.                                     'input' => [
  7348.                                         'type' => 'DeleteSupplierOrderProductInput!',
  7349.                                     ],
  7350.                                 ],
  7351.                             ],
  7352.                             'deleteSupplierOrder' => [
  7353.                                 'type' => 'Result!',
  7354.                                 'resolve' => '@=mutation(\'deleteSupplierOrder\', [info, args, validator])',
  7355.                                 'args' => [
  7356.                                     'input' => [
  7357.                                         'type' => 'DeleteSupplierOrderInput!',
  7358.                                     ],
  7359.                                 ],
  7360.                             ],
  7361.                             'deleteOrder' => [
  7362.                                 'type' => 'Result!',
  7363.                                 'resolve' => '@=mutation(\'deleteOrder\', [info, args, validator])',
  7364.                                 'args' => [
  7365.                                     'input' => [
  7366.                                         'type' => 'DeleteOrderInput!',
  7367.                                     ],
  7368.                                 ],
  7369.                             ],
  7370.                             'editSupplierOrder' => [
  7371.                                 'type' => 'Order!',
  7372.                                 'resolve' => '@=mutation(\'editSupplierOrder\', [info, args, validator])',
  7373.                                 'args' => [
  7374.                                     'input' => [
  7375.                                         'type' => 'EditSupplierOrderInput!',
  7376.                                     ],
  7377.                                 ],
  7378.                             ],
  7379.                             'createProduct' => [
  7380.                                 'type' => 'Product!',
  7381.                                 'resolve' => '@=mutation(\'createProduct\', [info, args, validator])',
  7382.                                 'args' => [
  7383.                                     'input' => [
  7384.                                         'type' => 'CreateProductInput!',
  7385.                                     ],
  7386.                                 ],
  7387.                             ],
  7388.                             'confirmOrder' => [
  7389.                                 'type' => 'Order!',
  7390.                                 'resolve' => '@=mutation(\'confirmOrder\', [info, args, validator])',
  7391.                                 'args' => [
  7392.                                     'input' => [
  7393.                                         'type' => 'ConfirmOrderInput!',
  7394.                                     ],
  7395.                                 ],
  7396.                             ],
  7397.                             'createClientLabel' => [
  7398.                                 'type' => 'ClientLabel!',
  7399.                                 'resolve' => '@=mutation(\'createClientLabel\', [info, args, validator])',
  7400.                                 'args' => [
  7401.                                     'input' => [
  7402.                                         'type' => 'ClientLabelInput!',
  7403.                                     ],
  7404.                                 ],
  7405.                             ],
  7406.                             'logger' => [
  7407.                                 'type' => 'Result!',
  7408.                                 'resolve' => '@=mutation(\'logger\', [info, args, validator])',
  7409.                                 'args' => [
  7410.                                     'input' => [
  7411.                                         'type' => 'LoggerInput!',
  7412.                                         'validation' => [
  7413.                                             'cascade' => [
  7414.                                                 'groups' => [
  7415.                                                 ],
  7416.                                             ],
  7417.                                             'link' => NULL,
  7418.                                             'constraints' => NULL,
  7419.                                         ],
  7420.                                     ],
  7421.                                 ],
  7422.                             ],
  7423.                             'createCustomerOrder' => [
  7424.                                 'type' => 'CustomerOrder!',
  7425.                                 'resolve' => '@=mutation(\'createCustomerOrder\', [info, args, validator])',
  7426.                                 'args' => [
  7427.                                     'input' => [
  7428.                                         'type' => 'CreateCustomerOrderInput!',
  7429.                                     ],
  7430.                                 ],
  7431.                             ],
  7432.                             'editCustomerOrder' => [
  7433.                                 'type' => 'CustomerOrder!',
  7434.                                 'resolve' => '@=mutation(\'editCustomerOrder\', [info, args, validator])',
  7435.                                 'args' => [
  7436.                                     'input' => [
  7437.                                         'type' => 'EditCustomerOrderInput!',
  7438.                                     ],
  7439.                                 ],
  7440.                             ],
  7441.                             'createFavouriteCustomerArticle' => [
  7442.                                 'type' => 'Article',
  7443.                                 'resolve' => '@=mutation(\'createFavouriteCustomerArticle\', [info, args, validator])',
  7444.                                 'args' => [
  7445.                                     'input' => [
  7446.                                         'type' => 'CreateFavoriteCustomerArticleInput!',
  7447.                                     ],
  7448.                                 ],
  7449.                             ],
  7450.                             'confirmCustomerOrder' => [
  7451.                                 'type' => 'CustomerOrder!',
  7452.                                 'resolve' => '@=mutation(\'confirmCustomerOrder\', [info, args, validator])',
  7453.                                 'args' => [
  7454.                                     'input' => [
  7455.                                         'type' => 'ConfirmCustomerOrderInput!',
  7456.                                     ],
  7457.                                 ],
  7458.                             ],
  7459.                             'createFavouriteCustomerProduct' => [
  7460.                                 'type' => 'Product',
  7461.                                 'resolve' => '@=mutation(\'createFavouriteCustomerProduct\', [info, args, validator])',
  7462.                                 'args' => [
  7463.                                     'input' => [
  7464.                                         'type' => 'CreateFavouriteCustomerProductInput!',
  7465.                                     ],
  7466.                                 ],
  7467.                             ],
  7468.                             'createCustomerAddress' => [
  7469.                                 'type' => 'CustomerAddress',
  7470.                                 'resolve' => '@=mutation(\'createCustomerAddress\', [info, args, validator])',
  7471.                                 'args' => [
  7472.                                     'input' => [
  7473.                                         'type' => 'CreateCustomerAddressInput!',
  7474.                                     ],
  7475.                                 ],
  7476.                             ],
  7477.                             'editCustomerAddress' => [
  7478.                                 'type' => 'CustomerAddress',
  7479.                                 'resolve' => '@=mutation(\'editCustomerAddress\', [info, args, validator])',
  7480.                                 'args' => [
  7481.                                     'input' => [
  7482.                                         'type' => 'EditCustomerAddressInput!',
  7483.                                     ],
  7484.                                 ],
  7485.                             ],
  7486.                             'deleteCustomerAddress' => [
  7487.                                 'type' => 'Result!',
  7488.                                 'resolve' => '@=mutation(\'deleteCustomerAddress\', [info, args, validator])',
  7489.                                 'args' => [
  7490.                                     'input' => [
  7491.                                         'type' => 'DeleteCustomerAddressInput!',
  7492.                                     ],
  7493.                                 ],
  7494.                             ],
  7495.                             'createCustomerServiceRating' => [
  7496.                                 'type' => 'CustomerServiceRating',
  7497.                                 'resolve' => '@=mutation(\'createCustomerServiceRating\', [info, args, validator])',
  7498.                                 'args' => [
  7499.                                     'input' => [
  7500.                                         'type' => 'CreateCustomerServiceRatingInput!',
  7501.                                     ],
  7502.                                 ],
  7503.                             ],
  7504.                             'editCustomerOrderState' => [
  7505.                                 'type' => 'CustomerOrder!',
  7506.                                 'resolve' => '@=mutation(\'editCustomerOrderState\', [info, args, validator])',
  7507.                                 'args' => [
  7508.                                     'input' => [
  7509.                                         'type' => 'EditCustomerOrderStateInput!',
  7510.                                     ],
  7511.                                 ],
  7512.                             ],
  7513.                             'productInventory' => [
  7514.                                 'type' => 'Product!',
  7515.                                 'resolve' => '@=mutation(\'productInventory\', [info, args, validator])',
  7516.                                 'args' => [
  7517.                                     'input' => [
  7518.                                         'type' => 'ProductInventoryInput!',
  7519.                                     ],
  7520.                                 ],
  7521.                             ],
  7522.                         ],
  7523.                         'name' => 'Mutation',
  7524.                         'builders' => [
  7525.                         ],
  7526.                         'interfaces' => [
  7527.                         ],
  7528.                     ],
  7529.                 ],
  7530.                 'LoggerInput' => [
  7531.                     'type' => 'input-object',
  7532.                     'class_name' => 'LoggerInputType',
  7533.                     'inherits' => [
  7534.                     ],
  7535.                     'decorator' => false,
  7536.                     'config' => [
  7537.                         'fields' => [
  7538.                             'email' => [
  7539.                                 'type' => 'Boolean!',
  7540.                             ],
  7541.                             'type' => [
  7542.                                 'type' => 'String!',
  7543.                                 'validation' => [
  7544.                                     'constraints' => [
  7545.                                         => [
  7546.                                             'Length' => [
  7547.                                                 'min' => 1,
  7548.                                                 'max' => 32,
  7549.                                             ],
  7550.                                         ],
  7551.                                     ],
  7552.                                     'link' => NULL,
  7553.                                 ],
  7554.                             ],
  7555.                             'message' => [
  7556.                                 'type' => 'String!',
  7557.                                 'validation' => [
  7558.                                     'constraints' => [
  7559.                                         => [
  7560.                                             'Length' => [
  7561.                                                 'min' => 1,
  7562.                                             ],
  7563.                                         ],
  7564.                                     ],
  7565.                                     'link' => NULL,
  7566.                                 ],
  7567.                             ],
  7568.                             'createdAt' => [
  7569.                                 'type' => 'String!',
  7570.                                 'description' => '2022-02-02 22:22:22',
  7571.                                 'validation' => [
  7572.                                     'constraints' => [
  7573.                                         => [
  7574.                                             'Length' => [
  7575.                                                 'min' => 19,
  7576.                                                 'max' => 19,
  7577.                                             ],
  7578.                                         ],
  7579.                                     ],
  7580.                                     'link' => NULL,
  7581.                                 ],
  7582.                             ],
  7583.                         ],
  7584.                         'name' => 'LoggerInput',
  7585.                     ],
  7586.                 ],
  7587.                 'StoreMove' => [
  7588.                     'type' => 'object',
  7589.                     'class_name' => 'StoreMoveType',
  7590.                     'inherits' => [
  7591.                     ],
  7592.                     'decorator' => false,
  7593.                     'config' => [
  7594.                         'fields' => [
  7595.                             'id' => [
  7596.                                 'type' => 'Int!',
  7597.                                 'args' => [
  7598.                                 ],
  7599.                             ],
  7600.                             'product' => [
  7601.                                 'type' => 'Product!',
  7602.                                 'args' => [
  7603.                                 ],
  7604.                             ],
  7605.                             'quantity' => [
  7606.                                 'type' => 'Float!',
  7607.                                 'args' => [
  7608.                                 ],
  7609.                             ],
  7610.                         ],
  7611.                         'name' => 'StoreMove',
  7612.                         'builders' => [
  7613.                         ],
  7614.                         'interfaces' => [
  7615.                         ],
  7616.                     ],
  7617.                 ],
  7618.                 'EshopNewsletter' => [
  7619.                     'type' => 'object',
  7620.                     'class_name' => 'EshopNewsletterType',
  7621.                     'inherits' => [
  7622.                     ],
  7623.                     'decorator' => false,
  7624.                     'config' => [
  7625.                         'fields' => [
  7626.                             'id' => [
  7627.                                 'type' => 'Int!',
  7628.                                 'args' => [
  7629.                                 ],
  7630.                             ],
  7631.                             'file' => [
  7632.                                 'type' => '[EshopNewsletterFile]!',
  7633.                                 'args' => [
  7634.                                 ],
  7635.                             ],
  7636.                             'image' => [
  7637.                                 'type' => '[EshopNewsletterImage]!',
  7638.                                 'args' => [
  7639.                                 ],
  7640.                             ],
  7641.                             'title' => [
  7642.                                 'type' => 'String',
  7643.                                 'args' => [
  7644.                                 ],
  7645.                             ],
  7646.                             'validFrom' => [
  7647.                                 'type' => 'String',
  7648.                                 'args' => [
  7649.                                 ],
  7650.                             ],
  7651.                             'validTo' => [
  7652.                                 'type' => 'String',
  7653.                                 'args' => [
  7654.                                 ],
  7655.                             ],
  7656.                             'deletedAt' => [
  7657.                                 'type' => 'String',
  7658.                                 'args' => [
  7659.                                 ],
  7660.                             ],
  7661.                             'createdBy' => [
  7662.                                 'type' => 'User!',
  7663.                                 'args' => [
  7664.                                 ],
  7665.                             ],
  7666.                             'priority' => [
  7667.                                 'type' => 'Int',
  7668.                                 'args' => [
  7669.                                 ],
  7670.                             ],
  7671.                         ],
  7672.                         'name' => 'EshopNewsletter',
  7673.                         'builders' => [
  7674.                         ],
  7675.                         'interfaces' => [
  7676.                         ],
  7677.                     ],
  7678.                 ],
  7679.                 'EshopNewsletterFile' => [
  7680.                     'type' => 'object',
  7681.                     'class_name' => 'EshopNewsletterFileType',
  7682.                     'inherits' => [
  7683.                     ],
  7684.                     'decorator' => false,
  7685.                     'config' => [
  7686.                         'fields' => [
  7687.                             'id' => [
  7688.                                 'type' => 'Int!',
  7689.                                 'args' => [
  7690.                                 ],
  7691.                             ],
  7692.                             'url' => [
  7693.                                 'type' => 'String!',
  7694.                                 'resolve' => '@=resolver(\'newsletterFileURL\', [value])',
  7695.                                 'args' => [
  7696.                                 ],
  7697.                             ],
  7698.                         ],
  7699.                         'name' => 'EshopNewsletterFile',
  7700.                         'builders' => [
  7701.                         ],
  7702.                         'interfaces' => [
  7703.                         ],
  7704.                     ],
  7705.                 ],
  7706.                 'EshopNewsletterImage' => [
  7707.                     'type' => 'object',
  7708.                     'class_name' => 'EshopNewsletterImageType',
  7709.                     'inherits' => [
  7710.                     ],
  7711.                     'decorator' => false,
  7712.                     'config' => [
  7713.                         'fields' => [
  7714.                             'id' => [
  7715.                                 'type' => 'Int!',
  7716.                                 'args' => [
  7717.                                 ],
  7718.                             ],
  7719.                             'url' => [
  7720.                                 'type' => 'String!',
  7721.                                 'resolve' => '@=resolver(\'newsletterImageURL\', [value])',
  7722.                                 'args' => [
  7723.                                 ],
  7724.                             ],
  7725.                         ],
  7726.                         'name' => 'EshopNewsletterImage',
  7727.                         'builders' => [
  7728.                         ],
  7729.                         'interfaces' => [
  7730.                         ],
  7731.                     ],
  7732.                 ],
  7733.                 'Client' => [
  7734.                     'type' => 'object',
  7735.                     'class_name' => 'ClientType',
  7736.                     'inherits' => [
  7737.                     ],
  7738.                     'decorator' => false,
  7739.                     'config' => [
  7740.                         'fields' => [
  7741.                             'id' => [
  7742.                                 'type' => 'Int!',
  7743.                                 'args' => [
  7744.                                 ],
  7745.                             ],
  7746.                             'name' => [
  7747.                                 'type' => 'String!',
  7748.                                 'args' => [
  7749.                                 ],
  7750.                             ],
  7751.                             'users' => [
  7752.                                 'type' => '[User]',
  7753.                                 'args' => [
  7754.                                     'ids' => [
  7755.                                         'type' => '[Int]',
  7756.                                     ],
  7757.                                     'search' => [
  7758.                                         'type' => 'String',
  7759.                                     ],
  7760.                                 ],
  7761.                             ],
  7762.                         ],
  7763.                         'name' => 'Client',
  7764.                         'builders' => [
  7765.                         ],
  7766.                         'interfaces' => [
  7767.                         ],
  7768.                     ],
  7769.                 ],
  7770.                 'ClientFilter' => [
  7771.                     'type' => 'input-object',
  7772.                     'class_name' => 'ClientFilterType',
  7773.                     'inherits' => [
  7774.                     ],
  7775.                     'decorator' => false,
  7776.                     'config' => [
  7777.                         'fields' => [
  7778.                             'ids' => [
  7779.                                 'type' => '[Int!]',
  7780.                             ],
  7781.                             'search' => [
  7782.                                 'type' => 'String',
  7783.                             ],
  7784.                             'limit' => [
  7785.                                 'type' => 'Int',
  7786.                             ],
  7787.                             'offset' => [
  7788.                                 'type' => 'Int',
  7789.                             ],
  7790.                         ],
  7791.                         'name' => 'ClientFilter',
  7792.                     ],
  7793.                 ],
  7794.                 'EshopDiscountCoupon' => [
  7795.                     'type' => 'object',
  7796.                     'class_name' => 'EshopDiscountCouponType',
  7797.                     'inherits' => [
  7798.                     ],
  7799.                     'decorator' => false,
  7800.                     'config' => [
  7801.                         'fields' => [
  7802.                             'id' => [
  7803.                                 'type' => 'Int!',
  7804.                                 'args' => [
  7805.                                 ],
  7806.                             ],
  7807.                             'maximumUses' => [
  7808.                                 'type' => 'Float',
  7809.                                 'args' => [
  7810.                                 ],
  7811.                             ],
  7812.                             'alreadyUsed' => [
  7813.                                 'type' => 'Float!',
  7814.                                 'args' => [
  7815.                                 ],
  7816.                             ],
  7817.                             'code' => [
  7818.                                 'type' => 'String!',
  7819.                                 'args' => [
  7820.                                 ],
  7821.                             ],
  7822.                             'validFrom' => [
  7823.                                 'type' => 'DateTime',
  7824.                                 'args' => [
  7825.                                 ],
  7826.                             ],
  7827.                             'validTo' => [
  7828.                                 'type' => 'DateTime',
  7829.                                 'args' => [
  7830.                                 ],
  7831.                             ],
  7832.                             'type' => [
  7833.                                 'type' => 'String!',
  7834.                                 'args' => [
  7835.                                 ],
  7836.                             ],
  7837.                             'createdAt' => [
  7838.                                 'type' => 'DateTime!',
  7839.                                 'args' => [
  7840.                                 ],
  7841.                             ],
  7842.                             'deletedAt' => [
  7843.                                 'type' => 'DateTime',
  7844.                                 'args' => [
  7845.                                 ],
  7846.                             ],
  7847.                             'amount' => [
  7848.                                 'type' => 'Float',
  7849.                                 'args' => [
  7850.                                 ],
  7851.                             ],
  7852.                         ],
  7853.                         'name' => 'EshopDiscountCoupon',
  7854.                         'builders' => [
  7855.                         ],
  7856.                         'interfaces' => [
  7857.                         ],
  7858.                     ],
  7859.                 ],
  7860.                 'CreateCustomerOrderInput' => [
  7861.                     'type' => 'input-object',
  7862.                     'class_name' => 'CreateCustomerOrderInputType',
  7863.                     'inherits' => [
  7864.                     ],
  7865.                     'decorator' => false,
  7866.                     'config' => [
  7867.                         'fields' => [
  7868.                             'billingAddress' => [
  7869.                                 'type' => 'CustomerAddressInput',
  7870.                             ],
  7871.                             'deliveryAddress' => [
  7872.                                 'type' => 'CustomerAddressInput!',
  7873.                             ],
  7874.                             'products' => [
  7875.                                 'type' => '[CustomerOrderProductInput]',
  7876.                             ],
  7877.                             'paymentMethods' => [
  7878.                                 'type' => '[CustomerOrderPaymentMethodInput]',
  7879.                             ],
  7880.                             'phoneNumber' => [
  7881.                                 'type' => 'String',
  7882.                             ],
  7883.                             'email' => [
  7884.                                 'type' => 'String',
  7885.                             ],
  7886.                             'note' => [
  7887.                                 'type' => 'String',
  7888.                             ],
  7889.                             'firstName' => [
  7890.                                 'type' => 'String',
  7891.                             ],
  7892.                             'lastName' => [
  7893.                                 'type' => 'String',
  7894.                             ],
  7895.                             'storeID' => [
  7896.                                 'type' => 'Int!',
  7897.                             ],
  7898.                             'deliverySlot' => [
  7899.                                 'type' => 'DeliverySlotInput',
  7900.                             ],
  7901.                             'totalPrice' => [
  7902.                                 'type' => 'Float!',
  7903.                             ],
  7904.                             'discountCoupons' => [
  7905.                                 'type' => '[String]',
  7906.                             ],
  7907.                         ],
  7908.                         'name' => 'CreateCustomerOrderInput',
  7909.                     ],
  7910.                 ],
  7911.                 'EditCustomerOrderInput' => [
  7912.                     'type' => 'input-object',
  7913.                     'class_name' => 'EditCustomerOrderInputType',
  7914.                     'inherits' => [
  7915.                     ],
  7916.                     'decorator' => false,
  7917.                     'config' => [
  7918.                         'fields' => [
  7919.                             'storeID' => [
  7920.                                 'type' => 'Int',
  7921.                             ],
  7922.                             'customerOrderID' => [
  7923.                                 'type' => 'Int!',
  7924.                             ],
  7925.                             'billingAddress' => [
  7926.                                 'type' => 'CustomerAddressInput',
  7927.                             ],
  7928.                             'deliveryAddress' => [
  7929.                                 'type' => 'CustomerAddressInput',
  7930.                             ],
  7931.                             'deliverySlot' => [
  7932.                                 'type' => 'DeliverySlotInput',
  7933.                             ],
  7934.                             'phoneNumber' => [
  7935.                                 'type' => 'String',
  7936.                             ],
  7937.                             'email' => [
  7938.                                 'type' => 'String',
  7939.                             ],
  7940.                             'note' => [
  7941.                                 'type' => 'String',
  7942.                             ],
  7943.                             'firstName' => [
  7944.                                 'type' => 'String',
  7945.                             ],
  7946.                             'lastName' => [
  7947.                                 'type' => 'String',
  7948.                             ],
  7949.                             'products' => [
  7950.                                 'type' => '[CustomerOrderProductInput]',
  7951.                             ],
  7952.                             'paymentMethods' => [
  7953.                                 'type' => '[CustomerOrderPaymentMethodInput]',
  7954.                             ],
  7955.                             'totalPrice' => [
  7956.                                 'type' => 'Float!',
  7957.                             ],
  7958.                             'discountCoupons' => [
  7959.                                 'type' => '[String]',
  7960.                             ],
  7961.                         ],
  7962.                         'name' => 'EditCustomerOrderInput',
  7963.                     ],
  7964.                 ],
  7965.                 'CustomerOrder' => [
  7966.                     'type' => 'object',
  7967.                     'class_name' => 'CustomerOrderType',
  7968.                     'inherits' => [
  7969.                     ],
  7970.                     'decorator' => false,
  7971.                     'config' => [
  7972.                         'fields' => [
  7973.                             'id' => [
  7974.                                 'type' => 'Int!',
  7975.                                 'args' => [
  7976.                                 ],
  7977.                             ],
  7978.                             'state' => [
  7979.                                 'type' => 'String!',
  7980.                                 'args' => [
  7981.                                 ],
  7982.                             ],
  7983.                             'createdAt' => [
  7984.                                 'type' => 'DateTime!',
  7985.                                 'args' => [
  7986.                                 ],
  7987.                             ],
  7988.                             'updatedAt' => [
  7989.                                 'type' => 'DateTime!',
  7990.                                 'args' => [
  7991.                                 ],
  7992.                             ],
  7993.                             'finishedAt' => [
  7994.                                 'type' => 'DateTime',
  7995.                                 'args' => [
  7996.                                 ],
  7997.                             ],
  7998.                             'customerId' => [
  7999.                                 'type' => 'Int',
  8000.                                 'args' => [
  8001.                                 ],
  8002.                             ],
  8003.                             'billingAddress' => [
  8004.                                 'type' => 'Address',
  8005.                                 'args' => [
  8006.                                 ],
  8007.                             ],
  8008.                             'deliveryAddress' => [
  8009.                                 'type' => 'Address!',
  8010.                                 'args' => [
  8011.                                 ],
  8012.                             ],
  8013.                             'phoneNumber' => [
  8014.                                 'type' => 'String',
  8015.                                 'args' => [
  8016.                                 ],
  8017.                             ],
  8018.                             'paymentMethods' => [
  8019.                                 'type' => '[CustomerOrderPaymentMethod]!',
  8020.                                 'args' => [
  8021.                                 ],
  8022.                             ],
  8023.                             'orderItems' => [
  8024.                                 'type' => '[CustomerOrderItem]!',
  8025.                                 'args' => [
  8026.                                 ],
  8027.                             ],
  8028.                             'note' => [
  8029.                                 'type' => 'String',
  8030.                                 'args' => [
  8031.                                 ],
  8032.                             ],
  8033.                             'customer' => [
  8034.                                 'type' => 'Customer',
  8035.                                 'args' => [
  8036.                                 ],
  8037.                             ],
  8038.                             'email' => [
  8039.                                 'type' => 'String',
  8040.                                 'args' => [
  8041.                                 ],
  8042.                             ],
  8043.                             'orderDeliverySlot' => [
  8044.                                 'type' => 'OrderDeliverySlot',
  8045.                                 'args' => [
  8046.                                 ],
  8047.                             ],
  8048.                             'totalPrice' => [
  8049.                                 'type' => 'Float!',
  8050.                                 'args' => [
  8051.                                 ],
  8052.                             ],
  8053.                         ],
  8054.                         'name' => 'CustomerOrder',
  8055.                         'builders' => [
  8056.                         ],
  8057.                         'interfaces' => [
  8058.                         ],
  8059.                     ],
  8060.                 ],
  8061.                 'CustomerOrderPaymentMethodInput' => [
  8062.                     'type' => 'input-object',
  8063.                     'class_name' => 'CustomerOrderPaymentMethodInputType',
  8064.                     'inherits' => [
  8065.                     ],
  8066.                     'decorator' => false,
  8067.                     'config' => [
  8068.                         'fields' => [
  8069.                             'type' => [
  8070.                                 'type' => 'String!',
  8071.                             ],
  8072.                             'price' => [
  8073.                                 'type' => 'Float!',
  8074.                             ],
  8075.                         ],
  8076.                         'name' => 'CustomerOrderPaymentMethodInput',
  8077.                     ],
  8078.                 ],
  8079.                 'CustomerOrderProductInput' => [
  8080.                     'type' => 'input-object',
  8081.                     'class_name' => 'CustomerOrderProductInputType',
  8082.                     'inherits' => [
  8083.                     ],
  8084.                     'decorator' => false,
  8085.                     'config' => [
  8086.                         'fields' => [
  8087.                             'productID' => [
  8088.                                 'type' => 'Int!',
  8089.                             ],
  8090.                             'quantity' => [
  8091.                                 'type' => 'Float!',
  8092.                             ],
  8093.                             'price' => [
  8094.                                 'type' => 'Float!',
  8095.                             ],
  8096.                             'variableID' => [
  8097.                                 'type' => 'Int',
  8098.                             ],
  8099.                             'productVariableQuantity' => [
  8100.                                 'type' => 'Float',
  8101.                             ],
  8102.                         ],
  8103.                         'name' => 'CustomerOrderProductInput',
  8104.                     ],
  8105.                 ],
  8106.                 'CustomerOrderPaymentMethod' => [
  8107.                     'type' => 'object',
  8108.                     'class_name' => 'CustomerOrderPaymentMethodType',
  8109.                     'inherits' => [
  8110.                     ],
  8111.                     'decorator' => false,
  8112.                     'config' => [
  8113.                         'fields' => [
  8114.                             'type' => [
  8115.                                 'type' => 'String',
  8116.                                 'args' => [
  8117.                                 ],
  8118.                             ],
  8119.                             'price' => [
  8120.                                 'type' => 'Float',
  8121.                                 'args' => [
  8122.                                 ],
  8123.                             ],
  8124.                         ],
  8125.                         'name' => 'CustomerOrderPaymentMethod',
  8126.                         'builders' => [
  8127.                         ],
  8128.                         'interfaces' => [
  8129.                         ],
  8130.                     ],
  8131.                 ],
  8132.                 'CustomerOrderItem' => [
  8133.                     'type' => 'object',
  8134.                     'class_name' => 'CustomerOrderItemType',
  8135.                     'inherits' => [
  8136.                     ],
  8137.                     'decorator' => false,
  8138.                     'config' => [
  8139.                         'fields' => [
  8140.                             'id' => [
  8141.                                 'type' => 'Int!',
  8142.                                 'args' => [
  8143.                                 ],
  8144.                             ],
  8145.                             'product' => [
  8146.                                 'type' => 'Product!',
  8147.                                 'args' => [
  8148.                                 ],
  8149.                             ],
  8150.                             'totalPriceWithTax' => [
  8151.                                 'type' => 'Float!',
  8152.                                 'args' => [
  8153.                                 ],
  8154.                             ],
  8155.                             'unitPriceWithTax' => [
  8156.                                 'type' => 'Float!',
  8157.                                 'args' => [
  8158.                                 ],
  8159.                             ],
  8160.                             'quantity' => [
  8161.                                 'type' => 'Float!',
  8162.                                 'args' => [
  8163.                                 ],
  8164.                             ],
  8165.                             'productVariable' => [
  8166.                                 'type' => 'ProductVariable',
  8167.                                 'args' => [
  8168.                                 ],
  8169.                             ],
  8170.                             'productVariableQuantity' => [
  8171.                                 'type' => 'Float',
  8172.                                 'args' => [
  8173.                                 ],
  8174.                             ],
  8175.                         ],
  8176.                         'name' => 'CustomerOrderItem',
  8177.                         'builders' => [
  8178.                         ],
  8179.                         'interfaces' => [
  8180.                         ],
  8181.                     ],
  8182.                 ],
  8183.                 'OrderDeliverySlot' => [
  8184.                     'type' => 'object',
  8185.                     'class_name' => 'OrderDeliverySlotType',
  8186.                     'inherits' => [
  8187.                     ],
  8188.                     'decorator' => false,
  8189.                     'config' => [
  8190.                         'fields' => [
  8191.                             'id' => [
  8192.                                 'type' => 'Int!',
  8193.                                 'args' => [
  8194.                                 ],
  8195.                             ],
  8196.                             'date' => [
  8197.                                 'type' => 'String!',
  8198.                                 'args' => [
  8199.                                 ],
  8200.                             ],
  8201.                             'time' => [
  8202.                                 'type' => 'String!',
  8203.                                 'args' => [
  8204.                                 ],
  8205.                             ],
  8206.                             'createdAt' => [
  8207.                                 'type' => 'String!',
  8208.                                 'args' => [
  8209.                                 ],
  8210.                             ],
  8211.                             'updatedAt' => [
  8212.                                 'type' => 'String!',
  8213.                                 'args' => [
  8214.                                 ],
  8215.                             ],
  8216.                             'deliveryMethod' => [
  8217.                                 'type' => 'Int!',
  8218.                                 'args' => [
  8219.                                 ],
  8220.                             ],
  8221.                             'deliveryMethodPlaceValue' => [
  8222.                                 'type' => 'Int!',
  8223.                                 'args' => [
  8224.                                 ],
  8225.                             ],
  8226.                             'price' => [
  8227.                                 'type' => 'Float',
  8228.                                 'args' => [
  8229.                                 ],
  8230.                             ],
  8231.                         ],
  8232.                         'name' => 'OrderDeliverySlot',
  8233.                         'builders' => [
  8234.                         ],
  8235.                         'interfaces' => [
  8236.                         ],
  8237.                     ],
  8238.                 ],
  8239.                 'AddCustomerOrderItemsInput' => [
  8240.                     'type' => 'input-object',
  8241.                     'class_name' => 'AddCustomerOrderItemsInputType',
  8242.                     'inherits' => [
  8243.                     ],
  8244.                     'decorator' => false,
  8245.                     'config' => [
  8246.                         'fields' => [
  8247.                             'customerOrderId' => [
  8248.                                 'type' => 'Int!',
  8249.                             ],
  8250.                             'products' => [
  8251.                                 'type' => '[CustomerOrderProductInput!]!',
  8252.                             ],
  8253.                         ],
  8254.                         'name' => 'AddCustomerOrderItemsInput',
  8255.                     ],
  8256.                 ],
  8257.                 'DeleteCustomerOrderItemsInput' => [
  8258.                     'type' => 'input-object',
  8259.                     'class_name' => 'DeleteCustomerOrderItemsInputType',
  8260.                     'inherits' => [
  8261.                     ],
  8262.                     'decorator' => false,
  8263.                     'config' => [
  8264.                         'fields' => [
  8265.                             'customerOrderId' => [
  8266.                                 'type' => 'Int!',
  8267.                             ],
  8268.                             'customerOrderItemIDs' => [
  8269.                                 'type' => '[Int!]',
  8270.                             ],
  8271.                         ],
  8272.                         'name' => 'DeleteCustomerOrderItemsInput',
  8273.                     ],
  8274.                 ],
  8275.                 'ConfirmCustomerOrderInput' => [
  8276.                     'type' => 'input-object',
  8277.                     'class_name' => 'ConfirmCustomerOrderInputType',
  8278.                     'inherits' => [
  8279.                     ],
  8280.                     'decorator' => false,
  8281.                     'config' => [
  8282.                         'fields' => [
  8283.                             'customerOrderID' => [
  8284.                                 'type' => 'Int!',
  8285.                             ],
  8286.                         ],
  8287.                         'name' => 'ConfirmCustomerOrderInput',
  8288.                     ],
  8289.                 ],
  8290.                 'EditCustomerOrderStateInput' => [
  8291.                     'type' => 'input-object',
  8292.                     'class_name' => 'EditCustomerOrderStateInputType',
  8293.                     'inherits' => [
  8294.                     ],
  8295.                     'decorator' => false,
  8296.                     'config' => [
  8297.                         'fields' => [
  8298.                             'customerOrderID' => [
  8299.                                 'type' => 'Int!',
  8300.                             ],
  8301.                             'state' => [
  8302.                                 'type' => 'CustomerOrderState!',
  8303.                             ],
  8304.                         ],
  8305.                         'name' => 'EditCustomerOrderStateInput',
  8306.                     ],
  8307.                 ],
  8308.                 'CustomerOrderState' => [
  8309.                     'type' => 'enum',
  8310.                     'class_name' => 'CustomerOrderStateType',
  8311.                     'inherits' => [
  8312.                     ],
  8313.                     'decorator' => false,
  8314.                     'config' => [
  8315.                         'values' => [
  8316.                             'PROCESSING' => [
  8317.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_PROCESSING")',
  8318.                             ],
  8319.                             'CONFIRMED' => [
  8320.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_CONFIRMED")',
  8321.                             ],
  8322.                             'SHIPPING' => [
  8323.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_SHIPPING")',
  8324.                             ],
  8325.                             'CANCELLED' => [
  8326.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_CANCELLED")',
  8327.                             ],
  8328.                             'RETURNED' => [
  8329.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_RETURNED")',
  8330.                             ],
  8331.                             'IN_PROGRESS' => [
  8332.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_IN_PROGRESS")',
  8333.                             ],
  8334.                             'COMPLETED' => [
  8335.                                 'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_COMPLETED")',
  8336.                             ],
  8337.                         ],
  8338.                         'name' => 'CustomerOrderState',
  8339.                     ],
  8340.                 ],
  8341.                 'PaymentMethod' => [
  8342.                     'type' => 'object',
  8343.                     'class_name' => 'PaymentMethodType',
  8344.                     'inherits' => [
  8345.                     ],
  8346.                     'decorator' => false,
  8347.                     'config' => [
  8348.                         'fields' => [
  8349.                             'id' => [
  8350.                                 'type' => 'Int!',
  8351.                                 'args' => [
  8352.                                 ],
  8353.                             ],
  8354.                             'code' => [
  8355.                                 'type' => 'String!',
  8356.                                 'args' => [
  8357.                                 ],
  8358.                             ],
  8359.                             'name' => [
  8360.                                 'type' => 'String',
  8361.                                 'args' => [
  8362.                                 ],
  8363.                             ],
  8364.                             'uid' => [
  8365.                                 'type' => 'String',
  8366.                                 'args' => [
  8367.                                 ],
  8368.                             ],
  8369.                             'configuration' => [
  8370.                                 'type' => 'String',
  8371.                                 'args' => [
  8372.                                 ],
  8373.                             ],
  8374.                             'translations' => [
  8375.                                 'type' => '[PaymentMethodTranslation!]!',
  8376.                                 'args' => [
  8377.                                 ],
  8378.                             ],
  8379.                             'stores' => [
  8380.                                 'type' => '[Store!]!',
  8381.                                 'args' => [
  8382.                                 ],
  8383.                             ],
  8384.                         ],
  8385.                         'name' => 'PaymentMethod',
  8386.                         'builders' => [
  8387.                         ],
  8388.                         'interfaces' => [
  8389.                         ],
  8390.                     ],
  8391.                 ],
  8392.                 'PaymentMethodTranslation' => [
  8393.                     'type' => 'object',
  8394.                     'class_name' => 'PaymentMethodTranslationType',
  8395.                     'inherits' => [
  8396.                     ],
  8397.                     'decorator' => false,
  8398.                     'config' => [
  8399.                         'fields' => [
  8400.                             'id' => [
  8401.                                 'type' => 'Int!',
  8402.                                 'args' => [
  8403.                                 ],
  8404.                             ],
  8405.                             'name' => [
  8406.                                 'type' => 'String!',
  8407.                                 'args' => [
  8408.                                 ],
  8409.                             ],
  8410.                             'locale' => [
  8411.                                 'type' => 'String!',
  8412.                                 'args' => [
  8413.                                 ],
  8414.                             ],
  8415.                         ],
  8416.                         'name' => 'PaymentMethodTranslation',
  8417.                         'builders' => [
  8418.                         ],
  8419.                         'interfaces' => [
  8420.                         ],
  8421.                     ],
  8422.                 ],
  8423.                 'DateTimeFilter' => [
  8424.                     'type' => 'input-object',
  8425.                     'class_name' => 'DateTimeFilterType',
  8426.                     'inherits' => [
  8427.                     ],
  8428.                     'decorator' => false,
  8429.                     'config' => [
  8430.                         'fields' => [
  8431.                             'gt' => [
  8432.                                 'type' => 'DateTime',
  8433.                                 'description' => 'Greater than',
  8434.                             ],
  8435.                             'lw' => [
  8436.                                 'type' => 'DateTime',
  8437.                                 'description' => 'Lower than',
  8438.                             ],
  8439.                         ],
  8440.                         'name' => 'DateTimeFilter',
  8441.                     ],
  8442.                 ],
  8443.                 'ClientLabelInput' => [
  8444.                     'type' => 'input-object',
  8445.                     'class_name' => 'ClientLabelInputType',
  8446.                     'inherits' => [
  8447.                     ],
  8448.                     'decorator' => false,
  8449.                     'config' => [
  8450.                         'fields' => [
  8451.                             'title' => [
  8452.                                 'type' => 'String!',
  8453.                             ],
  8454.                             'labelID' => [
  8455.                                 'type' => 'Int!',
  8456.                             ],
  8457.                             'height' => [
  8458.                                 'type' => 'Int!',
  8459.                             ],
  8460.                             'storeID' => [
  8461.                                 'type' => 'Int',
  8462.                             ],
  8463.                         ],
  8464.                         'name' => 'ClientLabelInput',
  8465.                     ],
  8466.                 ],
  8467.                 'ClientLabel' => [
  8468.                     'type' => 'object',
  8469.                     'class_name' => 'ClientLabelType',
  8470.                     'inherits' => [
  8471.                     ],
  8472.                     'decorator' => false,
  8473.                     'config' => [
  8474.                         'fields' => [
  8475.                             'id' => [
  8476.                                 'type' => 'Int!',
  8477.                                 'args' => [
  8478.                                 ],
  8479.                             ],
  8480.                             'title' => [
  8481.                                 'type' => 'String!',
  8482.                                 'args' => [
  8483.                                 ],
  8484.                             ],
  8485.                             'label' => [
  8486.                                 'type' => 'Label!',
  8487.                                 'args' => [
  8488.                                 ],
  8489.                             ],
  8490.                             'height' => [
  8491.                                 'type' => 'Int!',
  8492.                                 'args' => [
  8493.                                 ],
  8494.                             ],
  8495.                             'store' => [
  8496.                                 'type' => 'Store',
  8497.                                 'args' => [
  8498.                                 ],
  8499.                             ],
  8500.                         ],
  8501.                         'name' => 'ClientLabel',
  8502.                         'builders' => [
  8503.                         ],
  8504.                         'interfaces' => [
  8505.                         ],
  8506.                     ],
  8507.                 ],
  8508.                 'User' => [
  8509.                     'type' => 'object',
  8510.                     'class_name' => 'UserType',
  8511.                     'inherits' => [
  8512.                     ],
  8513.                     'decorator' => false,
  8514.                     'config' => [
  8515.                         'fields' => [
  8516.                             'id' => [
  8517.                                 'type' => 'Int',
  8518.                                 'args' => [
  8519.                                 ],
  8520.                             ],
  8521.                             'username' => [
  8522.                                 'type' => 'String',
  8523.                                 'args' => [
  8524.                                 ],
  8525.                             ],
  8526.                             'firstName' => [
  8527.                                 'type' => 'String',
  8528.                                 'args' => [
  8529.                                 ],
  8530.                             ],
  8531.                             'lastName' => [
  8532.                                 'type' => 'String',
  8533.                                 'args' => [
  8534.                                 ],
  8535.                             ],
  8536.                         ],
  8537.                         'name' => 'User',
  8538.                         'builders' => [
  8539.                         ],
  8540.                         'interfaces' => [
  8541.                         ],
  8542.                     ],
  8543.                 ],
  8544.                 'UserFilter' => [
  8545.                     'type' => 'input-object',
  8546.                     'class_name' => 'UserFilterType',
  8547.                     'inherits' => [
  8548.                     ],
  8549.                     'decorator' => false,
  8550.                     'config' => [
  8551.                         'fields' => [
  8552.                             'ids' => [
  8553.                                 'type' => '[Int!]',
  8554.                             ],
  8555.                             'search' => [
  8556.                                 'type' => 'String',
  8557.                             ],
  8558.                             'limit' => [
  8559.                                 'type' => 'Int',
  8560.                             ],
  8561.                             'offset' => [
  8562.                                 'type' => 'Int',
  8563.                             ],
  8564.                         ],
  8565.                         'name' => 'UserFilter',
  8566.                     ],
  8567.                 ],
  8568.                 'ProductInventoryInput' => [
  8569.                     'type' => 'input-object',
  8570.                     'class_name' => 'ProductInventoryInputType',
  8571.                     'inherits' => [
  8572.                     ],
  8573.                     'decorator' => false,
  8574.                     'config' => [
  8575.                         'fields' => [
  8576.                             'productID' => [
  8577.                                 'type' => 'Int!',
  8578.                             ],
  8579.                             'storeID' => [
  8580.                                 'type' => 'Int!',
  8581.                             ],
  8582.                             'quantity' => [
  8583.                                 'type' => 'Float!',
  8584.                             ],
  8585.                         ],
  8586.                         'name' => 'ProductInventoryInput',
  8587.                     ],
  8588.                 ],
  8589.                 'CustomerReceipt' => [
  8590.                     'type' => 'object',
  8591.                     'class_name' => 'CustomerReceiptType',
  8592.                     'inherits' => [
  8593.                     ],
  8594.                     'decorator' => false,
  8595.                     'config' => [
  8596.                         'fields' => [
  8597.                             'id' => [
  8598.                                 'type' => 'Int!',
  8599.                                 'args' => [
  8600.                                 ],
  8601.                             ],
  8602.                         ],
  8603.                         'name' => 'CustomerReceipt',
  8604.                         'builders' => [
  8605.                         ],
  8606.                         'interfaces' => [
  8607.                         ],
  8608.                     ],
  8609.                 ],
  8610.                 'CustomerReceiptInput' => [
  8611.                     'type' => 'input-object',
  8612.                     'class_name' => 'CustomerReceiptInputType',
  8613.                     'inherits' => [
  8614.                     ],
  8615.                     'decorator' => false,
  8616.                     'config' => [
  8617.                         'fields' => [
  8618.                             'createdBy' => [
  8619.                                 'type' => 'Int',
  8620.                             ],
  8621.                             'createdAt' => [
  8622.                                 'type' => 'String!',
  8623.                             ],
  8624.                             'items' => [
  8625.                                 'type' => '[CustomerReceiptItemInput!]!',
  8626.                             ],
  8627.                             'totalPrice' => [
  8628.                                 'type' => 'Float!',
  8629.                             ],
  8630.                             'tax' => [
  8631.                                 'type' => 'Boolean!',
  8632.                             ],
  8633.                             'customerID' => [
  8634.                                 'type' => 'Int',
  8635.                             ],
  8636.                             'evidenceNumber' => [
  8637.                                 'type' => 'String',
  8638.                             ],
  8639.                             'storeID' => [
  8640.                                 'type' => 'Int!',
  8641.                             ],
  8642.                             'payments' => [
  8643.                                 'type' => '[PaymentInput!]!',
  8644.                             ],
  8645.                             'temporary' => [
  8646.                                 'type' => 'Boolean',
  8647.                             ],
  8648.                             'type' => [
  8649.                                 'type' => 'String!',
  8650.                             ],
  8651.                             'printer' => [
  8652.                                 'type' => 'String',
  8653.                             ],
  8654.                             'roundings' => [
  8655.                                 'type' => '[CustomerReceiptRoundingInput!]!',
  8656.                             ],
  8657.                         ],
  8658.                         'name' => 'CustomerReceiptInput',
  8659.                     ],
  8660.                 ],
  8661.                 'CustomerInput' => [
  8662.                     'type' => 'input-object',
  8663.                     'class_name' => 'CustomerInputType',
  8664.                     'inherits' => [
  8665.                     ],
  8666.                     'decorator' => false,
  8667.                     'config' => [
  8668.                         'fields' => [
  8669.                             'firstName' => [
  8670.                                 'type' => 'String!',
  8671.                             ],
  8672.                             'lastName' => [
  8673.                                 'type' => 'String!',
  8674.                             ],
  8675.                             'billingAddress' => [
  8676.                                 'type' => 'AddressInput!',
  8677.                             ],
  8678.                         ],
  8679.                         'name' => 'CustomerInput',
  8680.                     ],
  8681.                 ],
  8682.                 'CustomerReceiptItemInput' => [
  8683.                     'type' => 'input-object',
  8684.                     'class_name' => 'CustomerReceiptItemInputType',
  8685.                     'inherits' => [
  8686.                     ],
  8687.                     'decorator' => false,
  8688.                     'config' => [
  8689.                         'fields' => [
  8690.                             'productID' => [
  8691.                                 'type' => 'Int!',
  8692.                             ],
  8693.                             'quantity' => [
  8694.                                 'type' => 'Float!',
  8695.                             ],
  8696.                             'price' => [
  8697.                                 'type' => 'Float!',
  8698.                             ],
  8699.                             'totalPrice' => [
  8700.                                 'type' => 'Float!',
  8701.                             ],
  8702.                             'taxRate' => [
  8703.                                 'type' => 'Float!',
  8704.                             ],
  8705.                             'valid' => [
  8706.                                 'type' => 'Boolean!',
  8707.                             ],
  8708.                             'discounts' => [
  8709.                                 'type' => '[CustomerReceiptMoveDiscountInput!]',
  8710.                             ],
  8711.                             'barcodes' => [
  8712.                                 'type' => '[CustomerReceiptMoveBarcodeInput!]',
  8713.                             ],
  8714.                         ],
  8715.                         'name' => 'CustomerReceiptItemInput',
  8716.                     ],
  8717.                 ],
  8718.                 'CustomerReceiptRoundingInput' => [
  8719.                     'type' => 'input-object',
  8720.                     'class_name' => 'CustomerReceiptRoundingInputType',
  8721.                     'inherits' => [
  8722.                     ],
  8723.                     'decorator' => false,
  8724.                     'config' => [
  8725.                         'fields' => [
  8726.                             'taxRate' => [
  8727.                                 'type' => 'Float',
  8728.                             ],
  8729.                             'amount' => [
  8730.                                 'type' => 'Float!',
  8731.                             ],
  8732.                         ],
  8733.                         'name' => 'CustomerReceiptRoundingInput',
  8734.                     ],
  8735.                 ],
  8736.                 'CustomerReceiptMoveDiscountInput' => [
  8737.                     'type' => 'input-object',
  8738.                     'class_name' => 'CustomerReceiptMoveDiscountInputType',
  8739.                     'inherits' => [
  8740.                     ],
  8741.                     'decorator' => false,
  8742.                     'config' => [
  8743.                         'fields' => [
  8744.                             'discountItemID' => [
  8745.                                 'type' => 'Int',
  8746.                             ],
  8747.                             'price' => [
  8748.                                 'type' => 'Float!',
  8749.                             ],
  8750.                             'coupon' => [
  8751.                                 'type' => 'String',
  8752.                             ],
  8753.                         ],
  8754.                         'name' => 'CustomerReceiptMoveDiscountInput',
  8755.                     ],
  8756.                 ],
  8757.                 'CustomerReceiptMoveBarcodeInput' => [
  8758.                     'type' => 'input-object',
  8759.                     'class_name' => 'CustomerReceiptMoveBarcodeInputType',
  8760.                     'inherits' => [
  8761.                     ],
  8762.                     'decorator' => false,
  8763.                     'config' => [
  8764.                         'fields' => [
  8765.                             'barcode' => [
  8766.                                 'type' => 'String',
  8767.                             ],
  8768.                         ],
  8769.                         'name' => 'CustomerReceiptMoveBarcodeInput',
  8770.                     ],
  8771.                 ],
  8772.                 'Category' => [
  8773.                     'type' => 'object',
  8774.                     'class_name' => 'CategoryType',
  8775.                     'inherits' => [
  8776.                     ],
  8777.                     'decorator' => false,
  8778.                     'config' => [
  8779.                         'fields' => [
  8780.                             'id' => [
  8781.                                 'type' => 'Int',
  8782.                                 'args' => [
  8783.                                 ],
  8784.                             ],
  8785.                             'name' => [
  8786.                                 'type' => 'String',
  8787.                                 'args' => [
  8788.                                 ],
  8789.                             ],
  8790.                             'position' => [
  8791.                                 'type' => 'Int',
  8792.                                 'args' => [
  8793.                                 ],
  8794.                             ],
  8795.                             'parent' => [
  8796.                                 'type' => 'Category',
  8797.                                 'args' => [
  8798.                                 ],
  8799.                             ],
  8800.                             'images' => [
  8801.                                 'type' => '[CategoryImage]',
  8802.                                 'args' => [
  8803.                                 ],
  8804.                             ],
  8805.                         ],
  8806.                         'name' => 'Category',
  8807.                         'builders' => [
  8808.                         ],
  8809.                         'interfaces' => [
  8810.                         ],
  8811.                     ],
  8812.                 ],
  8813.                 'CategoryImage' => [
  8814.                     'type' => 'object',
  8815.                     'class_name' => 'CategoryImageType',
  8816.                     'inherits' => [
  8817.                     ],
  8818.                     'decorator' => false,
  8819.                     'config' => [
  8820.                         'fields' => [
  8821.                             'id' => [
  8822.                                 'type' => 'Int!',
  8823.                                 'args' => [
  8824.                                 ],
  8825.                             ],
  8826.                             'url' => [
  8827.                                 'type' => 'String!',
  8828.                                 'resolve' => '@=resolver(\'categoryImages\', [value])',
  8829.                                 'args' => [
  8830.                                 ],
  8831.                             ],
  8832.                             'priority' => [
  8833.                                 'type' => 'Int',
  8834.                                 'args' => [
  8835.                                 ],
  8836.                             ],
  8837.                         ],
  8838.                         'name' => 'CategoryImage',
  8839.                         'builders' => [
  8840.                         ],
  8841.                         'interfaces' => [
  8842.                         ],
  8843.                     ],
  8844.                 ],
  8845.                 'EshopCategory' => [
  8846.                     'type' => 'object',
  8847.                     'class_name' => 'EshopCategoryType',
  8848.                     'inherits' => [
  8849.                     ],
  8850.                     'decorator' => false,
  8851.                     'config' => [
  8852.                         'fields' => [
  8853.                             'id' => [
  8854.                                 'type' => 'Int',
  8855.                                 'args' => [
  8856.                                 ],
  8857.                             ],
  8858.                             'name' => [
  8859.                                 'type' => 'String',
  8860.                                 'args' => [
  8861.                                 ],
  8862.                             ],
  8863.                             'position' => [
  8864.                                 'type' => 'Int',
  8865.                                 'args' => [
  8866.                                 ],
  8867.                             ],
  8868.                             'parent' => [
  8869.                                 'type' => 'EshopCategory',
  8870.                                 'args' => [
  8871.                                 ],
  8872.                             ],
  8873.                         ],
  8874.                         'name' => 'EshopCategory',
  8875.                         'builders' => [
  8876.                         ],
  8877.                         'interfaces' => [
  8878.                         ],
  8879.                     ],
  8880.                 ],
  8881.                 'ProductInput' => [
  8882.                     'type' => 'input-object',
  8883.                     'class_name' => 'ProductInputType',
  8884.                     'inherits' => [
  8885.                     ],
  8886.                     'decorator' => false,
  8887.                     'config' => [
  8888.                         'fields' => [
  8889.                             'id' => [
  8890.                                 'type' => 'Int',
  8891.                             ],
  8892.                         ],
  8893.                         'name' => 'ProductInput',
  8894.                     ],
  8895.                 ],
  8896.                 'OrderProductInput' => [
  8897.                     'type' => 'input-object',
  8898.                     'class_name' => 'OrderProductInputType',
  8899.                     'inherits' => [
  8900.                     ],
  8901.                     'decorator' => false,
  8902.                     'config' => [
  8903.                         'fields' => [
  8904.                             'id' => [
  8905.                                 'type' => 'Int',
  8906.                             ],
  8907.                             'sellPrice' => [
  8908.                                 'type' => 'Float',
  8909.                             ],
  8910.                             'quantity' => [
  8911.                                 'type' => 'Float',
  8912.                             ],
  8913.                         ],
  8914.                         'name' => 'OrderProductInput',
  8915.                     ],
  8916.                 ],
  8917.                 'StoreHeader' => [
  8918.                     'type' => 'object',
  8919.                     'class_name' => 'StoreHeaderType',
  8920.                     'inherits' => [
  8921.                     ],
  8922.                     'decorator' => false,
  8923.                     'config' => [
  8924.                         'fields' => [
  8925.                             'id' => [
  8926.                                 'type' => 'Int!',
  8927.                                 'args' => [
  8928.                                 ],
  8929.                             ],
  8930.                             'type' => [
  8931.                                 'type' => 'String!',
  8932.                                 'args' => [
  8933.                                 ],
  8934.                             ],
  8935.                             'storeMoves' => [
  8936.                                 'type' => '[StoreMove]!',
  8937.                                 'args' => [
  8938.                                 ],
  8939.                             ],
  8940.                             'payments' => [
  8941.                                 'type' => '[StoreHeaderPayment]!',
  8942.                                 'args' => [
  8943.                                 ],
  8944.                             ],
  8945.                             'totalPriceWithTax' => [
  8946.                                 'type' => 'Float!',
  8947.                                 'args' => [
  8948.                                 ],
  8949.                             ],
  8950.                             'totalPriceWithoutTax' => [
  8951.                                 'type' => 'Float!',
  8952.                                 'args' => [
  8953.                                 ],
  8954.                             ],
  8955.                             'tax' => [
  8956.                                 'type' => 'Boolean!',
  8957.                                 'args' => [
  8958.                                 ],
  8959.                             ],
  8960.                         ],
  8961.                         'name' => 'StoreHeader',
  8962.                         'builders' => [
  8963.                         ],
  8964.                         'interfaces' => [
  8965.                         ],
  8966.                     ],
  8967.                 ],
  8968.                 'StoreHeaderPayment' => [
  8969.                     'type' => 'object',
  8970.                     'class_name' => 'StoreHeaderPaymentType',
  8971.                     'inherits' => [
  8972.                     ],
  8973.                     'decorator' => false,
  8974.                     'config' => [
  8975.                         'fields' => [
  8976.                             'amount' => [
  8977.                                 'type' => 'Float!',
  8978.                                 'args' => [
  8979.                                 ],
  8980.                             ],
  8981.                             'type' => [
  8982.                                 'type' => 'String!',
  8983.                                 'args' => [
  8984.                                 ],
  8985.                             ],
  8986.                         ],
  8987.                         'name' => 'StoreHeaderPayment',
  8988.                         'builders' => [
  8989.                         ],
  8990.                         'interfaces' => [
  8991.                         ],
  8992.                     ],
  8993.                 ],
  8994.                 'AddressInput' => [
  8995.                     'type' => 'input-object',
  8996.                     'class_name' => 'AddressInputType',
  8997.                     'inherits' => [
  8998.                     ],
  8999.                     'decorator' => false,
  9000.                     'config' => [
  9001.                         'fields' => [
  9002.                             'street' => [
  9003.                                 'type' => 'String!',
  9004.                             ],
  9005.                             'streetNumber' => [
  9006.                                 'type' => 'String!',
  9007.                             ],
  9008.                             'zip' => [
  9009.                                 'type' => 'String!',
  9010.                             ],
  9011.                             'city' => [
  9012.                                 'type' => 'String!',
  9013.                             ],
  9014.                             'country' => [
  9015.                                 'type' => 'String!',
  9016.                             ],
  9017.                         ],
  9018.                         'name' => 'AddressInput',
  9019.                     ],
  9020.                 ],
  9021.                 'Address' => [
  9022.                     'type' => 'object',
  9023.                     'class_name' => 'AddressType',
  9024.                     'inherits' => [
  9025.                     ],
  9026.                     'decorator' => false,
  9027.                     'config' => [
  9028.                         'fields' => [
  9029.                             'street' => [
  9030.                                 'type' => 'String',
  9031.                                 'args' => [
  9032.                                 ],
  9033.                             ],
  9034.                             'streetNumber' => [
  9035.                                 'type' => 'String',
  9036.                                 'args' => [
  9037.                                 ],
  9038.                             ],
  9039.                             'zip' => [
  9040.                                 'type' => 'String',
  9041.                                 'args' => [
  9042.                                 ],
  9043.                             ],
  9044.                             'city' => [
  9045.                                 'type' => 'String',
  9046.                                 'args' => [
  9047.                                 ],
  9048.                             ],
  9049.                             'country' => [
  9050.                                 'type' => 'String',
  9051.                                 'args' => [
  9052.                                 ],
  9053.                             ],
  9054.                         ],
  9055.                         'name' => 'Address',
  9056.                         'builders' => [
  9057.                         ],
  9058.                         'interfaces' => [
  9059.                         ],
  9060.                     ],
  9061.                 ],
  9062.                 'WarehouseRecord' => [
  9063.                     'type' => 'interface',
  9064.                     'class_name' => 'WarehouseRecordType',
  9065.                     'inherits' => [
  9066.                     ],
  9067.                     'decorator' => false,
  9068.                     'config' => [
  9069.                         'fields' => [
  9070.                             'id' => [
  9071.                                 'type' => 'Int!',
  9072.                                 'args' => [
  9073.                                 ],
  9074.                             ],
  9075.                             'evidenceNumber' => [
  9076.                                 'type' => 'String!',
  9077.                                 'args' => [
  9078.                                 ],
  9079.                             ],
  9080.                             'temporary' => [
  9081.                                 'type' => 'Boolean!',
  9082.                                 'args' => [
  9083.                                 ],
  9084.                             ],
  9085.                             'store' => [
  9086.                                 'type' => 'Store!',
  9087.                                 'args' => [
  9088.                                 ],
  9089.                             ],
  9090.                             'createdAt' => [
  9091.                                 'type' => 'String!',
  9092.                                 'args' => [
  9093.                                 ],
  9094.                             ],
  9095.                             'totalPriceWithoutTax' => [
  9096.                                 'type' => 'Float!',
  9097.                                 'args' => [
  9098.                                 ],
  9099.                             ],
  9100.                             'totalPriceWithTax' => [
  9101.                                 'type' => 'Float!',
  9102.                                 'args' => [
  9103.                                 ],
  9104.                             ],
  9105.                         ],
  9106.                         'name' => 'WarehouseRecord',
  9107.                     ],
  9108.                 ],
  9109.                 'SupplierWarehouseRecord' => [
  9110.                     'type' => 'object',
  9111.                     'class_name' => 'SupplierWarehouseRecordType',
  9112.                     'inherits' => [
  9113.                     ],
  9114.                     'decorator' => false,
  9115.                     'config' => [
  9116.                         'interfaces' => [
  9117.                             => 'WarehouseRecord',
  9118.                         ],
  9119.                         'fields' => [
  9120.                             'id' => [
  9121.                                 'type' => 'Int!',
  9122.                                 'args' => [
  9123.                                 ],
  9124.                             ],
  9125.                             'evidenceNumber' => [
  9126.                                 'type' => 'String!',
  9127.                                 'args' => [
  9128.                                 ],
  9129.                             ],
  9130.                             'temporary' => [
  9131.                                 'type' => 'Boolean!',
  9132.                                 'args' => [
  9133.                                 ],
  9134.                             ],
  9135.                             'supplier' => [
  9136.                                 'type' => 'Supplier!',
  9137.                                 'args' => [
  9138.                                 ],
  9139.                             ],
  9140.                             'return' => [
  9141.                                 'type' => 'Boolean!',
  9142.                                 'resolve' => '@=resolver(\'supplierWarehouseReturnResolver\', [value])',
  9143.                                 'args' => [
  9144.                                 ],
  9145.                             ],
  9146.                             'createdAt' => [
  9147.                                 'type' => 'String!',
  9148.                                 'args' => [
  9149.                                 ],
  9150.                             ],
  9151.                             'store' => [
  9152.                                 'type' => 'Store!',
  9153.                                 'args' => [
  9154.                                 ],
  9155.                             ],
  9156.                             'products' => [
  9157.                                 'type' => '[ProductWarehouseRecord!]!',
  9158.                                 'args' => [
  9159.                                 ],
  9160.                             ],
  9161.                             'totalPriceWithoutTax' => [
  9162.                                 'type' => 'Float!',
  9163.                                 'args' => [
  9164.                                 ],
  9165.                             ],
  9166.                             'totalPriceWithTax' => [
  9167.                                 'type' => 'Float!',
  9168.                                 'args' => [
  9169.                                 ],
  9170.                             ],
  9171.                             'tax' => [
  9172.                                 'type' => 'Boolean!',
  9173.                                 'args' => [
  9174.                                 ],
  9175.                             ],
  9176.                         ],
  9177.                         'name' => 'SupplierWarehouseRecord',
  9178.                         'builders' => [
  9179.                         ],
  9180.                     ],
  9181.                 ],
  9182.                 'StoreWarehouseRecord' => [
  9183.                     'type' => 'object',
  9184.                     'class_name' => 'StoreWarehouseRecordType',
  9185.                     'inherits' => [
  9186.                     ],
  9187.                     'decorator' => false,
  9188.                     'config' => [
  9189.                         'interfaces' => [
  9190.                             => 'WarehouseRecord',
  9191.                         ],
  9192.                         'fields' => [
  9193.                             'id' => [
  9194.                                 'type' => 'Int!',
  9195.                                 'args' => [
  9196.                                 ],
  9197.                             ],
  9198.                             'evidenceNumber' => [
  9199.                                 'type' => 'String!',
  9200.                                 'args' => [
  9201.                                 ],
  9202.                             ],
  9203.                             'temporary' => [
  9204.                                 'type' => 'Boolean!',
  9205.                                 'args' => [
  9206.                                 ],
  9207.                             ],
  9208.                             'store' => [
  9209.                                 'type' => 'Store!',
  9210.                                 'args' => [
  9211.                                 ],
  9212.                             ],
  9213.                             'toStore' => [
  9214.                                 'type' => 'Store!',
  9215.                                 'args' => [
  9216.                                 ],
  9217.                             ],
  9218.                             'createdAt' => [
  9219.                                 'type' => 'String!',
  9220.                                 'args' => [
  9221.                                 ],
  9222.                             ],
  9223.                             'products' => [
  9224.                                 'type' => '[ProductWarehouseRecord!]!',
  9225.                                 'args' => [
  9226.                                 ],
  9227.                             ],
  9228.                             'totalPriceWithoutTax' => [
  9229.                                 'type' => 'Float!',
  9230.                                 'args' => [
  9231.                                 ],
  9232.                             ],
  9233.                             'totalPriceWithTax' => [
  9234.                                 'type' => 'Float!',
  9235.                                 'args' => [
  9236.                                 ],
  9237.                             ],
  9238.                         ],
  9239.                         'name' => 'StoreWarehouseRecord',
  9240.                         'builders' => [
  9241.                         ],
  9242.                     ],
  9243.                 ],
  9244.                 'ProductWarehouseRecord' => [
  9245.                     'type' => 'object',
  9246.                     'class_name' => 'ProductWarehouseRecordType',
  9247.                     'inherits' => [
  9248.                     ],
  9249.                     'decorator' => false,
  9250.                     'config' => [
  9251.                         'fields' => [
  9252.                             'id' => [
  9253.                                 'type' => 'Int!',
  9254.                                 'args' => [
  9255.                                 ],
  9256.                             ],
  9257.                             'product' => [
  9258.                                 'type' => 'Product!',
  9259.                                 'args' => [
  9260.                                 ],
  9261.                             ],
  9262.                             'priceWithoutTax' => [
  9263.                                 'type' => 'Float!',
  9264.                                 'args' => [
  9265.                                 ],
  9266.                             ],
  9267.                             'priceWithTax' => [
  9268.                                 'type' => 'Float!',
  9269.                                 'args' => [
  9270.                                 ],
  9271.                             ],
  9272.                             'totalPriceWithoutTax' => [
  9273.                                 'type' => 'Float!',
  9274.                                 'args' => [
  9275.                                 ],
  9276.                             ],
  9277.                             'totalPriceWithTax' => [
  9278.                                 'type' => 'Float!',
  9279.                                 'args' => [
  9280.                                 ],
  9281.                             ],
  9282.                             'taxRate' => [
  9283.                                 'type' => 'Float!',
  9284.                                 'args' => [
  9285.                                 ],
  9286.                             ],
  9287.                             'quantity' => [
  9288.                                 'type' => 'Float!',
  9289.                                 'args' => [
  9290.                                 ],
  9291.                             ],
  9292.                         ],
  9293.                         'name' => 'ProductWarehouseRecord',
  9294.                         'builders' => [
  9295.                         ],
  9296.                         'interfaces' => [
  9297.                         ],
  9298.                     ],
  9299.                 ],
  9300.                 'SupplierWarehouseRecordInput' => [
  9301.                     'type' => 'input-object',
  9302.                     'class_name' => 'SupplierWarehouseRecordInputType',
  9303.                     'inherits' => [
  9304.                     ],
  9305.                     'decorator' => false,
  9306.                     'config' => [
  9307.                         'fields' => [
  9308.                             'supplierID' => [
  9309.                                 'type' => 'Int!',
  9310.                             ],
  9311.                             'storeID' => [
  9312.                                 'type' => 'Int!',
  9313.                             ],
  9314.                             'evidenceNumber' => [
  9315.                                 'type' => 'String!',
  9316.                             ],
  9317.                             'tax' => [
  9318.                                 'type' => 'Boolean!',
  9319.                             ],
  9320.                             'temporary' => [
  9321.                                 'type' => 'Boolean!',
  9322.                             ],
  9323.                             'return' => [
  9324.                                 'type' => 'Boolean!',
  9325.                             ],
  9326.                         ],
  9327.                         'name' => 'SupplierWarehouseRecordInput',
  9328.                     ],
  9329.                 ],
  9330.                 'AddProductsStoreWarehouseRecordInput' => [
  9331.                     'type' => 'input-object',
  9332.                     'class_name' => 'AddProductsStoreWarehouseRecordInputType',
  9333.                     'inherits' => [
  9334.                     ],
  9335.                     'decorator' => false,
  9336.                     'config' => [
  9337.                         'fields' => [
  9338.                             'products' => [
  9339.                                 'type' => '[AddProductWarehouseRecordInput!]!',
  9340.                             ],
  9341.                             'storeWarehouseRecordID' => [
  9342.                                 'type' => 'Int!',
  9343.                             ],
  9344.                         ],
  9345.                         'name' => 'AddProductsStoreWarehouseRecordInput',
  9346.                     ],
  9347.                 ],
  9348.                 'EditProductsStoreWarehouseRecordInput' => [
  9349.                     'type' => 'input-object',
  9350.                     'class_name' => 'EditProductsStoreWarehouseRecordInputType',
  9351.                     'inherits' => [
  9352.                     ],
  9353.                     'decorator' => false,
  9354.                     'config' => [
  9355.                         'fields' => [
  9356.                             'products' => [
  9357.                                 'type' => '[EditProductWarehouseRecordInput!]!',
  9358.                             ],
  9359.                             'storeWarehouseRecordID' => [
  9360.                                 'type' => 'Int!',
  9361.                             ],
  9362.                         ],
  9363.                         'name' => 'EditProductsStoreWarehouseRecordInput',
  9364.                     ],
  9365.                 ],
  9366.                 'DeleteProductsStoreWarehouseRecordInput' => [
  9367.                     'type' => 'input-object',
  9368.                     'class_name' => 'DeleteProductsStoreWarehouseRecordInputType',
  9369.                     'inherits' => [
  9370.                     ],
  9371.                     'decorator' => false,
  9372.                     'config' => [
  9373.                         'fields' => [
  9374.                             'products' => [
  9375.                                 'type' => '[DeleteProductWarehouseRecordInput!]!',
  9376.                             ],
  9377.                             'storeWarehouseRecordID' => [
  9378.                                 'type' => 'Int!',
  9379.                             ],
  9380.                         ],
  9381.                         'name' => 'DeleteProductsStoreWarehouseRecordInput',
  9382.                     ],
  9383.                 ],
  9384.                 'AddProductsSupplierWarehouseRecordInput' => [
  9385.                     'type' => 'input-object',
  9386.                     'class_name' => 'AddProductsSupplierWarehouseRecordInputType',
  9387.                     'inherits' => [
  9388.                     ],
  9389.                     'decorator' => false,
  9390.                     'config' => [
  9391.                         'fields' => [
  9392.                             'products' => [
  9393.                                 'type' => '[AddProductWarehouseRecordInput!]!',
  9394.                             ],
  9395.                             'supplierWarehouseRecordID' => [
  9396.                                 'type' => 'Int!',
  9397.                             ],
  9398.                         ],
  9399.                         'name' => 'AddProductsSupplierWarehouseRecordInput',
  9400.                     ],
  9401.                 ],
  9402.                 'EditProductsSupplierWarehouseRecordInput' => [
  9403.                     'type' => 'input-object',
  9404.                     'class_name' => 'EditProductsSupplierWarehouseRecordInputType',
  9405.                     'inherits' => [
  9406.                     ],
  9407.                     'decorator' => false,
  9408.                     'config' => [
  9409.                         'fields' => [
  9410.                             'products' => [
  9411.                                 'type' => '[EditProductWarehouseRecordInput!]!',
  9412.                             ],
  9413.                             'supplierWarehouseRecordID' => [
  9414.                                 'type' => 'Int!',
  9415.                             ],
  9416.                         ],
  9417.                         'name' => 'EditProductsSupplierWarehouseRecordInput',
  9418.                     ],
  9419.                 ],
  9420.                 'DeleteProductsSupplierWarehouseRecordInput' => [
  9421.                     'type' => 'input-object',
  9422.                     'class_name' => 'DeleteProductsSupplierWarehouseRecordInputType',
  9423.                     'inherits' => [
  9424.                     ],
  9425.                     'decorator' => false,
  9426.                     'config' => [
  9427.                         'fields' => [
  9428.                             'products' => [
  9429.                                 'type' => '[DeleteProductWarehouseRecordInput!]!',
  9430.                             ],
  9431.                             'supplierWarehouseRecordID' => [
  9432.                                 'type' => 'Int!',
  9433.                             ],
  9434.                         ],
  9435.                         'name' => 'DeleteProductsSupplierWarehouseRecordInput',
  9436.                     ],
  9437.                 ],
  9438.                 'AddProductWarehouseRecordInput' => [
  9439.                     'type' => 'input-object',
  9440.                     'class_name' => 'AddProductWarehouseRecordInputType',
  9441.                     'inherits' => [
  9442.                     ],
  9443.                     'decorator' => false,
  9444.                     'config' => [
  9445.                         'fields' => [
  9446.                             'productID' => [
  9447.                                 'type' => 'Int!',
  9448.                             ],
  9449.                             'quantity' => [
  9450.                                 'type' => 'Float!',
  9451.                             ],
  9452.                             'price' => [
  9453.                                 'type' => 'Float!',
  9454.                             ],
  9455.                         ],
  9456.                         'name' => 'AddProductWarehouseRecordInput',
  9457.                     ],
  9458.                 ],
  9459.                 'EditProductWarehouseRecordInput' => [
  9460.                     'type' => 'input-object',
  9461.                     'class_name' => 'EditProductWarehouseRecordInputType',
  9462.                     'inherits' => [
  9463.                     ],
  9464.                     'decorator' => false,
  9465.                     'config' => [
  9466.                         'fields' => [
  9467.                             'productRecordID' => [
  9468.                                 'type' => 'Int!',
  9469.                             ],
  9470.                             'quantity' => [
  9471.                                 'type' => 'Float!',
  9472.                             ],
  9473.                             'price' => [
  9474.                                 'type' => 'Float!',
  9475.                             ],
  9476.                         ],
  9477.                         'name' => 'EditProductWarehouseRecordInput',
  9478.                     ],
  9479.                 ],
  9480.                 'DeleteProductsWarehouseRecordInput' => [
  9481.                     'type' => 'input-object',
  9482.                     'class_name' => 'DeleteProductsWarehouseRecordInputType',
  9483.                     'inherits' => [
  9484.                     ],
  9485.                     'decorator' => false,
  9486.                     'config' => [
  9487.                         'fields' => [
  9488.                             'products' => [
  9489.                                 'type' => '[DeleteProductWarehouseRecordInput!]!',
  9490.                             ],
  9491.                             'supplierWarehouseRecordID' => [
  9492.                                 'type' => 'Int!',
  9493.                             ],
  9494.                         ],
  9495.                         'name' => 'DeleteProductsWarehouseRecordInput',
  9496.                     ],
  9497.                 ],
  9498.                 'DeleteProductWarehouseRecordInput' => [
  9499.                     'type' => 'input-object',
  9500.                     'class_name' => 'DeleteProductWarehouseRecordInputType',
  9501.                     'inherits' => [
  9502.                     ],
  9503.                     'decorator' => false,
  9504.                     'config' => [
  9505.                         'fields' => [
  9506.                             'productRecordID' => [
  9507.                                 'type' => 'Int!',
  9508.                             ],
  9509.                         ],
  9510.                         'name' => 'DeleteProductWarehouseRecordInput',
  9511.                     ],
  9512.                 ],
  9513.                 'StoreWarehouseRecordInput' => [
  9514.                     'type' => 'input-object',
  9515.                     'class_name' => 'StoreWarehouseRecordInputType',
  9516.                     'inherits' => [
  9517.                     ],
  9518.                     'decorator' => false,
  9519.                     'config' => [
  9520.                         'fields' => [
  9521.                             'storeID' => [
  9522.                                 'type' => 'Int!',
  9523.                             ],
  9524.                             'toStoreID' => [
  9525.                                 'type' => 'Int!',
  9526.                             ],
  9527.                             'evidenceNumber' => [
  9528.                                 'type' => 'String!',
  9529.                             ],
  9530.                             'temporary' => [
  9531.                                 'type' => 'Boolean!',
  9532.                             ],
  9533.                         ],
  9534.                         'name' => 'StoreWarehouseRecordInput',
  9535.                     ],
  9536.                 ],
  9537.                 'ConfirmStoreWarehouseRecordInput' => [
  9538.                     'type' => 'input-object',
  9539.                     'class_name' => 'ConfirmStoreWarehouseRecordInputType',
  9540.                     'inherits' => [
  9541.                     ],
  9542.                     'decorator' => false,
  9543.                     'config' => [
  9544.                         'fields' => [
  9545.                             'storeWarehouseRecordID' => [
  9546.                                 'type' => 'Int!',
  9547.                             ],
  9548.                         ],
  9549.                         'name' => 'ConfirmStoreWarehouseRecordInput',
  9550.                     ],
  9551.                 ],
  9552.                 'DeleteStoreWarehouseRecordInput' => [
  9553.                     'type' => 'input-object',
  9554.                     'class_name' => 'DeleteStoreWarehouseRecordInputType',
  9555.                     'inherits' => [
  9556.                     ],
  9557.                     'decorator' => false,
  9558.                     'config' => [
  9559.                         'fields' => [
  9560.                             'storeWarehouseRecordID' => [
  9561.                                 'type' => 'Int!',
  9562.                             ],
  9563.                         ],
  9564.                         'name' => 'DeleteStoreWarehouseRecordInput',
  9565.                     ],
  9566.                 ],
  9567.                 'ConfirmSupplierWarehouseRecordInput' => [
  9568.                     'type' => 'input-object',
  9569.                     'class_name' => 'ConfirmSupplierWarehouseRecordInputType',
  9570.                     'inherits' => [
  9571.                     ],
  9572.                     'decorator' => false,
  9573.                     'config' => [
  9574.                         'fields' => [
  9575.                             'supplierWarehouseRecordID' => [
  9576.                                 'type' => 'Int!',
  9577.                             ],
  9578.                         ],
  9579.                         'name' => 'ConfirmSupplierWarehouseRecordInput',
  9580.                     ],
  9581.                 ],
  9582.                 'DeleteSupplierWarehouseRecordInput' => [
  9583.                     'type' => 'input-object',
  9584.                     'class_name' => 'DeleteSupplierWarehouseRecordInputType',
  9585.                     'inherits' => [
  9586.                     ],
  9587.                     'decorator' => false,
  9588.                     'config' => [
  9589.                         'fields' => [
  9590.                             'supplierWarehouseRecordID' => [
  9591.                                 'type' => 'Int!',
  9592.                             ],
  9593.                         ],
  9594.                         'name' => 'DeleteSupplierWarehouseRecordInput',
  9595.                     ],
  9596.                 ],
  9597.                 'WarehouseStoreFilter' => [
  9598.                     'type' => 'input-object',
  9599.                     'class_name' => 'WarehouseStoreFilterType',
  9600.                     'inherits' => [
  9601.                     ],
  9602.                     'decorator' => false,
  9603.                     'config' => [
  9604.                         'fields' => [
  9605.                             'ids' => [
  9606.                                 'type' => '[Int!]',
  9607.                                 'description' => 'Filter by store IDs',
  9608.                                 'validation' => [
  9609.                                     'constraints' => [
  9610.                                         => [
  9611.                                             'Count' => [
  9612.                                                 'min' => 1,
  9613.                                             ],
  9614.                                         ],
  9615.                                     ],
  9616.                                     'link' => NULL,
  9617.                                 ],
  9618.                             ],
  9619.                         ],
  9620.                         'name' => 'WarehouseStoreFilter',
  9621.                     ],
  9622.                 ],
  9623.                 'Banner' => [
  9624.                     'type' => 'object',
  9625.                     'class_name' => 'BannerType',
  9626.                     'inherits' => [
  9627.                     ],
  9628.                     'decorator' => false,
  9629.                     'config' => [
  9630.                         'fields' => [
  9631.                             'id' => [
  9632.                                 'type' => 'Int!',
  9633.                                 'args' => [
  9634.                                 ],
  9635.                             ],
  9636.                             'title' => [
  9637.                                 'type' => 'String',
  9638.                                 'args' => [
  9639.                                 ],
  9640.                             ],
  9641.                             'shortContent' => [
  9642.                                 'type' => 'String',
  9643.                                 'args' => [
  9644.                                 ],
  9645.                             ],
  9646.                             'images' => [
  9647.                                 'type' => '[BannerImage]!',
  9648.                                 'args' => [
  9649.                                 ],
  9650.                             ],
  9651.                             'createdAt' => [
  9652.                                 'type' => 'String!',
  9653.                                 'args' => [
  9654.                                 ],
  9655.                             ],
  9656.                             'deletedAt' => [
  9657.                                 'type' => 'String',
  9658.                                 'args' => [
  9659.                                 ],
  9660.                             ],
  9661.                             'validFrom' => [
  9662.                                 'type' => 'String',
  9663.                                 'args' => [
  9664.                                 ],
  9665.                             ],
  9666.                             'validTo' => [
  9667.                                 'type' => 'String',
  9668.                                 'args' => [
  9669.                                 ],
  9670.                             ],
  9671.                             'code' => [
  9672.                                 'type' => 'String!',
  9673.                                 'args' => [
  9674.                                 ],
  9675.                             ],
  9676.                             'createdBy' => [
  9677.                                 'type' => 'User!',
  9678.                                 'args' => [
  9679.                                 ],
  9680.                             ],
  9681.                             'redirect' => [
  9682.                                 'type' => 'BannerRedirect',
  9683.                                 'args' => [
  9684.                                 ],
  9685.                             ],
  9686.                         ],
  9687.                         'name' => 'Banner',
  9688.                         'builders' => [
  9689.                         ],
  9690.                         'interfaces' => [
  9691.                         ],
  9692.                     ],
  9693.                 ],
  9694.                 'BannerImage' => [
  9695.                     'type' => 'object',
  9696.                     'class_name' => 'BannerImageType',
  9697.                     'inherits' => [
  9698.                     ],
  9699.                     'decorator' => false,
  9700.                     'config' => [
  9701.                         'fields' => [
  9702.                             'id' => [
  9703.                                 'type' => 'Int!',
  9704.                                 'args' => [
  9705.                                 ],
  9706.                             ],
  9707.                             'url' => [
  9708.                                 'type' => 'String!',
  9709.                                 'resolve' => '@=resolver(\'bannerImageURL\', [value])',
  9710.                                 'args' => [
  9711.                                 ],
  9712.                             ],
  9713.                             'type' => [
  9714.                                 'type' => 'String!',
  9715.                                 'args' => [
  9716.                                 ],
  9717.                             ],
  9718.                         ],
  9719.                         'name' => 'BannerImage',
  9720.                         'builders' => [
  9721.                         ],
  9722.                         'interfaces' => [
  9723.                         ],
  9724.                     ],
  9725.                 ],
  9726.                 'BannerRedirect' => [
  9727.                     'type' => 'object',
  9728.                     'class_name' => 'BannerRedirectType',
  9729.                     'inherits' => [
  9730.                     ],
  9731.                     'decorator' => false,
  9732.                     'config' => [
  9733.                         'fields' => [
  9734.                             'articleID' => [
  9735.                                 'type' => 'Int',
  9736.                                 'args' => [
  9737.                                 ],
  9738.                             ],
  9739.                             'newsletterID' => [
  9740.                                 'type' => 'Int',
  9741.                                 'args' => [
  9742.                                 ],
  9743.                             ],
  9744.                             'productID' => [
  9745.                                 'type' => 'Int',
  9746.                                 'args' => [
  9747.                                 ],
  9748.                             ],
  9749.                             'url' => [
  9750.                                 'type' => 'String',
  9751.                                 'args' => [
  9752.                                 ],
  9753.                             ],
  9754.                             'productIDs' => [
  9755.                                 'type' => '[Int]',
  9756.                                 'args' => [
  9757.                                 ],
  9758.                             ],
  9759.                         ],
  9760.                         'name' => 'BannerRedirect',
  9761.                         'builders' => [
  9762.                         ],
  9763.                         'interfaces' => [
  9764.                         ],
  9765.                     ],
  9766.                 ],
  9767.                 'Supplier' => [
  9768.                     'type' => 'object',
  9769.                     'class_name' => 'SupplierType',
  9770.                     'inherits' => [
  9771.                     ],
  9772.                     'decorator' => false,
  9773.                     'config' => [
  9774.                         'fields' => [
  9775.                             'id' => [
  9776.                                 'type' => 'Int!',
  9777.                                 'args' => [
  9778.                                 ],
  9779.                             ],
  9780.                             'name' => [
  9781.                                 'type' => 'String!',
  9782.                                 'args' => [
  9783.                                 ],
  9784.                             ],
  9785.                             'code' => [
  9786.                                 'type' => 'String',
  9787.                                 'args' => [
  9788.                                 ],
  9789.                             ],
  9790.                             'orders' => [
  9791.                                 'type' => '[SupplierOrder!]!',
  9792.                                 'args' => [
  9793.                                 ],
  9794.                             ],
  9795.                         ],
  9796.                         'name' => 'Supplier',
  9797.                         'builders' => [
  9798.                         ],
  9799.                         'interfaces' => [
  9800.                         ],
  9801.                     ],
  9802.                 ],
  9803.                 'SupplierInput' => [
  9804.                     'type' => 'input-object',
  9805.                     'class_name' => 'SupplierInputType',
  9806.                     'inherits' => [
  9807.                     ],
  9808.                     'decorator' => false,
  9809.                     'config' => [
  9810.                         'fields' => [
  9811.                             'name' => [
  9812.                                 'type' => 'String!',
  9813.                             ],
  9814.                             'businessID' => [
  9815.                                 'type' => 'String!',
  9816.                             ],
  9817.                             'taxID' => [
  9818.                                 'type' => 'String!',
  9819.                             ],
  9820.                             'VAT' => [
  9821.                                 'type' => 'String!',
  9822.                             ],
  9823.                             'address' => [
  9824.                                 'type' => 'AddressInput!',
  9825.                             ],
  9826.                         ],
  9827.                         'name' => 'SupplierInput',
  9828.                     ],
  9829.                 ],
  9830.                 'SupplierFilter' => [
  9831.                     'type' => 'input-object',
  9832.                     'class_name' => 'SupplierFilterType',
  9833.                     'inherits' => [
  9834.                     ],
  9835.                     'decorator' => false,
  9836.                     'config' => [
  9837.                         'fields' => [
  9838.                             'uids' => [
  9839.                                 'type' => '[String!]',
  9840.                                 'validation' => [
  9841.                                     'constraints' => [
  9842.                                         => [
  9843.                                             'Count' => [
  9844.                                                 'min' => 1,
  9845.                                             ],
  9846.                                         ],
  9847.                                     ],
  9848.                                     'link' => NULL,
  9849.                                 ],
  9850.                             ],
  9851.                             'ids' => [
  9852.                                 'type' => '[Int!]',
  9853.                                 'validation' => [
  9854.                                     'constraints' => [
  9855.                                         => [
  9856.                                             'Count' => [
  9857.                                                 'min' => 1,
  9858.                                             ],
  9859.                                         ],
  9860.                                     ],
  9861.                                     'link' => NULL,
  9862.                                 ],
  9863.                             ],
  9864.                             'search' => [
  9865.                                 'type' => 'String',
  9866.                             ],
  9867.                         ],
  9868.                         'name' => 'SupplierFilter',
  9869.                     ],
  9870.                 ],
  9871.                 'CreateCustomerInput' => [
  9872.                     'type' => 'input-object',
  9873.                     'class_name' => 'CreateCustomerInputType',
  9874.                     'inherits' => [
  9875.                     ],
  9876.                     'decorator' => false,
  9877.                     'config' => [
  9878.                         'fields' => [
  9879.                             'code' => [
  9880.                                 'type' => 'String',
  9881.                             ],
  9882.                             'points' => [
  9883.                                 'type' => 'Float',
  9884.                             ],
  9885.                             'typeID' => [
  9886.                                 'type' => 'Int',
  9887.                             ],
  9888.                             'username' => [
  9889.                                 'type' => 'String',
  9890.                             ],
  9891.                             'password' => [
  9892.                                 'type' => 'String',
  9893.                             ],
  9894.                             'firstName' => [
  9895.                                 'type' => 'String',
  9896.                             ],
  9897.                             'lastName' => [
  9898.                                 'type' => 'String',
  9899.                             ],
  9900.                             'sex' => [
  9901.                                 'type' => 'String',
  9902.                             ],
  9903.                             'phone' => [
  9904.                                 'type' => 'String',
  9905.                             ],
  9906.                             'street' => [
  9907.                                 'type' => 'String',
  9908.                             ],
  9909.                             'streetNumber' => [
  9910.                                 'type' => 'String',
  9911.                             ],
  9912.                             'city' => [
  9913.                                 'type' => 'String',
  9914.                             ],
  9915.                             'zipcode' => [
  9916.                                 'type' => 'String',
  9917.                             ],
  9918.                             'birthday' => [
  9919.                                 'type' => 'String',
  9920.                             ],
  9921.                             'title' => [
  9922.                                 'type' => 'String',
  9923.                             ],
  9924.                             'physicalCard' => [
  9925.                                 'type' => 'Boolean',
  9926.                             ],
  9927.                         ],
  9928.                         'name' => 'CreateCustomerInput',
  9929.                     ],
  9930.                 ],
  9931.                 'EditCustomerInput' => [
  9932.                     'type' => 'input-object',
  9933.                     'class_name' => 'EditCustomerInputType',
  9934.                     'inherits' => [
  9935.                     ],
  9936.                     'decorator' => false,
  9937.                     'config' => [
  9938.                         'fields' => [
  9939.                             'customerID' => [
  9940.                                 'type' => 'Int!',
  9941.                             ],
  9942.                             'code' => [
  9943.                                 'type' => 'String',
  9944.                             ],
  9945.                             'typeID' => [
  9946.                                 'type' => 'Int',
  9947.                             ],
  9948.                             'points' => [
  9949.                                 'type' => 'Float',
  9950.                             ],
  9951.                             'email' => [
  9952.                                 'type' => 'String',
  9953.                             ],
  9954.                             'firstName' => [
  9955.                                 'type' => 'String',
  9956.                             ],
  9957.                             'lastName' => [
  9958.                                 'type' => 'String',
  9959.                             ],
  9960.                             'sex' => [
  9961.                                 'type' => 'String',
  9962.                             ],
  9963.                             'phone' => [
  9964.                                 'type' => 'String',
  9965.                             ],
  9966.                             'street' => [
  9967.                                 'type' => 'String',
  9968.                             ],
  9969.                             'streetNumber' => [
  9970.                                 'type' => 'String',
  9971.                             ],
  9972.                             'city' => [
  9973.                                 'type' => 'String',
  9974.                             ],
  9975.                             'zipcode' => [
  9976.                                 'type' => 'String',
  9977.                             ],
  9978.                             'birthday' => [
  9979.                                 'type' => 'String',
  9980.                             ],
  9981.                             'title' => [
  9982.                                 'type' => 'String',
  9983.                             ],
  9984.                         ],
  9985.                         'name' => 'EditCustomerInput',
  9986.                     ],
  9987.                 ],
  9988.                 'DeleteCustomerInput' => [
  9989.                     'type' => 'input-object',
  9990.                     'class_name' => 'DeleteCustomerInputType',
  9991.                     'inherits' => [
  9992.                     ],
  9993.                     'decorator' => false,
  9994.                     'config' => [
  9995.                         'fields' => [
  9996.                             'customerID' => [
  9997.                                 'type' => 'Int!',
  9998.                             ],
  9999.                         ],
  10000.                         'name' => 'DeleteCustomerInput',
  10001.                     ],
  10002.                 ],
  10003.                 'Customer' => [
  10004.                     'type' => 'object',
  10005.                     'class_name' => 'CustomerType',
  10006.                     'inherits' => [
  10007.                     ],
  10008.                     'decorator' => false,
  10009.                     'config' => [
  10010.                         'fields' => [
  10011.                             'id' => [
  10012.                                 'type' => 'Int!',
  10013.                                 'args' => [
  10014.                                 ],
  10015.                             ],
  10016.                             'code' => [
  10017.                                 'type' => 'String',
  10018.                                 'args' => [
  10019.                                 ],
  10020.                             ],
  10021.                             'points' => [
  10022.                                 'type' => 'Float',
  10023.                                 'args' => [
  10024.                                 ],
  10025.                             ],
  10026.                             'type' => [
  10027.                                 'type' => 'String',
  10028.                                 'args' => [
  10029.                                 ],
  10030.                             ],
  10031.                             'createdAt' => [
  10032.                                 'type' => 'DateTime!',
  10033.                                 'args' => [
  10034.                                 ],
  10035.                             ],
  10036.                             'updatedAt' => [
  10037.                                 'type' => 'DateTime',
  10038.                                 'args' => [
  10039.                                 ],
  10040.                             ],
  10041.                             'deletedAt' => [
  10042.                                 'type' => 'DateTime',
  10043.                                 'args' => [
  10044.                                 ],
  10045.                             ],
  10046.                             'discounts' => [
  10047.                                 'type' => '[Discount!]!',
  10048.                                 'args' => [
  10049.                                 ],
  10050.                             ],
  10051.                             'userName' => [
  10052.                                 'type' => 'String',
  10053.                                 'args' => [
  10054.                                 ],
  10055.                             ],
  10056.                             'firstName' => [
  10057.                                 'type' => 'String',
  10058.                                 'args' => [
  10059.                                 ],
  10060.                             ],
  10061.                             'lastName' => [
  10062.                                 'type' => 'String',
  10063.                                 'args' => [
  10064.                                 ],
  10065.                             ],
  10066.                             'sex' => [
  10067.                                 'type' => 'String',
  10068.                                 'args' => [
  10069.                                 ],
  10070.                             ],
  10071.                             'phone' => [
  10072.                                 'type' => 'String',
  10073.                                 'args' => [
  10074.                                 ],
  10075.                             ],
  10076.                         ],
  10077.                         'name' => 'Customer',
  10078.                         'builders' => [
  10079.                         ],
  10080.                         'interfaces' => [
  10081.                         ],
  10082.                     ],
  10083.                 ],
  10084.                 'CustomerType' => [
  10085.                     'type' => 'object',
  10086.                     'class_name' => 'CustomerTypeType',
  10087.                     'inherits' => [
  10088.                     ],
  10089.                     'decorator' => false,
  10090.                     'config' => [
  10091.                         'fields' => [
  10092.                             'id' => [
  10093.                                 'type' => 'Int!',
  10094.                                 'args' => [
  10095.                                 ],
  10096.                             ],
  10097.                             'type' => [
  10098.                                 'type' => 'String!',
  10099.                                 'args' => [
  10100.                                 ],
  10101.                             ],
  10102.                             'deletedAt' => [
  10103.                                 'type' => 'DateTime',
  10104.                                 'args' => [
  10105.                                 ],
  10106.                             ],
  10107.                         ],
  10108.                         'name' => 'CustomerType',
  10109.                         'builders' => [
  10110.                         ],
  10111.                         'interfaces' => [
  10112.                         ],
  10113.                     ],
  10114.                 ],
  10115.                 'CreateCustomerTypeInput' => [
  10116.                     'type' => 'input-object',
  10117.                     'class_name' => 'CreateCustomerTypeInputType',
  10118.                     'inherits' => [
  10119.                     ],
  10120.                     'decorator' => false,
  10121.                     'config' => [
  10122.                         'fields' => [
  10123.                             'type' => [
  10124.                                 'type' => 'String!',
  10125.                             ],
  10126.                         ],
  10127.                         'name' => 'CreateCustomerTypeInput',
  10128.                     ],
  10129.                 ],
  10130.                 'DeleteCustomerTypeInput' => [
  10131.                     'type' => 'input-object',
  10132.                     'class_name' => 'DeleteCustomerTypeInputType',
  10133.                     'inherits' => [
  10134.                     ],
  10135.                     'decorator' => false,
  10136.                     'config' => [
  10137.                         'fields' => [
  10138.                             'typeID' => [
  10139.                                 'type' => 'Int!',
  10140.                             ],
  10141.                         ],
  10142.                         'name' => 'DeleteCustomerTypeInput',
  10143.                     ],
  10144.                 ],
  10145.                 'DeleteCustomerAddressInput' => [
  10146.                     'type' => 'input-object',
  10147.                     'class_name' => 'DeleteCustomerAddressInputType',
  10148.                     'inherits' => [
  10149.                     ],
  10150.                     'decorator' => false,
  10151.                     'config' => [
  10152.                         'fields' => [
  10153.                             'id' => [
  10154.                                 'type' => 'Int!',
  10155.                             ],
  10156.                         ],
  10157.                         'name' => 'DeleteCustomerAddressInput',
  10158.                     ],
  10159.                 ],
  10160.                 'CustomerTypeFilter' => [
  10161.                     'type' => 'input-object',
  10162.                     'class_name' => 'CustomerTypeFilterType',
  10163.                     'inherits' => [
  10164.                     ],
  10165.                     'decorator' => false,
  10166.                     'config' => [
  10167.                         'fields' => [
  10168.                             'ids' => [
  10169.                                 'type' => '[Int!]',
  10170.                             ],
  10171.                             'search' => [
  10172.                                 'type' => 'String',
  10173.                             ],
  10174.                             'type' => [
  10175.                                 'type' => 'String',
  10176.                             ],
  10177.                         ],
  10178.                         'name' => 'CustomerTypeFilter',
  10179.                     ],
  10180.                 ],
  10181.                 'CustomerAddressInput' => [
  10182.                     'type' => 'input-object',
  10183.                     'class_name' => 'CustomerAddressInputType',
  10184.                     'inherits' => [
  10185.                     ],
  10186.                     'decorator' => false,
  10187.                     'config' => [
  10188.                         'fields' => [
  10189.                             'street' => [
  10190.                                 'type' => 'String!',
  10191.                             ],
  10192.                             'streetNumber' => [
  10193.                                 'type' => 'String',
  10194.                             ],
  10195.                             'zip' => [
  10196.                                 'type' => 'String!',
  10197.                             ],
  10198.                             'city' => [
  10199.                                 'type' => 'String!',
  10200.                             ],
  10201.                             'country' => [
  10202.                                 'type' => 'String!',
  10203.                             ],
  10204.                             'longitude' => [
  10205.                                 'type' => 'Float',
  10206.                             ],
  10207.                             'latitude' => [
  10208.                                 'type' => 'Float',
  10209.                             ],
  10210.                         ],
  10211.                         'name' => 'CustomerAddressInput',
  10212.                     ],
  10213.                 ],
  10214.                 'EditCustomerAddressInput' => [
  10215.                     'type' => 'input-object',
  10216.                     'class_name' => 'EditCustomerAddressInputType',
  10217.                     'inherits' => [
  10218.                     ],
  10219.                     'decorator' => false,
  10220.                     'config' => [
  10221.                         'fields' => [
  10222.                             'id' => [
  10223.                                 'type' => 'Int!',
  10224.                             ],
  10225.                             'street' => [
  10226.                                 'type' => 'String',
  10227.                             ],
  10228.                             'streetNumber' => [
  10229.                                 'type' => 'String',
  10230.                             ],
  10231.                             'zip' => [
  10232.                                 'type' => 'String',
  10233.                             ],
  10234.                             'city' => [
  10235.                                 'type' => 'String',
  10236.                             ],
  10237.                             'country' => [
  10238.                                 'type' => 'String',
  10239.                             ],
  10240.                             'longitude' => [
  10241.                                 'type' => 'Float',
  10242.                             ],
  10243.                             'latitude' => [
  10244.                                 'type' => 'Float',
  10245.                             ],
  10246.                             'name' => [
  10247.                                 'type' => 'String',
  10248.                             ],
  10249.                         ],
  10250.                         'name' => 'EditCustomerAddressInput',
  10251.                     ],
  10252.                 ],
  10253.                 'CreateCustomerAddressInput' => [
  10254.                     'type' => 'input-object',
  10255.                     'class_name' => 'CreateCustomerAddressInputType',
  10256.                     'inherits' => [
  10257.                     ],
  10258.                     'decorator' => false,
  10259.                     'config' => [
  10260.                         'fields' => [
  10261.                             'street' => [
  10262.                                 'type' => 'String!',
  10263.                             ],
  10264.                             'streetNumber' => [
  10265.                                 'type' => 'String!',
  10266.                             ],
  10267.                             'zip' => [
  10268.                                 'type' => 'String!',
  10269.                             ],
  10270.                             'city' => [
  10271.                                 'type' => 'String!',
  10272.                             ],
  10273.                             'country' => [
  10274.                                 'type' => 'String!',
  10275.                             ],
  10276.                             'longitude' => [
  10277.                                 'type' => 'Float',
  10278.                             ],
  10279.                             'latitude' => [
  10280.                                 'type' => 'Float',
  10281.                             ],
  10282.                             'name' => [
  10283.                                 'type' => 'String',
  10284.                             ],
  10285.                         ],
  10286.                         'name' => 'CreateCustomerAddressInput',
  10287.                     ],
  10288.                 ],
  10289.                 'CustomerAddress' => [
  10290.                     'type' => 'object',
  10291.                     'class_name' => 'CustomerAddressType',
  10292.                     'inherits' => [
  10293.                     ],
  10294.                     'decorator' => false,
  10295.                     'config' => [
  10296.                         'fields' => [
  10297.                             'id' => [
  10298.                                 'type' => 'Int!',
  10299.                                 'args' => [
  10300.                                 ],
  10301.                             ],
  10302.                             'street' => [
  10303.                                 'type' => 'String!',
  10304.                                 'args' => [
  10305.                                 ],
  10306.                             ],
  10307.                             'streetNumber' => [
  10308.                                 'type' => 'String!',
  10309.                                 'args' => [
  10310.                                 ],
  10311.                             ],
  10312.                             'zip' => [
  10313.                                 'type' => 'String!',
  10314.                                 'args' => [
  10315.                                 ],
  10316.                             ],
  10317.                             'city' => [
  10318.                                 'type' => 'String!',
  10319.                                 'args' => [
  10320.                                 ],
  10321.                             ],
  10322.                             'country' => [
  10323.                                 'type' => 'String!',
  10324.                                 'args' => [
  10325.                                 ],
  10326.                             ],
  10327.                             'longitude' => [
  10328.                                 'type' => 'Float',
  10329.                                 'args' => [
  10330.                                 ],
  10331.                             ],
  10332.                             'latitude' => [
  10333.                                 'type' => 'Float',
  10334.                                 'args' => [
  10335.                                 ],
  10336.                             ],
  10337.                             'name' => [
  10338.                                 'type' => 'String',
  10339.                                 'args' => [
  10340.                                 ],
  10341.                             ],
  10342.                             'deletedAt' => [
  10343.                                 'type' => 'DateTime',
  10344.                                 'args' => [
  10345.                                 ],
  10346.                             ],
  10347.                         ],
  10348.                         'name' => 'CustomerAddress',
  10349.                         'builders' => [
  10350.                         ],
  10351.                         'interfaces' => [
  10352.                         ],
  10353.                     ],
  10354.                 ],
  10355.                 'CreateFavouriteCustomerProductInput' => [
  10356.                     'type' => 'input-object',
  10357.                     'class_name' => 'CreateFavouriteCustomerProductInputType',
  10358.                     'inherits' => [
  10359.                     ],
  10360.                     'decorator' => false,
  10361.                     'config' => [
  10362.                         'fields' => [
  10363.                             'productId' => [
  10364.                                 'type' => 'Int!',
  10365.                             ],
  10366.                             'isFavourite' => [
  10367.                                 'type' => 'Boolean!',
  10368.                             ],
  10369.                         ],
  10370.                         'name' => 'CreateFavouriteCustomerProductInput',
  10371.                     ],
  10372.                 ],
  10373.                 'CustomerServiceRating' => [
  10374.                     'type' => 'object',
  10375.                     'class_name' => 'CustomerServiceRatingType',
  10376.                     'inherits' => [
  10377.                     ],
  10378.                     'decorator' => false,
  10379.                     'config' => [
  10380.                         'fields' => [
  10381.                             'id' => [
  10382.                                 'type' => 'Int!',
  10383.                                 'args' => [
  10384.                                 ],
  10385.                             ],
  10386.                         ],
  10387.                         'name' => 'CustomerServiceRating',
  10388.                         'builders' => [
  10389.                         ],
  10390.                         'interfaces' => [
  10391.                         ],
  10392.                     ],
  10393.                 ],
  10394.                 'CreateCustomerServiceRatingInput' => [
  10395.                     'type' => 'input-object',
  10396.                     'class_name' => 'CreateCustomerServiceRatingInputType',
  10397.                     'inherits' => [
  10398.                     ],
  10399.                     'decorator' => false,
  10400.                     'config' => [
  10401.                         'fields' => [
  10402.                             'ratingValueID' => [
  10403.                                 'type' => 'Int!',
  10404.                             ],
  10405.                             'ratingTypeID' => [
  10406.                                 'type' => 'Int!',
  10407.                             ],
  10408.                             'customerOrderID' => [
  10409.                                 'type' => 'Int',
  10410.                             ],
  10411.                             'storeID' => [
  10412.                                 'type' => 'Int',
  10413.                             ],
  10414.                             'note' => [
  10415.                                 'type' => 'String',
  10416.                             ],
  10417.                             'phoneNumber' => [
  10418.                                 'type' => 'String',
  10419.                             ],
  10420.                         ],
  10421.                         'name' => 'CreateCustomerServiceRatingInput',
  10422.                     ],
  10423.                 ],
  10424.                 'StoreInput' => [
  10425.                     'type' => 'input-object',
  10426.                     'class_name' => 'StoreInputType',
  10427.                     'inherits' => [
  10428.                     ],
  10429.                     'decorator' => false,
  10430.                     'config' => [
  10431.                         'fields' => [
  10432.                             'id' => [
  10433.                                 'type' => 'Int',
  10434.                             ],
  10435.                         ],
  10436.                         'name' => 'StoreInput',
  10437.                     ],
  10438.                 ],
  10439.                 'Discount' => [
  10440.                     'type' => 'object',
  10441.                     'class_name' => 'DiscountType',
  10442.                     'inherits' => [
  10443.                     ],
  10444.                     'decorator' => false,
  10445.                     'config' => [
  10446.                         'fields' => [
  10447.                             'id' => [
  10448.                                 'type' => 'Int',
  10449.                                 'args' => [
  10450.                                 ],
  10451.                             ],
  10452.                             'items' => [
  10453.                                 'type' => '[DiscountItem]!',
  10454.                                 'args' => [
  10455.                                 ],
  10456.                             ],
  10457.                             'title' => [
  10458.                                 'type' => 'String',
  10459.                                 'args' => [
  10460.                                 ],
  10461.                             ],
  10462.                             'uid' => [
  10463.                                 'type' => 'String',
  10464.                                 'args' => [
  10465.                                 ],
  10466.                             ],
  10467.                             'type' => [
  10468.                                 'type' => 'String',
  10469.                                 'args' => [
  10470.                                 ],
  10471.                             ],
  10472.                             'store' => [
  10473.                                 'type' => 'Store',
  10474.                                 'args' => [
  10475.                                 ],
  10476.                             ],
  10477.                             'validFrom' => [
  10478.                                 'type' => 'String',
  10479.                                 'args' => [
  10480.                                 ],
  10481.                             ],
  10482.                             'validTo' => [
  10483.                                 'type' => 'String',
  10484.                                 'args' => [
  10485.                                 ],
  10486.                             ],
  10487.                             'userConfirmable' => [
  10488.                                 'type' => 'Boolean!',
  10489.                                 'args' => [
  10490.                                 ],
  10491.                             ],
  10492.                             'alreadyUsed' => [
  10493.                                 'type' => 'Float!',
  10494.                                 'resolve' => '@=resolver(\'nullBeZero\', [info, value])',
  10495.                                 'args' => [
  10496.                                 ],
  10497.                             ],
  10498.                             'maximumUses' => [
  10499.                                 'type' => 'Float',
  10500.                                 'args' => [
  10501.                                 ],
  10502.                             ],
  10503.                             'triggerCoupon' => [
  10504.                                 'type' => 'String',
  10505.                                 'args' => [
  10506.                                 ],
  10507.                             ],
  10508.                             'triggerPoints' => [
  10509.                                 'type' => 'Int',
  10510.                                 'args' => [
  10511.                                 ],
  10512.                             ],
  10513.                             'triggerCartValue' => [
  10514.                                 'type' => 'Int',
  10515.                                 'args' => [
  10516.                                 ],
  10517.                             ],
  10518.                             'triggerMinimumQuantity' => [
  10519.                                 'type' => 'Float',
  10520.                                 'args' => [
  10521.                                 ],
  10522.                             ],
  10523.                             'deletedAt' => [
  10524.                                 'type' => 'String',
  10525.                                 'args' => [
  10526.                                 ],
  10527.                             ],
  10528.                             'createdAt' => [
  10529.                                 'type' => 'String',
  10530.                                 'args' => [
  10531.                                 ],
  10532.                             ],
  10533.                             'updatedAt' => [
  10534.                                 'type' => 'String',
  10535.                                 'args' => [
  10536.                                 ],
  10537.                             ],
  10538.                             'triggerCoupons' => [
  10539.                                 'type' => '[DiscountCoupon]!',
  10540.                                 'args' => [
  10541.                                 ],
  10542.                             ],
  10543.                             'triggerProducts' => [
  10544.                                 'type' => '[Product]!',
  10545.                                 'args' => [
  10546.                                 ],
  10547.                             ],
  10548.                             'triggerCustomerTypes' => [
  10549.                                 'type' => '[CustomerType]!',
  10550.                                 'args' => [
  10551.                                 ],
  10552.                             ],
  10553.                             'triggerApplyToAllCustomers' => [
  10554.                                 'type' => 'Boolean!',
  10555.                                 'args' => [
  10556.                                 ],
  10557.                             ],
  10558.                         ],
  10559.                         'name' => 'Discount',
  10560.                         'builders' => [
  10561.                         ],
  10562.                         'interfaces' => [
  10563.                         ],
  10564.                     ],
  10565.                 ],
  10566.                 'DiscountOrder' => [
  10567.                     'type' => 'input-object',
  10568.                     'class_name' => 'DiscountOrderType',
  10569.                     'inherits' => [
  10570.                     ],
  10571.                     'decorator' => false,
  10572.                     'config' => [
  10573.                         'fields' => [
  10574.                             'validFrom' => [
  10575.                                 'type' => 'Int',
  10576.                             ],
  10577.                         ],
  10578.                         'name' => 'DiscountOrder',
  10579.                     ],
  10580.                 ],
  10581.                 'DiscountItemFilter' => [
  10582.                     'type' => 'input-object',
  10583.                     'class_name' => 'DiscountItemFilterType',
  10584.                     'inherits' => [
  10585.                     ],
  10586.                     'decorator' => false,
  10587.                     'config' => [
  10588.                         'fields' => [
  10589.                             'onlyProducts' => [
  10590.                                 'type' => 'Boolean',
  10591.                             ],
  10592.                             'product' => [
  10593.                                 'type' => 'ProductFilter',
  10594.                             ],
  10595.                         ],
  10596.                         'name' => 'DiscountItemFilter',
  10597.                     ],
  10598.                 ],
  10599.                 'DiscountStoreFilter' => [
  10600.                     'type' => 'input-object',
  10601.                     'class_name' => 'DiscountStoreFilterType',
  10602.                     'inherits' => [
  10603.                     ],
  10604.                     'decorator' => false,
  10605.                     'config' => [
  10606.                         'fields' => [
  10607.                             'ids' => [
  10608.                                 'type' => '[Int!]',
  10609.                                 'validation' => [
  10610.                                     'constraints' => [
  10611.                                         => [
  10612.                                             'Count' => [
  10613.                                                 'min' => 1,
  10614.                                             ],
  10615.                                         ],
  10616.                                     ],
  10617.                                     'link' => NULL,
  10618.                                 ],
  10619.                             ],
  10620.                         ],
  10621.                         'name' => 'DiscountStoreFilter',
  10622.                     ],
  10623.                 ],
  10624.                 'DiscountItem' => [
  10625.                     'type' => 'object',
  10626.                     'class_name' => 'DiscountItemType',
  10627.                     'inherits' => [
  10628.                     ],
  10629.                     'decorator' => false,
  10630.                     'config' => [
  10631.                         'fields' => [
  10632.                             'id' => [
  10633.                                 'type' => 'Int!',
  10634.                                 'args' => [
  10635.                                 ],
  10636.                             ],
  10637.                             'productID' => [
  10638.                                 'type' => 'Int',
  10639.                                 'args' => [
  10640.                                 ],
  10641.                             ],
  10642.                             'product' => [
  10643.                                 'type' => 'Product',
  10644.                                 'args' => [
  10645.                                 ],
  10646.                             ],
  10647.                             'type' => [
  10648.                                 'type' => 'String!',
  10649.                                 'args' => [
  10650.                                 ],
  10651.                             ],
  10652.                             'amount' => [
  10653.                                 'type' => 'Float!',
  10654.                                 'args' => [
  10655.                                 ],
  10656.                             ],
  10657.                             'discount' => [
  10658.                                 'type' => 'Discount',
  10659.                                 'args' => [
  10660.                                 ],
  10661.                             ],
  10662.                             'excludeTags' => [
  10663.                                 'type' => '[ProductTag]!',
  10664.                                 'args' => [
  10665.                                 ],
  10666.                             ],
  10667.                         ],
  10668.                         'name' => 'DiscountItem',
  10669.                         'builders' => [
  10670.                         ],
  10671.                         'interfaces' => [
  10672.                         ],
  10673.                     ],
  10674.                 ],
  10675.                 'DiscountTriggerBarcode' => [
  10676.                     'type' => 'object',
  10677.                     'class_name' => 'DiscountTriggerBarcodeType',
  10678.                     'inherits' => [
  10679.                     ],
  10680.                     'decorator' => false,
  10681.                     'config' => [
  10682.                         'fields' => [
  10683.                             'id' => [
  10684.                                 'type' => 'Int!',
  10685.                                 'args' => [
  10686.                                 ],
  10687.                             ],
  10688.                             'code' => [
  10689.                                 'type' => 'String!',
  10690.                                 'args' => [
  10691.                                 ],
  10692.                             ],
  10693.                         ],
  10694.                         'name' => 'DiscountTriggerBarcode',
  10695.                         'builders' => [
  10696.                         ],
  10697.                         'interfaces' => [
  10698.                         ],
  10699.                     ],
  10700.                 ],
  10701.                 'DiscountInput' => [
  10702.                     'type' => 'input-object',
  10703.                     'class_name' => 'DiscountInputType',
  10704.                     'inherits' => [
  10705.                     ],
  10706.                     'decorator' => false,
  10707.                     'config' => [
  10708.                         'fields' => [
  10709.                             'uid' => [
  10710.                                 'type' => 'String',
  10711.                             ],
  10712.                             'type' => [
  10713.                                 'type' => 'String',
  10714.                             ],
  10715.                             'title' => [
  10716.                                 'type' => 'String',
  10717.                             ],
  10718.                             'validFrom' => [
  10719.                                 'type' => 'String',
  10720.                                 'description' => 'Required format yyyy-mm-dd hh:ii:ss',
  10721.                             ],
  10722.                             'validTo' => [
  10723.                                 'type' => 'String',
  10724.                                 'description' => 'Required format yyyy-mm-dd hh:ii:ss',
  10725.                             ],
  10726.                             'userConfirmable' => [
  10727.                                 'type' => 'Boolean!',
  10728.                             ],
  10729.                             'maximumUses' => [
  10730.                                 'type' => 'Float',
  10731.                             ],
  10732.                             'triggerProducts' => [
  10733.                                 'type' => '[Int!]',
  10734.                             ],
  10735.                             'triggerCustomerTypes' => [
  10736.                                 'type' => '[DiscountTriggerCustomerTypeInput!]',
  10737.                             ],
  10738.                             'items' => [
  10739.                                 'type' => '[DiscountItemInput!]!',
  10740.                             ],
  10741.                             'storeID' => [
  10742.                                 'type' => 'Int',
  10743.                                 'description' => 'If the storeID is empty, then discount can be applied for all stores of client',
  10744.                             ],
  10745.                             'triggerCoupon' => [
  10746.                                 'type' => 'String',
  10747.                             ],
  10748.                         ],
  10749.                         'name' => 'DiscountInput',
  10750.                     ],
  10751.                 ],
  10752.                 'DiscountTriggerCustomerTypeInput' => [
  10753.                     'type' => 'input-object',
  10754.                     'class_name' => 'DiscountTriggerCustomerTypeInputType',
  10755.                     'inherits' => [
  10756.                     ],
  10757.                     'decorator' => false,
  10758.                     'config' => [
  10759.                         'fields' => [
  10760.                             'type' => [
  10761.                                 'type' => 'String!',
  10762.                             ],
  10763.                         ],
  10764.                         'name' => 'DiscountTriggerCustomerTypeInput',
  10765.                     ],
  10766.                 ],
  10767.                 'DiscountItemInput' => [
  10768.                     'type' => 'input-object',
  10769.                     'class_name' => 'DiscountItemInputType',
  10770.                     'inherits' => [
  10771.                     ],
  10772.                     'decorator' => false,
  10773.                     'config' => [
  10774.                         'fields' => [
  10775.                             'productID' => [
  10776.                                 'type' => 'Int',
  10777.                                 'description' => 'If the productID is empty, the discount will be applied to the entire purchase',
  10778.                             ],
  10779.                             'type' => [
  10780.                                 'type' => 'String!',
  10781.                                 'description' => 'DiscountItemType enum',
  10782.                             ],
  10783.                             'amount' => [
  10784.                                 'type' => 'Float!',
  10785.                             ],
  10786.                         ],
  10787.                         'name' => 'DiscountItemInput',
  10788.                     ],
  10789.                 ],
  10790.                 'DiscountItemType' => [
  10791.                     'type' => 'enum',
  10792.                     'class_name' => 'DiscountItemTypeType',
  10793.                     'inherits' => [
  10794.                     ],
  10795.                     'decorator' => false,
  10796.                     'config' => [
  10797.                         'values' => [
  10798.                             'PERCENTAGE' => [
  10799.                                 'value' => NULL,
  10800.                             ],
  10801.                             'PRICE' => [
  10802.                                 'value' => NULL,
  10803.                             ],
  10804.                             'AFTER_DISCOUNT_PRICE' => [
  10805.                                 'value' => NULL,
  10806.                             ],
  10807.                         ],
  10808.                         'name' => 'DiscountItemType',
  10809.                     ],
  10810.                 ],
  10811.                 'DeleteDiscountInput' => [
  10812.                     'type' => 'input-object',
  10813.                     'class_name' => 'DeleteDiscountInputType',
  10814.                     'inherits' => [
  10815.                     ],
  10816.                     'decorator' => false,
  10817.                     'config' => [
  10818.                         'fields' => [
  10819.                             'discountID' => [
  10820.                                 'type' => 'Int!',
  10821.                             ],
  10822.                         ],
  10823.                         'name' => 'DeleteDiscountInput',
  10824.                     ],
  10825.                 ],
  10826.                 'DiscountCoupon' => [
  10827.                     'type' => 'object',
  10828.                     'class_name' => 'DiscountCouponType',
  10829.                     'inherits' => [
  10830.                     ],
  10831.                     'decorator' => false,
  10832.                     'config' => [
  10833.                         'fields' => [
  10834.                             'id' => [
  10835.                                 'type' => 'Int!',
  10836.                                 'args' => [
  10837.                                 ],
  10838.                             ],
  10839.                             'code' => [
  10840.                                 'type' => 'String!',
  10841.                                 'args' => [
  10842.                                 ],
  10843.                             ],
  10844.                         ],
  10845.                         'name' => 'DiscountCoupon',
  10846.                         'builders' => [
  10847.                         ],
  10848.                         'interfaces' => [
  10849.                         ],
  10850.                     ],
  10851.                 ],
  10852.                 'SupplierOrder' => [
  10853.                     'type' => 'object',
  10854.                     'class_name' => 'SupplierOrderType',
  10855.                     'inherits' => [
  10856.                     ],
  10857.                     'decorator' => false,
  10858.                     'config' => [
  10859.                         'fields' => [
  10860.                             'id' => [
  10861.                                 'type' => 'Int!',
  10862.                                 'args' => [
  10863.                                 ],
  10864.                             ],
  10865.                             'supplier' => [
  10866.                                 'type' => 'Supplier!',
  10867.                                 'args' => [
  10868.                                 ],
  10869.                             ],
  10870.                             'store' => [
  10871.                                 'type' => 'Store!',
  10872.                                 'args' => [
  10873.                                 ],
  10874.                             ],
  10875.                             'monday' => [
  10876.                                 'type' => 'Int',
  10877.                                 'args' => [
  10878.                                 ],
  10879.                             ],
  10880.                             'tuesday' => [
  10881.                                 'type' => 'Int',
  10882.                                 'args' => [
  10883.                                 ],
  10884.                             ],
  10885.                             'wednesday' => [
  10886.                                 'type' => 'Int',
  10887.                                 'args' => [
  10888.                                 ],
  10889.                             ],
  10890.                             'thursday' => [
  10891.                                 'type' => 'Int',
  10892.                                 'args' => [
  10893.                                 ],
  10894.                             ],
  10895.                             'friday' => [
  10896.                                 'type' => 'Int',
  10897.                                 'args' => [
  10898.                                 ],
  10899.                             ],
  10900.                             'saturday' => [
  10901.                                 'type' => 'Int',
  10902.                                 'args' => [
  10903.                                 ],
  10904.                             ],
  10905.                             'sunday' => [
  10906.                                 'type' => 'Int',
  10907.                                 'args' => [
  10908.                                 ],
  10909.                             ],
  10910.                             'supplierOrderProducts' => [
  10911.                                 'type' => '[SupplierOrderProduct]!',
  10912.                                 'args' => [
  10913.                                 ],
  10914.                             ],
  10915.                             'active' => [
  10916.                                 'type' => 'Boolean!',
  10917.                                 'resolve' => '@=resolver(\'nullBeFalse\', [info, value])',
  10918.                                 'args' => [
  10919.                                 ],
  10920.                             ],
  10921.                             'note' => [
  10922.                                 'type' => 'String',
  10923.                                 'args' => [
  10924.                                 ],
  10925.                             ],
  10926.                         ],
  10927.                         'name' => 'SupplierOrder',
  10928.                         'builders' => [
  10929.                         ],
  10930.                         'interfaces' => [
  10931.                         ],
  10932.                     ],
  10933.                 ],
  10934.                 'SupplierOrderFilter' => [
  10935.                     'type' => 'input-object',
  10936.                     'class_name' => 'SupplierOrderFilterType',
  10937.                     'inherits' => [
  10938.                     ],
  10939.                     'decorator' => false,
  10940.                     'config' => [
  10941.                         'fields' => [
  10942.                             'haveOrder' => [
  10943.                                 'type' => 'Boolean',
  10944.                             ],
  10945.                         ],
  10946.                         'name' => 'SupplierOrderFilter',
  10947.                     ],
  10948.                 ],
  10949.                 'SupplierOrderProduct' => [
  10950.                     'type' => 'object',
  10951.                     'class_name' => 'SupplierOrderProductType',
  10952.                     'inherits' => [
  10953.                     ],
  10954.                     'decorator' => false,
  10955.                     'config' => [
  10956.                         'fields' => [
  10957.                             'id' => [
  10958.                                 'type' => 'Int!',
  10959.                                 'args' => [
  10960.                                 ],
  10961.                             ],
  10962.                             'buyPrice' => [
  10963.                                 'type' => 'Float!',
  10964.                                 'args' => [
  10965.                                 ],
  10966.                             ],
  10967.                             'minimumQuantity' => [
  10968.                                 'type' => 'Float!',
  10969.                                 'args' => [
  10970.                                 ],
  10971.                             ],
  10972.                             'sellToDays' => [
  10973.                                 'type' => 'Int!',
  10974.                                 'args' => [
  10975.                                 ],
  10976.                             ],
  10977.                             'allowPieces' => [
  10978.                                 'type' => 'Boolean!',
  10979.                                 'args' => [
  10980.                                 ],
  10981.                             ],
  10982.                             'product' => [
  10983.                                 'type' => 'Product!',
  10984.                                 'args' => [
  10985.                                 ],
  10986.                             ],
  10987.                             'package' => [
  10988.                                 'type' => 'ProductPackage!',
  10989.                                 'args' => [
  10990.                                 ],
  10991.                             ],
  10992.                         ],
  10993.                         'name' => 'SupplierOrderProduct',
  10994.                         'builders' => [
  10995.                         ],
  10996.                         'interfaces' => [
  10997.                         ],
  10998.                     ],
  10999.                 ],
  11000.                 'SupplierOrderInput' => [
  11001.                     'type' => 'input-object',
  11002.                     'class_name' => 'SupplierOrderInputType',
  11003.                     'inherits' => [
  11004.                     ],
  11005.                     'decorator' => false,
  11006.                     'config' => [
  11007.                         'fields' => [
  11008.                             'active' => [
  11009.                                 'type' => 'Boolean!',
  11010.                             ],
  11011.                             'supplierID' => [
  11012.                                 'type' => 'Int!',
  11013.                             ],
  11014.                             'storeID' => [
  11015.                                 'type' => 'Int!',
  11016.                             ],
  11017.                             'supplierOrderProducts' => [
  11018.                                 'type' => '[AddSupplierOrderProductInput!]',
  11019.                             ],
  11020.                             'note' => [
  11021.                                 'type' => 'String',
  11022.                             ],
  11023.                             'monday' => [
  11024.                                 'type' => 'Int',
  11025.                             ],
  11026.                             'tuesday' => [
  11027.                                 'type' => 'Int',
  11028.                             ],
  11029.                             'wednesday' => [
  11030.                                 'type' => 'Int',
  11031.                             ],
  11032.                             'thursday' => [
  11033.                                 'type' => 'Int',
  11034.                             ],
  11035.                             'friday' => [
  11036.                                 'type' => 'Int',
  11037.                             ],
  11038.                             'saturday' => [
  11039.                                 'type' => 'Int',
  11040.                             ],
  11041.                             'sunday' => [
  11042.                                 'type' => 'Int',
  11043.                             ],
  11044.                         ],
  11045.                         'name' => 'SupplierOrderInput',
  11046.                     ],
  11047.                 ],
  11048.                 'EditSupplierOrderInput' => [
  11049.                     'type' => 'input-object',
  11050.                     'class_name' => 'EditSupplierOrderInputType',
  11051.                     'inherits' => [
  11052.                     ],
  11053.                     'decorator' => false,
  11054.                     'config' => [
  11055.                         'fields' => [
  11056.                             'supplierOrderID' => [
  11057.                                 'type' => 'Int!',
  11058.                             ],
  11059.                             'active' => [
  11060.                                 'type' => 'Boolean!',
  11061.                             ],
  11062.                             'note' => [
  11063.                                 'type' => 'String',
  11064.                             ],
  11065.                             'monday' => [
  11066.                                 'type' => 'Int',
  11067.                             ],
  11068.                             'tuesday' => [
  11069.                                 'type' => 'Int',
  11070.                             ],
  11071.                             'wednesday' => [
  11072.                                 'type' => 'Int',
  11073.                             ],
  11074.                             'thursday' => [
  11075.                                 'type' => 'Int',
  11076.                             ],
  11077.                             'friday' => [
  11078.                                 'type' => 'Int',
  11079.                             ],
  11080.                             'saturday' => [
  11081.                                 'type' => 'Int',
  11082.                             ],
  11083.                             'sunday' => [
  11084.                                 'type' => 'Int',
  11085.                             ],
  11086.                         ],
  11087.                         'name' => 'EditSupplierOrderInput',
  11088.                     ],
  11089.                 ],
  11090.                 'AddSupplierOrderProductInput' => [
  11091.                     'type' => 'input-object',
  11092.                     'class_name' => 'AddSupplierOrderProductInputType',
  11093.                     'inherits' => [
  11094.                     ],
  11095.                     'decorator' => false,
  11096.                     'config' => [
  11097.                         'fields' => [
  11098.                             'productID' => [
  11099.                                 'type' => 'Int!',
  11100.                             ],
  11101.                             'buyPrice' => [
  11102.                                 'type' => 'Float!',
  11103.                             ],
  11104.                             'minimumQuantity' => [
  11105.                                 'type' => 'Float!',
  11106.                             ],
  11107.                             'allowPieces' => [
  11108.                                 'type' => 'Boolean!',
  11109.                             ],
  11110.                             'sellToDays' => [
  11111.                                 'type' => 'Int!',
  11112.                             ],
  11113.                             'package' => [
  11114.                                 'type' => 'ProductPackageInput!',
  11115.                             ],
  11116.                         ],
  11117.                         'name' => 'AddSupplierOrderProductInput',
  11118.                     ],
  11119.                 ],
  11120.                 'EditSupplierOrderProductInput' => [
  11121.                     'type' => 'input-object',
  11122.                     'class_name' => 'EditSupplierOrderProductInputType',
  11123.                     'inherits' => [
  11124.                     ],
  11125.                     'decorator' => false,
  11126.                     'config' => [
  11127.                         'fields' => [
  11128.                             'supplierOrderProductID' => [
  11129.                                 'type' => 'Int!',
  11130.                             ],
  11131.                             'buyPrice' => [
  11132.                                 'type' => 'Float!',
  11133.                             ],
  11134.                             'minimumQuantity' => [
  11135.                                 'type' => 'Float!',
  11136.                             ],
  11137.                             'allowPieces' => [
  11138.                                 'type' => 'Boolean!',
  11139.                             ],
  11140.                             'sellToDays' => [
  11141.                                 'type' => 'Int!',
  11142.                             ],
  11143.                             'package' => [
  11144.                                 'type' => 'ProductPackageInput!',
  11145.                             ],
  11146.                         ],
  11147.                         'name' => 'EditSupplierOrderProductInput',
  11148.                     ],
  11149.                 ],
  11150.                 'AddSupplierOrderProductsInput' => [
  11151.                     'type' => 'input-object',
  11152.                     'class_name' => 'AddSupplierOrderProductsInputType',
  11153.                     'inherits' => [
  11154.                     ],
  11155.                     'decorator' => false,
  11156.                     'config' => [
  11157.                         'fields' => [
  11158.                             'supplierOrderID' => [
  11159.                                 'type' => 'Int!',
  11160.                             ],
  11161.                             'supplierOrderProducts' => [
  11162.                                 'type' => '[AddSupplierOrderProductInput!]!',
  11163.                             ],
  11164.                         ],
  11165.                         'name' => 'AddSupplierOrderProductsInput',
  11166.                     ],
  11167.                 ],
  11168.                 'EditSupplierOrderProductsInput' => [
  11169.                     'type' => 'input-object',
  11170.                     'class_name' => 'EditSupplierOrderProductsInputType',
  11171.                     'inherits' => [
  11172.                     ],
  11173.                     'decorator' => false,
  11174.                     'config' => [
  11175.                         'fields' => [
  11176.                             'supplierOrderID' => [
  11177.                                 'type' => 'Int!',
  11178.                             ],
  11179.                             'supplierOrderProducts' => [
  11180.                                 'type' => '[EditSupplierOrderProductInput!]!',
  11181.                             ],
  11182.                         ],
  11183.                         'name' => 'EditSupplierOrderProductsInput',
  11184.                     ],
  11185.                 ],
  11186.                 'DeleteSupplierOrderProductInput' => [
  11187.                     'type' => 'input-object',
  11188.                     'class_name' => 'DeleteSupplierOrderProductInputType',
  11189.                     'inherits' => [
  11190.                     ],
  11191.                     'decorator' => false,
  11192.                     'config' => [
  11193.                         'fields' => [
  11194.                             'supplierOrderProductID' => [
  11195.                                 'type' => 'Int!',
  11196.                             ],
  11197.                         ],
  11198.                         'name' => 'DeleteSupplierOrderProductInput',
  11199.                     ],
  11200.                 ],
  11201.                 'DeleteSupplierOrderInput' => [
  11202.                     'type' => 'input-object',
  11203.                     'class_name' => 'DeleteSupplierOrderInputType',
  11204.                     'inherits' => [
  11205.                     ],
  11206.                     'decorator' => false,
  11207.                     'config' => [
  11208.                         'fields' => [
  11209.                             'supplierOrderID' => [
  11210.                                 'type' => 'Int!',
  11211.                             ],
  11212.                         ],
  11213.                         'name' => 'DeleteSupplierOrderInput',
  11214.                     ],
  11215.                 ],
  11216.                 'WarehouseMoveMutationInput' => [
  11217.                     'type' => 'input-object',
  11218.                     'class_name' => 'WarehouseMoveMutationInputType',
  11219.                     'inherits' => [
  11220.                     ],
  11221.                     'decorator' => false,
  11222.                     'config' => [
  11223.                         'fields' => [
  11224.                             'supplier' => [
  11225.                                 'type' => 'String!',
  11226.                             ],
  11227.                             'lastName' => [
  11228.                                 'type' => 'String!',
  11229.                             ],
  11230.                             'billingAddress' => [
  11231.                                 'type' => 'AddressInput!',
  11232.                             ],
  11233.                         ],
  11234.                         'name' => 'WarehouseMoveMutationInput',
  11235.                     ],
  11236.                 ],
  11237.                 'StoreGroup' => [
  11238.                     'type' => 'object',
  11239.                     'class_name' => 'StoreGroupType',
  11240.                     'inherits' => [
  11241.                     ],
  11242.                     'decorator' => false,
  11243.                     'config' => [
  11244.                         'fields' => [
  11245.                             'id' => [
  11246.                                 'type' => 'Int!',
  11247.                                 'args' => [
  11248.                                 ],
  11249.                             ],
  11250.                             'name' => [
  11251.                                 'type' => 'String!',
  11252.                                 'args' => [
  11253.                                 ],
  11254.                             ],
  11255.                             'stores' => [
  11256.                                 'type' => '[Store]!',
  11257.                                 'args' => [
  11258.                                 ],
  11259.                             ],
  11260.                             'deletedAt' => [
  11261.                                 'type' => 'String',
  11262.                                 'args' => [
  11263.                                 ],
  11264.                             ],
  11265.                         ],
  11266.                         'name' => 'StoreGroup',
  11267.                         'builders' => [
  11268.                         ],
  11269.                         'interfaces' => [
  11270.                         ],
  11271.                     ],
  11272.                 ],
  11273.                 'StoreGroupFilter' => [
  11274.                     'type' => 'input-object',
  11275.                     'class_name' => 'StoreGroupFilterType',
  11276.                     'inherits' => [
  11277.                     ],
  11278.                     'decorator' => false,
  11279.                     'config' => [
  11280.                         'fields' => [
  11281.                             'ids' => [
  11282.                                 'type' => '[Int!]',
  11283.                             ],
  11284.                             'limit' => [
  11285.                                 'type' => 'Int',
  11286.                             ],
  11287.                             'offset' => [
  11288.                                 'type' => 'Int',
  11289.                             ],
  11290.                         ],
  11291.                         'name' => 'StoreGroupFilter',
  11292.                     ],
  11293.                 ],
  11294.                 'StoreGroupStoreFilter' => [
  11295.                     'type' => 'input-object',
  11296.                     'class_name' => 'StoreGroupStoreFilterType',
  11297.                     'inherits' => [
  11298.                     ],
  11299.                     'decorator' => false,
  11300.                     'config' => [
  11301.                         'fields' => [
  11302.                             'ids' => [
  11303.                                 'type' => '[Int!]',
  11304.                             ],
  11305.                         ],
  11306.                         'name' => 'StoreGroupStoreFilter',
  11307.                     ],
  11308.                 ],
  11309.                 'PageInfo' => [
  11310.                     'type' => 'object',
  11311.                     'class_name' => 'PageInfoType',
  11312.                     'inherits' => [
  11313.                     ],
  11314.                     'decorator' => false,
  11315.                     'config' => [
  11316.                         'description' => 'Information about pagination in a connection.',
  11317.                         'fields' => [
  11318.                             'hasNextPage' => [
  11319.                                 'type' => 'Boolean!',
  11320.                                 'description' => 'When paginating forwards, are there more items?',
  11321.                                 'args' => [
  11322.                                 ],
  11323.                             ],
  11324.                             'hasPreviousPage' => [
  11325.                                 'type' => 'Boolean!',
  11326.                                 'description' => 'When paginating backwards, are there more items?',
  11327.                                 'args' => [
  11328.                                 ],
  11329.                             ],
  11330.                             'startCursor' => [
  11331.                                 'type' => 'String',
  11332.                                 'description' => 'When paginating backwards, the cursor to continue.',
  11333.                                 'args' => [
  11334.                                 ],
  11335.                             ],
  11336.                             'endCursor' => [
  11337.                                 'type' => 'String',
  11338.                                 'description' => 'When paginating forwards, the cursor to continue.',
  11339.                                 'args' => [
  11340.                                 ],
  11341.                             ],
  11342.                         ],
  11343.                         'name' => 'PageInfo',
  11344.                         'builders' => [
  11345.                         ],
  11346.                         'interfaces' => [
  11347.                         ],
  11348.                     ],
  11349.                 ],
  11350.             ],
  11351.             'overblog_graphql.batching_method' => 'relay',
  11352.             'overblog_graphql.query_max_depth' => 0,
  11353.             'overblog_graphql.query_max_complexity' => 0,
  11354.             'overblog_graphql.enable_introspection' => true,
  11355.             'overblog_graphql.handle_cors' => false,
  11356.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  11357.             'overblog_graphql.cache_dir' => NULL,
  11358.             'overblog_graphql.cache_dir_permissions' => NULL,
  11359.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  11360.             'overblog_graphql.use_experimental_executor' => false,
  11361.             'overblog_graphql.use_classloader_listener' => true,
  11362.             'overblog_graphql.resources_dir' => (\dirname(__DIR__5).'/vendor/overblog/graphql-bundle/src/Resources'),
  11363.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  11364.             'nelmio_cors.map' => [
  11365.                 '^/' => [
  11366.                 ],
  11367.             ],
  11368.             'nelmio_cors.defaults' => [
  11369.                 'allow_origin' => true,
  11370.                 'allow_credentials' => false,
  11371.                 'allow_headers' => true,
  11372.                 'expose_headers' => [
  11373.                 ],
  11374.                 'allow_methods' => [
  11375.                     => 'POST',
  11376.                     => 'PUT',
  11377.                     => 'GET',
  11378.                     => 'DELETE',
  11379.                 ],
  11380.                 'max_age' => 3600,
  11381.                 'hosts' => [
  11382.                 ],
  11383.                 'origin_regex' => false,
  11384.                 'forced_allow_origin_value' => NULL,
  11385.             ],
  11386.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  11387.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  11388.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  11389.             'maker.compatible_check.doctrine.supports_attributes' => false,
  11390.             'data_collector.templates' => [
  11391.                 'data_collector.request' => [
  11392.                     => 'request',
  11393.                     => '@WebProfiler/Collector/request.html.twig',
  11394.                 ],
  11395.                 'data_collector.time' => [
  11396.                     => 'time',
  11397.                     => '@WebProfiler/Collector/time.html.twig',
  11398.                 ],
  11399.                 'data_collector.memory' => [
  11400.                     => 'memory',
  11401.                     => '@WebProfiler/Collector/memory.html.twig',
  11402.                 ],
  11403.                 'data_collector.validator' => [
  11404.                     => 'validator',
  11405.                     => '@WebProfiler/Collector/validator.html.twig',
  11406.                 ],
  11407.                 'data_collector.ajax' => [
  11408.                     => 'ajax',
  11409.                     => '@WebProfiler/Collector/ajax.html.twig',
  11410.                 ],
  11411.                 'data_collector.form' => [
  11412.                     => 'form',
  11413.                     => '@WebProfiler/Collector/form.html.twig',
  11414.                 ],
  11415.                 'data_collector.exception' => [
  11416.                     => 'exception',
  11417.                     => '@WebProfiler/Collector/exception.html.twig',
  11418.                 ],
  11419.                 'data_collector.logger' => [
  11420.                     => 'logger',
  11421.                     => '@WebProfiler/Collector/logger.html.twig',
  11422.                 ],
  11423.                 'data_collector.events' => [
  11424.                     => 'events',
  11425.                     => '@WebProfiler/Collector/events.html.twig',
  11426.                 ],
  11427.                 'data_collector.router' => [
  11428.                     => 'router',
  11429.                     => '@WebProfiler/Collector/router.html.twig',
  11430.                 ],
  11431.                 'data_collector.cache' => [
  11432.                     => 'cache',
  11433.                     => '@WebProfiler/Collector/cache.html.twig',
  11434.                 ],
  11435.                 'data_collector.translation' => [
  11436.                     => 'translation',
  11437.                     => '@WebProfiler/Collector/translation.html.twig',
  11438.                 ],
  11439.                 'data_collector.security' => [
  11440.                     => 'security',
  11441.                     => '@Security/Collector/security.html.twig',
  11442.                 ],
  11443.                 'data_collector.twig' => [
  11444.                     => 'twig',
  11445.                     => '@WebProfiler/Collector/twig.html.twig',
  11446.                 ],
  11447.                 'data_collector.doctrine' => [
  11448.                     => 'db',
  11449.                     => '@Doctrine/Collector/db.html.twig',
  11450.                 ],
  11451.                 'swiftmailer.data_collector' => [
  11452.                     => 'swiftmailer',
  11453.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  11454.                 ],
  11455.                 'data_collector.config' => [
  11456.                     => 'config',
  11457.                     => '@WebProfiler/Collector/config.html.twig',
  11458.                 ],
  11459.             ],
  11460.             'overblog_graphql_types.classes_map' => [
  11461.             ],
  11462.             'console.command.ids' => [
  11463.                 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\FullProcessCommand',
  11464.                 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\ImportCommand',
  11465.                 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\ProcessCommand',
  11466.                 => 'console.command.public_alias.App\\Command\\Central\\Import\\ReceiptMetroCommand',
  11467.                 => 'console.command.public_alias.App\\Command\\Central\\Product\\ProductClearCommand',
  11468.                 => 'console.command.public_alias.App\\Command\\Central\\Product\\ProductCreateCommand',
  11469.                 => 'console.command.public_alias.App\\Command\\Client\\Category\\CategoryCommand',
  11470.                 => 'console.command.public_alias.App\\Command\\Client\\Import\\ProductImportCSVCommand',
  11471.                 => 'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptLabasCommand',
  11472.                 => 'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptMetroCommand',
  11473.                 10 => 'console.command.public_alias.App\\Command\\Client\\Importer\\ImporterCreateProductCommand',
  11474.                 11 => 'console.command.public_alias.App\\Command\\Client\\PaymentMethod\\PaymentMethodCommand',
  11475.                 12 => 'console.command.public_alias.App\\Command\\Client\\SellPrice\\SellPriceCommand',
  11476.                 13 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCentralUnsentTotalCommand',
  11477.                 14 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreClearPriceOutOfStockCommand',
  11478.                 15 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyMissingPriceCommand',
  11479.                 16 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyPriceCommand',
  11480.                 17 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceCommand',
  11481.                 18 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceHistoryCommand',
  11482.                 19 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllControlCommand',
  11483.                 20 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllRecalculateCommand',
  11484.                 21 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\ClearStockCommand',
  11485.                 22 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\ControlCommand',
  11486.                 23 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\HistoryCommand',
  11487.                 24 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryCommand',
  11488.                 25 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryMissingCommand',
  11489.                 26 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\RecalculateCommand',
  11490.                 27 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\StoreStockGroupSellPriceCommand',
  11491.                 28 => 'console.command.public_alias.App\\Command\\Czech\\GetClientsEmailCommand',
  11492.                 29 => 'console.command.public_alias.App\\Command\\DatabaseCleanerCommand',
  11493.                 30 => 'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemaDoctrineCommand',
  11494.                 31 => 'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemasDoctrineCommand',
  11495.                 32 => 'console.command.public_alias.App\\Command\\InstallCommand',
  11496.                 33 => 'console.command.public_alias.App\\Command\\LoggerCleanerCommand',
  11497.                 34 => 'console.command.public_alias.App\\Command\\Main\\Client\\ClientDatabaseCommand',
  11498.                 35 => 'console.command.public_alias.App\\Command\\Main\\Cron\\CronCommand',
  11499.                 36 => 'console.command.public_alias.App\\Command\\Main\\ProductMergeCommand',
  11500.                 37 => 'console.command.public_alias.App\\Command\\Main\\Token\\TokenInvalidCommand',
  11501.                 38 => 'console.command.public_alias.App\\Command\\Main\\Weather\\WeatherCommand',
  11502.                 39 => 'console.command.public_alias.App\\Command\\Migration\\StoreGroupCommand',
  11503.                 40 => 'console.command.public_alias.App\\Command\\Migration\\StoreStockGroupCommand',
  11504.                 41 => 'console.command.public_alias.App\\Command\\TestCommand',
  11505.                 42 => 'console.command.public_alias.App\\Command\\UpdateDatabaseClientUserCommand',
  11506.                 43 => 'console.command.public_alias.Eshop\\Command\\ClearDeliverySlotCommand',
  11507.                 44 => 'console.command.public_alias.Eshop\\Command\\DeliveryCommand',
  11508.                 45 => 'console.command.public_alias.Eshop\\Command\\SendConfirmedOrderEmailCommand',
  11509.             ],
  11510.         ];
  11511.     }
  11512.     protected function throw($message)
  11513.     {
  11514.         throw new RuntimeException($message);
  11515.     }
  11516. }