Skip to content
New issue

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

fix: Make sure that async fields always return Awaitables #646

Merged
merged 1 commit into from
Oct 19, 2024

Commits on Oct 19, 2024

  1. fix: Make sure that async fields always return Awaitables

    Async fields sometimes can return non-awaitable values, like when
    the optimizer is enabled and already prefetched the nested field.
    
    This can break some places that expect an awaitable, like strawberry's
    base field permissions.
    
    This change ensures that async fields always return an awaitable.
    bellini666 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ab3bbe3 View commit details
    Browse the repository at this point in the history