Skip to content

🍓 0.262.0

Compare
Choose a tag to compare
@botberry botberry released this 04 Mar 14:51
· 2 commits to main since this release

This release adds support for exporting schema created by a callable:

strawberry export-schema package.module:create_schema

when

def create_schema():
    return strawberry.Schema(query=Query)

Releases contributed by @alexey-pelykh via #3797