Open KundaPanda opened 2 years ago
The new strawberry 0.121.0 update changes how default field resolvers work. The get_result function has been completely removed, and its' content moved to the from_resolver function (https://github.com/strawberry-graphql/strawberry/compare/0.120.0...0.121.0#diff-00af9d43c9b59404ba170e72e470939f2a6dd50e2eae24d0e24ef105431e5414L284).
get_result
from_resolver
See this PR
The new strawberry 0.121.0 update changes how default field resolvers work. The
get_result
function has been completely removed, and its' content moved to thefrom_resolver
function (https://github.com/strawberry-graphql/strawberry/compare/0.120.0...0.121.0#diff-00af9d43c9b59404ba170e72e470939f2a6dd50e2eae24d0e24ef105431e5414L284).