Skip to content

Build(deps): Bump strawberry-graphql[fastapi] from 0.214.0 to 0.215.0

Bumps strawberry-graphql[fastapi] from 0.214.0 to 0.215.0.

Release notes

Sourced from strawberry-graphql[fastapi]'s releases.

🍓 0.215.0

Adds an optional extensions parameter to strawberry.federation.field, with default value None. The key is passed through to strawberry.field, so the functionality is exactly as described here.

Example:

strawberry.federation.field(extensions=[InputMutationExtension()])

Releases contributed by @​bricker via #3239

Changelog

Sourced from strawberry-graphql[fastapi]'s changelog.

0.215.0 - 2023-11-19

Adds an optional extensions parameter to strawberry.federation.field, with default value None. The key is passed through to strawberry.field, so the functionality is exactly as described here.

Example:

strawberry.federation.field(extensions=[InputMutationExtension()])

Contributed by Bryan Ricker via [PR #3239](strawberry-graphql/strawberry#3239)

Commits

Merge request reports