Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 207 Bytes

File metadata and controls

5 lines (4 loc) · 207 Bytes

Release type: patch

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.