<?php
namespace ContainerWD1oE3U;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final
*/
class graphqlDevDebugProjectContainer extends Container
{
private $buildParameters;
private $containerDir;
private $targetDir;
private $parameters = [];
private $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'App\\Service\\AppManager' => 'getAppManagerService',
'App\\Service\\Context' => 'getContextService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.entity_manager' => 'getDoctrine_Orm_EntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'translator' => 'getTranslatorService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'App\\Service\\DomainManager' => 'getDomainManagerService.php',
'Eshop\\Controller\\Admin\\Article\\ArticleBlogController' => 'getArticleBlogControllerService.php',
'Eshop\\Controller\\Admin\\Article\\ArticleCompetitionController' => 'getArticleCompetitionControllerService.php',
'Eshop\\Controller\\Admin\\Article\\ArticleController' => 'getArticleControllerService.php',
'Eshop\\Controller\\Admin\\Article\\ArticleProductController' => 'getArticleProductControllerService.php',
'Eshop\\Controller\\Admin\\Article\\ArticleRecipeController' => 'getArticleRecipeControllerService.php',
'Eshop\\Controller\\Admin\\BannerController' => 'getBannerControllerService.php',
'Eshop\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService.php',
'Eshop\\Controller\\Admin\\CustomerOrderController' => 'getCustomerOrderControllerService.php',
'Eshop\\Controller\\Admin\\DeliveryController' => 'getDeliveryControllerService.php',
'Eshop\\Controller\\Admin\\DiscountCouponController' => 'getDiscountCouponControllerService.php',
'Eshop\\Controller\\Admin\\NewsletterController' => 'getNewsletterControllerService.php',
'Eshop\\Controller\\Admin\\PartnerController' => 'getPartnerControllerService.php',
'Eshop\\Controller\\Admin\\Rating\\RatingController' => 'getRatingControllerService.php',
'Eshop\\Controller\\Admin\\Rating\\RatingTypeController' => 'getRatingTypeControllerService.php',
'Eshop\\Controller\\Admin\\Rating\\RatingValueController' => 'getRatingValueControllerService.php',
'Eshop\\Controller\\ArticleController' => 'getArticleController2Service.php',
'Eshop\\Controller\\EmailController' => 'getEmailControllerService.php',
'Eshop\\Controller\\HomepageController' => 'getHomepageControllerService.php',
'Eshop\\Controller\\ProductController' => 'getProductControllerService.php',
'Eshop\\Controller\\ProductDescriptionController' => 'getProductDescriptionControllerService.php',
'Eshop\\Controller\\ProductVariableController' => 'getProductVariableControllerService.php',
'Eshop\\Controller\\SecurityController' => 'getSecurityControllerService.php',
'Eshop\\Controller\\StorageController' => 'getStorageControllerService.php',
'GraphQL\\Controller\\SecurityController' => 'getSecurityController2Service.php',
'GraphQL\\Resolver\\Mutation\\Article\\CreateFavouriteCustomerArticleMutation' => 'getCreateFavouriteCustomerArticleMutationService.php',
'GraphQL\\Resolver\\Mutation\\ClientLabel\\CreateClientLabelMutation' => 'getCreateClientLabelMutationService.php',
'GraphQL\\Resolver\\Mutation\\CustomerReceiptMutation' => 'getCustomerReceiptMutationService.php',
'GraphQL\\Resolver\\Mutation\\CustomerReceipt\\CustomerReceiptMutation' => 'getCustomerReceiptMutation2Service.php',
'GraphQL\\Resolver\\Mutation\\Customer\\AddCustomerOrderItemsMutation' => 'getAddCustomerOrderItemsMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\ConfirmCustomerOrderMutation' => 'getConfirmCustomerOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerAddressMutation' => 'getCreateCustomerAddressMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerMutation' => 'getCreateCustomerMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerOrderMutation' => 'getCreateCustomerOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerServiceRatingMutation' => 'getCreateCustomerServiceRatingMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\CreateCustomerTypeMutation' => 'getCreateCustomerTypeMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\CreateFavouriteCustomerProductMutation' => 'getCreateFavouriteCustomerProductMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerAddressMutation' => 'getDeleteCustomerAddressMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerMutation' => 'getDeleteCustomerMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerOrderItemsMutation' => 'getDeleteCustomerOrderItemsMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\DeleteCustomerTypeMutation' => 'getDeleteCustomerTypeMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerAddressMutation' => 'getEditCustomerAddressMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerMutation' => 'getEditCustomerMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerOrderItemsMutation' => 'getEditCustomerOrderItemsMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerOrderMutation' => 'getEditCustomerOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\Customer\\EditCustomerOrderStateMutation' => 'getEditCustomerOrderStateMutationService.php',
'GraphQL\\Resolver\\Mutation\\Discount\\DiscountDeleteMutation' => 'getDiscountDeleteMutationService.php',
'GraphQL\\Resolver\\Mutation\\Discount\\DiscountMutation' => 'getDiscountMutationService.php',
'GraphQL\\Resolver\\Mutation\\LabelConvertMutation' => 'getLabelConvertMutationService.php',
'GraphQL\\Resolver\\Mutation\\LoggerMutation' => 'getLoggerMutationService.php',
'GraphQL\\Resolver\\Mutation\\Order\\AddOrderProductsMutation' => 'getAddOrderProductsMutationService.php',
'GraphQL\\Resolver\\Mutation\\Order\\ConfirmOrderMutation' => 'getConfirmOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\Order\\CreateOrderMutation' => 'getCreateOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\Order\\DeleteOrderMutation' => 'getDeleteOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\Order\\DeleteOrderProductMutation' => 'getDeleteOrderProductMutationService.php',
'GraphQL\\Resolver\\Mutation\\Order\\EditOrderProductsMutation' => 'getEditOrderProductsMutationService.php',
'GraphQL\\Resolver\\Mutation\\PointOfSale\\CreatePointOfSaleMoveMutation' => 'getCreatePointOfSaleMoveMutationService.php',
'GraphQL\\Resolver\\Mutation\\PriceTagConvertorMutation' => 'getPriceTagConvertorMutationService.php',
'GraphQL\\Resolver\\Mutation\\Product\\CreateProductMutation' => 'getCreateProductMutationService.php',
'GraphQL\\Resolver\\Mutation\\Product\\ProductEditMutation' => 'getProductEditMutationService.php',
'GraphQL\\Resolver\\Mutation\\Product\\ProductInventoryMutation' => 'getProductInventoryMutationService.php',
'GraphQL\\Resolver\\Mutation\\SellPriceMutation' => 'getSellPriceMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreCentral\\CreateStoreCentralMutation' => 'getCreateStoreCentralMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\AddProductsStoreWarehouseRecordMutation' => 'getAddProductsStoreWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\ConfirmStoreWarehouseRecordMutation' => 'getConfirmStoreWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\DeleteProductsStoreWarehouseRecordMutation' => 'getDeleteProductsStoreWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\DeleteStoreWarehouseRecordMutation' => 'getDeleteStoreWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\EditProductsStoreWarehouseRecordMutation' => 'getEditProductsStoreWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\StoreWarehouseRecord\\StoreWarehouseRecordMutation' => 'getStoreWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierOrder\\AddSupplierOrderProductsMutation' => 'getAddSupplierOrderProductsMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierOrder\\DeleteSupplierOrderMutation' => 'getDeleteSupplierOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierOrder\\DeleteSupplierOrderProductMutation' => 'getDeleteSupplierOrderProductMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierOrder\\EditSupplierOrderMutation' => 'getEditSupplierOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierOrder\\EditSupplierOrderProductsMutation' => 'getEditSupplierOrderProductsMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierOrder\\SupplierOrderMutation' => 'getSupplierOrderMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\AddProductsSupplierWarehouseRecordMutation' => 'getAddProductsSupplierWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\ConfirmSupplierWarehouseRecordMutation' => 'getConfirmSupplierWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\DeleteProductsSupplierWarehouseRecordMutation' => 'getDeleteProductsSupplierWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\DeleteSupplierWarehouseRecordMutation' => 'getDeleteSupplierWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\EditProductsSupplierWarehouseRecordMutation' => 'getEditProductsSupplierWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\SupplierWarehouseRecord\\SupplierWarehouseRecordMutation' => 'getSupplierWarehouseRecordMutationService.php',
'GraphQL\\Resolver\\Mutation\\Supplier\\SupplierMutation' => 'getSupplierMutationService.php',
'GraphQL\\Resolver\\Query\\AddressResolver' => 'getAddressResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleBlogResolver' => 'getArticleBlogResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleCompetitionResolver' => 'getArticleCompetitionResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleImageResolver' => 'getArticleImageResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleProductResolver' => 'getArticleProductResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleRecipeAllergenResolver' => 'getArticleRecipeAllergenResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleRecipeProductResolver' => 'getArticleRecipeProductResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleRecipeResolver' => 'getArticleRecipeResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleResolver' => 'getArticleResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\ArticleTagResolver' => 'getArticleTagResolverService.php',
'GraphQL\\Resolver\\Query\\Article\\CompetitionConditionFileResolver' => 'getCompetitionConditionFileResolverService.php',
'GraphQL\\Resolver\\Query\\Attribute\\AttributeResolver' => 'getAttributeResolverService.php',
'GraphQL\\Resolver\\Query\\Attribute\\AttributeValueResolver' => 'getAttributeValueResolverService.php',
'GraphQL\\Resolver\\Query\\Attribute\\AttributeValueTranslationResolver' => 'getAttributeValueTranslationResolverService.php',
'GraphQL\\Resolver\\Query\\Banner\\BannerArticleRedirectResolver' => 'getBannerArticleRedirectResolverService.php',
'GraphQL\\Resolver\\Query\\Banner\\BannerImageResolver' => 'getBannerImageResolverService.php',
'GraphQL\\Resolver\\Query\\Banner\\BannerResolver' => 'getBannerResolverService.php',
'GraphQL\\Resolver\\Query\\Banner\\BannerUrlRedirectResolver' => 'getBannerUrlRedirectResolverService.php',
'GraphQL\\Resolver\\Query\\CategoryResolver' => 'getCategoryResolverService.php',
'GraphQL\\Resolver\\Query\\Category\\EshopCategoryResolver' => 'getEshopCategoryResolverService.php',
'GraphQL\\Resolver\\Query\\ClientLabel\\ClientLabelResolver' => 'getClientLabelResolverService.php',
'GraphQL\\Resolver\\Query\\ClientResolver' => 'getClientResolverService.php',
'GraphQL\\Resolver\\Query\\CustomerReceipt\\CustomerReceiptResolver' => 'getCustomerReceiptResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerOrderAddressResolver' => 'getCustomerOrderAddressResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerOrderPaymentMethodResolver' => 'getCustomerOrderPaymentMethodResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerOrderResolver' => 'getCustomerOrderResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerReceiptResolver' => 'getCustomerReceiptResolver2Service.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerResolver' => 'getCustomerResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerServiceRatingResolver' => 'getCustomerServiceRatingResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\CustomerTypeResolver' => 'getCustomerTypeResolverService.php',
'GraphQL\\Resolver\\Query\\Customer\\LoggedCustomerAddressResolver' => 'getLoggedCustomerAddressResolverService.php',
'GraphQL\\Resolver\\Query\\Delivery\\DeliveryMethodPlaceResolver' => 'getDeliveryMethodPlaceResolverService.php',
'GraphQL\\Resolver\\Query\\Delivery\\DeliveryMethodPlaceValueResolver' => 'getDeliveryMethodPlaceValueResolverService.php',
'GraphQL\\Resolver\\Query\\Delivery\\DeliveryMethodResolver' => 'getDeliveryMethodResolverService.php',
'GraphQL\\Resolver\\Query\\Delivery\\DeliverySlotResolver' => 'getDeliverySlotResolverService.php',
'GraphQL\\Resolver\\Query\\Discount\\DiscountResolver' => 'getDiscountResolverService.php',
'GraphQL\\Resolver\\Query\\EshopDiscountCoupon\\DiscountCouponResolver' => 'getDiscountCouponResolverService.php',
'GraphQL\\Resolver\\Query\\EuropeanArticleNumberResolver' => 'getEuropeanArticleNumberResolverService.php',
'GraphQL\\Resolver\\Query\\Label\\LabelResolver' => 'getLabelResolverService.php',
'GraphQL\\Resolver\\Query\\Newsletter\\NewsletterFileResolver' => 'getNewsletterFileResolverService.php',
'GraphQL\\Resolver\\Query\\Newsletter\\NewsletterImageResolver' => 'getNewsletterImageResolverService.php',
'GraphQL\\Resolver\\Query\\Newsletter\\NewsletterResolver' => 'getNewsletterResolverService.php',
'GraphQL\\Resolver\\Query\\Order\\OrderDeliverySlotResolver' => 'getOrderDeliverySlotResolverService.php',
'GraphQL\\Resolver\\Query\\Order\\OrderResolver' => 'getOrderResolverService.php',
'GraphQL\\Resolver\\Query\\Partner\\PartnerFileResolver' => 'getPartnerFileResolverService.php',
'GraphQL\\Resolver\\Query\\Partner\\PartnerImageResolver' => 'getPartnerImageResolverService.php',
'GraphQL\\Resolver\\Query\\Partner\\PartnerResolver' => 'getPartnerResolverService.php',
'GraphQL\\Resolver\\Query\\PaymentMethod\\PaymentMethodResolver' => 'getPaymentMethodResolverService.php',
'GraphQL\\Resolver\\Query\\Permission\\PermissionResolver' => 'getPermissionResolverService.php',
'GraphQL\\Resolver\\Query\\PointOfSaleResolver' => 'getPointOfSaleResolverService.php',
'GraphQL\\Resolver\\Query\\PointOfSale\\PointOfSaleMoveResolver' => 'getPointOfSaleMoveResolverService.php',
'GraphQL\\Resolver\\Query\\PointOfSale\\PointOfSaleResolver' => 'getPointOfSaleResolver2Service.php',
'GraphQL\\Resolver\\Query\\Product\\ProductContainersResolver' => 'getProductContainersResolverService.php',
'GraphQL\\Resolver\\Query\\Product\\ProductResolver' => 'getProductResolverService.php',
'GraphQL\\Resolver\\Query\\SellPriceResolver' => 'getSellPriceResolverService.php',
'GraphQL\\Resolver\\Query\\ServiceRating\\ServiceRatingTypesResolver' => 'getServiceRatingTypesResolverService.php',
'GraphQL\\Resolver\\Query\\ServiceRating\\ServiceRatingValuesResolver' => 'getServiceRatingValuesResolverService.php',
'GraphQL\\Resolver\\Query\\StoreCentral\\StoreCentralResolver' => 'getStoreCentralResolverService.php',
'GraphQL\\Resolver\\Query\\StoreHeader\\StoreHeaderResolver' => 'getStoreHeaderResolverService.php',
'GraphQL\\Resolver\\Query\\Store\\StoreGroupResolver' => 'getStoreGroupResolverService.php',
'GraphQL\\Resolver\\Query\\Store\\StoreResolver' => 'getStoreResolverService.php',
'GraphQL\\Resolver\\Query\\Store\\StoreStockResolver' => 'getStoreStockResolverService.php',
'GraphQL\\Resolver\\Query\\Supplier\\SupplierOrderProductResolver' => 'getSupplierOrderProductResolverService.php',
'GraphQL\\Resolver\\Query\\Supplier\\SupplierOrderResolver' => 'getSupplierOrderResolverService.php',
'GraphQL\\Resolver\\Query\\Supplier\\SupplierResolver' => 'getSupplierResolverService.php',
'GraphQL\\Resolver\\Query\\SynchronizationResolver' => 'getSynchronizationResolverService.php',
'GraphQL\\Resolver\\Query\\Tax\\TaxResolver' => 'getTaxResolverService.php',
'GraphQL\\Resolver\\Query\\UserResolver' => 'getUserResolverService.php',
'GraphQL\\Resolver\\Query\\User\\UserDataResolver' => 'getUserDataResolverService.php',
'GraphQL\\Resolver\\Query\\WarehouseRecord\\StoreWarehouseRecordResolver' => 'getStoreWarehouseRecordResolverService.php',
'GraphQL\\Resolver\\Query\\WarehouseRecord\\SupplierWarehouseRecordResolver' => 'getSupplierWarehouseRecordResolverService.php',
'GraphQL\\Resolver\\UtilsResolver' => 'getUtilsResolverService.php',
'GraphQL\\Type\\DateTimeType' => 'getDateTimeTypeService.php',
'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService.php',
'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService.php',
'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService.php',
'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService.php',
'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService.php',
'Overblog\\GraphQLBundle\\EventListener\\ErrorLoggerListener' => 'getErrorLoggerListenerService.php',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldResolver' => 'getMutationFieldResolverService.php',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldResolver' => 'getGlobalIdFieldResolverService.php',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldResolver' => 'getNodeFieldResolverService.php',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldResolver' => 'getPluralIdentifyingRootFieldResolverService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddCustomerOrderItemsInputType' => 'getAddCustomerOrderItemsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddOrderProductInputType' => 'getAddOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddOrderProductsInputType' => 'getAddOrderProductsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddProductWarehouseRecordInputType' => 'getAddProductWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddProductsStoreWarehouseRecordInputType' => 'getAddProductsStoreWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddProductsSupplierWarehouseRecordInputType' => 'getAddProductsSupplierWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddSupplierOrderProductInputType' => 'getAddSupplierOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddSupplierOrderProductsInputType' => 'getAddSupplierOrderProductsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddressInputType' => 'getAddressInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AddressType' => 'getAddressTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleBlogType' => 'getArticleBlogTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleCompetitionType' => 'getArticleCompetitionTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleImageType' => 'getArticleImageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleProductType' => 'getArticleProductTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleRecipeProductType' => 'getArticleRecipeProductTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleRecipeType' => 'getArticleRecipeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleTagFilterType' => 'getArticleTagFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleTagType' => 'getArticleTagTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleType' => 'getArticleTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ArticleTypeFilterType' => 'getArticleTypeFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AttributeType' => 'getAttributeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AttributeValueTranslationType' => 'getAttributeValueTranslationTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\AttributeValueType' => 'getAttributeValueTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\BannerImageType' => 'getBannerImageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\BannerRedirectType' => 'getBannerRedirectTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\BannerType' => 'getBannerTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CategoryImageType' => 'getCategoryImageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CategoryType' => 'getCategoryTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientFilterType' => 'getClientFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientLabelInputType' => 'getClientLabelInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientLabelType' => 'getClientLabelTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ClientType' => 'getClientTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CompetitionConditionFileType' => 'getCompetitionConditionFileTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmCustomerOrderInputType' => 'getConfirmCustomerOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmOrderInputType' => 'getConfirmOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmStoreWarehouseRecordInputType' => 'getConfirmStoreWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ConfirmSupplierWarehouseRecordInputType' => 'getConfirmSupplierWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerAddressInputType' => 'getCreateCustomerAddressInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerInputType' => 'getCreateCustomerInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerOrderInputType' => 'getCreateCustomerOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerServiceRatingInputType' => 'getCreateCustomerServiceRatingInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateCustomerTypeInputType' => 'getCreateCustomerTypeInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateEuropeanArticleNumberInputType' => 'getCreateEuropeanArticleNumberInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateFavoriteCustomerArticleInputType' => 'getCreateFavoriteCustomerArticleInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateFavouriteCustomerProductInputType' => 'getCreateFavouriteCustomerProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateOrderInputType' => 'getCreateOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreatePointOfSaleMoveInputType' => 'getCreatePointOfSaleMoveInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductImageType' => 'getCreateProductImageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductInputType' => 'getCreateProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductTaxInputType' => 'getCreateProductTaxInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateProductTranslationInputType' => 'getCreateProductTranslationInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CreateStoreCentralInputType' => 'getCreateStoreCentralInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerAddressInputType' => 'getCustomerAddressInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerAddressType' => 'getCustomerAddressTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerInputType' => 'getCustomerInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderItemType' => 'getCustomerOrderItemTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderPaymentMethodInputType' => 'getCustomerOrderPaymentMethodInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderPaymentMethodType' => 'getCustomerOrderPaymentMethodTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderProductInputType' => 'getCustomerOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderStateType' => 'getCustomerOrderStateTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerOrderType' => 'getCustomerOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptInputType' => 'getCustomerReceiptInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptItemInputType' => 'getCustomerReceiptItemInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptMoveBarcodeInputType' => 'getCustomerReceiptMoveBarcodeInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptMoveDiscountInputType' => 'getCustomerReceiptMoveDiscountInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptRoundingInputType' => 'getCustomerReceiptRoundingInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerReceiptType' => 'getCustomerReceiptTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerServiceRatingType' => 'getCustomerServiceRatingTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerType' => 'getCustomerTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerTypeFilterType' => 'getCustomerTypeFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\CustomerTypeType' => 'getCustomerTypeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DateTimeFilterType' => 'getDateTimeFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DateType' => 'getDateTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerAddressInputType' => 'getDeleteCustomerAddressInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerInputType' => 'getDeleteCustomerInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerOrderItemsInputType' => 'getDeleteCustomerOrderItemsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteCustomerTypeInputType' => 'getDeleteCustomerTypeInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteDiscountInputType' => 'getDeleteDiscountInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteOrderInputType' => 'getDeleteOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteOrderProductInputType' => 'getDeleteOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductWarehouseRecordInputType' => 'getDeleteProductWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductsStoreWarehouseRecordInputType' => 'getDeleteProductsStoreWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductsSupplierWarehouseRecordInputType' => 'getDeleteProductsSupplierWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteProductsWarehouseRecordInputType' => 'getDeleteProductsWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteStoreWarehouseRecordInputType' => 'getDeleteStoreWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteSupplierOrderInputType' => 'getDeleteSupplierOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteSupplierOrderProductInputType' => 'getDeleteSupplierOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeleteSupplierWarehouseRecordInputType' => 'getDeleteSupplierWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryMethodPlaceType' => 'getDeliveryMethodPlaceTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryMethodPlaceValueType' => 'getDeliveryMethodPlaceValueTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryMethodType' => 'getDeliveryMethodTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliveryPlaceTypeType' => 'getDeliveryPlaceTypeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotInputType' => 'getDeliverySlotInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotStoresType' => 'getDeliverySlotStoresTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotType' => 'getDeliverySlotTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DeliverySlotsPricesType' => 'getDeliverySlotsPricesTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountCouponType' => 'getDiscountCouponTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountInputType' => 'getDiscountInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemFilterType' => 'getDiscountItemFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemInputType' => 'getDiscountItemInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemType' => 'getDiscountItemTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountItemTypeType' => 'getDiscountItemTypeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountOrderType' => 'getDiscountOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountStoreFilterType' => 'getDiscountStoreFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountTriggerBarcodeType' => 'getDiscountTriggerBarcodeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountTriggerCustomerTypeInputType' => 'getDiscountTriggerCustomerTypeInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\DiscountType' => 'getDiscountTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerAddressInputType' => 'getEditCustomerAddressInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerInputType' => 'getEditCustomerInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerOrderInputType' => 'getEditCustomerOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditCustomerOrderStateInputType' => 'getEditCustomerOrderStateInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditOrderProductInputType' => 'getEditOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditOrderProductsInputType' => 'getEditOrderProductsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductTaxInputType' => 'getEditProductTaxInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductTranslationInputType' => 'getEditProductTranslationInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductWarehouseRecordInputType' => 'getEditProductWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductsStoreWarehouseRecordInputType' => 'getEditProductsStoreWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditProductsSupplierWarehouseRecordInputType' => 'getEditProductsSupplierWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditSupplierOrderInputType' => 'getEditSupplierOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditSupplierOrderProductInputType' => 'getEditSupplierOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EditSupplierOrderProductsInputType' => 'getEditSupplierOrderProductsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopCategoryType' => 'getEshopCategoryTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopDiscountCouponType' => 'getEshopDiscountCouponTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopNewsletterFileType' => 'getEshopNewsletterFileTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopNewsletterImageType' => 'getEshopNewsletterImageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopNewsletterType' => 'getEshopNewsletterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopPartnerFileType' => 'getEshopPartnerFileTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopPartnerImageType' => 'getEshopPartnerImageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EshopPartnerType' => 'getEshopPartnerTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EuropeanArticleNumberQuantityType' => 'getEuropeanArticleNumberQuantityTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\EuropeanArticleNumberType' => 'getEuropeanArticleNumberTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelConvertExportType' => 'getLabelConvertExportTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelConvertType' => 'getLabelConvertTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelInputType' => 'getLabelInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelSettingsInputType' => 'getLabelSettingsInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LabelType' => 'getLabelTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\LoggerInputType' => 'getLoggerInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\MutationType' => 'getMutationTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\NumberFilterType' => 'getNumberFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderDeliverySlotType' => 'getOrderDeliverySlotTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderFilterType' => 'getOrderFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderItemType' => 'getOrderItemTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderProductInputType' => 'getOrderProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderStoreFilterType' => 'getOrderStoreFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\OrderType' => 'getOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PageInfoType' => 'getPageInfoTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PaymentInputType' => 'getPaymentInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PaymentMethodTranslationType' => 'getPaymentMethodTranslationTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PaymentMethodType' => 'getPaymentMethodTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PermissionType' => 'getPermissionTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PlaceSearchInputType' => 'getPlaceSearchInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PointOfSaleMoveType' => 'getPointOfSaleMoveTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PointOfSaleType' => 'getPointOfSaleTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PriceTagConvertInputType' => 'getPriceTagConvertInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\PriceTagConvertType' => 'getPriceTagConvertTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductAlertOrderType' => 'getProductAlertOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductContainersType' => 'getProductContainersTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductEditInputType' => 'getProductEditInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductEuropeanArticleNumberFilterType' => 'getProductEuropeanArticleNumberFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductFilterType' => 'getProductFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductInputType' => 'getProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductInventoryInputType' => 'getProductInventoryInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductLocaleRestrictionType' => 'getProductLocaleRestrictionTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductOrderType' => 'getProductOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductPackageInputType' => 'getProductPackageInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductPackageType' => 'getProductPackageTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductPriceType' => 'getProductPriceTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreDiscountFilterType' => 'getProductStoreDiscountFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreFilterType' => 'getProductStoreFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreGroupFilterType' => 'getProductStoreGroupFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreGroupInputType' => 'getProductStoreGroupInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreGroupType' => 'getProductStoreGroupTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreInputType' => 'getProductStoreInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreSortByFieldType' => 'getProductStoreSortByFieldTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreSortByType' => 'getProductStoreSortByTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductStoreType' => 'getProductStoreTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductSupplierFilterType' => 'getProductSupplierFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductSupplierInputType' => 'getProductSupplierInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductSupplierType' => 'getProductSupplierTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTagFilterType' => 'getProductTagFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTagType' => 'getProductTagTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTaxFilterType' => 'getProductTaxFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTaxType' => 'getProductTaxTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTranslationFilterType' => 'getProductTranslationFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductTranslationType' => 'getProductTranslationTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductType' => 'getProductTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductVariableType' => 'getProductVariableTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ProductWarehouseRecordType' => 'getProductWarehouseRecordTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\QueryType' => 'getQueryTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\RatingTypesType' => 'getRatingTypesTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\RatingValuesType' => 'getRatingValuesTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\RecipeAllergenType' => 'getRecipeAllergenTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\ResultType' => 'getResultTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SellPriceInputType' => 'getSellPriceInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SellPriceProductInputType' => 'getSellPriceProductInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SellPriceType' => 'getSellPriceTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SortOrderType' => 'getSortOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreCentralType' => 'getStoreCentralTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreFilterType' => 'getStoreFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreGroupFilterType' => 'getStoreGroupFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreGroupStoreFilterType' => 'getStoreGroupStoreFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreGroupType' => 'getStoreGroupTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreHeaderPaymentType' => 'getStoreHeaderPaymentTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreHeaderType' => 'getStoreHeaderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreInputType' => 'getStoreInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreMoveType' => 'getStoreMoveTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreStoreGroupFilterType' => 'getStoreStoreGroupFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreType' => 'getStoreTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreWarehouseRecordInputType' => 'getStoreWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\StoreWarehouseRecordType' => 'getStoreWarehouseRecordTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierFilterType' => 'getSupplierFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierInputType' => 'getSupplierInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderFilterType' => 'getSupplierOrderFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderInputType' => 'getSupplierOrderInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderProductType' => 'getSupplierOrderProductTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierOrderType' => 'getSupplierOrderTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierType' => 'getSupplierTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierWarehouseRecordInputType' => 'getSupplierWarehouseRecordInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SupplierWarehouseRecordType' => 'getSupplierWarehouseRecordTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\SynchronizationType' => 'getSynchronizationTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\TaxType' => 'getTaxTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\UnitTypeType' => 'getUnitTypeTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\UserFilterType' => 'getUserFilterTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\UserType' => 'getUserTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseMoveMutationInputType' => 'getWarehouseMoveMutationInputTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseMovementType' => 'getWarehouseMovementTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseRecordType' => 'getWarehouseRecordTypeService.php',
'Overblog\\GraphQLBundle\\__DEFINITIONS__\\WarehouseStoreFilterType' => 'getWarehouseStoreFilterTypeService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'cache.app_clearer' => 'getCache_AppClearerService.php',
'cache.global_clearer' => 'getCache_GlobalClearerService.php',
'cache.system_clearer' => 'getCache_SystemClearerService.php',
'cache_clearer' => 'getCacheClearerService.php',
'cache_warmer' => 'getCacheWarmerService.php',
'console.command.public_alias.App\\Command\\Central\\Brandbank\\FullProcessCommand' => 'getFullProcessCommandService.php',
'console.command.public_alias.App\\Command\\Central\\Brandbank\\ImportCommand' => 'getImportCommandService.php',
'console.command.public_alias.App\\Command\\Central\\Brandbank\\ProcessCommand' => 'getProcessCommandService.php',
'console.command.public_alias.App\\Command\\Central\\Import\\ReceiptMetroCommand' => 'getReceiptMetroCommandService.php',
'console.command.public_alias.App\\Command\\Central\\Product\\ProductClearCommand' => 'getProductClearCommandService.php',
'console.command.public_alias.App\\Command\\Central\\Product\\ProductCreateCommand' => 'getProductCreateCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Category\\CategoryCommand' => 'getCategoryCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Import\\ProductImportCSVCommand' => 'getProductImportCSVCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptLabasCommand' => 'getReceiptLabasCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptMetroCommand' => 'getReceiptMetroCommand2Service.php',
'console.command.public_alias.App\\Command\\Client\\Importer\\ImporterCreateProductCommand' => 'getImporterCreateProductCommandService.php',
'console.command.public_alias.App\\Command\\Client\\PaymentMethod\\PaymentMethodCommand' => 'getPaymentMethodCommandService.php',
'console.command.public_alias.App\\Command\\Client\\SellPrice\\SellPriceCommand' => 'getSellPriceCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllControlCommand' => 'getAllControlCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllRecalculateCommand' => 'getAllRecalculateCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\ClearStockCommand' => 'getClearStockCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\ControlCommand' => 'getControlCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\HistoryCommand' => 'getHistoryCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryCommand' => 'getInventoryCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryMissingCommand' => 'getInventoryMissingCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\RecalculateCommand' => 'getRecalculateCommandService.php',
'console.command.public_alias.App\\Command\\Client\\StoreStock\\StoreStockGroupSellPriceCommand' => 'getStoreStockGroupSellPriceCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Store\\StoreCentralUnsentTotalCommand' => 'getStoreCentralUnsentTotalCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Store\\StoreClearPriceOutOfStockCommand' => 'getStoreClearPriceOutOfStockCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyMissingPriceCommand' => 'getStoreCopyMissingPriceCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyPriceCommand' => 'getStoreCopyPriceCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceCommand' => 'getStoreStockSellPriceCommandService.php',
'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceHistoryCommand' => 'getStoreStockSellPriceHistoryCommandService.php',
'console.command.public_alias.App\\Command\\Czech\\GetClientsEmailCommand' => 'getGetClientsEmailCommandService.php',
'console.command.public_alias.App\\Command\\DatabaseCleanerCommand' => 'getDatabaseCleanerCommandService.php',
'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.php',
'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemasDoctrineCommand' => 'getUpdateSchemasDoctrineCommandService.php',
'console.command.public_alias.App\\Command\\InstallCommand' => 'getInstallCommandService.php',
'console.command.public_alias.App\\Command\\LoggerCleanerCommand' => 'getLoggerCleanerCommandService.php',
'console.command.public_alias.App\\Command\\Main\\Client\\ClientDatabaseCommand' => 'getClientDatabaseCommandService.php',
'console.command.public_alias.App\\Command\\Main\\Cron\\CronCommand' => 'getCronCommandService.php',
'console.command.public_alias.App\\Command\\Main\\ProductMergeCommand' => 'getProductMergeCommandService.php',
'console.command.public_alias.App\\Command\\Main\\Token\\TokenInvalidCommand' => 'getTokenInvalidCommandService.php',
'console.command.public_alias.App\\Command\\Main\\Weather\\WeatherCommand' => 'getWeatherCommandService.php',
'console.command.public_alias.App\\Command\\Migration\\StoreGroupCommand' => 'getStoreGroupCommandService.php',
'console.command.public_alias.App\\Command\\Migration\\StoreStockGroupCommand' => 'getStoreStockGroupCommandService.php',
'console.command.public_alias.App\\Command\\TestCommand' => 'getTestCommandService.php',
'console.command.public_alias.App\\Command\\UpdateDatabaseClientUserCommand' => 'getUpdateDatabaseClientUserCommandService.php',
'console.command.public_alias.Eshop\\Command\\ClearDeliverySlotCommand' => 'getClearDeliverySlotCommandService.php',
'console.command.public_alias.Eshop\\Command\\DeliveryCommand' => 'getDeliveryCommandService.php',
'console.command.public_alias.Eshop\\Command\\SendConfirmedOrderEmailCommand' => 'getSendConfirmedOrderEmailCommandService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
'error_controller' => 'getErrorControllerService.php',
'filesystem' => 'getFilesystemService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'gaufrette.app_file_filesystem' => 'getGaufrette_AppFileFilesystemService.php',
'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService.php',
'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService.php',
'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService.php',
'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService.php',
'overblog_graphql.definition.boolean_type' => 'getOverblogGraphql_Definition_BooleanTypeService.php',
'overblog_graphql.definition.float_type' => 'getOverblogGraphql_Definition_FloatTypeService.php',
'overblog_graphql.definition.id_type' => 'getOverblogGraphql_Definition_IdTypeService.php',
'overblog_graphql.definition.int_type' => 'getOverblogGraphql_Definition_IntTypeService.php',
'overblog_graphql.definition.string_type' => 'getOverblogGraphql_Definition_StringTypeService.php',
'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService.php',
'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService.php',
'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService.php',
'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService.php',
'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService.php',
'overblog_graphql.resolver_resolver' => 'getOverblogGraphql_ResolverResolverService.php',
'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'services_resetter' => 'getServicesResetterService.php',
'session' => 'getSessionService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
];
$this->aliases = [
'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.default_entity_manager' => 'doctrine.orm.entity_manager',
'mailer' => 'swiftmailer.mailer.default',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 5).'/src/VirtualKernel.php';
include_once \dirname(__DIR__, 5).'/src/App/Service/AppManager.php';
include_once \dirname(__DIR__, 5).'/src/App/Service/Context.php';
include_once \dirname(__DIR__, 5).'/src/App/Translation/Provider/TranslationLocaleProviderInterface.php';
include_once \dirname(__DIR__, 5).'/src/App/Translation/Provider/ImmutableTranslationLocaleProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 5).'/src/GraphQL/EventListener/LoggingSubscriber.php';
include_once \dirname(__DIR__, 5).'/src/App/Service/LoggerManager.php';
include_once \dirname(__DIR__, 5).'/src/App/Service/RequestLogManager.php';
include_once \dirname(__DIR__, 5).'/src/GraphQL/EventListener/RequestLoggingSubscriber.php';
include_once \dirname(__DIR__, 5).'/src/GraphQL/Service/RequestLoggingBanManager.php';
include_once \dirname(__DIR__, 5).'/src/GraphQL/Repository/ConnectionRepository.php';
include_once \dirname(__DIR__, 5).'/src/GraphQL/Repository/RequestLoggingConnectionRepository.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 5).'/src/App/Doctrine/Registry.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 5).'/src/App/EventListener/ORMTranslatableListener.php';
include_once \dirname(__DIR__, 5).'/src/App/Translation/TranslatableEntityLocaleAssignerInterface.php';
include_once \dirname(__DIR__, 5).'/src/App/Translation/TranslatableEntityLocaleAssigner.php';
include_once \dirname(__DIR__, 5).'/src/App/EventSubscriber/LoadClassMetadataSubscriber.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 5).'/src/Eshop/Twig/ArrayExtension.php';
include_once \dirname(__DIR__, 5).'/src/Eshop/Twig/DateExtension.php';
include_once \dirname(__DIR__, 5).'/src/Eshop/Twig/JsonDecodeExtension.php';
include_once \dirname(__DIR__, 5).'/src/Eshop/Twig/LocaleExtension.php';
include_once \dirname(__DIR__, 5).'/src/Eshop/Twig/MarginExtension.php';
include_once \dirname(__DIR__, 5).'/src/Eshop/Twig/OrderStatusExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 5).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
include_once \dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/orm/src/Decorator/EntityManagerDecorator.php';
include_once \dirname(__DIR__, 5).'/src/App/EntityManager/AppEntityManager.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/lib/generator/src/Generator/AbstractClassGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/lib/generator/src/Generator/AbstractTypeGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/lib/generator/src/Generator/TypeGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/expression-language/ExpressionFunction.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
include_once \dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once \dirname(__DIR__, 5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
}
/**
* Gets the public 'App\Service\AppManager' shared autowired service.
*
* @return \App\Service\AppManager
*/
protected function getAppManagerService()
{
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()));
}
/**
* Gets the public 'App\Service\Context' shared autowired service.
*
* @return \App\Service\Context
*/
protected function getContextService()
{
return $this->services['App\\Service\\Context'] = new \App\Service\Context();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jb7qT75cPz', 0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
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())));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \App\Doctrine\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \App\Doctrine\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\ORMEntityListener' => ['privates', 'App\\EventListener\\ORMEntityListener', 'getORMEntityListenerService.php', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
], [
'App\\EventListener\\ORMEntityListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
]));
$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())))));
$c->addEventSubscriber(new \App\EventSubscriber\LoadClassMetadataSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1))));
$c->addEventListener([0 => 'prePersist'], 'App\\EventListener\\ORMEntityListener');
$c->addEventListener([0 => 'preUpdate'], 'App\\EventListener\\ORMEntityListener');
$c->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
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, []);
}
/**
* Gets the public 'doctrine.orm.entity_manager' shared autowired service.
*
* @return \App\EntityManager\AppEntityManager
*/
protected function getDoctrine_Orm_EntityManagerService()
{
return $this->services['doctrine.orm.entity_manager'] = new \App\EntityManager\AppEntityManager($this->getAppEntityManager_InnerService());
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('central.client.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Central\\ClientPostListener'] ?? $this->load('getClientPostListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('central.client.post_update', [0 => function () {
return ($this->privates['App\\EventListener\\Central\\ClientPostListener'] ?? $this->load('getClientPostListenerService.php'));
}, 1 => 'update'], 0);
$instance->addListener('central.product.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Central\\ProductListener'] ?? $this->load('getProductListenerService.php'));
}, 1 => 'europeanArticleNumber'], 0);
$instance->addListener('central.product.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Central\\ProductListener'] ?? $this->load('getProductListenerService.php'));
}, 1 => 'europeanArticleNumber'], 0);
$instance->addListener('client.customer.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Customer\\CustomerListener'] ?? $this->load('getCustomerListenerService.php'));
}, 1 => 'register'], 0);
$instance->addListener('client.customer.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Customer\\CustomerListener'] ?? $this->load('getCustomerListenerService.php'));
}, 1 => 'update'], 0);
$instance->addListener('client.importer_product.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] ?? ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] = new \App\EventListener\Client\Importer\ImporterProductListener()));
}, 1 => 'pre'], 0);
$instance->addListener('client.importer_product.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] ?? ($this->privates['App\\EventListener\\Client\\Importer\\ImporterProductListener'] = new \App\EventListener\Client\Importer\ImporterProductListener()));
}, 1 => 'pre'], 0);
$instance->addListener('client.order.pre_create.confirm', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Order\\OrderListener'] ?? $this->load('getOrderListenerService.php'));
}, 1 => 'confirm'], 0);
$instance->addListener('client.order.pre_update.confirm', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Order\\OrderListener'] ?? $this->load('getOrderListenerService.php'));
}, 1 => 'confirm'], 0);
$instance->addListener('client.point_of_sale_move.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\PointOfSale\\PointOfSaleMoveListener'] ?? $this->load('getPointOfSaleMoveListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.sell_price.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\SellPrice\\SellPriceListener'] ?? $this->load('getSellPriceListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.sell_price.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\SellPrice\\SellPriceListener'] ?? $this->load('getSellPriceListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('client.store_alert.pre_delete', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreAlertDeleteListener'] ?? $this->load('getStoreAlertDeleteListenerService.php'));
}, 1 => 'delete'], 0);
$instance->addListener('client.store_central.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreCentralListener'] ?? $this->load('getStoreCentralListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.store_central.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreCentralListener'] ?? $this->load('getStoreCentralListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('client.store_group.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreGroupListener'] ?? $this->load('getStoreGroupListenerService.php'));
}, 1 => 'copyAssortment'], 0);
$instance->addListener('client.store_header.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.store_header.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('client.store_header.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.store_header.post_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('client.store_header.pre_update.confirm', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'confirm'], 0);
$instance->addListener('client.store_header.pre_update.move_add', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.store_header.pre_update.move_delete', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.store_header.pre_delete', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreHeaderListener'] ?? $this->load('getStoreHeaderListenerService.php'));
}, 1 => 'delete'], 0);
$instance->addListener('client.store.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreListener'] ?? $this->load('getStoreListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('client.store.post_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreListener'] ?? $this->load('getStoreListenerService.php'));
}, 1 => 'post'], 0);
$instance->addListener('client.store_move.pre_create.inventory', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveInventoryListener'] ?? $this->load('getStoreMoveInventoryListenerService.php'));
}, 1 => 'process'], 0);
$instance->addListener('client.store_move.pre_create.add', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveListener'] ?? $this->load('getStoreMoveListenerService.php'));
}, 1 => 'addMove'], 0);
$instance->addListener('client.store_move.pre_delete.delete', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreMoveListener'] ?? $this->load('getStoreMoveListenerService.php'));
}, 1 => 'removeMove'], 0);
$instance->addListener('client.store_stock_group.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockGroupListener'] ?? $this->load('getStoreStockGroupListenerService.php'));
}, 1 => 'change'], 0);
$instance->addListener('client.store_stock_group.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockGroupListener'] ?? $this->load('getStoreStockGroupListenerService.php'));
}, 1 => 'change'], 0);
$instance->addListener('client.store_stock.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Store\\StoreStockListener'] ?? $this->load('getStoreStockListenerService.php'));
}, 1 => 'pre'], 0);
$instance->addListener('client.supplier_order.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderListener'] ?? $this->load('getSupplierOrderListenerService.php'));
}, 1 => 'supplierOrderProducts'], 0);
$instance->addListener('client.supplier_order.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderListener'] ?? $this->load('getSupplierOrderListenerService.php'));
}, 1 => 'supplierOrderProducts'], 0);
$instance->addListener('client.supplier_order_product.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\Client\\Supplier\\SupplierOrderProductListener'] ?? $this->load('getSupplierOrderProductListenerService.php'));
}, 1 => 'preCreate'], 0);
$instance->addListener('cupiky.client.store_header.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
}, 1 => 'postStoreHeaderCreate'], 0);
$instance->addListener('cupiky.client.point_of_sale_move.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
}, 1 => 'postPointOfSaleMoveCreate'], 0);
$instance->addListener('cupiky.client.store_move.post_create.inventory', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
}, 1 => 'postInventoryCreate'], 0);
$instance->addListener('cupiky.client.store_central.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Cyprian\\PostListener'] ?? $this->load('getPostListenerService.php'));
}, 1 => 'postStoreCentralCreate'], 0);
$instance->addListener('eshop.customer_order.pre_update.confirm_customer_order', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Eshop\\PostListener'] ?? $this->load('getPostListener2Service.php'));
}, 1 => 'sendConfirmedOrderEmail'], 0);
$instance->addListener('gonarex.client.store_header.post_update.confirm', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Gonarex\\StoreWarehouseDuplicityListener'] ?? $this->load('getStoreWarehouseDuplicityListenerService.php'));
}, 1 => 'confirm'], -10);
$instance->addListener('ilas.client.store_header.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
}, 1 => 'postStoreHeaderCreate'], 0);
$instance->addListener('ilas.client.point_of_sale_move.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
}, 1 => 'postPointOfSaleMoveCreate'], 0);
$instance->addListener('ilas.client.store_move.post_create.inventory', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
}, 1 => 'postInventoryCreate'], 0);
$instance->addListener('ilas.client.store_central.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Ilas\\PostListener'] ?? $this->load('getPostListener3Service.php'));
}, 1 => 'postStoreCentralCreate'], 0);
$instance->addListener('labas.client.store_header.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
}, 1 => 'postStoreHeaderCreate'], 0);
$instance->addListener('labas.client.point_of_sale_move.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
}, 1 => 'postPointOfSaleMoveCreate'], 0);
$instance->addListener('labas.eshop.customer_order.pre_update.confirm_customer_order', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
}, 1 => 'postEshopCustomerOrder'], 0);
$instance->addListener('labas.eshop.customer_order.post_update.edit_customer_order_state', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\Labas\\PostListener'] ?? $this->load('getPostListener4Service.php'));
}, 1 => 'changeCustomerOrderState'], 0);
$instance->addListener('vinolevice.client.store_central.post_create', [0 => function () {
return ($this->privates['App\\EventListener\\Custom\\VinoLevice\\PostListener'] ?? $this->load('getPostListener5Service.php'));
}, 1 => 'postStoreCentralCreate'], 0);
$instance->addListener('central.product.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
}, 1 => 'uploadImages'], 0);
$instance->addListener('central.product.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
}, 1 => 'uploadImages'], 0);
$instance->addListener('central.category.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
}, 1 => 'uploadImages'], 0);
$instance->addListener('central.category.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
}, 1 => 'uploadImages'], 0);
$instance->addListener('client.category.pre_create', [0 => function () {
return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
}, 1 => 'uploadImages'], 0);
$instance->addListener('client.category.pre_update', [0 => function () {
return ($this->privates['App\\EventListener\\ImagesUploadListener'] ?? $this->load('getImagesUploadListenerService.php'));
}, 1 => 'uploadImages'], 0);
$instance->addListener('eshop.customer_address.pre_create', [0 => function () {
return ($this->privates['GraphQL\\EventListener\\CustomerAddressListener'] ?? $this->load('getCustomerAddressListenerService.php'));
}, 1 => 'create'], 0);
$instance->addListener('eshop.customer_order.pre_create', [0 => function () {
return ($this->privates['GraphQL\\EventListener\\CustomerOrderListener'] ?? $this->load('getCustomerOrderListenerService.php'));
}, 1 => 'process'], 0);
$instance->addListener('eshop.customer_order.pre_update', [0 => function () {
return ($this->privates['GraphQL\\EventListener\\CustomerOrderListener'] ?? $this->load('getCustomerOrderListenerService.php'));
}, 1 => 'process'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['GraphQL\\EventListener\\ExceptionListener'] ?? ($this->privates['GraphQL\\EventListener\\ExceptionListener'] = new \GraphQL\EventListener\ExceptionListener(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
}, 1 => 'onCliTerminate'], 0);
$instance->addListener('graphql.error_formatting', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
}, 1 => 'onErrorFormatting'], 0);
$instance->addListener('graphql.executor.context', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService.php'));
}, 1 => 'onExecutorContextEvent'], 0);
$instance->addListener('graphql.type_loaded', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService.php'));
}, 1 => 'onTypeLoaded'], 0);
$instance->addListener('graphql.error_formatting', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
}, 1 => 'onErrorFormatting'], 0);
$instance->addListener('graphql.post_executor', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService.php'));
}, 1 => 'onPostExecutor'], 0);
$instance->addListener('graphql.error_formatting', [0 => function () {
return ($this->services['Overblog\\GraphQLBundle\\EventListener\\ErrorLoggerListener'] ?? $this->load('getErrorLoggerListenerService.php'));
}, 1 => 'onErrorFormatting'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
}, 1 => 'load'], 255);
$instance->addListener('console.command', [0 => function () {
return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
}, 1 => 'load'], 255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['App\\EventListener\\CommandListener'] ?? $this->load('getCommandListenerService.php'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Central\\Client\\ClientCategoryListener'] ?? $this->load('getClientCategoryListenerService.php'));
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Central\\Client\\ClientCategoryListener'] ?? $this->load('getClientCategoryListenerService.php'));
}, 1 => 'onPostSubmit'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['GraphQL\\EventListener\\LoggingSubscriber'] ?? $this->getLoggingSubscriberService());
}, 1 => 'logResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['GraphQL\\EventListener\\RequestLoggingSubscriber'] ?? $this->getRequestLoggingSubscriberService());
}, 1 => 'requestLogging'], 1000);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
}, 8)), $a));
}
/**
* Gets the public 'overblog_graphql.cache_compiler' shared service.
*
* @return \Overblog\GraphQLBundle\Generator\TypeGenerator
*/
protected function getOverblogGraphql_CacheCompilerService()
{
$this->services['overblog_graphql.cache_compiler'] = $instance = new \Overblog\GraphQLBundle\Generator\TypeGenerator('Overblog\\GraphQLBundle\\__DEFINITIONS__', [0 => (\dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/Resources/skeleton')], NULL, $this->parameters['overblog_graphql_types.config'], true, NULL, $this->targetDir.'', NULL);
$a = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
$a->addGlobalName('globalVariable->get(\'typeResolver\')', 'typeResolver');
$a->addGlobalName('globalVariable->get(\'argumentFactory\')', 'argumentFactory');
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('mut'));
$a->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver('res'));
$instance->addUseStatement('Overblog\\GraphQLBundle\\Definition\\ConfigProcessor');
$instance->addUseStatement('Overblog\\GraphQLBundle\\Definition\\LazyConfig');
$instance->addUseStatement('Overblog\\GraphQLBundle\\Definition\\GlobalVariables');
$instance->addImplement('Overblog\\GraphQLBundle\\Definition\\Type\\GeneratedTypeInterface');
$instance->setExpressionLanguage($a);
return $instance;
}
/**
* Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
*
* @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
*/
protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
{
return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener(($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService()));
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
$e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/graphqlDevDebugProjectContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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())));
$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())));
$instance->add($e);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add($f);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService.php', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
return $instance;
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
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);
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService()
{
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, [
'session' => ['services', 'session', 'getSessionService.php', true],
], [
'session' => '?',
]));
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
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())));
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 5));
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 5).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
$a->addPath((\dirname(__DIR__, 5).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
$a->addPath((\dirname(__DIR__, 5).'/templates'));
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$e->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
$f = new \Symfony\Bridge\Twig\AppVariable();
$f->setEnvironment('dev');
$f->setDebug(true);
if ($this->has('security.token_storage')) {
$f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
if ($this->has('request_stack')) {
$f->setRequestStack($c);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
$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)), [])));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 5), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
$instance->addExtension(new \Eshop\Twig\ArrayExtension());
$instance->addExtension(new \Eshop\Twig\DateExtension($instance));
$instance->addExtension(new \Eshop\Twig\JsonDecodeExtension());
$instance->addExtension(new \Eshop\Twig\LocaleExtension());
$instance->addExtension(new \Eshop\Twig\MarginExtension());
$instance->addExtension(new \Eshop\Twig\OrderStatusExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
$instance->addGlobal('app', $f);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService.php', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService.php', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService()
{
return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the private 'App\EntityManager\AppEntityManager.inner' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getAppEntityManager_InnerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'GraphQL\\Entity');
$b->addDriver($c, 'Eshop\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'GraphQL' => 'GraphQL\\Entity', 'Eshop' => 'Eshop\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$a->addCustomStringFunction('lower_unaccent', 'App\\Doctrine\\DQL\\LowerUnaccent');
$a->addCustomDatetimeFunction('date', 'App\\Doctrine\\DQL\\Date');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the private 'GraphQL\EventListener\LoggingSubscriber' shared autowired service.
*
* @return \GraphQL\EventListener\LoggingSubscriber
*/
protected function getLoggingSubscriberService()
{
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')));
}
/**
* Gets the private 'GraphQL\EventListener\RequestLoggingSubscriber' shared autowired service.
*
* @return \GraphQL\EventListener\RequestLoggingSubscriber
*/
protected function getRequestLoggingSubscriberService()
{
$a = ($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService());
return $this->privates['GraphQL\\EventListener\\RequestLoggingSubscriber'] = new \GraphQL\EventListener\RequestLoggingSubscriber($a, new \GraphQL\Service\RequestLoggingBanManager(new \GraphQL\Repository\RequestLoggingConnectionRepository($a)));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\CachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
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())));
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
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())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
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())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
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())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
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())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
}, 3), 'affirmative', false, true));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
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()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 5).'/src/App/Entity'), 1 => (\dirname(__DIR__, 5).'/src/GraphQL/Entity'), 2 => (\dirname(__DIR__, 5).'/src/Eshop/Entity')]);
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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()));
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
$this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainService()
{
$a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 4).'/log/graphql/dev.log'), 0, 100, true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([0 => $a, 1 => new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 400, 60, true), 2 => ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())], true), 500, 0, true, true, NULL);
}
/**
* Gets the private 'monolog.handler.swift' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
*/
protected function getMonolog_Handler_SwiftService()
{
$this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), [0 => $this->getMonolog_Handler_Swift_MailMessageFactoryService(), 1 => 'createMessage'], 100, true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
$instance->setTransport(($this->services['swiftmailer.mailer.default.transport.real'] ?? $this->getSwiftmailer_Mailer_Default_Transport_RealService()));
return $instance;
}
/**
* Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
*
* @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
*/
protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad = true)
{
return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), $this->getEnv('FROM_EMAIL'), [0 => $this->getEnv('DEFAULT_EMAIL_RECIPIENT'), 1 => 'richard@labas.sk'], $this->getEnv('string:PROJECT_DOMAIN').' - graphql - %message%', 'text/html');
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
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())), NULL, false, false);
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.graphql'] ?? $this->load('getSecurity_Authentication_Provider_Guard_GraphqlService.php'));
}, 1), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
'security.firewall.map.context.graphql' => ['privates', 'security.firewall.map.context.graphql', 'getSecurity_Firewall_Map_Context_GraphqlService.php', true],
'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService.php', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.graphql' => '?',
'security.firewall.map.context.login' => '?',
]), new RewindableGenerator(function () {
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)/')));
yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.aOksG4F'] ?? ($this->privates['.security.request_matcher.aOksG4F'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login')));
yield 'security.firewall.map.context.graphql' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 3));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
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()));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', 'session', NULL, true],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', 'session', 'getSessionService.php', true],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService.php', true],
], [
'initialized_session' => '?',
'request_stack' => '?',
'session' => '?',
'session_storage' => '?',
]));
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService.php', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'sk_SK', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'vi' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sk_SK' => [0 => (\dirname(__DIR__, 5).'/translations/KnpPaginatorBundle.sk_SK.yaml'), 1 => (\dirname(__DIR__, 5).'/translations/flashes.sk_SK.yaml'), 2 => (\dirname(__DIR__, 5).'/translations/messages.sk_SK.yaml'), 3 => (\dirname(__DIR__, 5).'/translations/validators.sk_SK.yaml')], 'cs_CZ' => [0 => (\dirname(__DIR__, 5).'/translations/messages.cs_CZ.yaml'), 1 => (\dirname(__DIR__, 5).'/translations/validators.cs_CZ.yaml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 5).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 5).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 5).'/translations'), 4 => (\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle/translations'), 5 => (\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle/translations'), 6 => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle/translations'), 7 => (\dirname(__DIR__, 5).'/vendor/symfony/twig-bundle/translations'), 8 => (\dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle/translations'), 9 => (\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' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'translations', 4 => 'vendor/symfony/framework-bundle/translations', 5 => 'vendor/symfony/swiftmailer-bundle/translations', 6 => 'vendor/doctrine/doctrine-bundle/translations', 7 => 'vendor/symfony/twig-bundle/translations', 8 => 'vendor/symfony/monolog-bundle/translations', 9 => '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']]]);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'sk_SK']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 5).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.entity_manager'] ?? $this->getDoctrine_Orm_EntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.validator_factory' shared service.
*
* @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
*/
protected function getValidator_ValidatorFactoryService()
{
return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\Central\\ProductTranslationsValidator' => ['privates', 'App\\Validator\\Central\\ProductTranslationsValidator', 'getProductTranslationsValidatorService.php', true],
'App\\Validator\\Central\\SupplierBusinessIDValidator' => ['privates', 'App\\Validator\\Central\\SupplierBusinessIDValidator', 'getSupplierBusinessIDValidatorService.php', true],
'App\\Validator\\Central\\SupplierTaxIDValidator' => ['privates', 'App\\Validator\\Central\\SupplierTaxIDValidator', 'getSupplierTaxIDValidatorService.php', true],
'App\\Validator\\Central\\SupplierVATValidator' => ['privates', 'App\\Validator\\Central\\SupplierVATValidator', 'getSupplierVATValidatorService.php', true],
'App\\Validator\\Central\\TaxUniqueValidator' => ['privates', 'App\\Validator\\Central\\TaxUniqueValidator', 'getTaxUniqueValidatorService.php', true],
'App\\Validator\\Client\\CategoryTranslationsValidator' => ['privates', 'App\\Validator\\Client\\CategoryTranslationsValidator', 'getCategoryTranslationsValidatorService.php', true],
'App\\Validator\\Client\\CustomerCodeValidator' => ['privates', 'App\\Validator\\Client\\CustomerCodeValidator', 'getCustomerCodeValidatorService.php', true],
'App\\Validator\\Client\\PaymentMethodTranslationsValidator' => ['privates', 'App\\Validator\\Client\\PaymentMethodTranslationsValidator', 'getPaymentMethodTranslationsValidatorService.php', true],
'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator' => ['privates', 'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator', 'getStoreGroupUniqueLocaleValidatorService.php', true],
'App\\Validator\\Client\\StoreHeaderStoreTransferValidator' => ['privates', 'App\\Validator\\Client\\StoreHeaderStoreTransferValidator', 'getStoreHeaderStoreTransferValidatorService.php', true],
'App\\Validator\\PhoneNumberRegexValidator' => ['privates', 'App\\Validator\\PhoneNumberRegexValidator', 'getPhoneNumberRegexValidatorService.php', true],
'App\\Validator\\StringRegexValidator' => ['privates', 'App\\Validator\\StringRegexValidator', 'getStringRegexValidatorService.php', true],
'App\\Validator\\ZipCodeRegexValidator' => ['privates', 'App\\Validator\\ZipCodeRegexValidator', 'getZipCodeRegexValidatorService.php', true],
'Eshop\\Validator\\Banner\\BannerValidator' => ['privates', 'Eshop\\Validator\\Banner\\BannerValidator', 'getBannerValidatorService.php', true],
'Eshop\\Validator\\DiscountCoupon\\DiscountCouponCodeValidator' => ['privates', 'Eshop\\Validator\\DiscountCoupon\\DiscountCouponCodeValidator', 'getDiscountCouponCodeValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerAddressDeleteValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerAddressDeleteValidator', 'getCustomerAddressDeleteValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerCodeUniqueValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerCodeUniqueValidator', 'getCustomerCodeUniqueValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerDeleteValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerDeleteValidator', 'getCustomerDeleteValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerOrderStateValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerOrderStateValidator', 'getCustomerOrderStateValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerTypeDeleteValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerTypeDeleteValidator', 'getCustomerTypeDeleteValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerTypeUniqueValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerTypeUniqueValidator', 'getCustomerTypeUniqueValidatorService.php', true],
'GraphQL\\Validator\\Customer\\CustomerUsernameUniqueValidator' => ['privates', 'GraphQL\\Validator\\Customer\\CustomerUsernameUniqueValidator', 'getCustomerUsernameUniqueValidatorService.php', true],
'GraphQL\\Validator\\Discount\\DiscountDeleteValidator' => ['privates', 'GraphQL\\Validator\\Discount\\DiscountDeleteValidator', 'getDiscountDeleteValidatorService.php', true],
'GraphQL\\Validator\\Order\\CreateOrderDateTimeValidator' => ['privates', 'GraphQL\\Validator\\Order\\CreateOrderDateTimeValidator', 'getCreateOrderDateTimeValidatorService.php', true],
'GraphQL\\Validator\\Order\\CustomerOrderDeliveryMethodValidator' => ['privates', 'GraphQL\\Validator\\Order\\CustomerOrderDeliveryMethodValidator', 'getCustomerOrderDeliveryMethodValidatorService.php', true],
'GraphQL\\Validator\\Order\\CustomerOrderDeliverySlotValidator' => ['privates', 'GraphQL\\Validator\\Order\\CustomerOrderDeliverySlotValidator', 'getCustomerOrderDeliverySlotValidatorService.php', true],
'GraphQL\\Validator\\Order\\DeleteOrderValidator' => ['privates', 'GraphQL\\Validator\\Order\\DeleteOrderValidator', 'getDeleteOrderValidatorService.php', true],
'GraphQL\\Validator\\Order\\EditOrderProductsValidator' => ['privates', 'GraphQL\\Validator\\Order\\EditOrderProductsValidator', 'getEditOrderProductsValidatorService.php', true],
'GraphQL\\Validator\\Order\\OrderProductUniqueProductValidator' => ['privates', 'GraphQL\\Validator\\Order\\OrderProductUniqueProductValidator', 'getOrderProductUniqueProductValidatorService.php', true],
'GraphQL\\Validator\\Order\\OrderTemporaryValidator' => ['privates', 'GraphQL\\Validator\\Order\\OrderTemporaryValidator', 'getOrderTemporaryValidatorService.php', true],
'GraphQL\\Validator\\Product\\ProductEuropeanArticleNumberValidator' => ['privates', 'GraphQL\\Validator\\Product\\ProductEuropeanArticleNumberValidator', 'getProductEuropeanArticleNumberValidatorService.php', true],
'GraphQL\\Validator\\Product\\ProductSupplierValidator' => ['privates', 'GraphQL\\Validator\\Product\\ProductSupplierValidator', 'getProductSupplierValidatorService.php', true],
'GraphQL\\Validator\\SupplierOrder\\EditSupplierOrderProductsValidator' => ['privates', 'GraphQL\\Validator\\SupplierOrder\\EditSupplierOrderProductsValidator', 'getEditSupplierOrderProductsValidatorService.php', true],
'GraphQL\\Validator\\SupplierOrder\\SupplierOrderProductUniqueProductValidator' => ['privates', 'GraphQL\\Validator\\SupplierOrder\\SupplierOrderProductUniqueProductValidator', 'getSupplierOrderProductUniqueProductValidatorService.php', true],
'GraphQL\\Validator\\Supplier\\SupplierValidator' => ['privates', 'GraphQL\\Validator\\Supplier\\SupplierValidator', 'getSupplierValidatorService.php', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService.php', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService.php', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
], [
'App\\Validator\\Central\\ProductTranslationsValidator' => '?',
'App\\Validator\\Central\\SupplierBusinessIDValidator' => '?',
'App\\Validator\\Central\\SupplierTaxIDValidator' => '?',
'App\\Validator\\Central\\SupplierVATValidator' => '?',
'App\\Validator\\Central\\TaxUniqueValidator' => '?',
'App\\Validator\\Client\\CategoryTranslationsValidator' => '?',
'App\\Validator\\Client\\CustomerCodeValidator' => '?',
'App\\Validator\\Client\\PaymentMethodTranslationsValidator' => '?',
'App\\Validator\\Client\\StoreGroupUniqueLocaleValidator' => '?',
'App\\Validator\\Client\\StoreHeaderStoreTransferValidator' => '?',
'App\\Validator\\PhoneNumberRegexValidator' => '?',
'App\\Validator\\StringRegexValidator' => '?',
'App\\Validator\\ZipCodeRegexValidator' => '?',
'Eshop\\Validator\\Banner\\BannerValidator' => '?',
'Eshop\\Validator\\DiscountCoupon\\DiscountCouponCodeValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerAddressDeleteValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerCodeUniqueValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerDeleteValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerOrderStateValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerTypeDeleteValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerTypeUniqueValidator' => '?',
'GraphQL\\Validator\\Customer\\CustomerUsernameUniqueValidator' => '?',
'GraphQL\\Validator\\Discount\\DiscountDeleteValidator' => '?',
'GraphQL\\Validator\\Order\\CreateOrderDateTimeValidator' => '?',
'GraphQL\\Validator\\Order\\CustomerOrderDeliveryMethodValidator' => '?',
'GraphQL\\Validator\\Order\\CustomerOrderDeliverySlotValidator' => '?',
'GraphQL\\Validator\\Order\\DeleteOrderValidator' => '?',
'GraphQL\\Validator\\Order\\EditOrderProductsValidator' => '?',
'GraphQL\\Validator\\Order\\OrderProductUniqueProductValidator' => '?',
'GraphQL\\Validator\\Order\\OrderTemporaryValidator' => '?',
'GraphQL\\Validator\\Product\\ProductEuropeanArticleNumberValidator' => '?',
'GraphQL\\Validator\\Product\\ProductSupplierValidator' => '?',
'GraphQL\\Validator\\SupplierOrder\\EditSupplierOrderProductsValidator' => '?',
'GraphQL\\Validator\\SupplierOrder\\SupplierOrderProductUniqueProductValidator' => '?',
'GraphQL\\Validator\\Supplier\\SupplierValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
]));
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
}
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.cache_dir' => false,
'from_email' => false,
'default_email_recipient' => false,
'project_domain' => false,
'project_ssl' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'doctrine.orm.proxy_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'from_email': $value = $this->getEnv('FROM_EMAIL'); break;
case 'default_email_recipient': $value = $this->getEnv('DEFAULT_EMAIL_RECIPIENT'); break;
case 'project_domain': $value = $this->getEnv('PROJECT_DOMAIN'); break;
case 'project_ssl': $value = $this->getEnv('PROJECT_SSL'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/graphqlDevDebugProjectContainer.xml'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 5),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 4).'/log/graphql'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'KnpGaufretteBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/knplabs/knp-gaufrette-bundle'),
'namespace' => 'Knp\\Bundle\\GaufretteBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'OverblogGraphQLBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src'),
'namespace' => 'Overblog\\GraphQLBundle',
],
'OverblogGraphiQLBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/overblog/graphiql-bundle'),
'namespace' => 'Overblog\\GraphiQLBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 5).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'graphqlDevDebugProjectContainer',
'container.dumper.inline_class_loader' => true,
'kernel.name' => 'graphql',
'doctrine.class' => 'App\\Doctrine\\Registry',
'locale' => 'sk_SK',
'storage_dir' => (\dirname(__DIR__, 5).'/storage'),
'storage_image_dir' => (\dirname(__DIR__, 5).'/storage/image'),
'storage_custom_dir' => (\dirname(__DIR__, 5).'/storage/custom'),
'logger_dir' => (\dirname(__DIR__, 5).'/logger'),
'machine_learning_dir' => (\dirname(__DIR__, 5).'/machine_learning'),
'import_dir' => (\dirname(__DIR__, 5).'/import'),
'brandbank_dir' => (\dirname(__DIR__, 5).'/brandbank'),
'azure_futuresales' => 'u5gHh20eeVdpnAfux4GqPsW4qNCSSBAA',
'python_dir' => (\dirname(__DIR__, 5).'/python'),
'keys_dir' => (\dirname(__DIR__, 5).'/keys'),
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => '',
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'sk_SK',
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => false,
'asset.request_context.base_path' => '',
'asset.request_context.secure' => false,
'validator.translation_domain' => 'validators',
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 5).'/translations'),
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.spool.default.file.path' => (\dirname(__DIR__, 4).'/spool/default'),
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 5).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
0 => 'monolog.handler.swift',
],
'monolog.handlers_to_channels' => [
'monolog.handler.main' => NULL,
],
'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'overblog_graphql_types.config' => [
'Synchronization' => [
'type' => 'object',
'class_name' => 'SynchronizationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'dateTimeAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'store' => [
'type' => 'Store!',
'args' => [
],
],
],
'name' => 'Synchronization',
'builders' => [
],
'interfaces' => [
],
],
],
'Product' => [
'type' => 'object',
'class_name' => 'ProductType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'description' => 'ID of product',
'args' => [
],
],
'name' => [
'type' => 'String!',
'description' => 'Name of product',
'args' => [
],
],
'taxRate' => [
'type' => 'Float',
'description' => 'Tax rate of product',
'args' => [
],
],
'description' => [
'type' => 'String',
'description' => 'Description of product',
'args' => [
],
],
'stores' => [
'type' => '[ProductStore]!',
'description' => 'List of stores where is product',
'args' => [
'storeGroup' => [
'type' => 'StoreStoreGroupFilter',
],
],
],
'storeGroups' => [
'type' => '[ProductStoreGroup]!',
'description' => 'List of store groups where is product',
'args' => [
],
],
'container' => [
'type' => 'Boolean',
'description' => 'Is product returnable packaging',
'args' => [
],
],
'containers' => [
'type' => '[Product]!',
'description' => 'Returnable packaging for the product',
'args' => [
],
],
'productContainers' => [
'type' => '[ProductContainers]',
'description' => 'Returnable packaging with quantity for the product',
'args' => [
],
],
'translations' => [
'type' => '[ProductTranslation!]!',
'description' => 'Translations for the product',
'args' => [
'locales' => [
'type' => '[String!]',
],
],
],
'image' => [
'type' => 'String',
'resolve' => '@=resolver(\'productsImage\', [value])',
'description' => 'Main image for product',
'args' => [
],
],
'taxes' => [
'type' => '[ProductTax]',
'description' => 'Taxes of product',
'args' => [
'locales' => [
'type' => '[String!]',
],
],
],
'variables' => [
'type' => '[ProductVariable]!',
'args' => [
],
],
'category' => [
'type' => 'Category',
'description' => 'Category of product',
'args' => [
],
],
'eshopCategory' => [
'type' => 'EshopCategory',
'description' => 'Eshop category of product',
'args' => [
],
],
'europeanArticleNumbers' => [
'type' => '[EuropeanArticleNumber]!',
'description' => 'List of barcodes',
'args' => [
'quantity' => [
'type' => 'EuropeanArticleNumberQuantity',
],
],
],
'suppliers' => [
'type' => '[ProductSupplier]',
'args' => [
],
],
'weighted' => [
'type' => 'Boolean!',
'args' => [
],
],
'changeAt' => [
'type' => 'DateTime!',
'resolve' => '@=resolver(\'changeAt\', [value])',
'args' => [
],
],
'unitSize' => [
'type' => 'Float',
'resolve' => '@=resolver(\'productsUnitSize\', [value])',
'args' => [
],
],
'unitType' => [
'type' => 'String',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'localeRestrictions' => [
'type' => '[ProductLocaleRestriction]!',
'args' => [
'locales' => [
'type' => '[String!]',
],
],
],
'tags' => [
'type' => '[ProductTag]!',
'args' => [
],
],
'isFavourite' => [
'type' => 'Boolean!',
'args' => [
],
],
'importConfiguration' => [
'type' => 'String!',
'description' => 'JSON import data',
'resolve' => '@=resolver(\'importConfiguration\', [value])',
'args' => [
],
],
'importUID' => [
'type' => 'String',
'description' => 'UID of product from import',
'resolve' => '@=resolver(\'importUID\', [value])',
'args' => [
],
],
],
'name' => 'Product',
'builders' => [
],
'interfaces' => [
],
],
],
'UnitType' => [
'type' => 'object',
'class_name' => 'UnitTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'code' => [
'type' => 'String!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'UnitType',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductTag' => [
'type' => 'object',
'class_name' => 'ProductTagType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'name' => [
'type' => 'String!',
'args' => [
],
],
'code' => [
'type' => 'String',
'args' => [
],
],
'id' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'ProductTag',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductSupplier' => [
'type' => 'object',
'class_name' => 'ProductSupplierType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'uid' => [
'type' => 'String',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'code' => [
'type' => 'String',
'args' => [
],
],
'id' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'ProductSupplier',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductStoreGroup' => [
'type' => 'object',
'class_name' => 'ProductStoreGroupType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'description' => 'ID of store group',
'args' => [
],
],
'name' => [
'type' => 'String',
'description' => 'Name of store group',
'args' => [
],
],
'assortment' => [
'type' => 'String',
'args' => [
],
],
'supplier' => [
'type' => 'Supplier',
'args' => [
],
],
],
'name' => 'ProductStoreGroup',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductStore' => [
'type' => 'object',
'class_name' => 'ProductStoreType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'description' => 'ID of store',
'args' => [
],
],
'name' => [
'type' => 'String',
'description' => 'Name of store',
'args' => [
],
],
'sellPrice' => [
'type' => 'Float',
'description' => 'Current sell price for store',
'args' => [
],
],
'discountPrice' => [
'type' => 'Float',
'args' => [
],
],
'assortment' => [
'type' => 'String',
'args' => [
],
],
'buyPriceWithTax' => [
'type' => 'Float',
'args' => [
],
],
'buyPriceWithoutTax' => [
'type' => 'Float',
'args' => [
],
],
'quantity' => [
'type' => 'Float',
'description' => 'Number of pieces in the store',
'args' => [
],
],
'userInventory' => [
'type' => 'Float',
'args' => [
],
],
'shelfCapacity' => [
'type' => 'Float',
'args' => [
],
],
'changeAt' => [
'type' => 'DateTime!',
'resolve' => '@=resolver(\'changeAt\', [value])',
'args' => [
],
],
'discounts' => [
'type' => '[DiscountItem!]!',
'args' => [
],
],
'supplier' => [
'type' => 'Supplier',
'args' => [
],
],
'product' => [
'type' => 'Product',
'args' => [
],
],
'lastInventory' => [
'type' => 'DateTime',
'args' => [
],
],
'thirtyDayLowPrice' => [
'type' => 'Float',
'args' => [
],
],
],
'name' => 'ProductStore',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductSupplierFilter' => [
'type' => 'input-object',
'class_name' => 'ProductSupplierFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'uids' => [
'type' => '[String!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'ids' => [
'type' => '[Int!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'search' => [
'type' => 'String',
],
],
'name' => 'ProductSupplierFilter',
],
],
'ProductEuropeanArticleNumberFilter' => [
'type' => 'input-object',
'class_name' => 'ProductEuropeanArticleNumberFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'numbers' => [
'type' => '[String!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
],
'name' => 'ProductEuropeanArticleNumberFilter',
],
],
'ProductStoreFilter' => [
'type' => 'input-object',
'class_name' => 'ProductStoreFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
'description' => 'Filter by stores ID',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'assortment' => [
'type' => 'Boolean',
'description' => 'Filter only products included in the assortment',
],
'sellPrice' => [
'type' => 'ProductPrice',
'description' => 'Filter product price for store',
],
'discount' => [
'type' => 'ProductStoreDiscountFilter',
],
],
'name' => 'ProductStoreFilter',
],
],
'ProductStoreGroupFilter' => [
'type' => 'input-object',
'class_name' => 'ProductStoreGroupFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
'description' => 'Filter by store groups ID',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'assortment' => [
'type' => 'Boolean',
'description' => 'Filter only products included in the assortment',
],
],
'name' => 'ProductStoreGroupFilter',
],
],
'ProductPrice' => [
'type' => 'input-object',
'class_name' => 'ProductPriceType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'eq' => [
'type' => 'Float',
'description' => 'Equal',
],
'gt' => [
'type' => 'Float',
'description' => 'Greater than',
],
'lw' => [
'type' => 'Float',
'description' => 'Lower than',
],
'neq' => [
'type' => 'Float',
'description' => 'Not equal',
],
],
'name' => 'ProductPrice',
],
],
'ProductTax' => [
'type' => 'object',
'class_name' => 'ProductTaxType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'description' => 'ID of product tax',
'args' => [
],
],
'locale' => [
'type' => 'String',
'description' => 'Locale of product tax',
'args' => [
],
],
'percent' => [
'type' => 'Float',
'description' => 'Percent of product tax',
'args' => [
],
],
'vatReverseCharge' => [
'type' => 'Boolean',
'description' => 'Transferred tax liability',
'args' => [
],
],
],
'name' => 'ProductTax',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductVariable' => [
'type' => 'object',
'class_name' => 'ProductVariableType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'description' => 'ID of product variable',
'args' => [
],
],
'quantity' => [
'type' => 'Float!',
'description' => 'What part of the whole product is the given variant',
'args' => [
],
],
'percentagePrice' => [
'type' => 'Float!',
'description' => 'What % of the original price costs the given variant',
'args' => [
],
],
'isPiece' => [
'type' => 'Boolean!',
'description' => 'Is the given variant a piece',
'args' => [
],
],
],
'name' => 'ProductVariable',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductLocaleRestriction' => [
'type' => 'object',
'class_name' => 'ProductLocaleRestrictionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
'minimumAge' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'ProductLocaleRestriction',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductPackage' => [
'type' => 'object',
'class_name' => 'ProductPackageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'quantity' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'ProductPackage',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductPackageInput' => [
'type' => 'input-object',
'class_name' => 'ProductPackageInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'quantity' => [
'type' => 'Float!',
],
],
'name' => 'ProductPackageInput',
],
],
'ProductStoreDiscountFilter' => [
'type' => 'input-object',
'class_name' => 'ProductStoreDiscountFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'validDiscount' => [
'type' => 'Boolean',
],
'deleted' => [
'type' => 'Boolean',
],
'validTo' => [
'type' => 'String',
],
'userConfirmable' => [
'type' => 'Boolean',
],
'type' => [
'type' => 'DiscountItemType',
],
],
'name' => 'ProductStoreDiscountFilter',
],
],
'ProductEditInput' => [
'type' => 'input-object',
'class_name' => 'ProductEditInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'suppliers' => [
'type' => '[ProductSupplierInput!]',
],
'stores' => [
'type' => '[ProductStoreInput!]',
],
'storeGroups' => [
'type' => '[ProductStoreGroupInput!]',
],
'translations' => [
'type' => '[EditProductTranslationInput!]',
],
'taxes' => [
'type' => '[EditProductTaxInput!]',
],
],
'name' => 'ProductEditInput',
],
],
'ProductSupplierInput' => [
'type' => 'input-object',
'class_name' => 'ProductSupplierInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierID' => [
'type' => 'Int!',
],
'uid' => [
'type' => 'String!',
],
],
'name' => 'ProductSupplierInput',
],
],
'ProductStoreInput' => [
'type' => 'input-object',
'class_name' => 'ProductStoreInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeID' => [
'type' => 'Int!',
],
'assortment' => [
'type' => 'String',
],
'shelfCapacity' => [
'type' => 'Float',
],
'supplierID' => [
'type' => 'Int',
],
],
'name' => 'ProductStoreInput',
],
],
'ProductStoreGroupInput' => [
'type' => 'input-object',
'class_name' => 'ProductStoreGroupInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeGroupID' => [
'type' => 'Int!',
],
'assortment' => [
'type' => 'String',
],
'supplierID' => [
'type' => 'Int',
],
],
'name' => 'ProductStoreGroupInput',
],
],
'CreateProductInput' => [
'type' => 'input-object',
'class_name' => 'CreateProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'isContainer' => [
'type' => 'Boolean!',
],
'isWeighted' => [
'type' => 'Boolean!',
],
'translations' => [
'type' => '[CreateProductTranslationInput!]!',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'taxes' => [
'type' => '[CreateProductTaxInput!]!',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'containersIDs' => [
'type' => '[Int!]',
],
'images' => [
'type' => '[CreateProductImage!]',
],
'categoryID' => [
'type' => 'Int',
],
'europeanArticleNumbers' => [
'type' => '[CreateEuropeanArticleNumberInput!]',
],
'unitType' => [
'type' => 'String',
],
'unitSize' => [
'type' => 'Float',
],
'alcohol' => [
'type' => 'Float',
],
'isCigarette' => [
'type' => 'Boolean',
],
],
'name' => 'CreateProductInput',
],
],
'CreateProductImage' => [
'type' => 'input-object',
'class_name' => 'CreateProductImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'priority' => [
'type' => 'Int!',
],
'base64' => [
'type' => 'String!',
],
],
'name' => 'CreateProductImage',
],
],
'CreateProductTranslationInput' => [
'type' => 'input-object',
'class_name' => 'CreateProductTranslationInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'locale' => [
'type' => 'String!',
],
'name' => [
'type' => 'String!',
],
'shortDescription' => [
'type' => 'String',
],
'description' => [
'type' => 'String',
],
],
'name' => 'CreateProductTranslationInput',
],
],
'EditProductTranslationInput' => [
'type' => 'input-object',
'class_name' => 'EditProductTranslationInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'locale' => [
'type' => 'String!',
],
'name' => [
'type' => 'String!',
],
'shortDescription' => [
'type' => 'String',
],
'description' => [
'type' => 'String',
],
],
'name' => 'EditProductTranslationInput',
],
],
'CreateProductTaxInput' => [
'type' => 'input-object',
'class_name' => 'CreateProductTaxInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'locale' => [
'type' => 'String!',
],
'percent' => [
'type' => 'Float!',
],
'isVatReverseCharge' => [
'type' => 'Boolean!',
],
],
'name' => 'CreateProductTaxInput',
],
],
'EditProductTaxInput' => [
'type' => 'input-object',
'class_name' => 'EditProductTaxInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'locale' => [
'type' => 'String!',
],
'percent' => [
'type' => 'Float!',
],
'isVatReverseCharge' => [
'type' => 'Boolean!',
],
],
'name' => 'EditProductTaxInput',
],
],
'CreateEuropeanArticleNumberInput' => [
'type' => 'input-object',
'class_name' => 'CreateEuropeanArticleNumberInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'quantity' => [
'type' => 'Float!',
],
'number' => [
'type' => 'String!',
],
],
'name' => 'CreateEuropeanArticleNumberInput',
],
],
'ProductFilter' => [
'type' => 'input-object',
'class_name' => 'ProductFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'store' => [
'type' => 'ProductStoreFilter',
],
'search' => [
'type' => 'String',
'description' => 'Search products by text',
],
],
'name' => 'ProductFilter',
],
],
'ProductTagFilter' => [
'type' => 'input-object',
'class_name' => 'ProductTagFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
'codes' => [
'type' => '[String!]',
],
],
'name' => 'ProductTagFilter',
],
],
'ProductTranslation' => [
'type' => 'object',
'class_name' => 'ProductTranslationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'description' => [
'type' => 'String',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
'shortDescription' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'ProductTranslation',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductTranslationFilter' => [
'type' => 'input-object',
'class_name' => 'ProductTranslationFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'locales' => [
'type' => '[String!]',
],
'search' => [
'type' => 'String',
],
],
'name' => 'ProductTranslationFilter',
],
],
'ProductTaxFilter' => [
'type' => 'input-object',
'class_name' => 'ProductTaxFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'locales' => [
'type' => '[String!]',
],
],
'name' => 'ProductTaxFilter',
],
],
'ProductOrder' => [
'type' => 'input-object',
'class_name' => 'ProductOrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'alerts' => [
'type' => 'ProductAlertOrder',
],
],
'name' => 'ProductOrder',
],
],
'ProductAlertOrder' => [
'type' => 'input-object',
'class_name' => 'ProductAlertOrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'price' => [
'type' => 'Int',
],
'priceTag' => [
'type' => 'Int',
],
],
'name' => 'ProductAlertOrder',
],
],
'ProductContainers' => [
'type' => 'object',
'class_name' => 'ProductContainersType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'product' => [
'type' => 'Product',
'args' => [
],
],
'quantity' => [
'type' => 'Float',
'args' => [
],
],
'container' => [
'type' => 'Product',
'args' => [
],
],
],
'name' => 'ProductContainers',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductStoreSortBy' => [
'type' => 'input-object',
'class_name' => 'ProductStoreSortByType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'field' => [
'type' => 'ProductStoreSortByField!',
],
'order' => [
'type' => 'SortOrder!',
],
],
'name' => 'ProductStoreSortBy',
],
],
'ProductStoreSortByField' => [
'type' => 'enum',
'class_name' => 'ProductStoreSortByFieldType',
'inherits' => [
],
'decorator' => false,
'config' => [
'values' => [
'LAST_INVENTORY' => [
'value' => 'LAST_INVENTORY',
],
'QUANTITY' => [
'value' => 'QUANTITY',
],
],
'name' => 'ProductStoreSortByField',
],
],
'SortOrder' => [
'type' => 'enum',
'class_name' => 'SortOrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'values' => [
'ASC' => [
'value' => 'ASC',
],
'DESC' => [
'value' => 'DESC',
],
],
'name' => 'SortOrder',
],
],
'NumberFilter' => [
'type' => 'input-object',
'class_name' => 'NumberFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'eq' => [
'type' => 'Float',
],
'gt' => [
'type' => 'Float',
],
'lw' => [
'type' => 'Float',
],
'neq' => [
'type' => 'Float',
],
],
'name' => 'NumberFilter',
],
],
'PriceTagConvertInput' => [
'type' => 'input-object',
'class_name' => 'PriceTagConvertInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'base64' => [
'type' => 'String!',
],
'export' => [
'type' => 'String!',
],
],
'name' => 'PriceTagConvertInput',
],
],
'PriceTagConvert' => [
'type' => 'object',
'class_name' => 'PriceTagConvertType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'data' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'PriceTagConvert',
'builders' => [
],
'interfaces' => [
],
],
],
'Attribute' => [
'type' => 'object',
'class_name' => 'AttributeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'values' => [
'type' => '[AttributeValue]!',
'args' => [
],
],
],
'name' => 'Attribute',
'builders' => [
],
'interfaces' => [
],
],
],
'AttributeValue' => [
'type' => 'object',
'class_name' => 'AttributeValueType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'value' => [
'type' => 'String!',
'args' => [
],
],
'attribute' => [
'type' => 'Attribute!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'translations' => [
'type' => '[AttributeValueTranslation]!',
'args' => [
],
],
],
'name' => 'AttributeValue',
'builders' => [
],
'interfaces' => [
],
],
],
'AttributeValueTranslation' => [
'type' => 'object',
'class_name' => 'AttributeValueTranslationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'value' => [
'type' => 'String!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'AttributeValueTranslation',
'builders' => [
],
'interfaces' => [
],
],
],
'Result' => [
'type' => 'object',
'class_name' => 'ResultType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'result' => [
'type' => 'Boolean!',
'args' => [
],
],
],
'name' => 'Result',
'builders' => [
],
'interfaces' => [
],
],
],
'DeliverySlot' => [
'type' => 'object',
'class_name' => 'DeliverySlotType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'priority' => [
'type' => 'Int',
'args' => [
],
],
'date' => [
'type' => 'String!',
'args' => [
],
],
'times' => [
'type' => '[String!]!',
'args' => [
],
],
'prices' => [
'type' => '[DeliverySlotsPrices]',
'args' => [
],
],
'storeId' => [
'type' => 'Int',
'args' => [
],
],
],
'name' => 'DeliverySlot',
'builders' => [
],
'interfaces' => [
],
],
],
'DeliverySlotsPrices' => [
'type' => 'object',
'class_name' => 'DeliverySlotsPricesType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'price' => [
'type' => 'Float!',
'args' => [
],
],
'cartTotalFrom' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'DeliverySlotsPrices',
'builders' => [
],
'interfaces' => [
],
],
],
'DeliveryPlaceType' => [
'type' => 'enum',
'class_name' => 'DeliveryPlaceTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'values' => [
'ZIP' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Delivery\\\\DeliveryMethodPlace::PLACE_TYPE_ZIP")',
],
],
'name' => 'DeliveryPlaceType',
],
],
'Date' => [
'type' => 'custom-scalar',
'class_name' => 'DateType',
'inherits' => [
],
'decorator' => false,
'config' => [
'serialize' => [
0 => 'GraphQL\\Type\\DateType',
1 => 'serialize',
],
'parseValue' => [
0 => 'GraphQL\\Type\\DateType',
1 => 'parseValue',
],
'parseLiteral' => [
0 => 'GraphQL\\Type\\DateType',
1 => 'parseLiteral',
],
'name' => 'Date',
],
],
'DeliverySlotInput' => [
'type' => 'input-object',
'class_name' => 'DeliverySlotInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'deliveryMethodID' => [
'type' => 'Int!',
],
'date' => [
'type' => 'String!',
],
'time' => [
'type' => 'String!',
],
'price' => [
'type' => 'Float!',
],
],
'name' => 'DeliverySlotInput',
],
],
'DeliverySlotStores' => [
'type' => 'object',
'class_name' => 'DeliverySlotStoresType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'stores' => [
'type' => '[Store!]!',
'args' => [
],
],
],
'name' => 'DeliverySlotStores',
'builders' => [
],
'interfaces' => [
],
],
],
'DeliveryMethod' => [
'type' => 'object',
'class_name' => 'DeliveryMethodType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'places' => [
'type' => '[DeliveryMethodPlace]!',
'args' => [
],
],
],
'name' => 'DeliveryMethod',
'builders' => [
],
'interfaces' => [
],
],
],
'DeliveryMethodPlace' => [
'type' => 'object',
'class_name' => 'DeliveryMethodPlaceType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'priority' => [
'type' => 'Int',
'args' => [
],
],
'placeType' => [
'type' => 'String!',
'args' => [
],
],
'stores' => [
'type' => '[Store!]!',
'args' => [
],
],
'placeValues' => [
'type' => '[DeliveryMethodPlaceValue!]!',
'args' => [
],
],
],
'name' => 'DeliveryMethodPlace',
'builders' => [
],
'interfaces' => [
],
],
],
'DeliveryMethodPlaceValue' => [
'type' => 'object',
'class_name' => 'DeliveryMethodPlaceValueType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'value' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'DeliveryMethodPlaceValue',
'builders' => [
],
'interfaces' => [
],
],
],
'PlaceSearchInput' => [
'type' => 'input-object',
'class_name' => 'PlaceSearchInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => 'DeliveryPlaceType!',
],
'value' => [
'type' => 'String!',
],
],
'name' => 'PlaceSearchInput',
],
],
'StoreCentral' => [
'type' => 'object',
'class_name' => 'StoreCentralType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'StoreCentral',
'builders' => [
],
'interfaces' => [
],
],
],
'CreateStoreCentralInput' => [
'type' => 'input-object',
'class_name' => 'CreateStoreCentralInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'createdAt' => [
'type' => 'String!',
],
'storeID' => [
'type' => 'Int!',
],
'printer' => [
'type' => 'String!',
],
'type' => [
'type' => 'String!',
],
'createdBy' => [
'type' => 'Int!',
],
'posTotalPriceWithTax' => [
'type' => 'Float!',
],
],
'name' => 'CreateStoreCentralInput',
],
],
'PaymentInput' => [
'type' => 'input-object',
'class_name' => 'PaymentInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => 'String!',
],
'amount' => [
'type' => 'Float!',
],
],
'name' => 'PaymentInput',
],
],
'Permission' => [
'type' => 'object',
'class_name' => 'PermissionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'store' => [
'type' => 'Store',
'args' => [
],
],
'user' => [
'type' => 'User',
'args' => [
],
],
'state' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'Permission',
'builders' => [
],
'interfaces' => [
],
],
],
'RatingTypes' => [
'type' => 'object',
'class_name' => 'RatingTypesType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'ratingType' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'RatingTypes',
'builders' => [
],
'interfaces' => [
],
],
],
'RatingValues' => [
'type' => 'object',
'class_name' => 'RatingValuesType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'ratingValue' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'RatingValues',
'builders' => [
],
'interfaces' => [
],
],
],
'Tax' => [
'type' => 'object',
'class_name' => 'TaxType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'percent' => [
'type' => 'Float!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'Tax',
'builders' => [
],
'interfaces' => [
],
],
],
'WarehouseMovement' => [
'type' => 'object',
'class_name' => 'WarehouseMovementType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'WarehouseMovement',
'builders' => [
],
'interfaces' => [
],
],
],
'LabelInput' => [
'type' => 'input-object',
'class_name' => 'LabelInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'uid' => [
'type' => 'String',
],
'labelID' => [
'type' => 'Int!',
],
'data' => [
'type' => 'String!',
],
'exports' => [
'type' => '[String!]!',
],
'settings' => [
'type' => 'LabelSettingsInput',
],
],
'name' => 'LabelInput',
],
],
'LabelSettingsInput' => [
'type' => 'input-object',
'class_name' => 'LabelSettingsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'widthMM' => [
'type' => 'Int!',
],
'heightMM' => [
'type' => 'Int!',
],
'widthPX' => [
'type' => 'Int!',
],
'rotate' => [
'type' => 'Boolean!',
],
],
'name' => 'LabelSettingsInput',
],
],
'Label' => [
'type' => 'object',
'class_name' => 'LabelType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'width' => [
'type' => 'Float!',
'args' => [
],
],
'height' => [
'type' => 'Float!',
'args' => [
],
],
'rotate' => [
'type' => 'Boolean!',
'args' => [
],
],
],
'name' => 'Label',
'builders' => [
],
'interfaces' => [
],
],
],
'LabelConvert' => [
'type' => 'object',
'class_name' => 'LabelConvertType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'uid' => [
'type' => 'String',
'args' => [
],
],
'exports' => [
'type' => '[LabelConvertExport!]!',
'args' => [
],
],
],
'name' => 'LabelConvert',
'builders' => [
],
'interfaces' => [
],
],
],
'LabelConvertExport' => [
'type' => 'object',
'class_name' => 'LabelConvertExportType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'format' => [
'type' => 'String!',
'args' => [
],
],
'base64' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'LabelConvertExport',
'builders' => [
],
'interfaces' => [
],
],
],
'Article' => [
'type' => 'object',
'class_name' => 'ArticleType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'title' => [
'type' => 'String!',
'args' => [
],
],
'content' => [
'type' => 'String',
'args' => [
],
],
'shortContent' => [
'type' => 'String',
'args' => [
],
],
'images' => [
'type' => '[ArticleImage]!',
'args' => [
],
],
'type' => [
'type' => 'String!',
'resolve' => '@=resolver(\'articleType\', [value])',
'args' => [
],
],
'tags' => [
'type' => '[ArticleTag]',
'args' => [
],
],
'author' => [
'type' => 'String',
'args' => [
],
],
'isFavourite' => [
'type' => 'Boolean!',
'args' => [
],
],
'changeAt' => [
'type' => 'DateTime!',
'resolve' => '@=resolver(\'changeAtArticle\', [value])',
'args' => [
],
],
'validTo' => [
'type' => 'DateTime',
'args' => [
],
],
'validFrom' => [
'type' => 'DateTime',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'uid' => [
'type' => 'String',
'args' => [
],
],
'drawDate' => [
'type' => 'DateTime',
'args' => [
],
],
],
'name' => 'Article',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleBlog' => [
'type' => 'object',
'class_name' => 'ArticleBlogType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'images' => [
'type' => '[ArticleImage]!',
'args' => [
],
],
'title' => [
'type' => 'String!',
'args' => [
],
],
'shortContent' => [
'type' => 'String',
'args' => [
],
],
'content' => [
'type' => 'String!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
'tags' => [
'type' => '[ArticleTag]',
'args' => [
],
],
'author' => [
'type' => 'String',
'args' => [
],
],
'validTo' => [
'type' => 'DateTime',
'args' => [
],
],
'validFrom' => [
'type' => 'DateTime',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
],
'name' => 'ArticleBlog',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleRecipe' => [
'type' => 'object',
'class_name' => 'ArticleRecipeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'images' => [
'type' => '[ArticleImage]!',
'args' => [
],
],
'title' => [
'type' => 'String!',
'args' => [
],
],
'numberOfServing' => [
'type' => 'Int!',
'args' => [
],
],
'preparationTime' => [
'type' => 'Int!',
'args' => [
],
],
'difficulty' => [
'type' => 'String!',
'args' => [
],
],
'foodCategory' => [
'type' => 'String!',
'args' => [
],
],
'shortContent' => [
'type' => 'String',
'args' => [
],
],
'content' => [
'type' => 'String',
'args' => [
],
],
'foodProducts' => [
'type' => '[ArticleRecipeProduct]!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
'tags' => [
'type' => '[ArticleTag]',
'args' => [
],
],
'allergens' => [
'type' => '[RecipeAllergen]',
'args' => [
],
],
'author' => [
'type' => 'String',
'args' => [
],
],
'videoUrl' => [
'type' => 'String',
'args' => [
],
],
'type' => [
'type' => 'String',
'args' => [
],
],
'validTo' => [
'type' => 'DateTime',
'args' => [
],
],
'validFrom' => [
'type' => 'DateTime',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'ingredients' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'ArticleRecipe',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleCompetition' => [
'type' => 'object',
'class_name' => 'ArticleCompetitionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'images' => [
'type' => '[ArticleImage]!',
'args' => [
],
],
'title' => [
'type' => 'String',
'args' => [
],
],
'winners' => [
'type' => 'String',
'args' => [
],
],
'conditions' => [
'type' => '[CompetitionConditionFile]!',
'args' => [
],
],
'validFrom' => [
'type' => 'DateTime',
'args' => [
],
],
'validTo' => [
'type' => 'DateTime',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'shortContent' => [
'type' => 'String',
'args' => [
],
],
'content' => [
'type' => 'String',
'args' => [
],
],
'locale' => [
'type' => 'String',
'args' => [
],
],
'tags' => [
'type' => '[ArticleTag]',
'args' => [
],
],
'author' => [
'type' => 'String',
'args' => [
],
],
'drawDate' => [
'type' => 'DateTime',
'args' => [
],
],
'type' => [
'type' => 'String',
'args' => [
],
],
'changeAt' => [
'type' => 'DateTime!',
'resolve' => '@=resolver(\'changeAt\', [value])',
'args' => [
],
],
],
'name' => 'ArticleCompetition',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleProduct' => [
'type' => 'object',
'class_name' => 'ArticleProductType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'images' => [
'type' => '[ArticleImage]!',
'args' => [
],
],
'title' => [
'type' => 'String!',
'args' => [
],
],
'validFrom' => [
'type' => 'DateTime',
'args' => [
],
],
'validTo' => [
'type' => 'DateTime',
'args' => [
],
],
'shortContent' => [
'type' => 'String',
'args' => [
],
],
'content' => [
'type' => 'String',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
'product' => [
'type' => '[Product]!',
'args' => [
],
],
'tags' => [
'type' => '[ArticleTag]',
'args' => [
],
],
'author' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'ArticleProduct',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleImage' => [
'type' => 'object',
'class_name' => 'ArticleImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'articleImageURL\', [value])',
'args' => [
],
],
'position' => [
'type' => 'Int',
'args' => [
],
],
],
'name' => 'ArticleImage',
'builders' => [
],
'interfaces' => [
],
],
],
'CompetitionConditionFile' => [
'type' => 'object',
'class_name' => 'CompetitionConditionFileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'conditionFileURL\', [value])',
'args' => [
],
],
],
'name' => 'CompetitionConditionFile',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleTag' => [
'type' => 'object',
'class_name' => 'ArticleTagType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'ArticleTag',
'builders' => [
],
'interfaces' => [
],
],
],
'RecipeAllergen' => [
'type' => 'object',
'class_name' => 'RecipeAllergenType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'RecipeAllergen',
'builders' => [
],
'interfaces' => [
],
],
],
'ArticleTagFilter' => [
'type' => 'input-object',
'class_name' => 'ArticleTagFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'names' => [
'type' => '[String!]!',
],
],
'name' => 'ArticleTagFilter',
],
],
'ArticleTypeFilter' => [
'type' => 'input-object',
'class_name' => 'ArticleTypeFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => '[String!]!',
],
],
'name' => 'ArticleTypeFilter',
],
],
'ArticleRecipeProduct' => [
'type' => 'object',
'class_name' => 'ArticleRecipeProductType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'quantity' => [
'type' => 'Float',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
],
'name' => 'ArticleRecipeProduct',
'builders' => [
],
'interfaces' => [
],
],
],
'CreateFavoriteCustomerArticleInput' => [
'type' => 'input-object',
'class_name' => 'CreateFavoriteCustomerArticleInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'articleID' => [
'type' => 'Int!',
],
'isFavourite' => [
'type' => 'Boolean!',
],
],
'name' => 'CreateFavoriteCustomerArticleInput',
],
],
'EuropeanArticleNumber' => [
'type' => 'object',
'class_name' => 'EuropeanArticleNumberType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'number' => [
'type' => 'String!',
'args' => [
],
],
'quantity' => [
'type' => 'Int!',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
],
'name' => 'EuropeanArticleNumber',
'builders' => [
],
'interfaces' => [
],
],
],
'EuropeanArticleNumberQuantity' => [
'type' => 'input-object',
'class_name' => 'EuropeanArticleNumberQuantityType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'eq' => [
'type' => 'Float',
],
'gt' => [
'type' => 'Float',
],
'lw' => [
'type' => 'Float',
],
'neq' => [
'type' => 'Float',
],
],
'name' => 'EuropeanArticleNumberQuantity',
],
],
'SellPrice' => [
'type' => 'object',
'class_name' => 'SellPriceType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
'validFrom' => [
'type' => 'String!',
'args' => [
],
],
'validTo' => [
'type' => 'String',
'args' => [
],
],
'stores' => [
'type' => '[Store]!',
'args' => [
],
],
'storeGroups' => [
'type' => '[StoreGroup]!',
'args' => [
],
],
],
'name' => 'SellPrice',
'builders' => [
],
'interfaces' => [
],
],
],
'SellPriceInput' => [
'type' => 'input-object',
'class_name' => 'SellPriceInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => 'Change sell prices by store groups.',
'fields' => [
'sellPriceProducts' => [
'type' => '[SellPriceProductInput!]',
],
'storeGroupIDs' => [
'type' => '[Int!]!',
],
'validFrom' => [
'type' => 'String',
],
'validTo' => [
'type' => 'String',
],
'storeIDs' => [
'type' => '[Int!]',
],
],
'name' => 'SellPriceInput',
],
],
'SellPriceProductInput' => [
'type' => 'input-object',
'class_name' => 'SellPriceProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'sellPrice' => [
'type' => 'Float!',
],
],
'name' => 'SellPriceProductInput',
],
],
'Store' => [
'type' => 'object',
'class_name' => 'StoreType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'pointOfSales' => [
'type' => '[PointOfSale!]!',
'args' => [
],
],
'currency' => [
'type' => 'String!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
'users' => [
'type' => '[User!]!',
'args' => [
],
],
'address' => [
'type' => 'Address',
'args' => [
],
],
'storeGroups' => [
'type' => '[StoreGroup!]!',
'args' => [
],
],
'vatPayer' => [
'type' => 'Boolean',
'resolve' => '@=resolver(\'resolverVatPayer\', [info, value])',
'args' => [
],
],
'paymentMethods' => [
'type' => '[PaymentMethod!]!',
'args' => [
],
],
'writeOff' => [
'type' => 'Boolean!',
'resolve' => '@=resolver(\'resolverConfiguration\', [info, value])',
'args' => [
],
],
],
'name' => 'Store',
'builders' => [
],
'interfaces' => [
],
],
],
'StoreFilter' => [
'type' => 'input-object',
'class_name' => 'StoreFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'storeGroup' => [
'type' => 'StoreGroupFilter',
],
],
'name' => 'StoreFilter',
],
],
'StoreStoreGroupFilter' => [
'type' => 'input-object',
'class_name' => 'StoreStoreGroupFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
],
'name' => 'StoreStoreGroupFilter',
],
],
'EshopPartner' => [
'type' => 'object',
'class_name' => 'EshopPartnerType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'files' => [
'type' => '[EshopPartnerFile]!',
'args' => [
],
],
'images' => [
'type' => '[EshopPartnerImage]!',
'args' => [
],
],
'title' => [
'type' => 'String',
'args' => [
],
],
'description' => [
'type' => 'String',
'args' => [
],
],
'deletedAt' => [
'type' => 'String',
'args' => [
],
],
'priority' => [
'type' => 'Int',
'args' => [
],
],
'updatedAt' => [
'type' => 'String',
'args' => [
],
],
'createdAt' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'EshopPartner',
'builders' => [
],
'interfaces' => [
],
],
],
'EshopPartnerFile' => [
'type' => 'object',
'class_name' => 'EshopPartnerFileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'partnerFileURL\', [value])',
'args' => [
],
],
],
'name' => 'EshopPartnerFile',
'builders' => [
],
'interfaces' => [
],
],
],
'EshopPartnerImage' => [
'type' => 'object',
'class_name' => 'EshopPartnerImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'partnerImageURL\', [value])',
'args' => [
],
],
],
'name' => 'EshopPartnerImage',
'builders' => [
],
'interfaces' => [
],
],
],
'Order' => [
'type' => 'object',
'class_name' => 'OrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'createdAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'deliveryAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'automatic' => [
'type' => 'Boolean!',
'args' => [
],
],
'note' => [
'type' => 'String',
'args' => [
],
],
'supplier' => [
'type' => 'Supplier!',
'args' => [
],
],
'store' => [
'type' => 'Store!',
'args' => [
],
],
'orderItems' => [
'type' => '[OrderItem]!',
'args' => [
],
],
'confirmAt' => [
'type' => 'DateTime',
'args' => [
],
],
'storeHeader' => [
'type' => 'StoreHeader',
'args' => [
],
],
],
'name' => 'Order',
'builders' => [
],
'interfaces' => [
],
],
],
'OrderItem' => [
'type' => 'object',
'class_name' => 'OrderItemType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
'buyPrice' => [
'type' => 'Float!',
'args' => [
],
],
'quantity' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'OrderItem',
'builders' => [
],
'interfaces' => [
],
],
],
'OrderFilter' => [
'type' => 'input-object',
'class_name' => 'OrderFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'store' => [
'type' => 'OrderStoreFilter',
],
],
'name' => 'OrderFilter',
],
],
'OrderStoreFilter' => [
'type' => 'input-object',
'class_name' => 'OrderStoreFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
],
'name' => 'OrderStoreFilter',
],
],
'CreateOrderInput' => [
'type' => 'input-object',
'class_name' => 'CreateOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeID' => [
'type' => 'Int!',
],
'supplierID' => [
'type' => 'Int!',
],
'orderAt' => [
'type' => 'String!',
],
'deliveryAt' => [
'type' => 'String!',
],
'note' => [
'type' => 'String',
],
],
'name' => 'CreateOrderInput',
],
],
'DeleteOrderInput' => [
'type' => 'input-object',
'class_name' => 'DeleteOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'orderID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteOrderInput',
],
],
'AddOrderProductsInput' => [
'type' => 'input-object',
'class_name' => 'AddOrderProductsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'orderID' => [
'type' => 'Int!',
],
'orderProducts' => [
'type' => '[AddOrderProductInput!]!',
],
],
'name' => 'AddOrderProductsInput',
],
],
'AddOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'AddOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'buyPrice' => [
'type' => 'Float!',
],
'quantity' => [
'type' => 'Float!',
],
],
'name' => 'AddOrderProductInput',
],
],
'EditOrderProductsInput' => [
'type' => 'input-object',
'class_name' => 'EditOrderProductsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'orderID' => [
'type' => 'Int!',
],
'orderProducts' => [
'type' => '[EditOrderProductInput!]!',
],
],
'name' => 'EditOrderProductsInput',
],
],
'EditOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'EditOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'orderProductID' => [
'type' => 'Int!',
],
'buyPrice' => [
'type' => 'Float!',
],
'quantity' => [
'type' => 'Float!',
],
],
'name' => 'EditOrderProductInput',
],
],
'DeleteOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'DeleteOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'orderProductID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteOrderProductInput',
],
],
'ConfirmOrderInput' => [
'type' => 'input-object',
'class_name' => 'ConfirmOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'orderID' => [
'type' => 'Int!',
],
],
'name' => 'ConfirmOrderInput',
],
],
'Query' => [
'type' => 'object',
'class_name' => 'QueryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => 'Flowy ORM repository',
'fields' => [
'headers' => [
'type' => '[StoreHeader]!',
'resolve' => '@=resolver(\'headers\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
],
],
'product' => [
'type' => 'Product!',
'resolve' => '@=resolver(\'product\', [info, args])',
'args' => [
'id' => [
'type' => 'Int!',
],
'orderByCreatedAt' => [
'type' => 'String',
'description' => 'ASC or DESC',
],
],
],
'productStores' => [
'type' => '[ProductStore]!',
'resolve' => '@=resolver(\'productStores\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
'description' => 'Limit of products for list',
],
'offset' => [
'type' => 'Int',
],
'ids' => [
'type' => '[Int!]',
'description' => 'Filter by stores ID',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'assortment' => [
'type' => 'Boolean',
'description' => 'Filter only products included in the assortment',
],
'sellPrice' => [
'type' => 'ProductPrice',
'description' => 'Filter product price for store',
],
'discount' => [
'type' => 'ProductStoreDiscountFilter',
],
'changeAt' => [
'type' => 'DateTimeFilter',
],
'sortBy' => [
'type' => '[ProductStoreSortBy]',
],
'quantity' => [
'type' => 'NumberFilter',
],
'translations' => [
'type' => 'ProductTranslationFilter',
'description' => 'Search products by text with locale',
],
],
],
'products' => [
'type' => '[Product]!',
'description' => 'List of products (Maximum 10000 products per query)',
'resolve' => '@=resolver(\'products\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
'description' => 'Filter by products ID',
],
'order' => [
'type' => 'ProductOrder',
],
'search' => [
'type' => 'String',
'description' => 'Search products by text',
],
'europeanArticleNumber' => [
'type' => 'ProductEuropeanArticleNumberFilter',
],
'limit' => [
'type' => 'Int',
'description' => 'Limit of products for list',
],
'offset' => [
'type' => 'Int',
],
'store' => [
'type' => 'ProductStoreFilter',
'description' => 'Filter products by store conditions',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'storeGroup' => [
'type' => 'ProductStoreGroupFilter',
'description' => 'Filter products by store conditions',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'supplier' => [
'type' => 'ProductSupplierFilter',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'onlyContainer' => [
'type' => 'Boolean',
],
'translation' => [
'type' => 'ProductTranslationFilter',
],
'tax' => [
'type' => 'ProductTaxFilter',
],
'changeAt' => [
'type' => 'DateTimeFilter',
],
'locales' => [
'type' => '[String!]',
'description' => 'Filter products by locales',
],
'isFavourite' => [
'type' => 'Boolean',
],
'tags' => [
'type' => 'ProductTagFilter',
],
],
],
'stores' => [
'type' => '[Store]!',
'description' => 'List of client stores',
'resolve' => '@=resolver(\'stores\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
'description' => 'Filter by stores ID',
],
'search' => [
'type' => 'String',
'description' => 'Search stores by text',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'placeSearch' => [
'type' => 'PlaceSearchInput',
],
],
],
'suppliers' => [
'type' => '[Supplier]!',
'description' => 'List of suppliers',
'resolve' => '@=resolver(\'suppliers\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'order' => [
'type' => 'SupplierOrderFilter',
],
'onlyClient' => [
'type' => 'Boolean',
],
],
],
'categories' => [
'type' => '[Category]!',
'description' => 'List of client categories',
'resolve' => '@=resolver(\'categories\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'eshopCategories' => [
'type' => '[EshopCategory]!',
'description' => 'List of client eshop categories',
'resolve' => '@=resolver(\'eshopCategories\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'paymentMethods' => [
'type' => '[PaymentMethod]!',
'description' => 'List of client stores payment methods',
'resolve' => '@=resolver(\'paymentMethods\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
],
],
'storeGroups' => [
'type' => '[StoreGroup]!',
'description' => 'List of client store groups',
'resolve' => '@=resolver(\'storeGroups\', [info, args])',
'args' => [
'showDeleted' => [
'type' => 'Boolean',
],
'stores' => [
'type' => 'StoreGroupStoreFilter',
],
],
],
'sellPrices' => [
'type' => '[SellPrice]!',
'description' => 'List of client sell prices',
'resolve' => '@=resolver(\'sellPrices\', [info, args])',
'args' => [
],
],
'supplierWarehouseRecords' => [
'type' => '[SupplierWarehouseRecord]!',
'resolve' => '@=resolver(\'supplierWarehouseRecords\', [info, args])',
'args' => [
'temporary' => [
'type' => 'Boolean',
],
'store' => [
'type' => 'WarehouseStoreFilter',
'description' => 'Filter products by store conditions',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
],
],
'storeWarehouseRecords' => [
'type' => '[StoreWarehouseRecord]!',
'resolve' => '@=resolver(\'storeWarehouseRecords\', [info, args])',
'args' => [
'temporary' => [
'type' => 'Boolean',
],
'store' => [
'type' => 'WarehouseStoreFilter',
'description' => 'Filter products by store conditions',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
],
],
'discounts' => [
'type' => '[Discount!]!',
'resolve' => '@=resolver(\'discounts\', [info, args])',
'args' => [
'triggerCoupon' => [
'type' => 'String',
],
'store' => [
'type' => 'DiscountStoreFilter',
],
'order' => [
'type' => 'DiscountOrder',
],
'deleted' => [
'type' => 'Boolean',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'search' => [
'type' => 'String',
],
'items' => [
'type' => 'DiscountItemFilter',
],
'changeAt' => [
'type' => 'DateTimeFilter',
],
'validDiscount' => [
'type' => 'Boolean',
],
],
],
'labels' => [
'type' => '[Label!]!',
'resolve' => '@=resolver(\'labels\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
],
],
'clientLabels' => [
'type' => '[ClientLabel!]!',
'resolve' => '@=resolver(\'clientLabels\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'store' => [
'type' => 'StoreFilter',
],
],
],
'europeanArticleNumbers' => [
'type' => '[EuropeanArticleNumber!]!',
'resolve' => '@=resolver(\'europeanArticleNumbers\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'numbers' => [
'type' => '[String!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
],
],
'supplierOrders' => [
'type' => '[SupplierOrder!]!',
'resolve' => '@=resolver(\'supplierOrders\', [info, args])',
'args' => [
'supplier' => [
'type' => 'SupplierFilter',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'store' => [
'type' => 'StoreFilter',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'storeGroup' => [
'type' => 'StoreGroupFilter',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
],
],
'orders' => [
'type' => '[Order!]!',
'resolve' => '@=resolver(\'orders\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'supplier' => [
'type' => 'SupplierFilter',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'store' => [
'type' => 'StoreFilter',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
'automatic' => [
'type' => 'Boolean',
],
'temporary' => [
'type' => 'Boolean',
],
],
],
'customers' => [
'type' => '[Customer!]!',
'resolve' => '@=resolver(\'customers\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'code' => [
'type' => 'String',
],
'type' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'changeAt' => [
'type' => 'DateTimeFilter',
],
],
],
'customerTypes' => [
'type' => '[CustomerType!]!',
'resolve' => '@=resolver(\'customerTypes\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'type' => [
'type' => 'String',
],
],
],
'taxes' => [
'type' => '[Tax!]!',
'resolve' => '@=resolver(\'taxes\', [info, args])',
'args' => [
'locales' => [
'type' => '[String!]',
],
'clientLocale' => [
'type' => 'Boolean',
],
],
],
'permissions' => [
'type' => '[Permission!]!',
'resolve' => '@=resolver(\'permissions\', [info, args])',
'args' => [
'storeID' => [
'type' => 'Int',
],
'userID' => [
'type' => 'Int',
],
'code' => [
'type' => 'String!',
],
],
],
'attributes' => [
'type' => '[Attribute!]!',
'resolve' => '@=resolver(\'attributes\', [info, args])',
'args' => [
'codes' => [
'type' => '[String!]',
],
],
],
'customerOrder' => [
'type' => '[CustomerOrder!]!',
'resolve' => '@=resolver(\'customerOrder\', [info, args])',
'args' => [
'id' => [
'type' => 'Int',
],
'ids' => [
'type' => '[Int!]',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'changeAt' => [
'type' => 'DateTimeFilter',
],
],
],
'articles' => [
'type' => '[Article!]!',
'resolve' => '@=resolver(\'articles\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'tags' => [
'type' => 'ArticleTagFilter',
],
'types' => [
'type' => 'ArticleTypeFilter',
],
'keyWordFilter' => [
'type' => 'String',
],
'locale' => [
'type' => 'String',
],
'orderByCreatedAt' => [
'type' => 'String',
'description' => 'ASC or DESC',
],
'isFavourite' => [
'type' => 'Boolean',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'isDeleted' => [
'type' => 'Boolean',
],
],
],
'articleBlog' => [
'type' => '[ArticleBlog!]!',
'resolve' => '@=resolver(\'articleBlog\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'tags' => [
'type' => 'ArticleTagFilter',
],
'locale' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'articleRecipe' => [
'type' => '[ArticleRecipe!]!',
'resolve' => '@=resolver(\'articleRecipe\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'tags' => [
'type' => 'ArticleTagFilter',
],
'locale' => [
'type' => 'String',
],
'difficulty' => [
'type' => 'String',
],
'allergens' => [
'type' => '[String]',
],
'foodCategories' => [
'type' => '[String]',
],
'preparationTime' => [
'type' => 'Int',
],
'numberOfServings' => [
'type' => 'Int',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'articleCompetition' => [
'type' => '[ArticleCompetition!]!',
'resolve' => '@=resolver(\'articleCompetition\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'tags' => [
'type' => 'ArticleTagFilter',
],
'locale' => [
'type' => 'String',
],
'actualValid' => [
'type' => 'String',
],
'validFrom' => [
'type' => 'String',
],
'validTo' => [
'type' => 'String',
],
'drawDate' => [
'type' => 'String',
],
'haveWinners' => [
'type' => 'Boolean',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'articleProduct' => [
'type' => '[ArticleProduct!]!',
'resolve' => '@=resolver(\'articleProduct\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'tags' => [
'type' => 'ArticleTagFilter',
],
'locale' => [
'type' => 'String',
],
'actualValid' => [
'type' => 'String',
],
'validFrom' => [
'type' => 'String',
],
'validTo' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'deliverySlots' => [
'type' => '[DeliverySlot!]!',
'resolve' => '@=resolver(\'deliverySlots\', [info, args])',
'args' => [
'dateFrom' => [
'type' => 'String!',
],
'dateTo' => [
'type' => 'String!',
],
'storeID' => [
'type' => 'Int!',
],
'deliveryMethodCode' => [
'type' => 'String!',
],
'placeType' => [
'type' => 'DeliveryPlaceType!',
],
'placeValue' => [
'type' => 'String!',
],
'customerOrderID' => [
'type' => 'Int',
],
],
],
'eshopNewsletters' => [
'type' => '[EshopNewsletter]!',
'resolve' => '@=resolver(\'eshopNewsletters\', [info, args])',
'args' => [
'id' => [
'type' => 'Int',
],
'locale' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'isDeleted' => [
'type' => 'Boolean',
],
],
],
'eshopPartners' => [
'type' => '[EshopPartner]!',
'resolve' => '@=resolver(\'eshopPartners\', [info, args])',
'args' => [
'id' => [
'type' => 'Int',
],
'locale' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
'isDeleted' => [
'type' => 'Boolean',
],
],
],
'orderDeliverySlot' => [
'type' => '[OrderDeliverySlot]',
'resolve' => '@=resolver(\'OrderDeliverySlot\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'deliveryMethods' => [
'type' => '[DeliveryMethod]!',
'resolve' => '@=resolver(\'deliveryMethods\', [info, args])',
'args' => [
'code' => [
'type' => 'String',
],
'placeSearch' => [
'type' => 'PlaceSearchInput',
],
],
],
'customerAddresses' => [
'type' => '[CustomerAddress!]!',
'resolve' => '@=resolver(\'customerAddresses\', [info, args])',
'args' => [
],
],
'serviceRatingTypes' => [
'type' => '[RatingTypes!]!',
'resolve' => '@=resolver(\'serviceRatingTypes\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'serviceRatingValues' => [
'type' => '[RatingValues!]!',
'resolve' => '@=resolver(\'serviceRatingValues\', [info, args])',
'args' => [
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'customerServiceRating' => [
'type' => '[CustomerServiceRating!]!',
'resolve' => '@=resolver(\'customerServiceRating\', [info, args])',
'args' => [
],
],
'synchronizations' => [
'type' => '[Synchronization!]!',
'resolve' => '@=resolver(\'synchronizations\', [info, args])',
'args' => [
'store' => [
'type' => 'StoreFilter',
],
],
],
'banners' => [
'type' => '[Banner!]!',
'resolve' => '@=resolver(\'banner\', [info, args])',
'args' => [
'ids' => [
'type' => '[Int!]',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
],
'eshopDiscountCoupons' => [
'type' => '[EshopDiscountCoupon!]!',
'resolve' => '@=resolver(\'eshopDiscountCoupons\', [info, args])',
'args' => [
'onlyValid' => [
'type' => 'Boolean',
],
'codes' => [
'type' => '[String!]',
],
],
],
],
'name' => 'Query',
'builders' => [
],
'interfaces' => [
],
],
],
'PointOfSale' => [
'type' => 'object',
'class_name' => 'PointOfSaleType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'password' => [
'type' => 'String',
'args' => [
],
],
'authXml' => [
'type' => 'String',
'args' => [
],
],
'identXml' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'PointOfSale',
'builders' => [
],
'interfaces' => [
],
],
],
'PointOfSaleMove' => [
'type' => 'object',
'class_name' => 'PointOfSaleMoveType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'PointOfSaleMove',
'builders' => [
],
'interfaces' => [
],
],
],
'CreatePointOfSaleMoveInput' => [
'type' => 'input-object',
'class_name' => 'CreatePointOfSaleMoveInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'createdAt' => [
'type' => 'String!',
],
'storeID' => [
'type' => 'Int!',
],
'printer' => [
'type' => 'String!',
],
'createdBy' => [
'type' => 'Int!',
],
'amountType' => [
'type' => 'String!',
],
'amount' => [
'type' => 'Float!',
'description' => 'If is withdraw, amount must be negative',
],
'evidenceNumber' => [
'type' => 'String!',
],
],
'name' => 'CreatePointOfSaleMoveInput',
],
],
'Mutation' => [
'type' => 'object',
'class_name' => 'MutationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'validation' => [
'constraints' => [
0 => [
'GroupSequence' => [
0 => 'Mutation',
],
],
],
'link' => NULL,
],
'fields' => [
'createPointOfSaleMove' => [
'type' => 'PointOfSaleMove!',
'resolve' => '@=mutation(\'createPointOfSaleMove\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreatePointOfSaleMoveInput!',
],
],
],
'createStoreCentral' => [
'type' => 'StoreCentral!',
'resolve' => '@=mutation(\'createStoreCentral\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateStoreCentralInput!',
],
],
],
'createCustomer' => [
'type' => 'Customer!',
'resolve' => '@=mutation(\'createCustomer\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateCustomerInput!',
],
],
],
'editCustomer' => [
'type' => 'Customer!',
'resolve' => '@=mutation(\'editCustomer\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditCustomerInput!',
],
],
],
'deleteCustomer' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteCustomer\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteCustomerInput!',
],
],
],
'createCustomerType' => [
'type' => 'CustomerType!',
'resolve' => '@=mutation(\'createCustomerType\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateCustomerTypeInput!',
],
],
],
'deleteCustomerType' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteCustomerType\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteCustomerTypeInput!',
],
],
],
'createCustomerReceipt' => [
'type' => 'CustomerReceipt!',
'resolve' => '@=mutation(\'createCustomerReceipt\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CustomerReceiptInput!',
],
],
],
'warehouseMoveMutation' => [
'type' => 'Product!',
'resolve' => '@=mutation(\'warehouseMoveMutation\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'WarehouseMoveMutationInput!',
],
],
],
'sellPriceMutation' => [
'type' => 'SellPrice!',
'resolve' => '@=mutation(\'sellPriceMutation\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'SellPriceInput!',
],
],
],
'createSupplierWarehouseRecord' => [
'type' => 'SupplierWarehouseRecord',
'resolve' => '@=mutation(\'createSupplierWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'SupplierWarehouseRecordInput!',
],
],
],
'addProductsSupplierWarehouseRecord' => [
'type' => 'SupplierWarehouseRecord',
'resolve' => '@=mutation(\'addProductsSupplierWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'AddProductsSupplierWarehouseRecordInput!',
],
],
],
'editProductsSupplierWarehouseRecord' => [
'type' => 'SupplierWarehouseRecord',
'resolve' => '@=mutation(\'editProductsSupplierWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditProductsSupplierWarehouseRecordInput!',
],
],
],
'deleteProductsSupplierWarehouseRecord' => [
'type' => 'SupplierWarehouseRecord',
'resolve' => '@=mutation(\'deleteProductsSupplierWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteProductsSupplierWarehouseRecordInput!',
],
],
],
'confirmSupplierWarehouseRecord' => [
'type' => 'SupplierWarehouseRecord',
'resolve' => '@=mutation(\'confirmSupplierWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ConfirmSupplierWarehouseRecordInput!',
],
],
],
'deleteSupplierWarehouseRecord' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteSupplierWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteSupplierWarehouseRecordInput!',
],
],
],
'createSupplier' => [
'type' => 'Supplier',
'resolve' => '@=mutation(\'createSupplier\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'SupplierInput!',
],
],
],
'createStoreWarehouseRecord' => [
'type' => 'StoreWarehouseRecord',
'resolve' => '@=mutation(\'createStoreWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'StoreWarehouseRecordInput!',
],
],
],
'addProductsStoreWarehouseRecord' => [
'type' => 'StoreWarehouseRecord',
'resolve' => '@=mutation(\'addProductsStoreWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'AddProductsStoreWarehouseRecordInput!',
],
],
],
'editProductsStoreWarehouseRecord' => [
'type' => 'StoreWarehouseRecord',
'resolve' => '@=mutation(\'editProductsStoreWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditProductsStoreWarehouseRecordInput!',
],
],
],
'deleteProductsStoreWarehouseRecord' => [
'type' => 'StoreWarehouseRecord',
'resolve' => '@=mutation(\'deleteProductsStoreWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteProductsStoreWarehouseRecordInput!',
],
],
],
'confirmStoreWarehouseRecord' => [
'type' => 'StoreWarehouseRecord',
'resolve' => '@=mutation(\'confirmStoreWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ConfirmStoreWarehouseRecordInput!',
],
],
],
'deleteStoreWarehouseRecord' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteStoreWarehouseRecord\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteStoreWarehouseRecordInput!',
],
],
],
'createSupplierOrder' => [
'type' => 'SupplierOrder!',
'resolve' => '@=mutation(\'createSupplierOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'SupplierOrderInput!',
],
],
],
'priceTagConvert' => [
'type' => '[PriceTagConvert!]!',
'resolve' => '@=mutation(\'priceTagConvertor\', [info, args, validator])',
'args' => [
'input' => [
'type' => '[PriceTagConvertInput!]!',
],
],
],
'createLabels' => [
'type' => '[LabelConvert!]!',
'resolve' => '@=mutation(\'createLabels\', [info, args, validator])',
'args' => [
'input' => [
'type' => '[LabelInput!]!',
],
],
],
'createDiscount' => [
'type' => 'Discount!',
'resolve' => '@=mutation(\'createDiscount\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DiscountInput!',
],
],
],
'editProduct' => [
'type' => 'Product!',
'resolve' => '@=mutation(\'editProduct\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ProductEditInput!',
],
],
],
'deleteDiscount' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteDiscount\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteDiscountInput!',
],
],
],
'createOrder' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'createOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateOrderInput!',
],
],
],
'addOrderProducts' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'addOrderProducts\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'AddOrderProductsInput!',
],
],
],
'addSupplierOrderProducts' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'addSupplierOrderProducts\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'AddSupplierOrderProductsInput!',
],
],
],
'editOrderProducts' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'editOrderProducts\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditOrderProductsInput!',
],
],
],
'deleteOrderProduct' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteOrderProduct\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteOrderProductInput!',
],
],
],
'editSupplierOrderProducts' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'editSupplierOrderProducts\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditSupplierOrderProductsInput!',
],
],
],
'deleteSupplierOrderProduct' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteSupplierOrderProduct\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteSupplierOrderProductInput!',
],
],
],
'deleteSupplierOrder' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteSupplierOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteSupplierOrderInput!',
],
],
],
'deleteOrder' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteOrderInput!',
],
],
],
'editSupplierOrder' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'editSupplierOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditSupplierOrderInput!',
],
],
],
'createProduct' => [
'type' => 'Product!',
'resolve' => '@=mutation(\'createProduct\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateProductInput!',
],
],
],
'confirmOrder' => [
'type' => 'Order!',
'resolve' => '@=mutation(\'confirmOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ConfirmOrderInput!',
],
],
],
'createClientLabel' => [
'type' => 'ClientLabel!',
'resolve' => '@=mutation(\'createClientLabel\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ClientLabelInput!',
],
],
],
'logger' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'logger\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'LoggerInput!',
'validation' => [
'cascade' => [
'groups' => [
],
],
'link' => NULL,
'constraints' => NULL,
],
],
],
],
'createCustomerOrder' => [
'type' => 'CustomerOrder!',
'resolve' => '@=mutation(\'createCustomerOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateCustomerOrderInput!',
],
],
],
'editCustomerOrder' => [
'type' => 'CustomerOrder!',
'resolve' => '@=mutation(\'editCustomerOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditCustomerOrderInput!',
],
],
],
'createFavouriteCustomerArticle' => [
'type' => 'Article',
'resolve' => '@=mutation(\'createFavouriteCustomerArticle\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateFavoriteCustomerArticleInput!',
],
],
],
'confirmCustomerOrder' => [
'type' => 'CustomerOrder!',
'resolve' => '@=mutation(\'confirmCustomerOrder\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ConfirmCustomerOrderInput!',
],
],
],
'createFavouriteCustomerProduct' => [
'type' => 'Product',
'resolve' => '@=mutation(\'createFavouriteCustomerProduct\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateFavouriteCustomerProductInput!',
],
],
],
'createCustomerAddress' => [
'type' => 'CustomerAddress',
'resolve' => '@=mutation(\'createCustomerAddress\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateCustomerAddressInput!',
],
],
],
'editCustomerAddress' => [
'type' => 'CustomerAddress',
'resolve' => '@=mutation(\'editCustomerAddress\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditCustomerAddressInput!',
],
],
],
'deleteCustomerAddress' => [
'type' => 'Result!',
'resolve' => '@=mutation(\'deleteCustomerAddress\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'DeleteCustomerAddressInput!',
],
],
],
'createCustomerServiceRating' => [
'type' => 'CustomerServiceRating',
'resolve' => '@=mutation(\'createCustomerServiceRating\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'CreateCustomerServiceRatingInput!',
],
],
],
'editCustomerOrderState' => [
'type' => 'CustomerOrder!',
'resolve' => '@=mutation(\'editCustomerOrderState\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'EditCustomerOrderStateInput!',
],
],
],
'productInventory' => [
'type' => 'Product!',
'resolve' => '@=mutation(\'productInventory\', [info, args, validator])',
'args' => [
'input' => [
'type' => 'ProductInventoryInput!',
],
],
],
],
'name' => 'Mutation',
'builders' => [
],
'interfaces' => [
],
],
],
'LoggerInput' => [
'type' => 'input-object',
'class_name' => 'LoggerInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'email' => [
'type' => 'Boolean!',
],
'type' => [
'type' => 'String!',
'validation' => [
'constraints' => [
0 => [
'Length' => [
'min' => 1,
'max' => 32,
],
],
],
'link' => NULL,
],
],
'message' => [
'type' => 'String!',
'validation' => [
'constraints' => [
0 => [
'Length' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'createdAt' => [
'type' => 'String!',
'description' => '2022-02-02 22:22:22',
'validation' => [
'constraints' => [
0 => [
'Length' => [
'min' => 19,
'max' => 19,
],
],
],
'link' => NULL,
],
],
],
'name' => 'LoggerInput',
],
],
'StoreMove' => [
'type' => 'object',
'class_name' => 'StoreMoveType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
'quantity' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'StoreMove',
'builders' => [
],
'interfaces' => [
],
],
],
'EshopNewsletter' => [
'type' => 'object',
'class_name' => 'EshopNewsletterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'file' => [
'type' => '[EshopNewsletterFile]!',
'args' => [
],
],
'image' => [
'type' => '[EshopNewsletterImage]!',
'args' => [
],
],
'title' => [
'type' => 'String',
'args' => [
],
],
'validFrom' => [
'type' => 'String',
'args' => [
],
],
'validTo' => [
'type' => 'String',
'args' => [
],
],
'deletedAt' => [
'type' => 'String',
'args' => [
],
],
'createdBy' => [
'type' => 'User!',
'args' => [
],
],
'priority' => [
'type' => 'Int',
'args' => [
],
],
],
'name' => 'EshopNewsletter',
'builders' => [
],
'interfaces' => [
],
],
],
'EshopNewsletterFile' => [
'type' => 'object',
'class_name' => 'EshopNewsletterFileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'newsletterFileURL\', [value])',
'args' => [
],
],
],
'name' => 'EshopNewsletterFile',
'builders' => [
],
'interfaces' => [
],
],
],
'EshopNewsletterImage' => [
'type' => 'object',
'class_name' => 'EshopNewsletterImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'newsletterImageURL\', [value])',
'args' => [
],
],
],
'name' => 'EshopNewsletterImage',
'builders' => [
],
'interfaces' => [
],
],
],
'Client' => [
'type' => 'object',
'class_name' => 'ClientType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'users' => [
'type' => '[User]',
'args' => [
'ids' => [
'type' => '[Int]',
],
'search' => [
'type' => 'String',
],
],
],
],
'name' => 'Client',
'builders' => [
],
'interfaces' => [
],
],
],
'ClientFilter' => [
'type' => 'input-object',
'class_name' => 'ClientFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
'name' => 'ClientFilter',
],
],
'EshopDiscountCoupon' => [
'type' => 'object',
'class_name' => 'EshopDiscountCouponType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'maximumUses' => [
'type' => 'Float',
'args' => [
],
],
'alreadyUsed' => [
'type' => 'Float!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'validFrom' => [
'type' => 'DateTime',
'args' => [
],
],
'validTo' => [
'type' => 'DateTime',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
'createdAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'amount' => [
'type' => 'Float',
'args' => [
],
],
],
'name' => 'EshopDiscountCoupon',
'builders' => [
],
'interfaces' => [
],
],
],
'CreateCustomerOrderInput' => [
'type' => 'input-object',
'class_name' => 'CreateCustomerOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'billingAddress' => [
'type' => 'CustomerAddressInput',
],
'deliveryAddress' => [
'type' => 'CustomerAddressInput!',
],
'products' => [
'type' => '[CustomerOrderProductInput]',
],
'paymentMethods' => [
'type' => '[CustomerOrderPaymentMethodInput]',
],
'phoneNumber' => [
'type' => 'String',
],
'email' => [
'type' => 'String',
],
'note' => [
'type' => 'String',
],
'firstName' => [
'type' => 'String',
],
'lastName' => [
'type' => 'String',
],
'storeID' => [
'type' => 'Int!',
],
'deliverySlot' => [
'type' => 'DeliverySlotInput',
],
'totalPrice' => [
'type' => 'Float!',
],
'discountCoupons' => [
'type' => '[String]',
],
],
'name' => 'CreateCustomerOrderInput',
],
],
'EditCustomerOrderInput' => [
'type' => 'input-object',
'class_name' => 'EditCustomerOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeID' => [
'type' => 'Int',
],
'customerOrderID' => [
'type' => 'Int!',
],
'billingAddress' => [
'type' => 'CustomerAddressInput',
],
'deliveryAddress' => [
'type' => 'CustomerAddressInput',
],
'deliverySlot' => [
'type' => 'DeliverySlotInput',
],
'phoneNumber' => [
'type' => 'String',
],
'email' => [
'type' => 'String',
],
'note' => [
'type' => 'String',
],
'firstName' => [
'type' => 'String',
],
'lastName' => [
'type' => 'String',
],
'products' => [
'type' => '[CustomerOrderProductInput]',
],
'paymentMethods' => [
'type' => '[CustomerOrderPaymentMethodInput]',
],
'totalPrice' => [
'type' => 'Float!',
],
'discountCoupons' => [
'type' => '[String]',
],
],
'name' => 'EditCustomerOrderInput',
],
],
'CustomerOrder' => [
'type' => 'object',
'class_name' => 'CustomerOrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'state' => [
'type' => 'String!',
'args' => [
],
],
'createdAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'updatedAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'finishedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'customerId' => [
'type' => 'Int',
'args' => [
],
],
'billingAddress' => [
'type' => 'Address',
'args' => [
],
],
'deliveryAddress' => [
'type' => 'Address!',
'args' => [
],
],
'phoneNumber' => [
'type' => 'String',
'args' => [
],
],
'paymentMethods' => [
'type' => '[CustomerOrderPaymentMethod]!',
'args' => [
],
],
'orderItems' => [
'type' => '[CustomerOrderItem]!',
'args' => [
],
],
'note' => [
'type' => 'String',
'args' => [
],
],
'customer' => [
'type' => 'Customer',
'args' => [
],
],
'email' => [
'type' => 'String',
'args' => [
],
],
'orderDeliverySlot' => [
'type' => 'OrderDeliverySlot',
'args' => [
],
],
'totalPrice' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'CustomerOrder',
'builders' => [
],
'interfaces' => [
],
],
],
'CustomerOrderPaymentMethodInput' => [
'type' => 'input-object',
'class_name' => 'CustomerOrderPaymentMethodInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => 'String!',
],
'price' => [
'type' => 'Float!',
],
],
'name' => 'CustomerOrderPaymentMethodInput',
],
],
'CustomerOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'CustomerOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'quantity' => [
'type' => 'Float!',
],
'price' => [
'type' => 'Float!',
],
'variableID' => [
'type' => 'Int',
],
'productVariableQuantity' => [
'type' => 'Float',
],
],
'name' => 'CustomerOrderProductInput',
],
],
'CustomerOrderPaymentMethod' => [
'type' => 'object',
'class_name' => 'CustomerOrderPaymentMethodType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => 'String',
'args' => [
],
],
'price' => [
'type' => 'Float',
'args' => [
],
],
],
'name' => 'CustomerOrderPaymentMethod',
'builders' => [
],
'interfaces' => [
],
],
],
'CustomerOrderItem' => [
'type' => 'object',
'class_name' => 'CustomerOrderItemType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
'totalPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
'unitPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
'quantity' => [
'type' => 'Float!',
'args' => [
],
],
'productVariable' => [
'type' => 'ProductVariable',
'args' => [
],
],
'productVariableQuantity' => [
'type' => 'Float',
'args' => [
],
],
],
'name' => 'CustomerOrderItem',
'builders' => [
],
'interfaces' => [
],
],
],
'OrderDeliverySlot' => [
'type' => 'object',
'class_name' => 'OrderDeliverySlotType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'date' => [
'type' => 'String!',
'args' => [
],
],
'time' => [
'type' => 'String!',
'args' => [
],
],
'createdAt' => [
'type' => 'String!',
'args' => [
],
],
'updatedAt' => [
'type' => 'String!',
'args' => [
],
],
'deliveryMethod' => [
'type' => 'Int!',
'args' => [
],
],
'deliveryMethodPlaceValue' => [
'type' => 'Int!',
'args' => [
],
],
'price' => [
'type' => 'Float',
'args' => [
],
],
],
'name' => 'OrderDeliverySlot',
'builders' => [
],
'interfaces' => [
],
],
],
'AddCustomerOrderItemsInput' => [
'type' => 'input-object',
'class_name' => 'AddCustomerOrderItemsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'customerOrderId' => [
'type' => 'Int!',
],
'products' => [
'type' => '[CustomerOrderProductInput!]!',
],
],
'name' => 'AddCustomerOrderItemsInput',
],
],
'DeleteCustomerOrderItemsInput' => [
'type' => 'input-object',
'class_name' => 'DeleteCustomerOrderItemsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'customerOrderId' => [
'type' => 'Int!',
],
'customerOrderItemIDs' => [
'type' => '[Int!]',
],
],
'name' => 'DeleteCustomerOrderItemsInput',
],
],
'ConfirmCustomerOrderInput' => [
'type' => 'input-object',
'class_name' => 'ConfirmCustomerOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'customerOrderID' => [
'type' => 'Int!',
],
],
'name' => 'ConfirmCustomerOrderInput',
],
],
'EditCustomerOrderStateInput' => [
'type' => 'input-object',
'class_name' => 'EditCustomerOrderStateInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'customerOrderID' => [
'type' => 'Int!',
],
'state' => [
'type' => 'CustomerOrderState!',
],
],
'name' => 'EditCustomerOrderStateInput',
],
],
'CustomerOrderState' => [
'type' => 'enum',
'class_name' => 'CustomerOrderStateType',
'inherits' => [
],
'decorator' => false,
'config' => [
'values' => [
'PROCESSING' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_PROCESSING")',
],
'CONFIRMED' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_CONFIRMED")',
],
'SHIPPING' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_SHIPPING")',
],
'CANCELLED' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_CANCELLED")',
],
'RETURNED' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_RETURNED")',
],
'IN_PROGRESS' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_IN_PROGRESS")',
],
'COMPLETED' => [
'value' => '@=constant("Eshop\\\\Entity\\\\Customer\\\\CustomerOrder::STATE_COMPLETED")',
],
],
'name' => 'CustomerOrderState',
],
],
'PaymentMethod' => [
'type' => 'object',
'class_name' => 'PaymentMethodType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'name' => [
'type' => 'String',
'args' => [
],
],
'uid' => [
'type' => 'String',
'args' => [
],
],
'configuration' => [
'type' => 'String',
'args' => [
],
],
'translations' => [
'type' => '[PaymentMethodTranslation!]!',
'args' => [
],
],
'stores' => [
'type' => '[Store!]!',
'args' => [
],
],
],
'name' => 'PaymentMethod',
'builders' => [
],
'interfaces' => [
],
],
],
'PaymentMethodTranslation' => [
'type' => 'object',
'class_name' => 'PaymentMethodTranslationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'locale' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'PaymentMethodTranslation',
'builders' => [
],
'interfaces' => [
],
],
],
'DateTimeFilter' => [
'type' => 'input-object',
'class_name' => 'DateTimeFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'gt' => [
'type' => 'DateTime',
'description' => 'Greater than',
],
'lw' => [
'type' => 'DateTime',
'description' => 'Lower than',
],
],
'name' => 'DateTimeFilter',
],
],
'ClientLabelInput' => [
'type' => 'input-object',
'class_name' => 'ClientLabelInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'title' => [
'type' => 'String!',
],
'labelID' => [
'type' => 'Int!',
],
'height' => [
'type' => 'Int!',
],
'storeID' => [
'type' => 'Int',
],
],
'name' => 'ClientLabelInput',
],
],
'ClientLabel' => [
'type' => 'object',
'class_name' => 'ClientLabelType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'title' => [
'type' => 'String!',
'args' => [
],
],
'label' => [
'type' => 'Label!',
'args' => [
],
],
'height' => [
'type' => 'Int!',
'args' => [
],
],
'store' => [
'type' => 'Store',
'args' => [
],
],
],
'name' => 'ClientLabel',
'builders' => [
],
'interfaces' => [
],
],
],
'User' => [
'type' => 'object',
'class_name' => 'UserType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'args' => [
],
],
'username' => [
'type' => 'String',
'args' => [
],
],
'firstName' => [
'type' => 'String',
'args' => [
],
],
'lastName' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'User',
'builders' => [
],
'interfaces' => [
],
],
],
'UserFilter' => [
'type' => 'input-object',
'class_name' => 'UserFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
'name' => 'UserFilter',
],
],
'ProductInventoryInput' => [
'type' => 'input-object',
'class_name' => 'ProductInventoryInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'storeID' => [
'type' => 'Int!',
],
'quantity' => [
'type' => 'Float!',
],
],
'name' => 'ProductInventoryInput',
],
],
'CustomerReceipt' => [
'type' => 'object',
'class_name' => 'CustomerReceiptType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'CustomerReceipt',
'builders' => [
],
'interfaces' => [
],
],
],
'CustomerReceiptInput' => [
'type' => 'input-object',
'class_name' => 'CustomerReceiptInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'createdBy' => [
'type' => 'Int',
],
'createdAt' => [
'type' => 'String!',
],
'items' => [
'type' => '[CustomerReceiptItemInput!]!',
],
'totalPrice' => [
'type' => 'Float!',
],
'tax' => [
'type' => 'Boolean!',
],
'customerID' => [
'type' => 'Int',
],
'evidenceNumber' => [
'type' => 'String',
],
'storeID' => [
'type' => 'Int!',
],
'payments' => [
'type' => '[PaymentInput!]!',
],
'temporary' => [
'type' => 'Boolean',
],
'type' => [
'type' => 'String!',
],
'printer' => [
'type' => 'String',
],
'roundings' => [
'type' => '[CustomerReceiptRoundingInput!]!',
],
],
'name' => 'CustomerReceiptInput',
],
],
'CustomerInput' => [
'type' => 'input-object',
'class_name' => 'CustomerInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'firstName' => [
'type' => 'String!',
],
'lastName' => [
'type' => 'String!',
],
'billingAddress' => [
'type' => 'AddressInput!',
],
],
'name' => 'CustomerInput',
],
],
'CustomerReceiptItemInput' => [
'type' => 'input-object',
'class_name' => 'CustomerReceiptItemInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'quantity' => [
'type' => 'Float!',
],
'price' => [
'type' => 'Float!',
],
'totalPrice' => [
'type' => 'Float!',
],
'taxRate' => [
'type' => 'Float!',
],
'valid' => [
'type' => 'Boolean!',
],
'discounts' => [
'type' => '[CustomerReceiptMoveDiscountInput!]',
],
'barcodes' => [
'type' => '[CustomerReceiptMoveBarcodeInput!]',
],
],
'name' => 'CustomerReceiptItemInput',
],
],
'CustomerReceiptRoundingInput' => [
'type' => 'input-object',
'class_name' => 'CustomerReceiptRoundingInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'taxRate' => [
'type' => 'Float',
],
'amount' => [
'type' => 'Float!',
],
],
'name' => 'CustomerReceiptRoundingInput',
],
],
'CustomerReceiptMoveDiscountInput' => [
'type' => 'input-object',
'class_name' => 'CustomerReceiptMoveDiscountInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'discountItemID' => [
'type' => 'Int',
],
'price' => [
'type' => 'Float!',
],
'coupon' => [
'type' => 'String',
],
],
'name' => 'CustomerReceiptMoveDiscountInput',
],
],
'CustomerReceiptMoveBarcodeInput' => [
'type' => 'input-object',
'class_name' => 'CustomerReceiptMoveBarcodeInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'barcode' => [
'type' => 'String',
],
],
'name' => 'CustomerReceiptMoveBarcodeInput',
],
],
'Category' => [
'type' => 'object',
'class_name' => 'CategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'args' => [
],
],
'name' => [
'type' => 'String',
'args' => [
],
],
'position' => [
'type' => 'Int',
'args' => [
],
],
'parent' => [
'type' => 'Category',
'args' => [
],
],
'images' => [
'type' => '[CategoryImage]',
'args' => [
],
],
],
'name' => 'Category',
'builders' => [
],
'interfaces' => [
],
],
],
'CategoryImage' => [
'type' => 'object',
'class_name' => 'CategoryImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'categoryImages\', [value])',
'args' => [
],
],
'priority' => [
'type' => 'Int',
'args' => [
],
],
],
'name' => 'CategoryImage',
'builders' => [
],
'interfaces' => [
],
],
],
'EshopCategory' => [
'type' => 'object',
'class_name' => 'EshopCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'args' => [
],
],
'name' => [
'type' => 'String',
'args' => [
],
],
'position' => [
'type' => 'Int',
'args' => [
],
],
'parent' => [
'type' => 'EshopCategory',
'args' => [
],
],
],
'name' => 'EshopCategory',
'builders' => [
],
'interfaces' => [
],
],
],
'ProductInput' => [
'type' => 'input-object',
'class_name' => 'ProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
],
],
'name' => 'ProductInput',
],
],
'OrderProductInput' => [
'type' => 'input-object',
'class_name' => 'OrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
],
'sellPrice' => [
'type' => 'Float',
],
'quantity' => [
'type' => 'Float',
],
],
'name' => 'OrderProductInput',
],
],
'StoreHeader' => [
'type' => 'object',
'class_name' => 'StoreHeaderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
'storeMoves' => [
'type' => '[StoreMove]!',
'args' => [
],
],
'payments' => [
'type' => '[StoreHeaderPayment]!',
'args' => [
],
],
'totalPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
'totalPriceWithoutTax' => [
'type' => 'Float!',
'args' => [
],
],
'tax' => [
'type' => 'Boolean!',
'args' => [
],
],
],
'name' => 'StoreHeader',
'builders' => [
],
'interfaces' => [
],
],
],
'StoreHeaderPayment' => [
'type' => 'object',
'class_name' => 'StoreHeaderPaymentType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'amount' => [
'type' => 'Float!',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'StoreHeaderPayment',
'builders' => [
],
'interfaces' => [
],
],
],
'AddressInput' => [
'type' => 'input-object',
'class_name' => 'AddressInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'street' => [
'type' => 'String!',
],
'streetNumber' => [
'type' => 'String!',
],
'zip' => [
'type' => 'String!',
],
'city' => [
'type' => 'String!',
],
'country' => [
'type' => 'String!',
],
],
'name' => 'AddressInput',
],
],
'Address' => [
'type' => 'object',
'class_name' => 'AddressType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'street' => [
'type' => 'String',
'args' => [
],
],
'streetNumber' => [
'type' => 'String',
'args' => [
],
],
'zip' => [
'type' => 'String',
'args' => [
],
],
'city' => [
'type' => 'String',
'args' => [
],
],
'country' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'Address',
'builders' => [
],
'interfaces' => [
],
],
],
'WarehouseRecord' => [
'type' => 'interface',
'class_name' => 'WarehouseRecordType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'evidenceNumber' => [
'type' => 'String!',
'args' => [
],
],
'temporary' => [
'type' => 'Boolean!',
'args' => [
],
],
'store' => [
'type' => 'Store!',
'args' => [
],
],
'createdAt' => [
'type' => 'String!',
'args' => [
],
],
'totalPriceWithoutTax' => [
'type' => 'Float!',
'args' => [
],
],
'totalPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'WarehouseRecord',
],
],
'SupplierWarehouseRecord' => [
'type' => 'object',
'class_name' => 'SupplierWarehouseRecordType',
'inherits' => [
],
'decorator' => false,
'config' => [
'interfaces' => [
0 => 'WarehouseRecord',
],
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'evidenceNumber' => [
'type' => 'String!',
'args' => [
],
],
'temporary' => [
'type' => 'Boolean!',
'args' => [
],
],
'supplier' => [
'type' => 'Supplier!',
'args' => [
],
],
'return' => [
'type' => 'Boolean!',
'resolve' => '@=resolver(\'supplierWarehouseReturnResolver\', [value])',
'args' => [
],
],
'createdAt' => [
'type' => 'String!',
'args' => [
],
],
'store' => [
'type' => 'Store!',
'args' => [
],
],
'products' => [
'type' => '[ProductWarehouseRecord!]!',
'args' => [
],
],
'totalPriceWithoutTax' => [
'type' => 'Float!',
'args' => [
],
],
'totalPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
'tax' => [
'type' => 'Boolean!',
'args' => [
],
],
],
'name' => 'SupplierWarehouseRecord',
'builders' => [
],
],
],
'StoreWarehouseRecord' => [
'type' => 'object',
'class_name' => 'StoreWarehouseRecordType',
'inherits' => [
],
'decorator' => false,
'config' => [
'interfaces' => [
0 => 'WarehouseRecord',
],
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'evidenceNumber' => [
'type' => 'String!',
'args' => [
],
],
'temporary' => [
'type' => 'Boolean!',
'args' => [
],
],
'store' => [
'type' => 'Store!',
'args' => [
],
],
'toStore' => [
'type' => 'Store!',
'args' => [
],
],
'createdAt' => [
'type' => 'String!',
'args' => [
],
],
'products' => [
'type' => '[ProductWarehouseRecord!]!',
'args' => [
],
],
'totalPriceWithoutTax' => [
'type' => 'Float!',
'args' => [
],
],
'totalPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'StoreWarehouseRecord',
'builders' => [
],
],
],
'ProductWarehouseRecord' => [
'type' => 'object',
'class_name' => 'ProductWarehouseRecordType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
'priceWithoutTax' => [
'type' => 'Float!',
'args' => [
],
],
'priceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
'totalPriceWithoutTax' => [
'type' => 'Float!',
'args' => [
],
],
'totalPriceWithTax' => [
'type' => 'Float!',
'args' => [
],
],
'taxRate' => [
'type' => 'Float!',
'args' => [
],
],
'quantity' => [
'type' => 'Float!',
'args' => [
],
],
],
'name' => 'ProductWarehouseRecord',
'builders' => [
],
'interfaces' => [
],
],
],
'SupplierWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'SupplierWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierID' => [
'type' => 'Int!',
],
'storeID' => [
'type' => 'Int!',
],
'evidenceNumber' => [
'type' => 'String!',
],
'tax' => [
'type' => 'Boolean!',
],
'temporary' => [
'type' => 'Boolean!',
],
'return' => [
'type' => 'Boolean!',
],
],
'name' => 'SupplierWarehouseRecordInput',
],
],
'AddProductsStoreWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'AddProductsStoreWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[AddProductWarehouseRecordInput!]!',
],
'storeWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'AddProductsStoreWarehouseRecordInput',
],
],
'EditProductsStoreWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'EditProductsStoreWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[EditProductWarehouseRecordInput!]!',
],
'storeWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'EditProductsStoreWarehouseRecordInput',
],
],
'DeleteProductsStoreWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'DeleteProductsStoreWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[DeleteProductWarehouseRecordInput!]!',
],
'storeWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteProductsStoreWarehouseRecordInput',
],
],
'AddProductsSupplierWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'AddProductsSupplierWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[AddProductWarehouseRecordInput!]!',
],
'supplierWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'AddProductsSupplierWarehouseRecordInput',
],
],
'EditProductsSupplierWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'EditProductsSupplierWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[EditProductWarehouseRecordInput!]!',
],
'supplierWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'EditProductsSupplierWarehouseRecordInput',
],
],
'DeleteProductsSupplierWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'DeleteProductsSupplierWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[DeleteProductWarehouseRecordInput!]!',
],
'supplierWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteProductsSupplierWarehouseRecordInput',
],
],
'AddProductWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'AddProductWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'quantity' => [
'type' => 'Float!',
],
'price' => [
'type' => 'Float!',
],
],
'name' => 'AddProductWarehouseRecordInput',
],
],
'EditProductWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'EditProductWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productRecordID' => [
'type' => 'Int!',
],
'quantity' => [
'type' => 'Float!',
],
'price' => [
'type' => 'Float!',
],
],
'name' => 'EditProductWarehouseRecordInput',
],
],
'DeleteProductsWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'DeleteProductsWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'products' => [
'type' => '[DeleteProductWarehouseRecordInput!]!',
],
'supplierWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteProductsWarehouseRecordInput',
],
],
'DeleteProductWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'DeleteProductWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productRecordID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteProductWarehouseRecordInput',
],
],
'StoreWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'StoreWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeID' => [
'type' => 'Int!',
],
'toStoreID' => [
'type' => 'Int!',
],
'evidenceNumber' => [
'type' => 'String!',
],
'temporary' => [
'type' => 'Boolean!',
],
],
'name' => 'StoreWarehouseRecordInput',
],
],
'ConfirmStoreWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'ConfirmStoreWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'ConfirmStoreWarehouseRecordInput',
],
],
'DeleteStoreWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'DeleteStoreWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'storeWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteStoreWarehouseRecordInput',
],
],
'ConfirmSupplierWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'ConfirmSupplierWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'ConfirmSupplierWarehouseRecordInput',
],
],
'DeleteSupplierWarehouseRecordInput' => [
'type' => 'input-object',
'class_name' => 'DeleteSupplierWarehouseRecordInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierWarehouseRecordID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteSupplierWarehouseRecordInput',
],
],
'WarehouseStoreFilter' => [
'type' => 'input-object',
'class_name' => 'WarehouseStoreFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
'description' => 'Filter by store IDs',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
],
'name' => 'WarehouseStoreFilter',
],
],
'Banner' => [
'type' => 'object',
'class_name' => 'BannerType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'title' => [
'type' => 'String',
'args' => [
],
],
'shortContent' => [
'type' => 'String',
'args' => [
],
],
'images' => [
'type' => '[BannerImage]!',
'args' => [
],
],
'createdAt' => [
'type' => 'String!',
'args' => [
],
],
'deletedAt' => [
'type' => 'String',
'args' => [
],
],
'validFrom' => [
'type' => 'String',
'args' => [
],
],
'validTo' => [
'type' => 'String',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
'createdBy' => [
'type' => 'User!',
'args' => [
],
],
'redirect' => [
'type' => 'BannerRedirect',
'args' => [
],
],
],
'name' => 'Banner',
'builders' => [
],
'interfaces' => [
],
],
],
'BannerImage' => [
'type' => 'object',
'class_name' => 'BannerImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'url' => [
'type' => 'String!',
'resolve' => '@=resolver(\'bannerImageURL\', [value])',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'BannerImage',
'builders' => [
],
'interfaces' => [
],
],
],
'BannerRedirect' => [
'type' => 'object',
'class_name' => 'BannerRedirectType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'articleID' => [
'type' => 'Int',
'args' => [
],
],
'newsletterID' => [
'type' => 'Int',
'args' => [
],
],
'productID' => [
'type' => 'Int',
'args' => [
],
],
'url' => [
'type' => 'String',
'args' => [
],
],
'productIDs' => [
'type' => '[Int]',
'args' => [
],
],
],
'name' => 'BannerRedirect',
'builders' => [
],
'interfaces' => [
],
],
],
'Supplier' => [
'type' => 'object',
'class_name' => 'SupplierType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'code' => [
'type' => 'String',
'args' => [
],
],
'orders' => [
'type' => '[SupplierOrder!]!',
'args' => [
],
],
],
'name' => 'Supplier',
'builders' => [
],
'interfaces' => [
],
],
],
'SupplierInput' => [
'type' => 'input-object',
'class_name' => 'SupplierInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'name' => [
'type' => 'String!',
],
'businessID' => [
'type' => 'String!',
],
'taxID' => [
'type' => 'String!',
],
'VAT' => [
'type' => 'String!',
],
'address' => [
'type' => 'AddressInput!',
],
],
'name' => 'SupplierInput',
],
],
'SupplierFilter' => [
'type' => 'input-object',
'class_name' => 'SupplierFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'uids' => [
'type' => '[String!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'ids' => [
'type' => '[Int!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
'search' => [
'type' => 'String',
],
],
'name' => 'SupplierFilter',
],
],
'CreateCustomerInput' => [
'type' => 'input-object',
'class_name' => 'CreateCustomerInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'code' => [
'type' => 'String',
],
'points' => [
'type' => 'Float',
],
'typeID' => [
'type' => 'Int',
],
'username' => [
'type' => 'String',
],
'password' => [
'type' => 'String',
],
'firstName' => [
'type' => 'String',
],
'lastName' => [
'type' => 'String',
],
'sex' => [
'type' => 'String',
],
'phone' => [
'type' => 'String',
],
'street' => [
'type' => 'String',
],
'streetNumber' => [
'type' => 'String',
],
'city' => [
'type' => 'String',
],
'zipcode' => [
'type' => 'String',
],
'birthday' => [
'type' => 'String',
],
'title' => [
'type' => 'String',
],
'physicalCard' => [
'type' => 'Boolean',
],
],
'name' => 'CreateCustomerInput',
],
],
'EditCustomerInput' => [
'type' => 'input-object',
'class_name' => 'EditCustomerInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'customerID' => [
'type' => 'Int!',
],
'code' => [
'type' => 'String',
],
'typeID' => [
'type' => 'Int',
],
'points' => [
'type' => 'Float',
],
'email' => [
'type' => 'String',
],
'firstName' => [
'type' => 'String',
],
'lastName' => [
'type' => 'String',
],
'sex' => [
'type' => 'String',
],
'phone' => [
'type' => 'String',
],
'street' => [
'type' => 'String',
],
'streetNumber' => [
'type' => 'String',
],
'city' => [
'type' => 'String',
],
'zipcode' => [
'type' => 'String',
],
'birthday' => [
'type' => 'String',
],
'title' => [
'type' => 'String',
],
],
'name' => 'EditCustomerInput',
],
],
'DeleteCustomerInput' => [
'type' => 'input-object',
'class_name' => 'DeleteCustomerInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'customerID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteCustomerInput',
],
],
'Customer' => [
'type' => 'object',
'class_name' => 'CustomerType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String',
'args' => [
],
],
'points' => [
'type' => 'Float',
'args' => [
],
],
'type' => [
'type' => 'String',
'args' => [
],
],
'createdAt' => [
'type' => 'DateTime!',
'args' => [
],
],
'updatedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
'discounts' => [
'type' => '[Discount!]!',
'args' => [
],
],
'userName' => [
'type' => 'String',
'args' => [
],
],
'firstName' => [
'type' => 'String',
'args' => [
],
],
'lastName' => [
'type' => 'String',
'args' => [
],
],
'sex' => [
'type' => 'String',
'args' => [
],
],
'phone' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'Customer',
'builders' => [
],
'interfaces' => [
],
],
],
'CustomerType' => [
'type' => 'object',
'class_name' => 'CustomerTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
],
'name' => 'CustomerType',
'builders' => [
],
'interfaces' => [
],
],
],
'CreateCustomerTypeInput' => [
'type' => 'input-object',
'class_name' => 'CreateCustomerTypeInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => 'String!',
],
],
'name' => 'CreateCustomerTypeInput',
],
],
'DeleteCustomerTypeInput' => [
'type' => 'input-object',
'class_name' => 'DeleteCustomerTypeInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'typeID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteCustomerTypeInput',
],
],
'DeleteCustomerAddressInput' => [
'type' => 'input-object',
'class_name' => 'DeleteCustomerAddressInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
],
],
'name' => 'DeleteCustomerAddressInput',
],
],
'CustomerTypeFilter' => [
'type' => 'input-object',
'class_name' => 'CustomerTypeFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
'search' => [
'type' => 'String',
],
'type' => [
'type' => 'String',
],
],
'name' => 'CustomerTypeFilter',
],
],
'CustomerAddressInput' => [
'type' => 'input-object',
'class_name' => 'CustomerAddressInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'street' => [
'type' => 'String!',
],
'streetNumber' => [
'type' => 'String',
],
'zip' => [
'type' => 'String!',
],
'city' => [
'type' => 'String!',
],
'country' => [
'type' => 'String!',
],
'longitude' => [
'type' => 'Float',
],
'latitude' => [
'type' => 'Float',
],
],
'name' => 'CustomerAddressInput',
],
],
'EditCustomerAddressInput' => [
'type' => 'input-object',
'class_name' => 'EditCustomerAddressInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
],
'street' => [
'type' => 'String',
],
'streetNumber' => [
'type' => 'String',
],
'zip' => [
'type' => 'String',
],
'city' => [
'type' => 'String',
],
'country' => [
'type' => 'String',
],
'longitude' => [
'type' => 'Float',
],
'latitude' => [
'type' => 'Float',
],
'name' => [
'type' => 'String',
],
],
'name' => 'EditCustomerAddressInput',
],
],
'CreateCustomerAddressInput' => [
'type' => 'input-object',
'class_name' => 'CreateCustomerAddressInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'street' => [
'type' => 'String!',
],
'streetNumber' => [
'type' => 'String!',
],
'zip' => [
'type' => 'String!',
],
'city' => [
'type' => 'String!',
],
'country' => [
'type' => 'String!',
],
'longitude' => [
'type' => 'Float',
],
'latitude' => [
'type' => 'Float',
],
'name' => [
'type' => 'String',
],
],
'name' => 'CreateCustomerAddressInput',
],
],
'CustomerAddress' => [
'type' => 'object',
'class_name' => 'CustomerAddressType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'street' => [
'type' => 'String!',
'args' => [
],
],
'streetNumber' => [
'type' => 'String!',
'args' => [
],
],
'zip' => [
'type' => 'String!',
'args' => [
],
],
'city' => [
'type' => 'String!',
'args' => [
],
],
'country' => [
'type' => 'String!',
'args' => [
],
],
'longitude' => [
'type' => 'Float',
'args' => [
],
],
'latitude' => [
'type' => 'Float',
'args' => [
],
],
'name' => [
'type' => 'String',
'args' => [
],
],
'deletedAt' => [
'type' => 'DateTime',
'args' => [
],
],
],
'name' => 'CustomerAddress',
'builders' => [
],
'interfaces' => [
],
],
],
'CreateFavouriteCustomerProductInput' => [
'type' => 'input-object',
'class_name' => 'CreateFavouriteCustomerProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productId' => [
'type' => 'Int!',
],
'isFavourite' => [
'type' => 'Boolean!',
],
],
'name' => 'CreateFavouriteCustomerProductInput',
],
],
'CustomerServiceRating' => [
'type' => 'object',
'class_name' => 'CustomerServiceRatingType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
],
'name' => 'CustomerServiceRating',
'builders' => [
],
'interfaces' => [
],
],
],
'CreateCustomerServiceRatingInput' => [
'type' => 'input-object',
'class_name' => 'CreateCustomerServiceRatingInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ratingValueID' => [
'type' => 'Int!',
],
'ratingTypeID' => [
'type' => 'Int!',
],
'customerOrderID' => [
'type' => 'Int',
],
'storeID' => [
'type' => 'Int',
],
'note' => [
'type' => 'String',
],
'phoneNumber' => [
'type' => 'String',
],
],
'name' => 'CreateCustomerServiceRatingInput',
],
],
'StoreInput' => [
'type' => 'input-object',
'class_name' => 'StoreInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
],
],
'name' => 'StoreInput',
],
],
'Discount' => [
'type' => 'object',
'class_name' => 'DiscountType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int',
'args' => [
],
],
'items' => [
'type' => '[DiscountItem]!',
'args' => [
],
],
'title' => [
'type' => 'String',
'args' => [
],
],
'uid' => [
'type' => 'String',
'args' => [
],
],
'type' => [
'type' => 'String',
'args' => [
],
],
'store' => [
'type' => 'Store',
'args' => [
],
],
'validFrom' => [
'type' => 'String',
'args' => [
],
],
'validTo' => [
'type' => 'String',
'args' => [
],
],
'userConfirmable' => [
'type' => 'Boolean!',
'args' => [
],
],
'alreadyUsed' => [
'type' => 'Float!',
'resolve' => '@=resolver(\'nullBeZero\', [info, value])',
'args' => [
],
],
'maximumUses' => [
'type' => 'Float',
'args' => [
],
],
'triggerCoupon' => [
'type' => 'String',
'args' => [
],
],
'triggerPoints' => [
'type' => 'Int',
'args' => [
],
],
'triggerCartValue' => [
'type' => 'Int',
'args' => [
],
],
'triggerMinimumQuantity' => [
'type' => 'Float',
'args' => [
],
],
'deletedAt' => [
'type' => 'String',
'args' => [
],
],
'createdAt' => [
'type' => 'String',
'args' => [
],
],
'updatedAt' => [
'type' => 'String',
'args' => [
],
],
'triggerCoupons' => [
'type' => '[DiscountCoupon]!',
'args' => [
],
],
'triggerProducts' => [
'type' => '[Product]!',
'args' => [
],
],
'triggerCustomerTypes' => [
'type' => '[CustomerType]!',
'args' => [
],
],
'triggerApplyToAllCustomers' => [
'type' => 'Boolean!',
'args' => [
],
],
],
'name' => 'Discount',
'builders' => [
],
'interfaces' => [
],
],
],
'DiscountOrder' => [
'type' => 'input-object',
'class_name' => 'DiscountOrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'validFrom' => [
'type' => 'Int',
],
],
'name' => 'DiscountOrder',
],
],
'DiscountItemFilter' => [
'type' => 'input-object',
'class_name' => 'DiscountItemFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'onlyProducts' => [
'type' => 'Boolean',
],
'product' => [
'type' => 'ProductFilter',
],
],
'name' => 'DiscountItemFilter',
],
],
'DiscountStoreFilter' => [
'type' => 'input-object',
'class_name' => 'DiscountStoreFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
'validation' => [
'constraints' => [
0 => [
'Count' => [
'min' => 1,
],
],
],
'link' => NULL,
],
],
],
'name' => 'DiscountStoreFilter',
],
],
'DiscountItem' => [
'type' => 'object',
'class_name' => 'DiscountItemType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'productID' => [
'type' => 'Int',
'args' => [
],
],
'product' => [
'type' => 'Product',
'args' => [
],
],
'type' => [
'type' => 'String!',
'args' => [
],
],
'amount' => [
'type' => 'Float!',
'args' => [
],
],
'discount' => [
'type' => 'Discount',
'args' => [
],
],
'excludeTags' => [
'type' => '[ProductTag]!',
'args' => [
],
],
],
'name' => 'DiscountItem',
'builders' => [
],
'interfaces' => [
],
],
],
'DiscountTriggerBarcode' => [
'type' => 'object',
'class_name' => 'DiscountTriggerBarcodeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'DiscountTriggerBarcode',
'builders' => [
],
'interfaces' => [
],
],
],
'DiscountInput' => [
'type' => 'input-object',
'class_name' => 'DiscountInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'uid' => [
'type' => 'String',
],
'type' => [
'type' => 'String',
],
'title' => [
'type' => 'String',
],
'validFrom' => [
'type' => 'String',
'description' => 'Required format yyyy-mm-dd hh:ii:ss',
],
'validTo' => [
'type' => 'String',
'description' => 'Required format yyyy-mm-dd hh:ii:ss',
],
'userConfirmable' => [
'type' => 'Boolean!',
],
'maximumUses' => [
'type' => 'Float',
],
'triggerProducts' => [
'type' => '[Int!]',
],
'triggerCustomerTypes' => [
'type' => '[DiscountTriggerCustomerTypeInput!]',
],
'items' => [
'type' => '[DiscountItemInput!]!',
],
'storeID' => [
'type' => 'Int',
'description' => 'If the storeID is empty, then discount can be applied for all stores of client',
],
'triggerCoupon' => [
'type' => 'String',
],
],
'name' => 'DiscountInput',
],
],
'DiscountTriggerCustomerTypeInput' => [
'type' => 'input-object',
'class_name' => 'DiscountTriggerCustomerTypeInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'type' => [
'type' => 'String!',
],
],
'name' => 'DiscountTriggerCustomerTypeInput',
],
],
'DiscountItemInput' => [
'type' => 'input-object',
'class_name' => 'DiscountItemInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int',
'description' => 'If the productID is empty, the discount will be applied to the entire purchase',
],
'type' => [
'type' => 'String!',
'description' => 'DiscountItemType enum',
],
'amount' => [
'type' => 'Float!',
],
],
'name' => 'DiscountItemInput',
],
],
'DiscountItemType' => [
'type' => 'enum',
'class_name' => 'DiscountItemTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'values' => [
'PERCENTAGE' => [
'value' => NULL,
],
'PRICE' => [
'value' => NULL,
],
'AFTER_DISCOUNT_PRICE' => [
'value' => NULL,
],
],
'name' => 'DiscountItemType',
],
],
'DeleteDiscountInput' => [
'type' => 'input-object',
'class_name' => 'DeleteDiscountInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'discountID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteDiscountInput',
],
],
'DiscountCoupon' => [
'type' => 'object',
'class_name' => 'DiscountCouponType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'code' => [
'type' => 'String!',
'args' => [
],
],
],
'name' => 'DiscountCoupon',
'builders' => [
],
'interfaces' => [
],
],
],
'SupplierOrder' => [
'type' => 'object',
'class_name' => 'SupplierOrderType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'supplier' => [
'type' => 'Supplier!',
'args' => [
],
],
'store' => [
'type' => 'Store!',
'args' => [
],
],
'monday' => [
'type' => 'Int',
'args' => [
],
],
'tuesday' => [
'type' => 'Int',
'args' => [
],
],
'wednesday' => [
'type' => 'Int',
'args' => [
],
],
'thursday' => [
'type' => 'Int',
'args' => [
],
],
'friday' => [
'type' => 'Int',
'args' => [
],
],
'saturday' => [
'type' => 'Int',
'args' => [
],
],
'sunday' => [
'type' => 'Int',
'args' => [
],
],
'supplierOrderProducts' => [
'type' => '[SupplierOrderProduct]!',
'args' => [
],
],
'active' => [
'type' => 'Boolean!',
'resolve' => '@=resolver(\'nullBeFalse\', [info, value])',
'args' => [
],
],
'note' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'SupplierOrder',
'builders' => [
],
'interfaces' => [
],
],
],
'SupplierOrderFilter' => [
'type' => 'input-object',
'class_name' => 'SupplierOrderFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'haveOrder' => [
'type' => 'Boolean',
],
],
'name' => 'SupplierOrderFilter',
],
],
'SupplierOrderProduct' => [
'type' => 'object',
'class_name' => 'SupplierOrderProductType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'buyPrice' => [
'type' => 'Float!',
'args' => [
],
],
'minimumQuantity' => [
'type' => 'Float!',
'args' => [
],
],
'sellToDays' => [
'type' => 'Int!',
'args' => [
],
],
'allowPieces' => [
'type' => 'Boolean!',
'args' => [
],
],
'product' => [
'type' => 'Product!',
'args' => [
],
],
'package' => [
'type' => 'ProductPackage!',
'args' => [
],
],
],
'name' => 'SupplierOrderProduct',
'builders' => [
],
'interfaces' => [
],
],
],
'SupplierOrderInput' => [
'type' => 'input-object',
'class_name' => 'SupplierOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'active' => [
'type' => 'Boolean!',
],
'supplierID' => [
'type' => 'Int!',
],
'storeID' => [
'type' => 'Int!',
],
'supplierOrderProducts' => [
'type' => '[AddSupplierOrderProductInput!]',
],
'note' => [
'type' => 'String',
],
'monday' => [
'type' => 'Int',
],
'tuesday' => [
'type' => 'Int',
],
'wednesday' => [
'type' => 'Int',
],
'thursday' => [
'type' => 'Int',
],
'friday' => [
'type' => 'Int',
],
'saturday' => [
'type' => 'Int',
],
'sunday' => [
'type' => 'Int',
],
],
'name' => 'SupplierOrderInput',
],
],
'EditSupplierOrderInput' => [
'type' => 'input-object',
'class_name' => 'EditSupplierOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierOrderID' => [
'type' => 'Int!',
],
'active' => [
'type' => 'Boolean!',
],
'note' => [
'type' => 'String',
],
'monday' => [
'type' => 'Int',
],
'tuesday' => [
'type' => 'Int',
],
'wednesday' => [
'type' => 'Int',
],
'thursday' => [
'type' => 'Int',
],
'friday' => [
'type' => 'Int',
],
'saturday' => [
'type' => 'Int',
],
'sunday' => [
'type' => 'Int',
],
],
'name' => 'EditSupplierOrderInput',
],
],
'AddSupplierOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'AddSupplierOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'productID' => [
'type' => 'Int!',
],
'buyPrice' => [
'type' => 'Float!',
],
'minimumQuantity' => [
'type' => 'Float!',
],
'allowPieces' => [
'type' => 'Boolean!',
],
'sellToDays' => [
'type' => 'Int!',
],
'package' => [
'type' => 'ProductPackageInput!',
],
],
'name' => 'AddSupplierOrderProductInput',
],
],
'EditSupplierOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'EditSupplierOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierOrderProductID' => [
'type' => 'Int!',
],
'buyPrice' => [
'type' => 'Float!',
],
'minimumQuantity' => [
'type' => 'Float!',
],
'allowPieces' => [
'type' => 'Boolean!',
],
'sellToDays' => [
'type' => 'Int!',
],
'package' => [
'type' => 'ProductPackageInput!',
],
],
'name' => 'EditSupplierOrderProductInput',
],
],
'AddSupplierOrderProductsInput' => [
'type' => 'input-object',
'class_name' => 'AddSupplierOrderProductsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierOrderID' => [
'type' => 'Int!',
],
'supplierOrderProducts' => [
'type' => '[AddSupplierOrderProductInput!]!',
],
],
'name' => 'AddSupplierOrderProductsInput',
],
],
'EditSupplierOrderProductsInput' => [
'type' => 'input-object',
'class_name' => 'EditSupplierOrderProductsInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierOrderID' => [
'type' => 'Int!',
],
'supplierOrderProducts' => [
'type' => '[EditSupplierOrderProductInput!]!',
],
],
'name' => 'EditSupplierOrderProductsInput',
],
],
'DeleteSupplierOrderProductInput' => [
'type' => 'input-object',
'class_name' => 'DeleteSupplierOrderProductInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierOrderProductID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteSupplierOrderProductInput',
],
],
'DeleteSupplierOrderInput' => [
'type' => 'input-object',
'class_name' => 'DeleteSupplierOrderInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplierOrderID' => [
'type' => 'Int!',
],
],
'name' => 'DeleteSupplierOrderInput',
],
],
'WarehouseMoveMutationInput' => [
'type' => 'input-object',
'class_name' => 'WarehouseMoveMutationInputType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'supplier' => [
'type' => 'String!',
],
'lastName' => [
'type' => 'String!',
],
'billingAddress' => [
'type' => 'AddressInput!',
],
],
'name' => 'WarehouseMoveMutationInput',
],
],
'StoreGroup' => [
'type' => 'object',
'class_name' => 'StoreGroupType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'id' => [
'type' => 'Int!',
'args' => [
],
],
'name' => [
'type' => 'String!',
'args' => [
],
],
'stores' => [
'type' => '[Store]!',
'args' => [
],
],
'deletedAt' => [
'type' => 'String',
'args' => [
],
],
],
'name' => 'StoreGroup',
'builders' => [
],
'interfaces' => [
],
],
],
'StoreGroupFilter' => [
'type' => 'input-object',
'class_name' => 'StoreGroupFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
'limit' => [
'type' => 'Int',
],
'offset' => [
'type' => 'Int',
],
],
'name' => 'StoreGroupFilter',
],
],
'StoreGroupStoreFilter' => [
'type' => 'input-object',
'class_name' => 'StoreGroupStoreFilterType',
'inherits' => [
],
'decorator' => false,
'config' => [
'fields' => [
'ids' => [
'type' => '[Int!]',
],
],
'name' => 'StoreGroupStoreFilter',
],
],
'PageInfo' => [
'type' => 'object',
'class_name' => 'PageInfoType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => 'Information about pagination in a connection.',
'fields' => [
'hasNextPage' => [
'type' => 'Boolean!',
'description' => 'When paginating forwards, are there more items?',
'args' => [
],
],
'hasPreviousPage' => [
'type' => 'Boolean!',
'description' => 'When paginating backwards, are there more items?',
'args' => [
],
],
'startCursor' => [
'type' => 'String',
'description' => 'When paginating backwards, the cursor to continue.',
'args' => [
],
],
'endCursor' => [
'type' => 'String',
'description' => 'When paginating forwards, the cursor to continue.',
'args' => [
],
],
],
'name' => 'PageInfo',
'builders' => [
],
'interfaces' => [
],
],
],
],
'overblog_graphql.batching_method' => 'relay',
'overblog_graphql.query_max_depth' => 0,
'overblog_graphql.query_max_complexity' => 0,
'overblog_graphql.enable_introspection' => true,
'overblog_graphql.handle_cors' => false,
'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
'overblog_graphql.cache_dir' => NULL,
'overblog_graphql.cache_dir_permissions' => NULL,
'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
'overblog_graphql.use_experimental_executor' => false,
'overblog_graphql.use_classloader_listener' => true,
'overblog_graphql.resources_dir' => (\dirname(__DIR__, 5).'/vendor/overblog/graphql-bundle/src/Resources'),
'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
'nelmio_cors.map' => [
'^/' => [
],
],
'nelmio_cors.defaults' => [
'allow_origin' => true,
'allow_credentials' => false,
'allow_headers' => true,
'expose_headers' => [
],
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => false,
'forced_allow_origin_value' => NULL,
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'maker.compatible_check.doctrine.supports_attributes' => false,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'overblog_graphql_types.classes_map' => [
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\FullProcessCommand',
1 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\ImportCommand',
2 => 'console.command.public_alias.App\\Command\\Central\\Brandbank\\ProcessCommand',
3 => 'console.command.public_alias.App\\Command\\Central\\Import\\ReceiptMetroCommand',
4 => 'console.command.public_alias.App\\Command\\Central\\Product\\ProductClearCommand',
5 => 'console.command.public_alias.App\\Command\\Central\\Product\\ProductCreateCommand',
6 => 'console.command.public_alias.App\\Command\\Client\\Category\\CategoryCommand',
7 => 'console.command.public_alias.App\\Command\\Client\\Import\\ProductImportCSVCommand',
8 => 'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptLabasCommand',
9 => 'console.command.public_alias.App\\Command\\Client\\Import\\ReceiptMetroCommand',
10 => 'console.command.public_alias.App\\Command\\Client\\Importer\\ImporterCreateProductCommand',
11 => 'console.command.public_alias.App\\Command\\Client\\PaymentMethod\\PaymentMethodCommand',
12 => 'console.command.public_alias.App\\Command\\Client\\SellPrice\\SellPriceCommand',
13 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCentralUnsentTotalCommand',
14 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreClearPriceOutOfStockCommand',
15 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyMissingPriceCommand',
16 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreCopyPriceCommand',
17 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceCommand',
18 => 'console.command.public_alias.App\\Command\\Client\\Store\\StoreStockSellPriceHistoryCommand',
19 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllControlCommand',
20 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\AllRecalculateCommand',
21 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\ClearStockCommand',
22 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\ControlCommand',
23 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\HistoryCommand',
24 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryCommand',
25 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\InventoryMissingCommand',
26 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\RecalculateCommand',
27 => 'console.command.public_alias.App\\Command\\Client\\StoreStock\\StoreStockGroupSellPriceCommand',
28 => 'console.command.public_alias.App\\Command\\Czech\\GetClientsEmailCommand',
29 => 'console.command.public_alias.App\\Command\\DatabaseCleanerCommand',
30 => 'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemaDoctrineCommand',
31 => 'console.command.public_alias.App\\Command\\Doctrine\\UpdateSchemasDoctrineCommand',
32 => 'console.command.public_alias.App\\Command\\InstallCommand',
33 => 'console.command.public_alias.App\\Command\\LoggerCleanerCommand',
34 => 'console.command.public_alias.App\\Command\\Main\\Client\\ClientDatabaseCommand',
35 => 'console.command.public_alias.App\\Command\\Main\\Cron\\CronCommand',
36 => 'console.command.public_alias.App\\Command\\Main\\ProductMergeCommand',
37 => 'console.command.public_alias.App\\Command\\Main\\Token\\TokenInvalidCommand',
38 => 'console.command.public_alias.App\\Command\\Main\\Weather\\WeatherCommand',
39 => 'console.command.public_alias.App\\Command\\Migration\\StoreGroupCommand',
40 => 'console.command.public_alias.App\\Command\\Migration\\StoreStockGroupCommand',
41 => 'console.command.public_alias.App\\Command\\TestCommand',
42 => 'console.command.public_alias.App\\Command\\UpdateDatabaseClientUserCommand',
43 => 'console.command.public_alias.Eshop\\Command\\ClearDeliverySlotCommand',
44 => 'console.command.public_alias.Eshop\\Command\\DeliveryCommand',
45 => 'console.command.public_alias.Eshop\\Command\\SendConfirmedOrderEmailCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}