after_model
Function
This function is defined in the middleware module.Decorator to mark a function as an after_model hook. The function receives a ModelResponse and should return a (possibly modified) ModelResponse.
Signature
Parameters
No description available.
Returns
The result of the operation.

