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