You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strawberry.asdict now correctly handles Some and UNSET values.
Some(value) is unwrapped to its inner value, and fields set to UNSET
are excluded from the resulting dictionary.