stack

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

AdminTypes.WebhookSubscriptionCreatePayload interface

Return type for webhookSubscriptionCreate mutation.

Signature:

export interface WebhookSubscriptionCreatePayload 

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.