Skip to main content

appReenableSyncWebhooks Mutation

Re-enable sync webhooks for provided app. Can be used to manually re-enable sync webhooks for the app before the cooldown period ends.

Added in Saleor 3.21.

Requires the MANAGE_APPSpermission.
appReenableSyncWebhooks(
appId: ID!
): AppReenableSyncWebhooks
Show return type

Arguments

appId ● ID!

The app ID to re-enable sync webhooks for.

Type

AppReenableSyncWebhooks

Re-enable sync webhooks for provided app. Can be used to manually re-enable sync webhooks for the app before the cooldown period ends.

Added in Saleor 3.21.

Requires the MANAGE_APPSpermission.