Closed
Description
The context for GraphQL calls is hard coded instead of using a ContextBuilder service and is impossible to override.
It would be nice to be able to override it so we could set things such as default_constructor_arguments
introduced in symfony/symfony#25493.
Currently, for REST calls we can decorate the api_platform.serializer.context_builder
service to add custom context properties, but this is not possible for GraphQL calls.