<?php //App%255CEntity%255CContact

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
        clone ($p['Doctrine\\ORM\\Mapping\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Entity')),
        clone ($p['Doctrine\\ORM\\Mapping\\Table'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Table')),
        clone ($p['Doctrine\\ORM\\Mapping\\AttributeOverrides'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\AttributeOverrides')),
        clone ($p['Doctrine\\ORM\\Mapping\\AttributeOverride'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\AttributeOverride')),
        clone ($p['Doctrine\\ORM\\Mapping\\Column'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Column')),
    ],
    null,
    [
        'stdClass' => [
            'collectionOperations' => [
                [
                    'get',
                    'post' => [
                        'security_post_denormalize' => 'is_granted(\'create\', object)',
                    ],
                ],
            ],
            'graphql' => [
                [
                    'item_query' => [
                        'security' => 'is_granted(\'view\', object)',
                    ],
                    'collection_query',
                    'create' => [
                        'security_post_denormalize' => 'is_granted(\'create\', object)',
                    ],
                    'update' => [
                        'security' => 'is_granted(\'edit\', object)',
                    ],
                    'delete' => [
                        'security' => 'is_granted(\'delete\', object)',
                    ],
                    'updateTags' => [
                        'mutation' => 'UpdatePersonTagsResolver',
                        'description' => 'Updates tags linked to the specified person',
                        'args' => [
                            'id' => [
                                'type' => 'ID!',
                                'description' => 'Person IRI',
                            ],
                            'tag' => [
                                'type' => '[Int!]',
                                'description' => 'Array of tag IDs to add to the person',
                            ],
                            'untag' => [
                                'type' => '[Int!]',
                                'description' => 'Array of tag IDs to remove from the person',
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'security' => 'is_granted(\'view\', object)',
                    ],
                    'put' => [
                        'security' => 'is_granted(\'edit\', object)',
                    ],
                    'patch' => [
                        'security' => 'is_granted(\'edit\', object)',
                    ],
                    'delete' => [
                        'security' => 'is_granted(\'delete\', object)',
                    ],
                ],
            ],
            'shortName' => [
                'Person',
            ],
            'attributes' => [
                [
                    'normalization_context' => [
                        'groups' => [
                            'api:person:read',
                        ],
                        'swagger_definition_name' => 'Read',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'api:person:create',
                            'api:person:update',
                        ],
                        'swagger_definition_name' => 'Write',
                    ],
                    'validation_groups' => [
                        'Default',
                    ],
                ],
            ],
            'repositoryClass' => [
                1 => 'App\\Repository\\ContactRepository',
            ],
            'name' => [
                2 => 'contact',
                4 => 'email',
                'email',
            ],
            'overrides' => [
                3 => [
                    $o[4],
                ],
            ],
            'column' => [
                4 => $o[5],
            ],
            'type' => [
                5 => 'string',
            ],
            'length' => [
                5 => 180,
            ],
            'precision' => [
                5 => null,
            ],
            'scale' => [
                5 => null,
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
        $o[3],
    ],
    []
); }];
