Home > @infiniteobjects/shopify-data-manager > AdminTypes > ServerPixelCreatePayload
Return type for serverPixelCreate mutation.
Signature:
export interface ServerPixelCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| serverPixel? | Maybe<ServerPixel> | (Optional) The new server pixel. | |
| userErrors | Array<ErrorsServerPixelUserError> | The list of errors that occurred from executing the mutation. |