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