v0.169.0 Introduces a couple of breaking changes in the HTTP integrations
Flask
Both get_root_value
and get_context
now receive the request as a parameter.
If youโre customizing these methods you can change the signature to:
The same is true for the async version of the view.
Sanic
The get_root_value
method now receives the request as a parameter and it is
async.
If youโre customizing this method you can change the signature to: