diff --git a/core/graphql.md b/core/graphql.md index bd02fbf380e..ef36ea901d9 100644 --- a/core/graphql.md +++ b/core/graphql.md @@ -2942,6 +2942,29 @@ final class CreateMediaObjectResolver implements MutationResolverInterface For handling the upload of multiple files, iterate over `$context['args']['input']['files']`. +### Normalization of MediaObjects + +In the constructor of the `MediaObjectNormalizer`, the injected Normalizer must be replaced with the one from the +`api_platform.graphql.normalizer.item` from GraphQL: + +```php +