Home > @infiniteobjects/shopify-data-manager > AdminTypes > WebhookSubscriptionUpdatePayload
Return type for webhookSubscriptionUpdate mutation.
Signature:
export interface WebhookSubscriptionUpdatePayload
| 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. |