Skip to content

0.317.2

Latest

Choose a tag to compare

@botberry botberry released this 17 Jun 17:54
· 1 commit to main since this release
b537a6f

This release fixes schema printing for input object defaults that explicitly set
nullable fields to null.

Strawberry now preserves explicit None values in printed nested input
defaults, including fields set with strawberry.Some(None) and fields renamed
with strawberry.field(name=...), while still omitting fields that were not
explicitly set.

This release was contributed by @patrick91 in #4461