pypi strawberry-graphql 0.220.0
🍓 0.220.0

latest releases: 0.229.2.dev1715881453, 0.229.2.dev1715873118, 0.229.1...
2 months ago

This release adds support to allow passing connection_params as dictionary to GraphQLWebsocketCommunicator class when testing channels integration

Example

GraphQLWebsocketCommunicator(
    application=application,
    path="/graphql",
    connection_params={"username": "strawberry"},
)

Releases contributed by @selvarajrajkanna via #3403

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.