v1.26
New Features
webhook dry-run command
New command - saleor webhook dry-run.
It performs a dry run of a webhook event. It uses webhookDryRun mutation which accepts following arguments:
object-id- the ID of an object to serialize.query- the subscription query that defines the webhook event and its payload.
Note: minimal required Saleor version - 3.11
Improvements
(none)
Fixes
(none)
Full Changelog: 1.25.0...1.26.0
