Is it possible to set the default value for enableMaxDepthChecks
to true
?
Currently I have to add the following annotation to every route:
@View(serializerEnableMaxDepthChecks=true)
Is there a way to set this in the config or elsewhere to be the default?