Skip to content

Strawberry 0.13.3

Compare
Choose a tag to compare
@botberry botberry released this 23 Jul 07:14
· 3139 commits to main since this release

Fix field initialization not allowed when using strawberry.field in an input type

@strawberry.input
class Say:
    what = strawberry.field(is_input=True)