diff --git a/core/graphql.md b/core/graphql.md index b815599a0a6..9d8efde4d66 100644 --- a/core/graphql.md +++ b/core/graphql.md @@ -2942,6 +2942,25 @@ 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 GraphQL Normalizer must be injected: + +```PHP +