We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 (strawberry-graphql/strawberry@0.120.0...0.121.0#diff-00af9d43c9b59404ba170e72e470939f2a6dd50e2eae24d0e24ef105431e5414L284).
get_result
from_resolver
The text was updated successfully, but these errors were encountered:
See this PR
Sorry, something went wrong.
No branches or pull requests
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 (strawberry-graphql/strawberry@0.120.0...0.121.0#diff-00af9d43c9b59404ba170e72e470939f2a6dd50e2eae24d0e24ef105431e5414L284).The text was updated successfully, but these errors were encountered: