-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support subscriptions extensions [WIP] #2810
Support subscriptions extensions [WIP] #2810
Conversation
for more information, see https://pre-commit.ci
Thanks for adding the Here's a preview of the changelog: Initial schema-extensions support for subscriptions operations. def on_execute(self):
# This part is called before the async-generator yields
yield
# This part is called after the async-generator yields Note that the Here's the preview release card for twitter: Here's the tweet text:
|
Hi, thanks for contributing to Strawberry 🍓! We noticed that this PR is missing a So as soon as this PR is merged, a release will be made 🚀. Here's an example of Release type: patch
Description of the changes, ideally with some examples, if adding a new feature. Release type can be one of patch, minor or major. We use semver, so make sure to pick the appropriate type. If in doubt feel free to ask :) Here's the tweet text:
|
…ons' into support_extensions_on_subscriptions
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2810 +/- ##
==========================================
- Coverage 96.36% 96.12% -0.25%
==========================================
Files 197 198 +1
Lines 8315 8405 +90
Branches 1520 1529 +9
==========================================
+ Hits 8013 8079 +66
- Misses 191 211 +20
- Partials 111 115 +4 |
Description
This is an initial implementation for subscription extensions.
Types of Changes
Issues Fixed or Closed by This PR
closes #2097
Checklist