stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > EventBridgeWebhookSubscriptionCreatePayload

AdminTypes.EventBridgeWebhookSubscriptionCreatePayload interface

Return type for eventBridgeWebhookSubscriptionCreate mutation.

Signature:

export interface EventBridgeWebhookSubscriptionCreatePayload 

Properties

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.