@saleor/app-sdk
Advanced tools
Changelog
0.50.0
ef61335: Fix wrong logic introduced in 0.49.0: there is not header saleor-schema-version
when app-sdk is processing saleor webhook. This header is only present on install request.
Now app-sdk will try to parse version from version
field on GraphQL subscription Event. If field is not present null
will be returned.
Changelog
0.49.0
saleor-schema-version
header and include the parsed version in the contexts of createHandler
and webhookFactory
. If the header is absent (Saleor version below 3.15), the version will default to null
. This parsed version enables supporting multiple schemas in a single app, as outlined in the RFC.