Back to Strawberry

RELEASE

RELEASE.md

0.324.4512 B
Original Source

This release fixes argument handling for operation directive resolvers.

Arguments passed to operation directives now use GraphQL's standard coercion before your resolver runs. Directive resolvers receive Python numeric values, Strawberry enum members and nested input objects, and values parsed by custom scalars, whether clients use literals or variables.

When a client omits a variable, Strawberry now applies the directive argument's default. Explicit null continues to reach nullable arguments as None.