Home > @infiniteobjects/shopify-data-manager > AdminTypes > EventBridgeWebhookSubscriptionUpdatePayload
Return type for eventBridgeWebhookSubscriptionUpdate mutation.
Signature:
export interface EventBridgeWebhookSubscriptionUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. | |
| webhookSubscription? | Maybe<WebhookSubscription> | (Optional) The webhook subscription that was updated. |