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 (unreleased)appReenableSyncWebhooks(
appId: ID!
): AppReenableSyncWebhooks
Arguments
appReenableSyncWebhooks.appId
● ID!
non-null scalar miscellaneous
The app ID to re-enable sync webhooks for.
Type
AppReenableSyncWebhooks
object apps
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 (unreleased)