<?php //resource_metadata_834a521249d0c9465ed469cff87529c3

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata')),
    ],
    null,
    [
        'ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata' => [
            'shortName' => [
                'PeopleTags',
            ],
            'description' => [
                'Connection between people and tags.',
            ],
            'itemOperations' => [
                [],
            ],
            'collectionOperations' => [
                [
                    'batch_patch' => [
                        'method' => 'PATCH',
                        'path' => '/people-tags/batch/{action}.{_format}',
                        'controller' => 'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController',
                        'requirements' => [
                            'action' => 'add|remove',
                        ],
                        'messenger' => false,
                        'output' => [
                            'class' => null,
                        ],
                        'status' => 202,
                        'openapi_context' => [
                            'description' => 'Adds or removes multiple tags to/from a bunch of people.',
                        ],
                        'input' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                                'application/merge-patch+json',
                            ],
                            'jsonapi' => [
                                'application/vnd.api+json',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'jsonhal' => [
                                'application/hal+json',
                            ],
                            'jsonapi' => [
                                'application/vnd.api+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'graphql' => [
                                'application/graphql',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'yaml' => [
                                'application/x-yaml',
                            ],
                            'csv' => [
                                'text/csv',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            'graphql' => [
                [
                    'add' => [
                        'mutation' => 'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\PeopleTagsResolver',
                        'description' => 'Adds multiple tags to a bunch of people.',
                        'args' => [
                            'people' => [
                                'type' => '[Int!]!',
                                'description' => 'Array of person IDs.',
                            ],
                            'tags' => [
                                'type' => '[Int!]!',
                                'description' => 'Array of tag IDs.',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                    ],
                    'remove' => [
                        'mutation' => 'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\PeopleTagsResolver',
                        'description' => 'Removes multiple tags from a bunch of people.',
                        'args' => [
                            'people' => [
                                'type' => '[Int!]!',
                                'description' => 'Array of person IDs.',
                            ],
                            'tags' => [
                                'type' => '[Int!]!',
                                'description' => 'Array of tag IDs.',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                    ],
                ],
            ],
            'attributes' => [
                [
                    'denormalization_context' => [
                        'swagger_definition_name' => 'Write',
                    ],
                    'input' => null,
                    'output' => null,
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
