v0.233.0 changes the info
argument in resolve_reference
in Federation
In this release we have updated the info
object passed to the
resolve_reference
function in Federation to be a strawberry.Info
object
instead of the one coming from GraphQL-core.
If you need to access the original info
object you can do so by accessing the
_raw_info
attribute.