AppReenableSyncWebhooks Object
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.
type AppReenableSyncWebhooks {
app: App
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
}
Fields
app ● App
App for which sync webhooks were re-enabled.
errors ● [AppError!]!
Show deprecated
Returned By
appReenableSyncWebhooks mutation