Skip to content

v1.26

Choose a tag to compare

@2can 2can released this 25 Jan 07:24
· 132 commits to main since this release
da32f8d

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.

CleanShot 2023-01-25 at 08 00 54@2x

Note: minimal required Saleor version - 3.11

Improvements

(none)

Fixes

(none)

Full Changelog: 1.25.0...1.26.0