stack

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

AdminTypes.WebPixelCreatePayload interface

Return type for webPixelCreate mutation.

Signature:

export interface WebPixelCreatePayload 

Properties

Property Modifiers Type Description
userErrors   Array<ErrorsWebPixelUserError> The list of errors that occurred from executing the mutation.
webPixel?   Maybe<WebPixel> (Optional) The created web pixel settings.