pypi strawberry-graphql 0.260.1
🍓 0.260.1

latest release: 0.260.2
7 days ago

This release fixes an issue where extensions were being duplicated when custom directives were added to the schema. Previously, when user directives were present, extensions were being appended twice to the extension list, causing them to be executed multiple times during query processing.

The fix ensures that extensions are added only once and maintains their original order. Test cases have been added to validate this behavior and ensure extensions are executed exactly once.

Releases contributed by @doney-dkp via #3783

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.